2024-09-18T10:12:02.762 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-18T10:12:02.778 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-18T10:12:02.848 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7910862 branch: wip-bharath11-testing-2024-09-18-1115-quincy description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_host_drain} email: skanta@redhat.com first_in_suite: false job_id: '7910862' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-bharath11-testing-2024-09-18-1115-quincy ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum sha1: 7061ea6ca50908d104e9f3979dc615e118d9e153 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 7061ea6ca50908d104e9f3979dc615e118d9e153 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-bharath11-testing-2024-09-18-1115-quincy sha1: 7061ea6ca50908d104e9f3979dc615e118d9e153 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: 4631 sha1: 7061ea6ca50908d104e9f3979dc615e118d9e153 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-bharath11-testing-2024-09-18-1115-quincy suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_7061ea6ca50908d104e9f3979dc615e118d9e153/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 7061ea6ca50908d104e9f3979dc615e118d9e153 targets: smithi002.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBlw7f8HzkJD7f4Itq+G2zXBrTvCGkK23RlzdiiHEGc4+IuObZpgp2JDhPR7mVXEVwSeDqVZ8kGtghwy/jTLhw8= smithi094.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB+bIvcWk0Tl2/5tOnnSj6GV4yvnx4R/9MufheCstkFrC3RwM8oX9EBTc6LyDrKVFQVeIOn4/JtEeWGvWFPGqR0= smithi119.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH4jsMT/96pE1AfBelPa3nC0rgyxZfOPrleeo6Cc2I99A+nUFacvbVD4JSi25VFkmQsQp1Ah9/f5Jb+8GboVyN4= tasks: - pexec: all: - sudo dnf install runc -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# 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)\nwhile [ \"$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\ncrushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat\ \ crushmap.txt)\nif ! 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\n\ fi\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\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if 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-18_09:13:00 tube: smithi user: skanta verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-18T10:12:02.848 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_7061ea6ca50908d104e9f3979dc615e118d9e153/qa; will attempt to use it 2024-09-18T10:12:02.849 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_7061ea6ca50908d104e9f3979dc615e118d9e153/qa/tasks 2024-09-18T10:12:02.849 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-18T10:12:02.850 INFO:teuthology.task.internal:Checking packages... 2024-09-18T10:12:02.891 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '7061ea6ca50908d104e9f3979dc615e118d9e153' 2024-09-18T10:12:02.891 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-18T10:12:02.891 INFO:teuthology.packaging:ref: None 2024-09-18T10:12:02.891 INFO:teuthology.packaging:tag: None 2024-09-18T10:12:02.891 INFO:teuthology.packaging:branch: wip-bharath11-testing-2024-09-18-1115-quincy 2024-09-18T10:12:02.891 INFO:teuthology.packaging:sha1: 7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T10:12:02.891 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-bharath11-testing-2024-09-18-1115-quincy 2024-09-18T10:12:03.031 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-1645.g7061ea6c 2024-09-18T10:12:03.033 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-18T10:12:03.040 INFO:teuthology.task.internal:no buildpackages task found 2024-09-18T10:12:03.040 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-18T10:12:03.047 INFO:teuthology.task.internal:Saving configuration 2024-09-18T10:12:03.060 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-18T10:12:03.074 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-18T10:12:03.092 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7910862', '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-18 10:07:07.822627', 'locked_by': 'scheduled_skanta@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBlw7f8HzkJD7f4Itq+G2zXBrTvCGkK23RlzdiiHEGc4+IuObZpgp2JDhPR7mVXEVwSeDqVZ8kGtghwy/jTLhw8='} 2024-09-18T10:12:03.109 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7910862', '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-18 10:07:07.824246', 'locked_by': 'scheduled_skanta@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB+bIvcWk0Tl2/5tOnnSj6GV4yvnx4R/9MufheCstkFrC3RwM8oX9EBTc6LyDrKVFQVeIOn4/JtEeWGvWFPGqR0='} 2024-09-18T10:12:03.125 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7910862', '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-18 10:07:07.821177', 'locked_by': 'scheduled_skanta@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH4jsMT/96pE1AfBelPa3nC0rgyxZfOPrleeo6Cc2I99A+nUFacvbVD4JSi25VFkmQsQp1Ah9/f5Jb+8GboVyN4='} 2024-09-18T10:12:03.126 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-18T10:12:03.132 INFO:teuthology.task.internal:roles: ubuntu@smithi002.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-09-18T10:12:03.132 INFO:teuthology.task.internal:roles: ubuntu@smithi094.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-09-18T10:12:03.132 INFO:teuthology.task.internal:roles: ubuntu@smithi119.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-09-18T10:12:03.132 INFO:teuthology.run_tasks:Running task console_log... 2024-09-18T10:12:03.213 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f61cb837ac0>, signals=[15]) 2024-09-18T10:12:03.213 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-18T10:12:03.219 INFO:teuthology.task.internal:Opening connections... 2024-09-18T10:12:03.219 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi002.front.sepia.ceph.com 2024-09-18T10:12:03.220 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T10:12:03.299 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi094.front.sepia.ceph.com 2024-09-18T10:12:03.300 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T10:12:03.375 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi119.front.sepia.ceph.com 2024-09-18T10:12:03.376 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T10:12:03.453 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-18T10:12:03.460 DEBUG:teuthology.orchestra.run.smithi002:> uname -m 2024-09-18T10:12:03.479 INFO:teuthology.orchestra.run.smithi002.stdout:x86_64 2024-09-18T10:12:03.479 DEBUG:teuthology.orchestra.run.smithi002:> cat /etc/os-release 2024-09-18T10:12:03.537 INFO:teuthology.orchestra.run.smithi002.stdout:NAME="CentOS Stream" 2024-09-18T10:12:03.537 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION="9" 2024-09-18T10:12:03.537 INFO:teuthology.orchestra.run.smithi002.stdout:ID="centos" 2024-09-18T10:12:03.537 INFO:teuthology.orchestra.run.smithi002.stdout:ID_LIKE="rhel fedora" 2024-09-18T10:12:03.537 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION_ID="9" 2024-09-18T10:12:03.538 INFO:teuthology.orchestra.run.smithi002.stdout:PLATFORM_ID="platform:el9" 2024-09-18T10:12:03.538 INFO:teuthology.orchestra.run.smithi002.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-18T10:12:03.538 INFO:teuthology.orchestra.run.smithi002.stdout:ANSI_COLOR="0;31" 2024-09-18T10:12:03.538 INFO:teuthology.orchestra.run.smithi002.stdout:LOGO="fedora-logo-icon" 2024-09-18T10:12:03.538 INFO:teuthology.orchestra.run.smithi002.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-18T10:12:03.538 INFO:teuthology.orchestra.run.smithi002.stdout:HOME_URL="https://centos.org/" 2024-09-18T10:12:03.538 INFO:teuthology.orchestra.run.smithi002.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-18T10:12:03.538 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-18T10:12:03.538 INFO:teuthology.orchestra.run.smithi002.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-18T10:12:03.539 INFO:teuthology.lock.ops:Updating smithi002.front.sepia.ceph.com on lock server 2024-09-18T10:12:03.561 DEBUG:teuthology.orchestra.run.smithi094:> uname -m 2024-09-18T10:12:03.579 INFO:teuthology.orchestra.run.smithi094.stdout:x86_64 2024-09-18T10:12:03.580 DEBUG:teuthology.orchestra.run.smithi094:> cat /etc/os-release 2024-09-18T10:12:03.637 INFO:teuthology.orchestra.run.smithi094.stdout:NAME="CentOS Stream" 2024-09-18T10:12:03.637 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION="9" 2024-09-18T10:12:03.637 INFO:teuthology.orchestra.run.smithi094.stdout:ID="centos" 2024-09-18T10:12:03.637 INFO:teuthology.orchestra.run.smithi094.stdout:ID_LIKE="rhel fedora" 2024-09-18T10:12:03.638 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_ID="9" 2024-09-18T10:12:03.638 INFO:teuthology.orchestra.run.smithi094.stdout:PLATFORM_ID="platform:el9" 2024-09-18T10:12:03.638 INFO:teuthology.orchestra.run.smithi094.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-18T10:12:03.638 INFO:teuthology.orchestra.run.smithi094.stdout:ANSI_COLOR="0;31" 2024-09-18T10:12:03.638 INFO:teuthology.orchestra.run.smithi094.stdout:LOGO="fedora-logo-icon" 2024-09-18T10:12:03.638 INFO:teuthology.orchestra.run.smithi094.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-18T10:12:03.638 INFO:teuthology.orchestra.run.smithi094.stdout:HOME_URL="https://centos.org/" 2024-09-18T10:12:03.638 INFO:teuthology.orchestra.run.smithi094.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-18T10:12:03.638 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-18T10:12:03.638 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-18T10:12:03.638 INFO:teuthology.lock.ops:Updating smithi094.front.sepia.ceph.com on lock server 2024-09-18T10:12:03.660 DEBUG:teuthology.orchestra.run.smithi119:> uname -m 2024-09-18T10:12:03.678 INFO:teuthology.orchestra.run.smithi119.stdout:x86_64 2024-09-18T10:12:03.678 DEBUG:teuthology.orchestra.run.smithi119:> cat /etc/os-release 2024-09-18T10:12:03.737 INFO:teuthology.orchestra.run.smithi119.stdout:NAME="CentOS Stream" 2024-09-18T10:12:03.737 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION="9" 2024-09-18T10:12:03.737 INFO:teuthology.orchestra.run.smithi119.stdout:ID="centos" 2024-09-18T10:12:03.737 INFO:teuthology.orchestra.run.smithi119.stdout:ID_LIKE="rhel fedora" 2024-09-18T10:12:03.738 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION_ID="9" 2024-09-18T10:12:03.738 INFO:teuthology.orchestra.run.smithi119.stdout:PLATFORM_ID="platform:el9" 2024-09-18T10:12:03.738 INFO:teuthology.orchestra.run.smithi119.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-18T10:12:03.738 INFO:teuthology.orchestra.run.smithi119.stdout:ANSI_COLOR="0;31" 2024-09-18T10:12:03.738 INFO:teuthology.orchestra.run.smithi119.stdout:LOGO="fedora-logo-icon" 2024-09-18T10:12:03.738 INFO:teuthology.orchestra.run.smithi119.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-18T10:12:03.738 INFO:teuthology.orchestra.run.smithi119.stdout:HOME_URL="https://centos.org/" 2024-09-18T10:12:03.738 INFO:teuthology.orchestra.run.smithi119.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-18T10:12:03.738 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-18T10:12:03.739 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-18T10:12:03.739 INFO:teuthology.lock.ops:Updating smithi119.front.sepia.ceph.com on lock server 2024-09-18T10:12:03.760 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-18T10:12:03.775 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-18T10:12:03.781 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-18T10:12:03.782 DEBUG:teuthology.orchestra.run.smithi002:> test '!' -e /home/ubuntu/cephtest 2024-09-18T10:12:03.784 DEBUG:teuthology.orchestra.run.smithi094:> test '!' -e /home/ubuntu/cephtest 2024-09-18T10:12:03.787 DEBUG:teuthology.orchestra.run.smithi119:> test '!' -e /home/ubuntu/cephtest 2024-09-18T10:12:03.804 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-18T10:12:03.811 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-18T10:12:03.811 DEBUG:teuthology.orchestra.run.smithi002:> test -z $(ls -A /var/lib/ceph) 2024-09-18T10:12:03.841 DEBUG:teuthology.orchestra.run.smithi094:> test -z $(ls -A /var/lib/ceph) 2024-09-18T10:12:03.844 DEBUG:teuthology.orchestra.run.smithi119:> test -z $(ls -A /var/lib/ceph) 2024-09-18T10:12:03.965 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-18T10:12:04.056 INFO:teuthology.run_tasks:Running task kernel... 2024-09-18T10:12:04.078 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-18T10:12:04.079 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-18T10:12:04.079 DEBUG:teuthology.orchestra.run.smithi002:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-18T10:12:04.079 DEBUG:teuthology.orchestra.run.smithi094:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-18T10:12:04.080 DEBUG:teuthology.orchestra.run.smithi119:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-18T10:12:04.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T10:12:04.097 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-09-18T10:12:04.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T10:12:04.098 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T10:12:04.099 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2024-09-18T10:12:04.099 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2024-09-18T10:12:04.154 INFO:teuthology.orchestra.run.smithi094.stdout:5.14.0-503.el9.x86_64 2024-09-18T10:12:04.155 INFO:teuthology.task.kernel:Running kernel on smithi094: 5.14.0-503.el9.x86_64 2024-09-18T10:12:04.155 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum install -y kernel 2024-09-18T10:12:04.157 INFO:teuthology.orchestra.run.smithi002.stdout:5.14.0-503.el9.x86_64 2024-09-18T10:12:04.158 INFO:teuthology.orchestra.run.smithi119.stdout:5.14.0-503.el9.x86_64 2024-09-18T10:12:04.158 INFO:teuthology.task.kernel:Running kernel on smithi002: 5.14.0-503.el9.x86_64 2024-09-18T10:12:04.158 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum install -y kernel 2024-09-18T10:12:04.158 INFO:teuthology.task.kernel:Running kernel on smithi119: 5.14.0-503.el9.x86_64 2024-09-18T10:12:04.158 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum install -y kernel 2024-09-18T10:12:06.371 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.3 MB 00:00 2024-09-18T10:12:06.632 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.3 MB 00:00 2024-09-18T10:12:06.763 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.3 MB 00:00 2024-09-18T10:12:08.425 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - AppStream 31 MB/s | 20 MB 00:00 2024-09-18T10:12:08.497 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - AppStream 19 MB/s | 20 MB 00:01 2024-09-18T10:12:08.664 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - AppStream 25 MB/s | 20 MB 00:00 2024-09-18T10:12:13.101 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - CRB 9.2 MB/s | 6.5 MB 00:00 2024-09-18T10:12:13.190 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - CRB 8.7 MB/s | 6.5 MB 00:00 2024-09-18T10:12:13.381 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - CRB 5.7 MB/s | 6.5 MB 00:01 2024-09-18T10:12:14.551 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - Extras packages 107 kB/s | 19 kB 00:00 2024-09-18T10:12:14.666 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - Extras packages 77 kB/s | 19 kB 00:00 2024-09-18T10:12:15.106 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 19 kB 00:00 2024-09-18T10:12:16.622 INFO:teuthology.orchestra.run.smithi002.stdout:Extra Packages for Enterprise Linux 12 MB/s | 23 MB 00:01 2024-09-18T10:12:16.737 INFO:teuthology.orchestra.run.smithi094.stdout:Extra Packages for Enterprise Linux 12 MB/s | 23 MB 00:01 2024-09-18T10:12:16.836 INFO:teuthology.orchestra.run.smithi119.stdout:Extra Packages for Enterprise Linux 14 MB/s | 23 MB 00:01 2024-09-18T10:12:22.159 INFO:teuthology.orchestra.run.smithi094.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-09-18T10:12:22.191 INFO:teuthology.orchestra.run.smithi119.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-18T10:12:22.219 INFO:teuthology.orchestra.run.smithi002.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-18T10:12:24.081 INFO:teuthology.orchestra.run.smithi119.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-18T10:12:24.081 INFO:teuthology.orchestra.run.smithi119.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-18T10:12:24.082 INFO:teuthology.orchestra.run.smithi094.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-18T10:12:24.082 INFO:teuthology.orchestra.run.smithi094.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-18T10:12:24.168 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:12:24.169 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:12:24.175 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:12:24.175 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-09-18T10:12:24.175 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:12:24.175 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:12:24.175 INFO:teuthology.orchestra.run.smithi094.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-18T10:12:24.175 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T10:12:24.175 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-18T10:12:24.175 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-18T10:12:24.176 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-18T10:12:24.176 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:12:24.176 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:12:24.176 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:12:24.176 INFO:teuthology.orchestra.run.smithi094.stdout:Install 4 Packages 2024-09-18T10:12:24.176 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:12:24.177 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 79 M 2024-09-18T10:12:24.177 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 126 M 2024-09-18T10:12:24.177 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:12:24.178 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:12:24.178 INFO:teuthology.orchestra.run.smithi119.stdout: Package Architecture Version Repository Size 2024-09-18T10:12:24.178 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:12:24.178 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:12:24.178 INFO:teuthology.orchestra.run.smithi119.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-18T10:12:24.178 INFO:teuthology.orchestra.run.smithi119.stdout:Installing dependencies: 2024-09-18T10:12:24.178 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-18T10:12:24.178 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-18T10:12:24.178 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-18T10:12:24.178 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:12:24.179 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:12:24.179 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:12:24.179 INFO:teuthology.orchestra.run.smithi119.stdout:Install 4 Packages 2024-09-18T10:12:24.179 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:12:24.179 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 79 M 2024-09-18T10:12:24.179 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 126 M 2024-09-18T10:12:24.180 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:12:24.293 INFO:teuthology.orchestra.run.smithi119.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 394 kB/s | 36 kB 00:00 2024-09-18T10:12:24.309 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-18T10:12:24.309 INFO:teuthology.orchestra.run.smithi002.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-18T10:12:24.401 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:12:24.407 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:12:24.407 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2024-09-18T10:12:24.407 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:12:24.407 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:12:24.407 INFO:teuthology.orchestra.run.smithi002.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-18T10:12:24.407 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2024-09-18T10:12:24.408 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-18T10:12:24.408 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-18T10:12:24.408 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-18T10:12:24.408 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:12:24.408 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:12:24.408 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:12:24.408 INFO:teuthology.orchestra.run.smithi002.stdout:Install 4 Packages 2024-09-18T10:12:24.408 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:12:24.409 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 79 M 2024-09-18T10:12:24.409 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 126 M 2024-09-18T10:12:24.409 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:12:24.561 INFO:teuthology.orchestra.run.smithi094.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 284 kB/s | 36 kB 00:00 2024-09-18T10:12:24.579 INFO:teuthology.orchestra.run.smithi002.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 250 kB/s | 36 kB 00:00 2024-09-18T10:12:24.718 INFO:teuthology.orchestra.run.smithi119.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 30 MB/s | 16 MB 00:00 2024-09-18T10:12:25.201 INFO:teuthology.orchestra.run.smithi119.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 35 MB/s | 35 MB 00:01 2024-09-18T10:12:25.610 INFO:teuthology.orchestra.run.smithi119.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 22 MB/s | 29 MB 00:01 2024-09-18T10:12:25.610 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:12:25.610 INFO:teuthology.orchestra.run.smithi119.stdout:Total 55 MB/s | 79 MB 00:01 2024-09-18T10:12:26.281 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:12:26.329 INFO:teuthology.orchestra.run.smithi002.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 8.3 MB/s | 16 MB 00:01 2024-09-18T10:12:26.622 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:12:26.622 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:12:27.566 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:12:27.567 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:12:29.982 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:12:30.670 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-18T10:12:30.746 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T10:12:31.218 INFO:teuthology.orchestra.run.smithi094.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 2.3 MB/s | 16 MB 00:06 2024-09-18T10:12:33.511 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T10:12:33.657 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T10:12:37.318 INFO:teuthology.orchestra.run.smithi094.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 2.2 MB/s | 29 MB 00:12 2024-09-18T10:12:37.736 INFO:teuthology.orchestra.run.smithi002.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 2.2 MB/s | 29 MB 00:13 2024-09-18T10:12:38.019 INFO:teuthology.orchestra.run.smithi094.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 2.5 MB/s | 35 MB 00:13 2024-09-18T10:12:38.019 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:12:38.020 INFO:teuthology.orchestra.run.smithi094.stdout:Total 5.7 MB/s | 79 MB 00:13 2024-09-18T10:12:38.395 INFO:teuthology.orchestra.run.smithi002.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 2.5 MB/s | 35 MB 00:13 2024-09-18T10:12:38.395 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:12:38.395 INFO:teuthology.orchestra.run.smithi002.stdout:Total 5.6 MB/s | 79 MB 00:13 2024-09-18T10:12:38.470 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T10:12:38.705 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:12:38.816 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:12:39.069 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:12:39.069 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:12:39.102 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:12:39.491 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:12:39.491 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:12:40.052 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:12:40.053 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:12:40.473 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:12:40.473 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:12:42.613 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:12:43.037 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:12:43.318 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-18T10:12:43.426 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T10:12:43.649 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:12:43.700 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-18T10:12:43.803 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T10:12:46.248 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T10:12:46.393 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T10:12:46.589 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T10:12:46.715 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T10:12:51.199 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T10:12:51.243 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:12:51.846 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T10:12:51.890 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:12:56.106 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:12:57.034 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:13:21.526 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:13:21.566 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:13:21.967 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:13:21.967 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-18T10:13:21.967 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T10:13:21.967 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T10:13:22.834 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:13:22.835 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:13:22.835 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:13:22.835 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-18T10:13:22.835 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-18T10:13:22.836 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-18T10:13:22.836 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-18T10:13:22.836 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:13:22.836 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:13:23.183 DEBUG:teuthology.orchestra.run.smithi119:> rpm -q kernel | sort -rV | head -n 1 2024-09-18T10:13:23.275 INFO:teuthology.orchestra.run.smithi119.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-18T10:13:23.275 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-18T10:13:23.275 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-18T10:13:23.275 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-18T10:13:23.275 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-18T10:13:23.275 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-18T10:13:23.276 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi119.front.sepia.ceph.com, path=None, version=distro) 2024-09-18T10:13:23.276 DEBUG:teuthology.orchestra.run.smithi119:> rpm -q kernel | sort -rV | head -n 1 2024-09-18T10:13:23.334 INFO:teuthology.orchestra.run.smithi119.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-18T10:13:23.334 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-18T10:13:23.335 DEBUG:teuthology.orchestra.run.smithi119:> sudo rpm -qi grub2-tools 2024-09-18T10:13:23.366 INFO:teuthology.orchestra.run.smithi119.stdout:Name : grub2-tools 2024-09-18T10:13:23.366 INFO:teuthology.orchestra.run.smithi119.stdout:Epoch : 1 2024-09-18T10:13:23.366 INFO:teuthology.orchestra.run.smithi119.stdout:Version : 2.06 2024-09-18T10:13:23.366 INFO:teuthology.orchestra.run.smithi119.stdout:Release : 82.el9 2024-09-18T10:13:23.367 INFO:teuthology.orchestra.run.smithi119.stdout:Architecture: x86_64 2024-09-18T10:13:23.367 INFO:teuthology.orchestra.run.smithi119.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-18T10:13:23.367 INFO:teuthology.orchestra.run.smithi119.stdout:Group : Unspecified 2024-09-18T10:13:23.367 INFO:teuthology.orchestra.run.smithi119.stdout:Size : 8274670 2024-09-18T10:13:23.367 INFO:teuthology.orchestra.run.smithi119.stdout:License : GPLv3+ 2024-09-18T10:13:23.367 INFO:teuthology.orchestra.run.smithi119.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-18T10:13:23.367 INFO:teuthology.orchestra.run.smithi119.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-18T10:13:23.367 INFO:teuthology.orchestra.run.smithi119.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-18T10:13:23.367 INFO:teuthology.orchestra.run.smithi119.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-18T10:13:23.367 INFO:teuthology.orchestra.run.smithi119.stdout:Packager : builder@centos.org 2024-09-18T10:13:23.367 INFO:teuthology.orchestra.run.smithi119.stdout:Vendor : CentOS 2024-09-18T10:13:23.367 INFO:teuthology.orchestra.run.smithi119.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-18T10:13:23.367 INFO:teuthology.orchestra.run.smithi119.stdout:Summary : Support tools for GRUB. 2024-09-18T10:13:23.367 INFO:teuthology.orchestra.run.smithi119.stdout:Description : 2024-09-18T10:13:23.368 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:13:23.368 INFO:teuthology.orchestra.run.smithi119.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-18T10:13:23.368 INFO:teuthology.orchestra.run.smithi119.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-18T10:13:23.368 INFO:teuthology.orchestra.run.smithi119.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-18T10:13:23.368 INFO:teuthology.orchestra.run.smithi119.stdout:hardware devices. 2024-09-18T10:13:23.368 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:13:23.368 INFO:teuthology.orchestra.run.smithi119.stdout:This subpackage provides tools for support of all platforms. 2024-09-18T10:13:23.369 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-18T10:13:23.369 INFO:teuthology.task.kernel:Updating grub on smithi119 to boot 5.14.0-508.el9.x86_64 2024-09-18T10:13:23.369 DEBUG:teuthology.orchestra.run.smithi119:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-18T10:13:24.026 INFO:teuthology.orchestra.run.smithi119.stderr:Generating grub configuration file ... 2024-09-18T10:13:25.401 INFO:teuthology.orchestra.run.smithi119.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-18T10:13:25.429 INFO:teuthology.orchestra.run.smithi119.stderr:done 2024-09-18T10:13:25.432 DEBUG:teuthology.orchestra.run.smithi119:> mktemp 2024-09-18T10:13:25.450 INFO:teuthology.orchestra.run.smithi119.stdout:/tmp/tmp.9mXgiu8bDK 2024-09-18T10:13:25.450 DEBUG:teuthology.orchestra.run.smithi119:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.9mXgiu8bDK 2024-09-18T10:13:25.517 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 0666 /tmp/tmp.9mXgiu8bDK 2024-09-18T10:13:25.652 DEBUG:teuthology.orchestra.remote:smithi119:/tmp/tmp.9mXgiu8bDK is 6KB 2024-09-18T10:13:25.701 DEBUG:teuthology.orchestra.run.smithi119:> rm -fr /tmp/tmp.9mXgiu8bDK 2024-09-18T10:13:25.717 DEBUG:teuthology.orchestra.run.smithi119:> sudo /bin/ls /boot/loader/entries || true 2024-09-18T10:13:25.779 INFO:teuthology.orchestra.run.smithi119.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-18T10:13:25.779 INFO:teuthology.orchestra.run.smithi119.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-18T10:13:25.780 INFO:teuthology.orchestra.run.smithi119.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-18T10:13:25.780 INFO:teuthology.orchestra.run.smithi119.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-18T10:13:25.781 DEBUG:teuthology.orchestra.run.smithi119:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-18T10:13:25.942 DEBUG:teuthology.orchestra.run.smithi119:> sudo shutdown -r now 2024-09-18T10:13:34.408 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:13:34.448 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:13:34.844 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:13:34.845 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-18T10:13:34.845 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T10:13:34.845 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T10:13:35.672 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:13:35.672 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:13:35.672 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:13:35.672 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-18T10:13:35.672 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-18T10:13:35.672 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-18T10:13:35.672 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-18T10:13:35.672 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:13:35.673 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:13:36.048 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q kernel | sort -rV | head -n 1 2024-09-18T10:13:36.123 INFO:teuthology.orchestra.run.smithi094.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-18T10:13:36.124 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-18T10:13:36.124 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-18T10:13:36.124 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-18T10:13:36.124 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-18T10:13:36.124 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-18T10:13:36.124 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi094.front.sepia.ceph.com, path=None, version=distro) 2024-09-18T10:13:36.124 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q kernel | sort -rV | head -n 1 2024-09-18T10:13:36.182 INFO:teuthology.orchestra.run.smithi094.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-18T10:13:36.183 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-18T10:13:36.183 DEBUG:teuthology.orchestra.run.smithi094:> sudo rpm -qi grub2-tools 2024-09-18T10:13:36.224 INFO:teuthology.orchestra.run.smithi094.stdout:Name : grub2-tools 2024-09-18T10:13:36.224 INFO:teuthology.orchestra.run.smithi094.stdout:Epoch : 1 2024-09-18T10:13:36.224 INFO:teuthology.orchestra.run.smithi094.stdout:Version : 2.06 2024-09-18T10:13:36.225 INFO:teuthology.orchestra.run.smithi094.stdout:Release : 82.el9 2024-09-18T10:13:36.225 INFO:teuthology.orchestra.run.smithi094.stdout:Architecture: x86_64 2024-09-18T10:13:36.225 INFO:teuthology.orchestra.run.smithi094.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-18T10:13:36.225 INFO:teuthology.orchestra.run.smithi094.stdout:Group : Unspecified 2024-09-18T10:13:36.225 INFO:teuthology.orchestra.run.smithi094.stdout:Size : 8274670 2024-09-18T10:13:36.225 INFO:teuthology.orchestra.run.smithi094.stdout:License : GPLv3+ 2024-09-18T10:13:36.225 INFO:teuthology.orchestra.run.smithi094.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-18T10:13:36.225 INFO:teuthology.orchestra.run.smithi094.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-18T10:13:36.225 INFO:teuthology.orchestra.run.smithi094.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-18T10:13:36.225 INFO:teuthology.orchestra.run.smithi094.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-18T10:13:36.225 INFO:teuthology.orchestra.run.smithi094.stdout:Packager : builder@centos.org 2024-09-18T10:13:36.225 INFO:teuthology.orchestra.run.smithi094.stdout:Vendor : CentOS 2024-09-18T10:13:36.225 INFO:teuthology.orchestra.run.smithi094.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-18T10:13:36.226 INFO:teuthology.orchestra.run.smithi094.stdout:Summary : Support tools for GRUB. 2024-09-18T10:13:36.226 INFO:teuthology.orchestra.run.smithi094.stdout:Description : 2024-09-18T10:13:36.226 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:13:36.226 INFO:teuthology.orchestra.run.smithi094.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-18T10:13:36.226 INFO:teuthology.orchestra.run.smithi094.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-18T10:13:36.226 INFO:teuthology.orchestra.run.smithi094.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-18T10:13:36.226 INFO:teuthology.orchestra.run.smithi094.stdout:hardware devices. 2024-09-18T10:13:36.226 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:13:36.226 INFO:teuthology.orchestra.run.smithi094.stdout:This subpackage provides tools for support of all platforms. 2024-09-18T10:13:36.227 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-18T10:13:36.227 INFO:teuthology.task.kernel:Updating grub on smithi094 to boot 5.14.0-508.el9.x86_64 2024-09-18T10:13:36.227 DEBUG:teuthology.orchestra.run.smithi094:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-18T10:13:36.334 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:13:36.375 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:13:36.707 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:13:36.707 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-18T10:13:36.708 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-18T10:13:36.708 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-18T10:13:36.945 INFO:teuthology.orchestra.run.smithi094.stderr:Generating grub configuration file ... 2024-09-18T10:13:37.655 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-18T10:13:37.655 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:13:37.655 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:13:37.655 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-18T10:13:37.655 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-18T10:13:37.655 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-18T10:13:37.655 INFO:teuthology.orchestra.run.smithi002.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-18T10:13:37.655 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:13:37.655 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:13:37.989 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q kernel | sort -rV | head -n 1 2024-09-18T10:13:38.124 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-18T10:13:38.125 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-18T10:13:38.125 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-18T10:13:38.125 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-18T10:13:38.125 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-18T10:13:38.125 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-18T10:13:38.125 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi002.front.sepia.ceph.com, path=None, version=distro) 2024-09-18T10:13:38.125 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q kernel | sort -rV | head -n 1 2024-09-18T10:13:38.184 INFO:teuthology.orchestra.run.smithi002.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-18T10:13:38.184 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-18T10:13:38.184 DEBUG:teuthology.orchestra.run.smithi002:> sudo rpm -qi grub2-tools 2024-09-18T10:13:38.196 INFO:teuthology.orchestra.run.smithi094.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-18T10:13:38.218 INFO:teuthology.orchestra.run.smithi002.stdout:Name : grub2-tools 2024-09-18T10:13:38.218 INFO:teuthology.orchestra.run.smithi002.stdout:Epoch : 1 2024-09-18T10:13:38.218 INFO:teuthology.orchestra.run.smithi002.stdout:Version : 2.06 2024-09-18T10:13:38.218 INFO:teuthology.orchestra.run.smithi002.stdout:Release : 82.el9 2024-09-18T10:13:38.218 INFO:teuthology.orchestra.run.smithi002.stdout:Architecture: x86_64 2024-09-18T10:13:38.219 INFO:teuthology.orchestra.run.smithi002.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-18T10:13:38.219 INFO:teuthology.orchestra.run.smithi002.stdout:Group : Unspecified 2024-09-18T10:13:38.219 INFO:teuthology.orchestra.run.smithi002.stdout:Size : 8274670 2024-09-18T10:13:38.219 INFO:teuthology.orchestra.run.smithi002.stdout:License : GPLv3+ 2024-09-18T10:13:38.219 INFO:teuthology.orchestra.run.smithi002.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-18T10:13:38.219 INFO:teuthology.orchestra.run.smithi002.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-18T10:13:38.219 INFO:teuthology.orchestra.run.smithi002.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-18T10:13:38.219 INFO:teuthology.orchestra.run.smithi002.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-18T10:13:38.219 INFO:teuthology.orchestra.run.smithi002.stdout:Packager : builder@centos.org 2024-09-18T10:13:38.219 INFO:teuthology.orchestra.run.smithi002.stdout:Vendor : CentOS 2024-09-18T10:13:38.219 INFO:teuthology.orchestra.run.smithi002.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-18T10:13:38.219 INFO:teuthology.orchestra.run.smithi002.stdout:Summary : Support tools for GRUB. 2024-09-18T10:13:38.219 INFO:teuthology.orchestra.run.smithi002.stdout:Description : 2024-09-18T10:13:38.219 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:13:38.219 INFO:teuthology.orchestra.run.smithi002.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-18T10:13:38.220 INFO:teuthology.orchestra.run.smithi002.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-18T10:13:38.220 INFO:teuthology.orchestra.run.smithi002.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-18T10:13:38.220 INFO:teuthology.orchestra.run.smithi002.stdout:hardware devices. 2024-09-18T10:13:38.220 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:13:38.220 INFO:teuthology.orchestra.run.smithi002.stdout:This subpackage provides tools for support of all platforms. 2024-09-18T10:13:38.221 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-18T10:13:38.221 INFO:teuthology.task.kernel:Updating grub on smithi002 to boot 5.14.0-508.el9.x86_64 2024-09-18T10:13:38.221 DEBUG:teuthology.orchestra.run.smithi002:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-18T10:13:38.232 INFO:teuthology.orchestra.run.smithi094.stderr:done 2024-09-18T10:13:38.234 DEBUG:teuthology.orchestra.run.smithi094:> mktemp 2024-09-18T10:13:38.250 INFO:teuthology.orchestra.run.smithi094.stdout:/tmp/tmp.ezV9o2Nphe 2024-09-18T10:13:38.250 DEBUG:teuthology.orchestra.run.smithi094:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ezV9o2Nphe 2024-09-18T10:13:38.316 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 0666 /tmp/tmp.ezV9o2Nphe 2024-09-18T10:13:38.448 DEBUG:teuthology.orchestra.remote:smithi094:/tmp/tmp.ezV9o2Nphe is 6KB 2024-09-18T10:13:38.495 DEBUG:teuthology.orchestra.run.smithi094:> rm -fr /tmp/tmp.ezV9o2Nphe 2024-09-18T10:13:38.510 DEBUG:teuthology.orchestra.run.smithi094:> sudo /bin/ls /boot/loader/entries || true 2024-09-18T10:13:38.581 INFO:teuthology.orchestra.run.smithi094.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-18T10:13:38.581 INFO:teuthology.orchestra.run.smithi094.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-18T10:13:38.581 INFO:teuthology.orchestra.run.smithi094.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-18T10:13:38.581 INFO:teuthology.orchestra.run.smithi094.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-18T10:13:38.581 DEBUG:teuthology.orchestra.run.smithi094:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-18T10:13:38.727 DEBUG:teuthology.orchestra.run.smithi094:> sudo shutdown -r now 2024-09-18T10:13:39.004 INFO:teuthology.orchestra.run.smithi002.stderr:Generating grub configuration file ... 2024-09-18T10:13:40.251 INFO:teuthology.orchestra.run.smithi002.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-18T10:13:40.271 INFO:teuthology.orchestra.run.smithi002.stderr:done 2024-09-18T10:13:40.273 DEBUG:teuthology.orchestra.run.smithi002:> mktemp 2024-09-18T10:13:40.288 INFO:teuthology.orchestra.run.smithi002.stdout:/tmp/tmp.04d7zXqI2z 2024-09-18T10:13:40.288 DEBUG:teuthology.orchestra.run.smithi002:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.04d7zXqI2z 2024-09-18T10:13:40.354 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 0666 /tmp/tmp.04d7zXqI2z 2024-09-18T10:13:40.493 DEBUG:teuthology.orchestra.remote:smithi002:/tmp/tmp.04d7zXqI2z is 6KB 2024-09-18T10:13:40.542 DEBUG:teuthology.orchestra.run.smithi002:> rm -fr /tmp/tmp.04d7zXqI2z 2024-09-18T10:13:40.556 DEBUG:teuthology.orchestra.run.smithi002:> sudo /bin/ls /boot/loader/entries || true 2024-09-18T10:13:40.618 INFO:teuthology.orchestra.run.smithi002.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-18T10:13:40.618 INFO:teuthology.orchestra.run.smithi002.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-18T10:13:40.618 INFO:teuthology.orchestra.run.smithi002.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-18T10:13:40.618 INFO:teuthology.orchestra.run.smithi002.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-18T10:13:40.619 DEBUG:teuthology.orchestra.run.smithi002:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-18T10:13:40.897 DEBUG:teuthology.orchestra.run.smithi002:> sudo shutdown -r now 2024-09-18T10:13:55.957 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-18T10:13:55.958 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-09-18T10:13:55.959 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T10:14:08.743 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-18T10:14:08.743 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-18T10:14:08.744 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T10:14:10.901 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-18T10:14:10.901 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-18T10:14:10.901 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T10:14:14.337 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2024-09-18T10:14:23.345 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-09-18T10:14:23.346 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T10:14:26.397 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2024-09-18T10:14:27.133 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.94 2024-09-18T10:14:29.437 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-09-18T10:14:36.141 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-18T10:14:36.142 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T10:14:38.400 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-09-18T10:14:38.400 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T10:14:38.438 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-18T10:14:38.439 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T10:14:39.197 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.94 2024-09-18T10:14:41.505 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.2 2024-09-18T10:14:51.205 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-18T10:14:51.206 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T10:14:53.506 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-18T10:14:53.507 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T10:15:10.194 DEBUG:teuthology.orchestra.run.smithi119:> true 2024-09-18T10:15:10.548 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-09-18T10:15:10.548 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-508.el9.x86_64"... 2024-09-18T10:15:10.549 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2024-09-18T10:15:10.563 INFO:teuthology.orchestra.run.smithi119.stdout:5.14.0-508.el9.x86_64 2024-09-18T10:15:10.563 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-18T10:15:10.564 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-18T10:15:10.564 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-18T10:15:11.564 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-18T10:15:11.565 DEBUG:teuthology.orchestra.run.smithi119:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-18T10:15:11.693 INFO:teuthology.orchestra.run.smithi119.stdout:ttyS1 2024-09-18T10:15:11.721 DEBUG:teuthology.parallel:result is None 2024-09-18T10:15:23.078 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-09-18T10:15:23.463 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-18T10:15:23.463 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-18T10:15:23.464 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-09-18T10:15:23.487 INFO:teuthology.orchestra.run.smithi094.stdout:5.14.0-508.el9.x86_64 2024-09-18T10:15:23.488 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-18T10:15:23.488 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-18T10:15:23.488 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-18T10:15:24.489 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-18T10:15:24.490 DEBUG:teuthology.orchestra.run.smithi094:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-18T10:15:24.606 INFO:teuthology.orchestra.run.smithi094.stdout:ttyS1 2024-09-18T10:15:24.628 DEBUG:teuthology.parallel:result is None 2024-09-18T10:15:25.389 DEBUG:teuthology.orchestra.run.smithi002:> true 2024-09-18T10:15:25.709 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-18T10:15:25.709 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-18T10:15:25.709 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2024-09-18T10:15:25.764 INFO:teuthology.orchestra.run.smithi002.stdout:5.14.0-508.el9.x86_64 2024-09-18T10:15:25.764 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-18T10:15:25.764 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-18T10:15:25.764 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-18T10:15:26.765 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-18T10:15:26.765 DEBUG:teuthology.orchestra.run.smithi002:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-18T10:15:26.896 INFO:teuthology.orchestra.run.smithi002.stdout:ttyS1 2024-09-18T10:15:26.921 DEBUG:teuthology.parallel:result is None 2024-09-18T10:15:26.921 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-18T10:15:26.932 INFO:teuthology.task.internal:Creating test directory... 2024-09-18T10:15:26.932 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-18T10:15:26.935 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-18T10:15:26.938 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-18T10:15:26.976 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-18T10:15:26.985 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-18T10:15:26.995 INFO:teuthology.task.internal:Creating archive directory... 2024-09-18T10:15:26.995 DEBUG:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-18T10:15:27.019 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-18T10:15:27.021 DEBUG:teuthology.orchestra.run.smithi119:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-18T10:15:27.090 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-18T10:15:27.099 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-18T10:15:27.099 DEBUG:teuthology.orchestra.run.smithi002:> 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-18T10:15:27.102 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T10:15:27.105 DEBUG:teuthology.orchestra.run.smithi119:> 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-18T10:15:27.138 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T10:15:27.141 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T10:15:27.149 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T10:15:27.153 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T10:15:27.164 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T10:15:27.185 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-18T10:15:27.188 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-18T10:15:27.196 INFO:teuthology.task.internal:Configuring sudo... 2024-09-18T10:15:27.197 DEBUG:teuthology.orchestra.run.smithi002:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-18T10:15:27.200 DEBUG:teuthology.orchestra.run.smithi094:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-18T10:15:27.202 DEBUG:teuthology.orchestra.run.smithi119:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-18T10:15:27.269 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-18T10:15:27.278 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-18T10:15:27.279 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-18T10:15:27.281 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-18T10:15:27.283 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-18T10:15:27.300 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T10:15:27.381 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T10:15:27.431 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T10:15:27.510 DEBUG:teuthology.orchestra.run.smithi002:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T10:15:27.555 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-18T10:15:27.556 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-18T10:15:27.622 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T10:15:27.662 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T10:15:27.738 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T10:15:27.780 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T10:15:27.824 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T10:15:27.824 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-18T10:15:27.891 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T10:15:27.935 DEBUG:teuthology.orchestra.run.smithi119:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-18T10:15:27.993 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T10:15:28.074 DEBUG:teuthology.orchestra.run.smithi119:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-18T10:15:28.120 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-18T10:15:28.121 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-18T10:15:28.189 DEBUG:teuthology.orchestra.run.smithi002:> sudo service rsyslog restart 2024-09-18T10:15:28.191 DEBUG:teuthology.orchestra.run.smithi094:> sudo service rsyslog restart 2024-09-18T10:15:28.197 DEBUG:teuthology.orchestra.run.smithi119:> sudo service rsyslog restart 2024-09-18T10:15:28.231 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-18T10:15:28.239 INFO:teuthology.orchestra.run.smithi094.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-18T10:15:28.282 INFO:teuthology.orchestra.run.smithi119.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-18T10:15:28.757 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-18T10:15:28.765 INFO:teuthology.task.internal:Starting timer... 2024-09-18T10:15:28.765 INFO:teuthology.run_tasks:Running task pcp... 2024-09-18T10:15:28.838 INFO:teuthology.run_tasks:Running task selinux... 2024-09-18T10:15:28.847 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-18T10:15:28.847 DEBUG:teuthology.orchestra.run.smithi002:> sudo service auditd rotate 2024-09-18T10:15:28.922 INFO:teuthology.orchestra.run.smithi002.stdout:Rotating logs: 2024-09-18T10:15:28.924 DEBUG:teuthology.orchestra.run.smithi094:> sudo service auditd rotate 2024-09-18T10:15:28.967 INFO:teuthology.orchestra.run.smithi094.stdout:Rotating logs: 2024-09-18T10:15:28.969 DEBUG:teuthology.orchestra.run.smithi119:> sudo service auditd rotate 2024-09-18T10:15:29.040 INFO:teuthology.orchestra.run.smithi119.stdout:Rotating logs: 2024-09-18T10:15:29.042 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-18T10:15:29.043 DEBUG:teuthology.orchestra.run.smithi002:> /usr/sbin/getenforce 2024-09-18T10:15:29.080 INFO:teuthology.orchestra.run.smithi002.stdout:Permissive 2024-09-18T10:15:29.080 DEBUG:teuthology.orchestra.run.smithi094:> /usr/sbin/getenforce 2024-09-18T10:15:29.110 INFO:teuthology.orchestra.run.smithi094.stdout:Permissive 2024-09-18T10:15:29.110 DEBUG:teuthology.orchestra.run.smithi119:> /usr/sbin/getenforce 2024-09-18T10:15:29.139 INFO:teuthology.orchestra.run.smithi119.stdout:Permissive 2024-09-18T10:15:29.139 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi002.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi094.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi119.front.sepia.ceph.com': 'permissive'} 2024-09-18T10:15:29.140 DEBUG:teuthology.orchestra.run.smithi002:> 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 2024-09-18T10:15:29.166 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T10:15:29.167 DEBUG:teuthology.orchestra.run.smithi094:> 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 2024-09-18T10:15:29.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T10:15:29.197 DEBUG:teuthology.orchestra.run.smithi119:> 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 2024-09-18T10:15:29.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T10:15:29.226 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-18T10:15:29.227 DEBUG:teuthology.orchestra.run.smithi002:> sudo /usr/sbin/setenforce permissive 2024-09-18T10:15:29.261 DEBUG:teuthology.orchestra.run.smithi094:> sudo /usr/sbin/setenforce permissive 2024-09-18T10:15:29.298 DEBUG:teuthology.orchestra.run.smithi119:> sudo /usr/sbin/setenforce permissive 2024-09-18T10:15:29.336 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-18T10:15:29.346 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-18T10:15:29.350 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-18T10:15:29.492 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-18T10:15:29.504 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-18T10:15:29.505 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi002.front.sepia.ceph.com,smithi094.front.sepia.ceph.com,smithi119.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-18T10:19:19.796 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi002.front.sepia.ceph.com'), Remote(name='ubuntu@smithi094.front.sepia.ceph.com'), Remote(name='ubuntu@smithi119.front.sepia.ceph.com')] 2024-09-18T10:19:19.798 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-18T10:19:19.799 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T10:19:19.889 DEBUG:teuthology.orchestra.run.smithi002:> true 2024-09-18T10:19:19.975 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2024-09-18T10:19:19.975 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-18T10:19:19.975 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T10:19:20.053 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-09-18T10:19:20.129 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-09-18T10:19:20.130 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-09-18T10:19:20.130 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-18T10:19:20.203 DEBUG:teuthology.orchestra.run.smithi119:> true 2024-09-18T10:19:20.286 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-09-18T10:19:20.286 INFO:teuthology.run_tasks:Running task clock... 2024-09-18T10:19:20.296 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-18T10:19:20.296 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-18T10:19:20.297 DEBUG:teuthology.orchestra.run.smithi002:> 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-18T10:19:20.299 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-18T10:19:20.299 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T10:19:20.301 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-18T10:19:20.301 DEBUG:teuthology.orchestra.run.smithi119:> 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-18T10:19:20.329 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-18T10:19:20.332 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-18T10:19:20.344 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-18T10:19:20.349 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-18T10:19:20.356 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-18T10:19:20.368 INFO:teuthology.orchestra.run.smithi094.stderr:sudo: ntpd: command not found 2024-09-18T10:19:20.371 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-18T10:19:20.377 INFO:teuthology.orchestra.run.smithi002.stderr:sudo: ntpd: command not found 2024-09-18T10:19:20.379 INFO:teuthology.orchestra.run.smithi094.stdout:506 Cannot talk to daemon 2024-09-18T10:19:20.390 INFO:teuthology.orchestra.run.smithi002.stdout:506 Cannot talk to daemon 2024-09-18T10:19:20.394 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-18T10:19:20.396 INFO:teuthology.orchestra.run.smithi119.stderr:sudo: ntpd: command not found 2024-09-18T10:19:20.405 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-18T10:19:20.407 INFO:teuthology.orchestra.run.smithi119.stdout:506 Cannot talk to daemon 2024-09-18T10:19:20.408 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-18T10:19:20.421 INFO:teuthology.orchestra.run.smithi002.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-18T10:19:20.421 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-18T10:19:20.435 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-18T10:19:20.463 INFO:teuthology.orchestra.run.smithi094.stderr:bash: line 1: ntpq: command not found 2024-09-18T10:19:20.467 INFO:teuthology.orchestra.run.smithi094.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-18T10:19:20.467 INFO:teuthology.orchestra.run.smithi094.stdout:=============================================================================== 2024-09-18T10:19:20.467 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T10:19:20.467 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T10:19:20.467 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T10:19:20.467 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T10:19:20.490 INFO:teuthology.orchestra.run.smithi002.stderr:bash: line 1: ntpq: command not found 2024-09-18T10:19:20.494 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-18T10:19:20.494 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2024-09-18T10:19:20.494 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T10:19:20.494 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T10:19:20.494 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T10:19:20.494 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T10:19:20.506 INFO:teuthology.orchestra.run.smithi119.stderr:bash: line 1: ntpq: command not found 2024-09-18T10:19:20.510 INFO:teuthology.orchestra.run.smithi119.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-18T10:19:20.510 INFO:teuthology.orchestra.run.smithi119.stdout:=============================================================================== 2024-09-18T10:19:20.510 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T10:19:20.510 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T10:19:20.510 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T10:19:20.510 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T10:19:20.511 INFO:teuthology.run_tasks:Running task pexec... 2024-09-18T10:19:20.520 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-18T10:19:20.521 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi002.front.sepia.ceph.com 2024-09-18T10:19:20.521 DEBUG:teuthology.orchestra.run.smithi002:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-18T10:19:20.521 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi094.front.sepia.ceph.com 2024-09-18T10:19:20.521 DEBUG:teuthology.orchestra.run.smithi094:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-18T10:19:20.521 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi119.front.sepia.ceph.com 2024-09-18T10:19:20.522 DEBUG:teuthology.orchestra.run.smithi119:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-18T10:19:21.118 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:51 ago on Wed 18 Sep 2024 10:18:29 AM UTC. 2024-09-18T10:19:21.155 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:00:51 ago on Wed 18 Sep 2024 10:18:29 AM UTC. 2024-09-18T10:19:21.160 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:47 ago on Wed 18 Sep 2024 10:18:33 AM UTC. 2024-09-18T10:19:21.246 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:19:21.248 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:19:21.248 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-09-18T10:19:21.248 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:19:21.248 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:19:21.248 INFO:teuthology.orchestra.run.smithi094.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-18T10:19:21.248 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:19:21.248 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:19:21.248 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:19:21.249 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T10:19:21.249 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:19:21.262 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 3.2 M 2024-09-18T10:19:21.262 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 10 M 2024-09-18T10:19:21.262 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:19:21.283 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:19:21.294 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:19:21.300 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:19:21.301 INFO:teuthology.orchestra.run.smithi119.stdout: Package Architecture Version Repository Size 2024-09-18T10:19:21.301 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:19:21.301 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:19:21.301 INFO:teuthology.orchestra.run.smithi119.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-18T10:19:21.301 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:19:21.301 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:19:21.301 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:19:21.301 INFO:teuthology.orchestra.run.smithi119.stdout:Install 1 Package 2024-09-18T10:19:21.301 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:19:21.309 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:19:21.309 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2024-09-18T10:19:21.309 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:19:21.310 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:19:21.310 INFO:teuthology.orchestra.run.smithi002.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-18T10:19:21.310 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:19:21.310 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:19:21.310 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:19:21.310 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2024-09-18T10:19:21.310 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:19:21.311 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 3.2 M 2024-09-18T10:19:21.312 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 10 M 2024-09-18T10:19:21.312 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:19:21.318 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 3.2 M 2024-09-18T10:19:21.318 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 10 M 2024-09-18T10:19:21.318 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:19:21.558 INFO:teuthology.orchestra.run.smithi002.stdout:runc-1.1.13-4.el9.x86_64.rpm 15 MB/s | 3.2 MB 00:00 2024-09-18T10:19:21.558 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:19:21.558 INFO:teuthology.orchestra.run.smithi002.stdout:Total 13 MB/s | 3.2 MB 00:00 2024-09-18T10:19:21.578 INFO:teuthology.orchestra.run.smithi094.stdout:runc-1.1.13-4.el9.x86_64.rpm 11 MB/s | 3.2 MB 00:00 2024-09-18T10:19:21.579 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:19:21.579 INFO:teuthology.orchestra.run.smithi094.stdout:Total 10 MB/s | 3.2 MB 00:00 2024-09-18T10:19:21.596 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:19:21.602 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:19:21.602 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:19:21.615 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:19:21.620 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:19:21.621 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:19:21.704 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:19:21.705 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:19:21.724 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:19:21.724 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:19:21.939 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:19:21.954 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:19:22.038 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 1/1 2024-09-18T10:19:22.046 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 1/1 2024-09-18T10:19:22.154 INFO:teuthology.orchestra.run.smithi119.stdout:runc-1.1.13-4.el9.x86_64.rpm 3.9 MB/s | 3.2 MB 00:00 2024-09-18T10:19:22.154 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:19:22.154 INFO:teuthology.orchestra.run.smithi119.stdout:Total 3.8 MB/s | 3.2 MB 00:00 2024-09-18T10:19:22.191 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:19:22.197 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:19:22.197 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:19:22.296 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:19:22.297 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:19:22.527 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:19:22.623 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 1/1 2024-09-18T10:19:22.626 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 1/1 2024-09-18T10:19:22.647 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 1/1 2024-09-18T10:19:22.891 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 1/1 2024-09-18T10:19:22.892 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:19:22.892 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:19:22.892 INFO:teuthology.orchestra.run.smithi002.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-18T10:19:22.892 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:19:22.892 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:19:22.929 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 1/1 2024-09-18T10:19:22.929 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:19:22.930 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:19:22.930 INFO:teuthology.orchestra.run.smithi094.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-18T10:19:22.930 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:19:22.930 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:19:23.145 DEBUG:teuthology.parallel:result is None 2024-09-18T10:19:23.177 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 1/1 2024-09-18T10:19:23.187 DEBUG:teuthology.parallel:result is None 2024-09-18T10:19:23.429 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 1/1 2024-09-18T10:19:23.429 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:19:23.429 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:19:23.429 INFO:teuthology.orchestra.run.smithi119.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-18T10:19:23.430 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:19:23.430 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:19:23.773 DEBUG:teuthology.parallel:result is None 2024-09-18T10:19:23.774 INFO:teuthology.run_tasks:Running task install... 2024-09-18T10:19:23.782 DEBUG:teuthology.task.install:project ceph 2024-09-18T10:19:23.782 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '7061ea6ca50908d104e9f3979dc615e118d9e153'}} 2024-09-18T10:19:23.782 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '7061ea6ca50908d104e9f3979dc615e118d9e153'} 2024-09-18T10:19:23.782 INFO:teuthology.task.install:Using flavor: default 2024-09-18T10:19:23.788 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-18T10:19:23.788 INFO:teuthology.task.install:extra packages: [] 2024-09-18T10:19:23.788 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': '7061ea6ca50908d104e9f3979dc615e118d9e153', 'tag': None, 'wait_for_package': False} 2024-09-18T10:19:23.789 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T10:19:23.790 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': '7061ea6ca50908d104e9f3979dc615e118d9e153', 'tag': None, 'wait_for_package': False} 2024-09-18T10:19:23.790 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T10:19:23.791 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': '7061ea6ca50908d104e9f3979dc615e118d9e153', 'tag': None, 'wait_for_package': False} 2024-09-18T10:19:23.792 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T10:19:23.934 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/centos/9/flavors/default/ 2024-09-18T10:19:23.934 INFO:teuthology.task.install.rpm:Package version is 17.2.7-1645.g7061ea6c 2024-09-18T10:19:23.944 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/centos/9/flavors/default/ 2024-09-18T10:19:23.944 INFO:teuthology.task.install.rpm:Package version is 17.2.7-1645.g7061ea6c 2024-09-18T10:19:23.953 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/centos/9/flavors/default/ 2024-09-18T10:19:23.953 INFO:teuthology.task.install.rpm:Package version is 17.2.7-1645.g7061ea6c 2024-09-18T10:19:24.042 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-18T10:19:24.043 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-18T10:19:24.043 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-18T10:19:24.052 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-18T10:19:24.053 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-18T10:19:24.053 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-18T10:19:24.057 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-bharath11-testing-2024-09-18-1115-quincy/7061ea6ca50908d104e9f3979dc615e118d9e153/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-18T10:19:24.057 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T10:19:24.057 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-18T10:19:24.075 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-18T10:19:24.075 DEBUG:teuthology.orchestra.run.smithi002:> 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/7061ea6ca50908d104e9f3979dc615e118d9e153/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-18T10:19:24.077 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-18T10:19:24.078 DEBUG:teuthology.orchestra.run.smithi119:> 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/7061ea6ca50908d104e9f3979dc615e118d9e153/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-18T10:19:24.087 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-18T10:19:24.088 DEBUG:teuthology.orchestra.run.smithi094:> 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/7061ea6ca50908d104e9f3979dc615e118d9e153/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-18T10:19:24.143 DEBUG:teuthology.orchestra.run.smithi119:> 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-18T10:19:24.146 DEBUG:teuthology.orchestra.run.smithi002:> 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-18T10:19:24.158 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T10:19:24.218 DEBUG:teuthology.orchestra.run.smithi119:> 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-18T10:19:24.228 DEBUG:teuthology.orchestra.run.smithi002:> 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-18T10:19:24.241 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T10:19:24.282 INFO:teuthology.orchestra.run.smithi119.stdout:check_obsoletes = 1 2024-09-18T10:19:24.283 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum clean all 2024-09-18T10:19:24.295 INFO:teuthology.orchestra.run.smithi002.stdout:check_obsoletes = 1 2024-09-18T10:19:24.297 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum clean all 2024-09-18T10:19:24.311 INFO:teuthology.orchestra.run.smithi094.stdout:check_obsoletes = 1 2024-09-18T10:19:24.313 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum clean all 2024-09-18T10:19:24.518 INFO:teuthology.orchestra.run.smithi119.stdout:45 files removed 2024-09-18T10:19:24.542 INFO:teuthology.orchestra.run.smithi002.stdout:45 files removed 2024-09-18T10:19:24.545 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install ceph-radosgw 2024-09-18T10:19:24.561 INFO:teuthology.orchestra.run.smithi094.stdout:45 files removed 2024-09-18T10:19:24.569 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-radosgw 2024-09-18T10:19:24.587 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-radosgw 2024-09-18T10:19:25.092 INFO:teuthology.orchestra.run.smithi119.stdout:ceph packages for x86_64 299 kB/s | 77 kB 00:00 2024-09-18T10:19:25.137 INFO:teuthology.orchestra.run.smithi002.stdout:ceph packages for x86_64 289 kB/s | 77 kB 00:00 2024-09-18T10:19:25.143 INFO:teuthology.orchestra.run.smithi094.stdout:ceph packages for x86_64 284 kB/s | 77 kB 00:00 2024-09-18T10:19:25.359 INFO:teuthology.orchestra.run.smithi119.stdout:ceph noarch packages 48 kB/s | 11 kB 00:00 2024-09-18T10:19:25.421 INFO:teuthology.orchestra.run.smithi002.stdout:ceph noarch packages 45 kB/s | 11 kB 00:00 2024-09-18T10:19:25.435 INFO:teuthology.orchestra.run.smithi094.stdout:ceph noarch packages 44 kB/s | 11 kB 00:00 2024-09-18T10:19:25.635 INFO:teuthology.orchestra.run.smithi119.stdout:ceph source packages 7.5 kB/s | 1.8 kB 00:00 2024-09-18T10:19:25.688 INFO:teuthology.orchestra.run.smithi002.stdout:ceph source packages 7.8 kB/s | 1.8 kB 00:00 2024-09-18T10:19:25.711 INFO:teuthology.orchestra.run.smithi094.stdout:ceph source packages 7.5 kB/s | 1.8 kB 00:00 2024-09-18T10:19:26.210 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.3 MB 00:00 2024-09-18T10:19:28.387 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - BaseOS 3.1 MB/s | 8.3 MB 00:02 2024-09-18T10:19:28.488 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - BaseOS 3.0 MB/s | 8.3 MB 00:02 2024-09-18T10:19:29.278 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - AppStream 10 MB/s | 20 MB 00:01 2024-09-18T10:19:31.541 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - AppStream 10 MB/s | 20 MB 00:01 2024-09-18T10:19:33.621 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - AppStream 4.9 MB/s | 20 MB 00:04 2024-09-18T10:19:34.920 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - CRB 3.5 MB/s | 6.5 MB 00:01 2024-09-18T10:19:35.934 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.5 MB 00:00 2024-09-18T10:19:36.479 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - Extras packages 59 kB/s | 19 kB 00:00 2024-09-18T10:19:38.042 INFO:teuthology.orchestra.run.smithi119.stdout:Extra Packages for Enterprise Linux 16 MB/s | 23 MB 00:01 2024-09-18T10:19:38.146 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.5 MB 00:00 2024-09-18T10:19:38.317 INFO:teuthology.orchestra.run.smithi002.stdout:CentOS Stream 9 - Extras packages 17 kB/s | 19 kB 00:01 2024-09-18T10:19:39.497 INFO:teuthology.orchestra.run.smithi002.stdout:Extra Packages for Enterprise Linux 22 MB/s | 23 MB 00:01 2024-09-18T10:19:39.748 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 19 kB 00:00 2024-09-18T10:19:40.952 INFO:teuthology.orchestra.run.smithi094.stdout:Extra Packages for Enterprise Linux 21 MB/s | 23 MB 00:01 2024-09-18T10:19:43.448 INFO:teuthology.orchestra.run.smithi119.stdout:lab-extras 27 kB/s | 1.7 kB 00:00 2024-09-18T10:19:45.119 INFO:teuthology.orchestra.run.smithi002.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-18T10:19:45.723 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:19:45.724 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:19:45.724 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repository Size 2024-09-18T10:19:45.725 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:19:45.725 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:19:45.725 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-radosgw x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 14 M 2024-09-18T10:19:45.725 INFO:teuthology.orchestra.run.smithi119.stdout:Upgrading: 2024-09-18T10:19:45.725 INFO:teuthology.orchestra.run.smithi119.stdout: librados2 x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 3.1 M 2024-09-18T10:19:45.725 INFO:teuthology.orchestra.run.smithi119.stdout: librbd1 x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 2.9 M 2024-09-18T10:19:45.725 INFO:teuthology.orchestra.run.smithi119.stdout:Installing dependencies: 2024-09-18T10:19:45.725 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-base x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 5.0 M 2024-09-18T10:19:45.725 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-common x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 22 M 2024-09-18T10:19:45.725 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-selinux x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 25 k 2024-09-18T10:19:45.725 INFO:teuthology.orchestra.run.smithi119.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-18T10:19:45.726 INFO:teuthology.orchestra.run.smithi119.stdout: libcephfs2 x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 637 k 2024-09-18T10:19:45.726 INFO:teuthology.orchestra.run.smithi119.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-18T10:19:45.726 INFO:teuthology.orchestra.run.smithi119.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-18T10:19:45.726 INFO:teuthology.orchestra.run.smithi119.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-18T10:19:45.726 INFO:teuthology.orchestra.run.smithi119.stdout: libradosstriper1 x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 458 k 2024-09-18T10:19:45.726 INFO:teuthology.orchestra.run.smithi119.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-18T10:19:45.726 INFO:teuthology.orchestra.run.smithi119.stdout: librgw2 x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 4.9 M 2024-09-18T10:19:45.726 INFO:teuthology.orchestra.run.smithi119.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-18T10:19:45.726 INFO:teuthology.orchestra.run.smithi119.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-18T10:19:45.726 INFO:teuthology.orchestra.run.smithi119.stdout: python3-ceph-argparse x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 45 k 2024-09-18T10:19:45.726 INFO:teuthology.orchestra.run.smithi119.stdout: python3-ceph-common x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 120 k 2024-09-18T10:19:45.726 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cephfs x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 156 k 2024-09-18T10:19:45.726 INFO:teuthology.orchestra.run.smithi119.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-18T10:19:45.726 INFO:teuthology.orchestra.run.smithi119.stdout: python3-rados x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 320 k 2024-09-18T10:19:45.727 INFO:teuthology.orchestra.run.smithi119.stdout: python3-rbd x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 296 k 2024-09-18T10:19:45.727 INFO:teuthology.orchestra.run.smithi119.stdout: python3-rgw x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 99 k 2024-09-18T10:19:45.727 INFO:teuthology.orchestra.run.smithi119.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-18T10:19:45.727 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:19:45.727 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:19:45.727 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:19:45.727 INFO:teuthology.orchestra.run.smithi119.stdout:Install 22 Packages 2024-09-18T10:19:45.727 INFO:teuthology.orchestra.run.smithi119.stdout:Upgrade 2 Packages 2024-09-18T10:19:45.727 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:19:45.728 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 58 M 2024-09-18T10:19:45.728 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:19:46.425 INFO:teuthology.orchestra.run.smithi094.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-18T10:19:47.199 INFO:teuthology.orchestra.run.smithi119.stdout:(1/24): ceph-base-17.2.7-1645.g7061ea6c.el9.x86 6.3 MB/s | 5.0 MB 00:00 2024-09-18T10:19:47.257 INFO:teuthology.orchestra.run.smithi119.stdout:(2/24): ceph-selinux-17.2.7-1645.g7061ea6c.el9. 433 kB/s | 25 kB 00:00 2024-09-18T10:19:47.332 INFO:teuthology.orchestra.run.smithi119.stdout:(3/24): libcephfs2-17.2.7-1645.g7061ea6c.el9.x8 8.3 MB/s | 637 kB 00:00 2024-09-18T10:19:47.423 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:19:47.424 INFO:teuthology.orchestra.run.smithi119.stdout:(4/24): libradosstriper1-17.2.7-1645.g7061ea6c. 4.9 MB/s | 458 kB 00:00 2024-09-18T10:19:47.425 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:19:47.425 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2024-09-18T10:19:47.425 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:19:47.425 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:19:47.425 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-radosgw x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 14 M 2024-09-18T10:19:47.425 INFO:teuthology.orchestra.run.smithi002.stdout:Upgrading: 2024-09-18T10:19:47.425 INFO:teuthology.orchestra.run.smithi002.stdout: librados2 x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 3.1 M 2024-09-18T10:19:47.425 INFO:teuthology.orchestra.run.smithi002.stdout: librbd1 x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 2.9 M 2024-09-18T10:19:47.425 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2024-09-18T10:19:47.426 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-base x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 5.0 M 2024-09-18T10:19:47.426 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-common x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 22 M 2024-09-18T10:19:47.426 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-selinux x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 25 k 2024-09-18T10:19:47.426 INFO:teuthology.orchestra.run.smithi002.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-18T10:19:47.426 INFO:teuthology.orchestra.run.smithi002.stdout: libcephfs2 x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 637 k 2024-09-18T10:19:47.426 INFO:teuthology.orchestra.run.smithi002.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-18T10:19:47.426 INFO:teuthology.orchestra.run.smithi002.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-18T10:19:47.426 INFO:teuthology.orchestra.run.smithi002.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-18T10:19:47.426 INFO:teuthology.orchestra.run.smithi002.stdout: libradosstriper1 x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 458 k 2024-09-18T10:19:47.426 INFO:teuthology.orchestra.run.smithi002.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-18T10:19:47.426 INFO:teuthology.orchestra.run.smithi002.stdout: librgw2 x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 4.9 M 2024-09-18T10:19:47.426 INFO:teuthology.orchestra.run.smithi002.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-18T10:19:47.426 INFO:teuthology.orchestra.run.smithi002.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-18T10:19:47.426 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-argparse x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 45 k 2024-09-18T10:19:47.427 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-common x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 120 k 2024-09-18T10:19:47.427 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cephfs x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 156 k 2024-09-18T10:19:47.427 INFO:teuthology.orchestra.run.smithi002.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-18T10:19:47.427 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rados x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 320 k 2024-09-18T10:19:47.427 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rbd x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 296 k 2024-09-18T10:19:47.427 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rgw x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 99 k 2024-09-18T10:19:47.427 INFO:teuthology.orchestra.run.smithi002.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-18T10:19:47.427 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:19:47.427 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:19:47.427 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:19:47.427 INFO:teuthology.orchestra.run.smithi002.stdout:Install 22 Packages 2024-09-18T10:19:47.427 INFO:teuthology.orchestra.run.smithi002.stdout:Upgrade 2 Packages 2024-09-18T10:19:47.427 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:19:47.428 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 58 M 2024-09-18T10:19:47.428 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:19:47.616 INFO:teuthology.orchestra.run.smithi119.stdout:(5/24): ceph-radosgw-17.2.7-1645.g7061ea6c.el9. 12 MB/s | 14 MB 00:01 2024-09-18T10:19:47.700 INFO:teuthology.orchestra.run.smithi119.stdout:(6/24): python3-ceph-argparse-17.2.7-1645.g7061 542 kB/s | 45 kB 00:00 2024-09-18T10:19:47.783 INFO:teuthology.orchestra.run.smithi119.stdout:(7/24): python3-ceph-common-17.2.7-1645.g7061ea 1.4 MB/s | 120 kB 00:00 2024-09-18T10:19:47.884 INFO:teuthology.orchestra.run.smithi119.stdout:(8/24): python3-cephfs-17.2.7-1645.g7061ea6c.el 1.5 MB/s | 156 kB 00:00 2024-09-18T10:19:47.992 INFO:teuthology.orchestra.run.smithi119.stdout:(9/24): librgw2-17.2.7-1645.g7061ea6c.el9.x86_6 8.7 MB/s | 4.9 MB 00:00 2024-09-18T10:19:48.018 INFO:teuthology.orchestra.run.smithi119.stdout:(10/24): python3-rados-17.2.7-1645.g7061ea6c.el 2.3 MB/s | 320 kB 00:00 2024-09-18T10:19:48.101 INFO:teuthology.orchestra.run.smithi119.stdout:(11/24): python3-rbd-17.2.7-1645.g7061ea6c.el9. 2.7 MB/s | 296 kB 00:00 2024-09-18T10:19:48.127 INFO:teuthology.orchestra.run.smithi119.stdout:(12/24): python3-rgw-17.2.7-1645.g7061ea6c.el9. 912 kB/s | 99 kB 00:00 2024-09-18T10:19:48.303 INFO:teuthology.orchestra.run.smithi119.stdout:(13/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 258 kB/s | 45 kB 00:00 2024-09-18T10:19:48.360 INFO:teuthology.orchestra.run.smithi119.stdout:(14/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 618 kB/s | 160 kB 00:00 2024-09-18T10:19:48.453 INFO:teuthology.orchestra.run.smithi119.stdout:(15/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-09-18T10:19:48.486 INFO:teuthology.orchestra.run.smithi119.stdout:(16/24): librdkafka-1.6.1-102.el9.x86_64.rpm 3.5 MB/s | 662 kB 00:00 2024-09-18T10:19:48.613 INFO:teuthology.orchestra.run.smithi119.stdout:(17/24): python3-prettytable-0.7.2-27.el9.noarc 264 kB/s | 42 kB 00:00 2024-09-18T10:19:48.662 INFO:teuthology.orchestra.run.smithi119.stdout:(18/24): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.7 MB/s | 308 kB 00:00 2024-09-18T10:19:48.687 INFO:teuthology.orchestra.run.smithi119.stdout:(19/24): libunwind-1.6.2-1.el9.x86_64.rpm 2.8 MB/s | 67 kB 00:00 2024-09-18T10:19:48.712 INFO:teuthology.orchestra.run.smithi119.stdout:(20/24): liboath-2.6.7-2.el9.x86_64.rpm 488 kB/s | 49 kB 00:00 2024-09-18T10:19:48.762 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:19:48.764 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:19:48.764 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T10:19:48.764 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:19:48.764 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:19:48.765 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-radosgw x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 14 M 2024-09-18T10:19:48.765 INFO:teuthology.orchestra.run.smithi094.stdout:Upgrading: 2024-09-18T10:19:48.765 INFO:teuthology.orchestra.run.smithi094.stdout: librados2 x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 3.1 M 2024-09-18T10:19:48.765 INFO:teuthology.orchestra.run.smithi094.stdout: librbd1 x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 2.9 M 2024-09-18T10:19:48.765 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T10:19:48.765 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 5.0 M 2024-09-18T10:19:48.765 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-common x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 22 M 2024-09-18T10:19:48.765 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-selinux x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 25 k 2024-09-18T10:19:48.765 INFO:teuthology.orchestra.run.smithi094.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-18T10:19:48.765 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs2 x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 637 k 2024-09-18T10:19:48.765 INFO:teuthology.orchestra.run.smithi094.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-18T10:19:48.765 INFO:teuthology.orchestra.run.smithi094.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-18T10:19:48.765 INFO:teuthology.orchestra.run.smithi094.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-18T10:19:48.766 INFO:teuthology.orchestra.run.smithi094.stdout: libradosstriper1 x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 458 k 2024-09-18T10:19:48.766 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-18T10:19:48.766 INFO:teuthology.orchestra.run.smithi094.stdout: librgw2 x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 4.9 M 2024-09-18T10:19:48.766 INFO:teuthology.orchestra.run.smithi094.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-18T10:19:48.766 INFO:teuthology.orchestra.run.smithi094.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-18T10:19:48.766 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 45 k 2024-09-18T10:19:48.766 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 120 k 2024-09-18T10:19:48.766 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cephfs x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 156 k 2024-09-18T10:19:48.766 INFO:teuthology.orchestra.run.smithi094.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-18T10:19:48.766 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rados x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 320 k 2024-09-18T10:19:48.766 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rbd x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 296 k 2024-09-18T10:19:48.766 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rgw x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 99 k 2024-09-18T10:19:48.766 INFO:teuthology.orchestra.run.smithi094.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-18T10:19:48.767 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:19:48.767 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:19:48.767 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:19:48.767 INFO:teuthology.orchestra.run.smithi094.stdout:Install 22 Packages 2024-09-18T10:19:48.767 INFO:teuthology.orchestra.run.smithi094.stdout:Upgrade 2 Packages 2024-09-18T10:19:48.767 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:19:48.767 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 58 M 2024-09-18T10:19:48.767 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:19:48.921 INFO:teuthology.orchestra.run.smithi119.stdout:(21/24): ceph-common-17.2.7-1645.g7061ea6c.el9. 8.9 MB/s | 22 MB 00:02 2024-09-18T10:19:48.996 INFO:teuthology.orchestra.run.smithi119.stdout:(22/24): thrift-0.15.0-2.el9.x86_64.rpm 5.1 MB/s | 1.6 MB 00:00 2024-09-18T10:19:49.062 INFO:teuthology.orchestra.run.smithi002.stdout:(1/24): ceph-base-17.2.7-1645.g7061ea6c.el9.x86 4.6 MB/s | 5.0 MB 00:01 2024-09-18T10:19:49.162 INFO:teuthology.orchestra.run.smithi002.stdout:(2/24): ceph-selinux-17.2.7-1645.g7061ea6c.el9. 252 kB/s | 25 kB 00:00 2024-09-18T10:19:49.171 INFO:teuthology.orchestra.run.smithi119.stdout:(23/24): librados2-17.2.7-1645.g7061ea6c.el9.x8 6.7 MB/s | 3.1 MB 00:00 2024-09-18T10:19:49.304 INFO:teuthology.orchestra.run.smithi002.stdout:(3/24): libcephfs2-17.2.7-1645.g7061ea6c.el9.x8 4.4 MB/s | 637 kB 00:00 2024-09-18T10:19:49.338 INFO:teuthology.orchestra.run.smithi119.stdout:(24/24): librbd1-17.2.7-1645.g7061ea6c.el9.x86_ 7.0 MB/s | 2.9 MB 00:00 2024-09-18T10:19:49.342 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:19:49.343 INFO:teuthology.orchestra.run.smithi119.stdout:Total 16 MB/s | 58 MB 00:03 2024-09-18T10:19:49.373 INFO:teuthology.orchestra.run.smithi002.stdout:(4/24): libradosstriper1-17.2.7-1645.g7061ea6c. 6.7 MB/s | 458 kB 00:00 2024-09-18T10:19:49.402 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:19:49.434 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:19:49.434 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:19:49.972 INFO:teuthology.orchestra.run.smithi002.stdout:(5/24): librgw2-17.2.7-1645.g7061ea6c.el9.x86_6 8.2 MB/s | 4.9 MB 00:00 2024-09-18T10:19:50.087 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:19:50.087 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:19:50.122 INFO:teuthology.orchestra.run.smithi002.stdout:(6/24): ceph-radosgw-17.2.7-1645.g7061ea6c.el9. 6.8 MB/s | 14 MB 00:02 2024-09-18T10:19:50.139 INFO:teuthology.orchestra.run.smithi002.stdout:(7/24): python3-ceph-argparse-17.2.7-1645.g7061 270 kB/s | 45 kB 00:00 2024-09-18T10:19:50.197 INFO:teuthology.orchestra.run.smithi002.stdout:(8/24): python3-ceph-common-17.2.7-1645.g7061ea 1.6 MB/s | 120 kB 00:00 2024-09-18T10:19:50.223 INFO:teuthology.orchestra.run.smithi002.stdout:(9/24): python3-cephfs-17.2.7-1645.g7061ea6c.el 1.8 MB/s | 156 kB 00:00 2024-09-18T10:19:50.281 INFO:teuthology.orchestra.run.smithi002.stdout:(10/24): python3-rados-17.2.7-1645.g7061ea6c.el 3.7 MB/s | 320 kB 00:00 2024-09-18T10:19:50.306 INFO:teuthology.orchestra.run.smithi002.stdout:(11/24): python3-rbd-17.2.7-1645.g7061ea6c.el9. 3.5 MB/s | 296 kB 00:00 2024-09-18T10:19:50.357 INFO:teuthology.orchestra.run.smithi002.stdout:(12/24): python3-rgw-17.2.7-1645.g7061ea6c.el9. 1.3 MB/s | 99 kB 00:00 2024-09-18T10:19:50.709 INFO:teuthology.orchestra.run.smithi094.stdout:(1/24): ceph-base-17.2.7-1645.g7061ea6c.el9.x86 3.1 MB/s | 5.0 MB 00:01 2024-09-18T10:19:50.724 INFO:teuthology.orchestra.run.smithi002.stdout:(13/24): ceph-common-17.2.7-1645.g7061ea6c.el9. 8.2 MB/s | 22 MB 00:02 2024-09-18T10:19:50.759 INFO:teuthology.orchestra.run.smithi094.stdout:(2/24): ceph-selinux-17.2.7-1645.g7061ea6c.el9. 507 kB/s | 25 kB 00:00 2024-09-18T10:19:50.827 INFO:teuthology.orchestra.run.smithi094.stdout:(3/24): libcephfs2-17.2.7-1645.g7061ea6c.el9.x8 9.3 MB/s | 637 kB 00:00 2024-09-18T10:19:50.893 INFO:teuthology.orchestra.run.smithi094.stdout:(4/24): libradosstriper1-17.2.7-1645.g7061ea6c. 6.7 MB/s | 458 kB 00:00 2024-09-18T10:19:51.208 INFO:teuthology.orchestra.run.smithi002.stdout:(14/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 53 kB/s | 45 kB 00:00 2024-09-18T10:19:51.244 INFO:teuthology.orchestra.run.smithi094.stdout:(5/24): ceph-radosgw-17.2.7-1645.g7061ea6c.el9. 6.8 MB/s | 14 MB 00:02 2024-09-18T10:19:51.276 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:19:51.333 INFO:teuthology.orchestra.run.smithi002.stdout:(15/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 156 kB/s | 160 kB 00:01 2024-09-18T10:19:51.344 INFO:teuthology.orchestra.run.smithi094.stdout:(6/24): librgw2-17.2.7-1645.g7061ea6c.el9.x86_6 11 MB/s | 4.9 MB 00:00 2024-09-18T10:19:51.361 INFO:teuthology.orchestra.run.smithi094.stdout:(7/24): python3-ceph-argparse-17.2.7-1645.g7061 386 kB/s | 45 kB 00:00 2024-09-18T10:19:51.386 INFO:teuthology.orchestra.run.smithi094.stdout:(8/24): python3-ceph-common-17.2.7-1645.g7061ea 2.8 MB/s | 120 kB 00:00 2024-09-18T10:19:51.412 INFO:teuthology.orchestra.run.smithi094.stdout:(9/24): python3-cephfs-17.2.7-1645.g7061ea6c.el 3.0 MB/s | 156 kB 00:00 2024-09-18T10:19:51.437 INFO:teuthology.orchestra.run.smithi094.stdout:(10/24): python3-rados-17.2.7-1645.g7061ea6c.el 6.2 MB/s | 320 kB 00:00 2024-09-18T10:19:51.462 INFO:teuthology.orchestra.run.smithi094.stdout:(11/24): python3-rbd-17.2.7-1645.g7061ea6c.el9. 5.8 MB/s | 296 kB 00:00 2024-09-18T10:19:51.488 INFO:teuthology.orchestra.run.smithi094.stdout:(12/24): python3-rgw-17.2.7-1645.g7061ea6c.el9. 1.9 MB/s | 99 kB 00:00 2024-09-18T10:19:51.618 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2024-09-18T10:19:51.691 INFO:teuthology.orchestra.run.smithi002.stdout:(16/24): librdkafka-1.6.1-102.el9.x86_64.rpm 690 kB/s | 662 kB 00:00 2024-09-18T10:19:51.724 INFO:teuthology.orchestra.run.smithi119.stdout: Upgrading : librados2-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/26 2024-09-18T10:19:51.750 INFO:teuthology.orchestra.run.smithi002.stdout:(17/24): gperftools-libs-2.9.1-3.el9.x86_64.rpm 5.2 MB/s | 308 kB 00:00 2024-09-18T10:19:51.767 INFO:teuthology.orchestra.run.smithi002.stdout:(18/24): liboath-2.6.7-2.el9.x86_64.rpm 2.9 MB/s | 49 kB 00:00 2024-09-18T10:19:51.792 INFO:teuthology.orchestra.run.smithi002.stdout:(19/24): libunwind-1.6.2-1.el9.x86_64.rpm 2.6 MB/s | 67 kB 00:00 2024-09-18T10:19:51.816 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: librados2-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/26 2024-09-18T10:19:51.884 INFO:teuthology.orchestra.run.smithi002.stdout:(20/24): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-09-18T10:19:51.894 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-rados-2:17.2.7-1645.g7061ea6c.el9.x86_64 3/26 2024-09-18T10:19:51.925 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : libcephfs2-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/26 2024-09-18T10:19:51.976 INFO:teuthology.orchestra.run.smithi002.stdout:(21/24): python3-prettytable-0.7.2-27.el9.noarc 66 kB/s | 42 kB 00:00 2024-09-18T10:19:51.997 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: libcephfs2-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/26 2024-09-18T10:19:52.047 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : thrift-0.15.0-2.el9.x86_64 5/26 2024-09-18T10:19:52.076 INFO:teuthology.orchestra.run.smithi002.stdout:(22/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 337 kB/s | 292 kB 00:00 2024-09-18T10:19:52.080 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2024-09-18T10:19:52.121 INFO:teuthology.orchestra.run.smithi094.stdout:(13/24): librabbitmq-0.11.0-7.el9.x86_64.rpm 71 kB/s | 45 kB 00:00 2024-09-18T10:19:52.255 INFO:teuthology.orchestra.run.smithi094.stdout:(14/24): libpmemobj-1.12.1-1.el9.x86_64.rpm 202 kB/s | 160 kB 00:00 2024-09-18T10:19:52.301 INFO:teuthology.orchestra.run.smithi002.stdout:(23/24): librados2-17.2.7-1645.g7061ea6c.el9.x8 7.4 MB/s | 3.1 MB 00:00 2024-09-18T10:19:52.426 INFO:teuthology.orchestra.run.smithi002.stdout:(24/24): librbd1-17.2.7-1645.g7061ea6c.el9.x86_ 6.5 MB/s | 2.9 MB 00:00 2024-09-18T10:19:52.431 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:19:52.431 INFO:teuthology.orchestra.run.smithi002.stdout:Total 12 MB/s | 58 MB 00:05 2024-09-18T10:19:52.499 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:19:52.517 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2024-09-18T10:19:52.537 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:19:52.538 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:19:52.545 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : librgw2-2:17.2.7-1645.g7061ea6c.el9.x86_64 8/26 2024-09-18T10:19:52.591 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: librgw2-2:17.2.7-1645.g7061ea6c.el9.x86_64 8/26 2024-09-18T10:19:52.628 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : liboath-2.6.7-2.el9.x86_64 9/26 2024-09-18T10:19:52.671 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-ceph-argparse-2:17.2.7-1645.g7061ea6c.el9. 10/26 2024-09-18T10:19:52.708 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-cephfs-2:17.2.7-1645.g7061ea6c.el9.x86_64 11/26 2024-09-18T10:19:52.776 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-rgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 12/26 2024-09-18T10:19:52.806 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : libradosstriper1-2:17.2.7-1645.g7061ea6c.el9.x86_6 13/26 2024-09-18T10:19:52.872 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: libradosstriper1-2:17.2.7-1645.g7061ea6c.el9.x86_6 13/26 2024-09-18T10:19:52.912 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2024-09-18T10:19:52.947 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/26 2024-09-18T10:19:52.981 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 16/26 2024-09-18T10:19:53.088 INFO:teuthology.orchestra.run.smithi094.stdout:(15/24): librdkafka-1.6.1-102.el9.x86_64.rpm 685 kB/s | 662 kB 00:00 2024-09-18T10:19:53.122 INFO:teuthology.orchestra.run.smithi094.stdout:(16/24): lttng-ust-2.12.0-6.el9.x86_64.rpm 337 kB/s | 292 kB 00:00 2024-09-18T10:19:53.172 INFO:teuthology.orchestra.run.smithi094.stdout:(17/24): gperftools-libs-2.9.1-3.el9.x86_64.rpm 6.1 MB/s | 308 kB 00:00 2024-09-18T10:19:53.201 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:19:53.201 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:19:53.206 INFO:teuthology.orchestra.run.smithi094.stdout:(18/24): liboath-2.6.7-2.el9.x86_64.rpm 1.4 MB/s | 49 kB 00:00 2024-09-18T10:19:53.232 INFO:teuthology.orchestra.run.smithi094.stdout:(19/24): libunwind-1.6.2-1.el9.x86_64.rpm 2.6 MB/s | 67 kB 00:00 2024-09-18T10:19:53.273 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 17/26 2024-09-18T10:19:53.315 INFO:teuthology.orchestra.run.smithi094.stdout:(20/24): thrift-0.15.0-2.el9.x86_64.rpm 19 MB/s | 1.6 MB 00:00 2024-09-18T10:19:53.318 INFO:teuthology.orchestra.run.smithi119.stdout: Upgrading : librbd1-2:17.2.7-1645.g7061ea6c.el9.x86_64 18/26 2024-09-18T10:19:53.409 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: librbd1-2:17.2.7-1645.g7061ea6c.el9.x86_64 18/26 2024-09-18T10:19:53.482 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-rbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 19/26 2024-09-18T10:19:53.512 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-ceph-common-2:17.2.7-1645.g7061ea6c.el9.x8 20/26 2024-09-18T10:19:53.591 INFO:teuthology.orchestra.run.smithi094.stdout:(21/24): librados2-17.2.7-1645.g7061ea6c.el9.x8 11 MB/s | 3.1 MB 00:00 2024-09-18T10:19:53.724 INFO:teuthology.orchestra.run.smithi094.stdout:(22/24): python3-prettytable-0.7.2-27.el9.noarc 66 kB/s | 42 kB 00:00 2024-09-18T10:19:53.783 INFO:teuthology.orchestra.run.smithi094.stdout:(23/24): librbd1-17.2.7-1645.g7061ea6c.el9.x86_ 15 MB/s | 2.9 MB 00:00 2024-09-18T10:19:54.416 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:19:54.813 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2024-09-18T10:19:54.866 INFO:teuthology.orchestra.run.smithi094.stdout:(24/24): ceph-common-17.2.7-1645.g7061ea6c.el9. 3.9 MB/s | 22 MB 00:05 2024-09-18T10:19:54.871 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:19:54.871 INFO:teuthology.orchestra.run.smithi094.stdout:Total 9.5 MB/s | 58 MB 00:06 2024-09-18T10:19:54.878 INFO:teuthology.orchestra.run.smithi002.stdout: Upgrading : librados2-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/26 2024-09-18T10:19:54.936 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:19:54.969 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:19:54.970 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:19:54.972 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librados2-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/26 2024-09-18T10:19:55.060 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-rados-2:17.2.7-1645.g7061ea6c.el9.x86_64 3/26 2024-09-18T10:19:55.088 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libcephfs2-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/26 2024-09-18T10:19:55.195 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libcephfs2-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/26 2024-09-18T10:19:55.250 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : thrift-0.15.0-2.el9.x86_64 5/26 2024-09-18T10:19:55.285 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2024-09-18T10:19:55.596 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:19:55.596 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:19:55.748 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2024-09-18T10:19:55.775 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : librgw2-2:17.2.7-1645.g7061ea6c.el9.x86_64 8/26 2024-09-18T10:19:55.838 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librgw2-2:17.2.7-1645.g7061ea6c.el9.x86_64 8/26 2024-09-18T10:19:55.875 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : liboath-2.6.7-2.el9.x86_64 9/26 2024-09-18T10:19:55.909 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 21/26 2024-09-18T10:19:55.918 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-ceph-argparse-2:17.2.7-1645.g7061ea6c.el9. 10/26 2024-09-18T10:19:55.942 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 21/26 2024-09-18T10:19:55.964 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cephfs-2:17.2.7-1645.g7061ea6c.el9.x86_64 11/26 2024-09-18T10:19:56.045 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-rgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 12/26 2024-09-18T10:19:56.069 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libradosstriper1-2:17.2.7-1645.g7061ea6c.el9.x86_6 13/26 2024-09-18T10:19:56.119 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libradosstriper1-2:17.2.7-1645.g7061ea6c.el9.x86_6 13/26 2024-09-18T10:19:56.167 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2024-09-18T10:19:56.212 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/26 2024-09-18T10:19:56.253 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 16/26 2024-09-18T10:19:56.457 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 21/26 2024-09-18T10:19:56.496 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-base-2:17.2.7-1645.g7061ea6c.el9.x86_64 22/26 2024-09-18T10:19:56.562 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 17/26 2024-09-18T10:19:56.603 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-base-2:17.2.7-1645.g7061ea6c.el9.x86_64 22/26 2024-09-18T10:19:56.603 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-18T10:19:56.603 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-18T10:19:56.603 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:19:56.607 INFO:teuthology.orchestra.run.smithi002.stdout: Upgrading : librbd1-2:17.2.7-1645.g7061ea6c.el9.x86_64 18/26 2024-09-18T10:19:56.630 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-selinux-2:17.2.7-1645.g7061ea6c.el9.x86_64 23/26 2024-09-18T10:19:56.698 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librbd1-2:17.2.7-1645.g7061ea6c.el9.x86_64 18/26 2024-09-18T10:19:56.781 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:19:56.782 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-rbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 19/26 2024-09-18T10:19:56.817 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-ceph-common-2:17.2.7-1645.g7061ea6c.el9.x8 20/26 2024-09-18T10:19:57.183 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/26 2024-09-18T10:19:57.244 INFO:teuthology.orchestra.run.smithi094.stdout: Upgrading : librados2-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/26 2024-09-18T10:19:57.336 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados2-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/26 2024-09-18T10:19:57.415 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rados-2:17.2.7-1645.g7061ea6c.el9.x86_64 3/26 2024-09-18T10:19:57.445 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephfs2-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/26 2024-09-18T10:19:57.535 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephfs2-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/26 2024-09-18T10:19:57.588 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : thrift-0.15.0-2.el9.x86_64 5/26 2024-09-18T10:19:57.618 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/26 2024-09-18T10:19:58.055 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/26 2024-09-18T10:19:58.090 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librgw2-2:17.2.7-1645.g7061ea6c.el9.x86_64 8/26 2024-09-18T10:19:58.154 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librgw2-2:17.2.7-1645.g7061ea6c.el9.x86_64 8/26 2024-09-18T10:19:58.190 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : liboath-2.6.7-2.el9.x86_64 9/26 2024-09-18T10:19:58.233 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ceph-argparse-2:17.2.7-1645.g7061ea6c.el9. 10/26 2024-09-18T10:19:58.270 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cephfs-2:17.2.7-1645.g7061ea6c.el9.x86_64 11/26 2024-09-18T10:19:58.347 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 12/26 2024-09-18T10:19:58.376 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libradosstriper1-2:17.2.7-1645.g7061ea6c.el9.x86_6 13/26 2024-09-18T10:19:58.442 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libradosstriper1-2:17.2.7-1645.g7061ea6c.el9.x86_6 13/26 2024-09-18T10:19:58.483 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 14/26 2024-09-18T10:19:58.527 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 15/26 2024-09-18T10:19:58.569 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 16/26 2024-09-18T10:19:58.862 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 17/26 2024-09-18T10:19:58.906 INFO:teuthology.orchestra.run.smithi094.stdout: Upgrading : librbd1-2:17.2.7-1645.g7061ea6c.el9.x86_64 18/26 2024-09-18T10:19:58.995 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librbd1-2:17.2.7-1645.g7061ea6c.el9.x86_64 18/26 2024-09-18T10:19:59.069 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 19/26 2024-09-18T10:19:59.100 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ceph-common-2:17.2.7-1645.g7061ea6c.el9.x8 20/26 2024-09-18T10:19:59.459 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 21/26 2024-09-18T10:19:59.489 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 21/26 2024-09-18T10:20:00.078 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 21/26 2024-09-18T10:20:00.117 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-base-2:17.2.7-1645.g7061ea6c.el9.x86_64 22/26 2024-09-18T10:20:00.242 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-base-2:17.2.7-1645.g7061ea6c.el9.x86_64 22/26 2024-09-18T10:20:00.242 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-18T10:20:00.242 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-18T10:20:00.242 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:00.285 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-selinux-2:17.2.7-1645.g7061ea6c.el9.x86_64 23/26 2024-09-18T10:20:01.809 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 21/26 2024-09-18T10:20:01.839 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 21/26 2024-09-18T10:20:02.354 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 21/26 2024-09-18T10:20:02.404 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-base-2:17.2.7-1645.g7061ea6c.el9.x86_64 22/26 2024-09-18T10:20:02.500 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-base-2:17.2.7-1645.g7061ea6c.el9.x86_64 22/26 2024-09-18T10:20:02.500 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-18T10:20:02.500 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-18T10:20:02.501 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:02.539 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-selinux-2:17.2.7-1645.g7061ea6c.el9.x86_64 23/26 2024-09-18T10:20:06.554 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-selinux-2:17.2.7-1645.g7061ea6c.el9.x86_64 23/26 2024-09-18T10:20:06.554 INFO:teuthology.orchestra.run.smithi119.stdout:skipping the directory /sys 2024-09-18T10:20:06.554 INFO:teuthology.orchestra.run.smithi119.stdout:skipping the directory /proc 2024-09-18T10:20:06.554 INFO:teuthology.orchestra.run.smithi119.stdout:skipping the directory /mnt 2024-09-18T10:20:06.554 INFO:teuthology.orchestra.run.smithi119.stdout:skipping the directory /var/tmp 2024-09-18T10:20:06.554 INFO:teuthology.orchestra.run.smithi119.stdout:skipping the directory /home 2024-09-18T10:20:06.555 INFO:teuthology.orchestra.run.smithi119.stdout:skipping the directory /root 2024-09-18T10:20:06.555 INFO:teuthology.orchestra.run.smithi119.stdout:skipping the directory /tmp 2024-09-18T10:20:06.555 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:07.880 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-radosgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 24/26 2024-09-18T10:20:07.942 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-radosgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 24/26 2024-09-18T10:20:07.942 INFO:teuthology.orchestra.run.smithi119.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:07.942 INFO:teuthology.orchestra.run.smithi119.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-18T10:20:07.942 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-18T10:20:07.942 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-18T10:20:07.942 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:07.944 INFO:teuthology.orchestra.run.smithi119.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-18T10:20:08.033 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-18T10:20:08.033 INFO:teuthology.orchestra.run.smithi119.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-18T10:20:09.290 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-18T10:20:09.290 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-base-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/26 2024-09-18T10:20:09.290 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/26 2024-09-18T10:20:09.290 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-radosgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 3/26 2024-09-18T10:20:09.290 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-selinux-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/26 2024-09-18T10:20:09.290 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : libcephfs2-2:17.2.7-1645.g7061ea6c.el9.x86_64 5/26 2024-09-18T10:20:09.291 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : libradosstriper1-2:17.2.7-1645.g7061ea6c.el9.x86_6 6/26 2024-09-18T10:20:09.291 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : librgw2-2:17.2.7-1645.g7061ea6c.el9.x86_64 7/26 2024-09-18T10:20:09.291 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-ceph-argparse-2:17.2.7-1645.g7061ea6c.el9. 8/26 2024-09-18T10:20:09.291 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-ceph-common-2:17.2.7-1645.g7061ea6c.el9.x8 9/26 2024-09-18T10:20:09.291 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-cephfs-2:17.2.7-1645.g7061ea6c.el9.x86_64 10/26 2024-09-18T10:20:09.291 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-rados-2:17.2.7-1645.g7061ea6c.el9.x86_64 11/26 2024-09-18T10:20:09.291 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-rbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 12/26 2024-09-18T10:20:09.291 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-rgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 13/26 2024-09-18T10:20:09.291 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 14/26 2024-09-18T10:20:09.291 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 15/26 2024-09-18T10:20:09.291 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 16/26 2024-09-18T10:20:09.291 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 17/26 2024-09-18T10:20:09.291 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 18/26 2024-09-18T10:20:09.292 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 19/26 2024-09-18T10:20:09.292 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 20/26 2024-09-18T10:20:09.292 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2024-09-18T10:20:09.292 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 22/26 2024-09-18T10:20:09.292 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : librados2-2:17.2.7-1645.g7061ea6c.el9.x86_64 23/26 2024-09-18T10:20:09.292 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2024-09-18T10:20:09.292 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : librbd1-2:17.2.7-1645.g7061ea6c.el9.x86_64 25/26 2024-09-18T10:20:10.139 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2024-09-18T10:20:10.139 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:10.139 INFO:teuthology.orchestra.run.smithi119.stdout:Upgraded: 2024-09-18T10:20:10.139 INFO:teuthology.orchestra.run.smithi119.stdout: librados2-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:10.139 INFO:teuthology.orchestra.run.smithi119.stdout: librbd1-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:10.139 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:20:10.140 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-base-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:10.140 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:10.140 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-radosgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:10.140 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-selinux-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:10.140 INFO:teuthology.orchestra.run.smithi119.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-18T10:20:10.140 INFO:teuthology.orchestra.run.smithi119.stdout: libcephfs2-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:10.140 INFO:teuthology.orchestra.run.smithi119.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-18T10:20:10.140 INFO:teuthology.orchestra.run.smithi119.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-18T10:20:10.140 INFO:teuthology.orchestra.run.smithi119.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-18T10:20:10.140 INFO:teuthology.orchestra.run.smithi119.stdout: libradosstriper1-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:10.140 INFO:teuthology.orchestra.run.smithi119.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-18T10:20:10.140 INFO:teuthology.orchestra.run.smithi119.stdout: librgw2-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:10.141 INFO:teuthology.orchestra.run.smithi119.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-18T10:20:10.141 INFO:teuthology.orchestra.run.smithi119.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-18T10:20:10.141 INFO:teuthology.orchestra.run.smithi119.stdout: python3-ceph-argparse-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:10.141 INFO:teuthology.orchestra.run.smithi119.stdout: python3-ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:10.141 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cephfs-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:10.141 INFO:teuthology.orchestra.run.smithi119.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-18T10:20:10.141 INFO:teuthology.orchestra.run.smithi119.stdout: python3-rados-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:10.141 INFO:teuthology.orchestra.run.smithi119.stdout: python3-rbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:10.141 INFO:teuthology.orchestra.run.smithi119.stdout: python3-rgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:10.141 INFO:teuthology.orchestra.run.smithi119.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-18T10:20:10.141 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:10.141 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:20:10.474 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install ceph-test 2024-09-18T10:20:10.592 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-selinux-2:17.2.7-1645.g7061ea6c.el9.x86_64 23/26 2024-09-18T10:20:10.593 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /sys 2024-09-18T10:20:10.593 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /proc 2024-09-18T10:20:10.593 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /mnt 2024-09-18T10:20:10.593 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /var/tmp 2024-09-18T10:20:10.593 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /home 2024-09-18T10:20:10.593 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /root 2024-09-18T10:20:10.593 INFO:teuthology.orchestra.run.smithi002.stdout:skipping the directory /tmp 2024-09-18T10:20:10.593 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:11.055 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:00:28 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:20:11.186 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:20:11.187 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:11.187 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repository Size 2024-09-18T10:20:11.187 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:11.187 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:20:11.187 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-test x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 48 M 2024-09-18T10:20:11.188 INFO:teuthology.orchestra.run.smithi119.stdout:Installing dependencies: 2024-09-18T10:20:11.188 INFO:teuthology.orchestra.run.smithi119.stdout: libcephsqlite x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 163 k 2024-09-18T10:20:11.188 INFO:teuthology.orchestra.run.smithi119.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-18T10:20:11.188 INFO:teuthology.orchestra.run.smithi119.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-18T10:20:11.188 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:11.188 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:20:11.188 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:11.188 INFO:teuthology.orchestra.run.smithi119.stdout:Install 4 Packages 2024-09-18T10:20:11.188 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:11.189 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 48 M 2024-09-18T10:20:11.189 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 193 M 2024-09-18T10:20:11.189 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:20:11.596 INFO:teuthology.orchestra.run.smithi119.stdout:(1/4): libcephsqlite-17.2.7-1645.g7061ea6c.el9. 580 kB/s | 163 kB 00:00 2024-09-18T10:20:11.958 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-radosgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 24/26 2024-09-18T10:20:12.029 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-radosgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 24/26 2024-09-18T10:20:12.029 INFO:teuthology.orchestra.run.smithi002.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:12.029 INFO:teuthology.orchestra.run.smithi002.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-18T10:20:12.029 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-18T10:20:12.029 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-18T10:20:12.029 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:12.031 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-18T10:20:12.127 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-18T10:20:12.128 INFO:teuthology.orchestra.run.smithi002.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-18T10:20:12.179 INFO:teuthology.orchestra.run.smithi119.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 352 kB/s | 304 kB 00:00 2024-09-18T10:20:12.237 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-selinux-2:17.2.7-1645.g7061ea6c.el9.x86_64 23/26 2024-09-18T10:20:12.237 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /sys 2024-09-18T10:20:12.237 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /proc 2024-09-18T10:20:12.237 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /mnt 2024-09-18T10:20:12.237 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /var/tmp 2024-09-18T10:20:12.237 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /home 2024-09-18T10:20:12.237 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /root 2024-09-18T10:20:12.238 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /tmp 2024-09-18T10:20:12.238 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:12.288 INFO:teuthology.orchestra.run.smithi119.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 92 kB/s | 64 kB 00:00 2024-09-18T10:20:12.855 INFO:teuthology.orchestra.run.smithi119.stdout:(4/4): ceph-test-17.2.7-1645.g7061ea6c.el9.x86_ 31 MB/s | 48 MB 00:01 2024-09-18T10:20:12.857 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:12.858 INFO:teuthology.orchestra.run.smithi119.stdout:Total 29 MB/s | 48 MB 00:01 2024-09-18T10:20:12.886 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:20:12.906 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:20:12.906 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:20:13.271 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:20:13.271 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:20:13.450 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-18T10:20:13.450 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-base-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/26 2024-09-18T10:20:13.450 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/26 2024-09-18T10:20:13.450 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-radosgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 3/26 2024-09-18T10:20:13.450 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-selinux-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/26 2024-09-18T10:20:13.450 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libcephfs2-2:17.2.7-1645.g7061ea6c.el9.x86_64 5/26 2024-09-18T10:20:13.450 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libradosstriper1-2:17.2.7-1645.g7061ea6c.el9.x86_6 6/26 2024-09-18T10:20:13.450 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librgw2-2:17.2.7-1645.g7061ea6c.el9.x86_64 7/26 2024-09-18T10:20:13.450 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-ceph-argparse-2:17.2.7-1645.g7061ea6c.el9. 8/26 2024-09-18T10:20:13.450 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-ceph-common-2:17.2.7-1645.g7061ea6c.el9.x8 9/26 2024-09-18T10:20:13.451 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cephfs-2:17.2.7-1645.g7061ea6c.el9.x86_64 10/26 2024-09-18T10:20:13.451 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-rados-2:17.2.7-1645.g7061ea6c.el9.x86_64 11/26 2024-09-18T10:20:13.451 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-rbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 12/26 2024-09-18T10:20:13.451 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-rgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 13/26 2024-09-18T10:20:13.451 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 14/26 2024-09-18T10:20:13.451 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 15/26 2024-09-18T10:20:13.451 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 16/26 2024-09-18T10:20:13.451 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 17/26 2024-09-18T10:20:13.451 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 18/26 2024-09-18T10:20:13.451 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 19/26 2024-09-18T10:20:13.451 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 20/26 2024-09-18T10:20:13.451 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2024-09-18T10:20:13.451 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 22/26 2024-09-18T10:20:13.451 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librados2-2:17.2.7-1645.g7061ea6c.el9.x86_64 23/26 2024-09-18T10:20:13.452 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2024-09-18T10:20:13.452 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librbd1-2:17.2.7-1645.g7061ea6c.el9.x86_64 25/26 2024-09-18T10:20:13.575 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-radosgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 24/26 2024-09-18T10:20:13.653 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-radosgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 24/26 2024-09-18T10:20:13.653 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:13.653 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-18T10:20:13.653 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-18T10:20:13.653 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-18T10:20:13.654 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:13.655 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-18T10:20:13.753 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 25/26 2024-09-18T10:20:13.753 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-18T10:20:13.795 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:20:13.864 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-18T10:20:13.920 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-18T10:20:13.948 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : libcephsqlite-2:17.2.7-1645.g7061ea6c.el9.x86_64 3/4 2024-09-18T10:20:14.361 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2024-09-18T10:20:14.362 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:14.362 INFO:teuthology.orchestra.run.smithi002.stdout:Upgraded: 2024-09-18T10:20:14.362 INFO:teuthology.orchestra.run.smithi002.stdout: librados2-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:14.362 INFO:teuthology.orchestra.run.smithi002.stdout: librbd1-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:14.362 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:20:14.362 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-base-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:14.362 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:14.362 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-radosgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:14.362 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-selinux-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:14.362 INFO:teuthology.orchestra.run.smithi002.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-18T10:20:14.362 INFO:teuthology.orchestra.run.smithi002.stdout: libcephfs2-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:14.362 INFO:teuthology.orchestra.run.smithi002.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-18T10:20:14.363 INFO:teuthology.orchestra.run.smithi002.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-18T10:20:14.363 INFO:teuthology.orchestra.run.smithi002.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-18T10:20:14.363 INFO:teuthology.orchestra.run.smithi002.stdout: libradosstriper1-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:14.363 INFO:teuthology.orchestra.run.smithi002.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-18T10:20:14.363 INFO:teuthology.orchestra.run.smithi002.stdout: librgw2-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:14.363 INFO:teuthology.orchestra.run.smithi002.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-18T10:20:14.363 INFO:teuthology.orchestra.run.smithi002.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-18T10:20:14.363 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-argparse-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:14.363 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:14.363 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cephfs-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:14.363 INFO:teuthology.orchestra.run.smithi002.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-18T10:20:14.363 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rados-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:14.363 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:14.364 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:14.364 INFO:teuthology.orchestra.run.smithi002.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-18T10:20:14.364 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:14.364 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:20:14.717 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-test 2024-09-18T10:20:15.146 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 26/26 2024-09-18T10:20:15.146 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-base-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/26 2024-09-18T10:20:15.146 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/26 2024-09-18T10:20:15.146 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-radosgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 3/26 2024-09-18T10:20:15.146 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-selinux-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/26 2024-09-18T10:20:15.146 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephfs2-2:17.2.7-1645.g7061ea6c.el9.x86_64 5/26 2024-09-18T10:20:15.146 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libradosstriper1-2:17.2.7-1645.g7061ea6c.el9.x86_6 6/26 2024-09-18T10:20:15.146 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librgw2-2:17.2.7-1645.g7061ea6c.el9.x86_64 7/26 2024-09-18T10:20:15.146 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ceph-argparse-2:17.2.7-1645.g7061ea6c.el9. 8/26 2024-09-18T10:20:15.146 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ceph-common-2:17.2.7-1645.g7061ea6c.el9.x8 9/26 2024-09-18T10:20:15.146 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cephfs-2:17.2.7-1645.g7061ea6c.el9.x86_64 10/26 2024-09-18T10:20:15.146 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rados-2:17.2.7-1645.g7061ea6c.el9.x86_64 11/26 2024-09-18T10:20:15.147 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 12/26 2024-09-18T10:20:15.147 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 13/26 2024-09-18T10:20:15.147 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 14/26 2024-09-18T10:20:15.147 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 15/26 2024-09-18T10:20:15.147 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 16/26 2024-09-18T10:20:15.147 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 17/26 2024-09-18T10:20:15.147 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 18/26 2024-09-18T10:20:15.147 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 19/26 2024-09-18T10:20:15.147 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 20/26 2024-09-18T10:20:15.147 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 21/26 2024-09-18T10:20:15.147 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 22/26 2024-09-18T10:20:15.147 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados2-2:17.2.7-1645.g7061ea6c.el9.x86_64 23/26 2024-09-18T10:20:15.147 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 24/26 2024-09-18T10:20:15.147 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librbd1-2:17.2.7-1645.g7061ea6c.el9.x86_64 25/26 2024-09-18T10:20:15.314 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:30 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:20:15.456 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:20:15.457 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:20:15.457 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2024-09-18T10:20:15.457 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:20:15.457 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:20:15.457 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-test x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 48 M 2024-09-18T10:20:15.457 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2024-09-18T10:20:15.457 INFO:teuthology.orchestra.run.smithi002.stdout: libcephsqlite x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 163 k 2024-09-18T10:20:15.457 INFO:teuthology.orchestra.run.smithi002.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-18T10:20:15.457 INFO:teuthology.orchestra.run.smithi002.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-18T10:20:15.457 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:15.457 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:20:15.458 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:20:15.458 INFO:teuthology.orchestra.run.smithi002.stdout:Install 4 Packages 2024-09-18T10:20:15.458 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:15.458 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 48 M 2024-09-18T10:20:15.458 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 193 M 2024-09-18T10:20:15.459 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:20:15.692 INFO:teuthology.orchestra.run.smithi002.stdout:(1/4): libcephsqlite-17.2.7-1645.g7061ea6c.el9. 768 kB/s | 163 kB 00:00 2024-09-18T10:20:15.784 INFO:teuthology.orchestra.run.smithi002.stdout:(2/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.0 MB/s | 304 kB 00:00 2024-09-18T10:20:15.826 INFO:teuthology.orchestra.run.smithi002.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 477 kB/s | 64 kB 00:00 2024-09-18T10:20:16.030 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 26/26 2024-09-18T10:20:16.030 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:16.030 INFO:teuthology.orchestra.run.smithi094.stdout:Upgraded: 2024-09-18T10:20:16.030 INFO:teuthology.orchestra.run.smithi094.stdout: librados2-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:16.030 INFO:teuthology.orchestra.run.smithi094.stdout: librbd1-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:16.030 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:20:16.030 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:16.030 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:16.030 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-radosgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:16.031 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-selinux-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:16.031 INFO:teuthology.orchestra.run.smithi094.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-18T10:20:16.031 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs2-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:16.031 INFO:teuthology.orchestra.run.smithi094.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-18T10:20:16.031 INFO:teuthology.orchestra.run.smithi094.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-18T10:20:16.031 INFO:teuthology.orchestra.run.smithi094.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-18T10:20:16.031 INFO:teuthology.orchestra.run.smithi094.stdout: libradosstriper1-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:16.031 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-18T10:20:16.031 INFO:teuthology.orchestra.run.smithi094.stdout: librgw2-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:16.031 INFO:teuthology.orchestra.run.smithi094.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-18T10:20:16.031 INFO:teuthology.orchestra.run.smithi094.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-18T10:20:16.031 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:16.032 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:16.032 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cephfs-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:16.032 INFO:teuthology.orchestra.run.smithi094.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-18T10:20:16.032 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rados-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:16.032 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:16.032 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:16.032 INFO:teuthology.orchestra.run.smithi094.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-18T10:20:16.032 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:16.032 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:20:16.395 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-test 2024-09-18T10:20:16.960 INFO:teuthology.orchestra.run.smithi002.stdout:(4/4): ceph-test-17.2.7-1645.g7061ea6c.el9.x86_ 32 MB/s | 48 MB 00:01 2024-09-18T10:20:16.962 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:16.962 INFO:teuthology.orchestra.run.smithi002.stdout:Total 32 MB/s | 48 MB 00:01 2024-09-18T10:20:16.974 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:30 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:20:16.990 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:20:17.012 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:20:17.013 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:20:17.107 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:20:17.107 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:20:17.107 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T10:20:17.107 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:20:17.108 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:20:17.108 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-test x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 48 M 2024-09-18T10:20:17.108 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T10:20:17.108 INFO:teuthology.orchestra.run.smithi094.stdout: libcephsqlite x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 163 k 2024-09-18T10:20:17.108 INFO:teuthology.orchestra.run.smithi094.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-18T10:20:17.108 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-18T10:20:17.108 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:17.108 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:20:17.109 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:20:17.109 INFO:teuthology.orchestra.run.smithi094.stdout:Install 4 Packages 2024-09-18T10:20:17.109 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:17.109 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 48 M 2024-09-18T10:20:17.110 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 193 M 2024-09-18T10:20:17.110 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:20:17.384 INFO:teuthology.orchestra.run.smithi094.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 2.1 MB/s | 304 kB 00:00 2024-09-18T10:20:17.398 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:20:17.398 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:20:17.426 INFO:teuthology.orchestra.run.smithi094.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-09-18T10:20:17.601 INFO:teuthology.orchestra.run.smithi094.stdout:(3/4): libcephsqlite-17.2.7-1645.g7061ea6c.el9. 456 kB/s | 163 kB 00:00 2024-09-18T10:20:17.949 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:20:18.020 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-18T10:20:18.059 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-18T10:20:18.087 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libcephsqlite-2:17.2.7-1645.g7061ea6c.el9.x86_64 3/4 2024-09-18T10:20:18.345 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: libcephsqlite-2:17.2.7-1645.g7061ea6c.el9.x86_64 3/4 2024-09-18T10:20:18.420 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-test-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/4 2024-09-18T10:20:18.876 INFO:teuthology.orchestra.run.smithi094.stdout:(4/4): ceph-test-17.2.7-1645.g7061ea6c.el9.x86_ 29 MB/s | 48 MB 00:01 2024-09-18T10:20:18.879 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:18.879 INFO:teuthology.orchestra.run.smithi094.stdout:Total 27 MB/s | 48 MB 00:01 2024-09-18T10:20:18.907 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:20:18.926 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:20:18.926 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:20:19.291 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:20:19.291 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:20:19.817 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:20:19.907 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-18T10:20:19.950 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-18T10:20:19.987 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephsqlite-2:17.2.7-1645.g7061ea6c.el9.x86_64 3/4 2024-09-18T10:20:20.576 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-test-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/4 2024-09-18T10:20:20.577 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-test-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/4 2024-09-18T10:20:20.577 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : libcephsqlite-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/4 2024-09-18T10:20:20.577 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-18T10:20:20.875 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-18T10:20:20.875 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:20.875 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:20:20.876 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-test-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:20.876 INFO:teuthology.orchestra.run.smithi119.stdout: libcephsqlite-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:20.876 INFO:teuthology.orchestra.run.smithi119.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-18T10:20:20.876 INFO:teuthology.orchestra.run.smithi119.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-18T10:20:20.876 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:20.876 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:20:21.180 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install ceph 2024-09-18T10:20:21.773 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:20:21.916 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:20:21.918 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:21.918 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repository Size 2024-09-18T10:20:21.918 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:21.918 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:20:21.918 INFO:teuthology.orchestra.run.smithi119.stdout: ceph x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 6.5 k 2024-09-18T10:20:21.918 INFO:teuthology.orchestra.run.smithi119.stdout:Installing dependencies: 2024-09-18T10:20:21.919 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mds x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 2.1 M 2024-09-18T10:20:21.919 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 1.4 M 2024-09-18T10:20:21.919 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-modules-core noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 240 k 2024-09-18T10:20:21.919 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mon x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 3.9 M 2024-09-18T10:20:21.919 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-osd x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 15 M 2024-09-18T10:20:21.919 INFO:teuthology.orchestra.run.smithi119.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-18T10:20:21.919 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-18T10:20:21.919 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-18T10:20:21.919 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-18T10:20:21.919 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-18T10:20:21.919 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-18T10:20:21.919 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-18T10:20:21.919 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco-collections 2024-09-18T10:20:21.919 INFO:teuthology.orchestra.run.smithi119.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-18T10:20:21.920 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-18T10:20:21.920 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-18T10:20:21.920 INFO:teuthology.orchestra.run.smithi119.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-18T10:20:21.920 INFO:teuthology.orchestra.run.smithi119.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-18T10:20:21.920 INFO:teuthology.orchestra.run.smithi119.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-18T10:20:21.920 INFO:teuthology.orchestra.run.smithi119.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-18T10:20:21.920 INFO:teuthology.orchestra.run.smithi119.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-18T10:20:21.920 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-18T10:20:21.920 INFO:teuthology.orchestra.run.smithi119.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-18T10:20:21.920 INFO:teuthology.orchestra.run.smithi119.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-18T10:20:21.920 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-18T10:20:21.920 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-18T10:20:21.921 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-18T10:20:21.921 INFO:teuthology.orchestra.run.smithi119.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-18T10:20:21.921 INFO:teuthology.orchestra.run.smithi119.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-18T10:20:21.921 INFO:teuthology.orchestra.run.smithi119.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-18T10:20:21.921 INFO:teuthology.orchestra.run.smithi119.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-18T10:20:21.921 INFO:teuthology.orchestra.run.smithi119.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-18T10:20:21.921 INFO:teuthology.orchestra.run.smithi119.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-18T10:20:21.921 INFO:teuthology.orchestra.run.smithi119.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-18T10:20:21.921 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:21.921 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:20:21.921 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:21.921 INFO:teuthology.orchestra.run.smithi119.stdout:Install 34 Packages 2024-09-18T10:20:21.921 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:21.922 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 27 M 2024-09-18T10:20:21.922 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 96 M 2024-09-18T10:20:21.922 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:20:22.600 INFO:teuthology.orchestra.run.smithi119.stdout:(1/34): ceph-17.2.7-1645.g7061ea6c.el9.x86_64.r 51 kB/s | 6.5 kB 00:00 2024-09-18T10:20:22.773 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libcephsqlite-2:17.2.7-1645.g7061ea6c.el9.x86_64 3/4 2024-09-18T10:20:22.817 INFO:teuthology.orchestra.run.smithi119.stdout:(2/34): ceph-mds-17.2.7-1645.g7061ea6c.el9.x86_ 6.0 MB/s | 2.1 MB 00:00 2024-09-18T10:20:22.851 INFO:teuthology.orchestra.run.smithi119.stdout:(3/34): ceph-mgr-17.2.7-1645.g7061ea6c.el9.x86_ 3.7 MB/s | 1.4 MB 00:00 2024-09-18T10:20:22.854 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-test-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/4 2024-09-18T10:20:22.918 INFO:teuthology.orchestra.run.smithi119.stdout:(4/34): ceph-mon-17.2.7-1645.g7061ea6c.el9.x86_ 12 MB/s | 3.9 MB 00:00 2024-09-18T10:20:22.951 INFO:teuthology.orchestra.run.smithi119.stdout:(5/34): ceph-mgr-modules-core-17.2.7-1645.g7061 2.3 MB/s | 240 kB 00:00 2024-09-18T10:20:23.318 INFO:teuthology.orchestra.run.smithi119.stdout:(6/34): ceph-osd-17.2.7-1645.g7061ea6c.el9.x86_ 31 MB/s | 15 MB 00:00 2024-09-18T10:20:23.643 INFO:teuthology.orchestra.run.smithi119.stdout:(7/34): python3-cffi-1.14.5-5.el9.x86_64.rpm 349 kB/s | 253 kB 00:00 2024-09-18T10:20:23.760 INFO:teuthology.orchestra.run.smithi119.stdout:(8/34): python3-pycparser-2.20-6.el9.noarch.rpm 1.1 MB/s | 135 kB 00:00 2024-09-18T10:20:23.869 INFO:teuthology.orchestra.run.smithi119.stdout:(9/34): python3-ply-3.11-14.el9.noarch.rpm 194 kB/s | 106 kB 00:00 2024-09-18T10:20:23.953 INFO:teuthology.orchestra.run.smithi119.stdout:(10/34): python3-cryptography-36.0.1-4.el9.x86_ 1.2 MB/s | 1.2 MB 00:01 2024-09-18T10:20:23.978 INFO:teuthology.orchestra.run.smithi119.stdout:(11/34): python3-requests-2.25.1-8.el9.noarch.r 575 kB/s | 125 kB 00:00 2024-09-18T10:20:24.178 INFO:teuthology.orchestra.run.smithi119.stdout:(12/34): python3-urllib3-1.26.5-6.el9.noarch.rp 695 kB/s | 215 kB 00:00 2024-09-18T10:20:24.262 INFO:teuthology.orchestra.run.smithi119.stdout:(13/34): python3-markupsafe-1.1.1-12.el9.x86_64 123 kB/s | 35 kB 00:00 2024-09-18T10:20:24.379 INFO:teuthology.orchestra.run.smithi119.stdout:(14/34): python3-mako-1.1.4-6.el9.noarch.rpm 404 kB/s | 172 kB 00:00 2024-09-18T10:20:24.410 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephsqlite-2:17.2.7-1645.g7061ea6c.el9.x86_64 3/4 2024-09-18T10:20:24.485 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-test-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/4 2024-09-18T10:20:24.612 INFO:teuthology.orchestra.run.smithi119.stdout:(15/34): python3-packaging-20.9-5.el9.noarch.rp 178 kB/s | 77 kB 00:00 2024-09-18T10:20:24.646 INFO:teuthology.orchestra.run.smithi119.stdout:(16/34): python3-pytz-2021.1-5.el9.noarch.rpm 133 kB/s | 51 kB 00:00 2024-09-18T10:20:24.679 INFO:teuthology.orchestra.run.smithi119.stdout:(17/34): python3-toml-0.10.2-6.el9.noarch.rpm 138 kB/s | 42 kB 00:00 2024-09-18T10:20:24.730 INFO:teuthology.orchestra.run.smithi119.stdout:(18/34): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 371 kB/s | 43 kB 00:00 2024-09-18T10:20:24.755 INFO:teuthology.orchestra.run.smithi119.stdout:(19/34): python3-jaraco-8.2.1-3.el9.noarch.rpm 465 kB/s | 11 kB 00:00 2024-09-18T10:20:24.780 INFO:teuthology.orchestra.run.smithi119.stdout:(20/34): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-09-18T10:20:24.805 INFO:teuthology.orchestra.run.smithi119.stdout:(21/34): python3-jaraco-classes-3.2.1-5.el9.noa 351 kB/s | 18 kB 00:00 2024-09-18T10:20:24.831 INFO:teuthology.orchestra.run.smithi119.stdout:(22/34): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-09-18T10:20:24.856 INFO:teuthology.orchestra.run.smithi119.stdout:(23/34): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-09-18T10:20:24.881 INFO:teuthology.orchestra.run.smithi119.stdout:(24/34): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-18T10:20:24.907 INFO:teuthology.orchestra.run.smithi119.stdout:(25/34): python3-logutils-0.3.5-21.el9.noarch.r 926 kB/s | 46 kB 00:00 2024-09-18T10:20:24.932 INFO:teuthology.orchestra.run.smithi119.stdout:(26/34): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-18T10:20:24.957 INFO:teuthology.orchestra.run.smithi119.stdout:(27/34): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-09-18T10:20:24.983 INFO:teuthology.orchestra.run.smithi119.stdout:(28/34): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-09-18T10:20:25.008 INFO:teuthology.orchestra.run.smithi119.stdout:(29/34): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-09-18T10:20:25.033 INFO:teuthology.orchestra.run.smithi119.stdout:(30/34): python3-tempora-5.0.0-2.el9.noarch.rpm 714 kB/s | 36 kB 00:00 2024-09-18T10:20:25.059 INFO:teuthology.orchestra.run.smithi119.stdout:(31/34): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-18T10:20:25.084 INFO:teuthology.orchestra.run.smithi119.stdout:(32/34): python3-zc-lockfile-2.0-10.el9.noarch. 800 kB/s | 20 kB 00:00 2024-09-18T10:20:25.109 INFO:teuthology.orchestra.run.smithi119.stdout:(33/34): python3-webob-1.8.8-2.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-09-18T10:20:25.134 INFO:teuthology.orchestra.run.smithi119.stdout:(34/34): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.1 MB/s | 427 kB 00:00 2024-09-18T10:20:25.139 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:25.139 INFO:teuthology.orchestra.run.smithi119.stdout:Total 8.5 MB/s | 27 MB 00:03 2024-09-18T10:20:25.273 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:20:25.293 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-test-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/4 2024-09-18T10:20:25.293 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-test-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/4 2024-09-18T10:20:25.293 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libcephsqlite-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/4 2024-09-18T10:20:25.293 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-18T10:20:25.310 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:20:25.310 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:20:25.648 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-18T10:20:25.648 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:25.648 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:20:25.648 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-test-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:25.648 INFO:teuthology.orchestra.run.smithi002.stdout: libcephsqlite-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:25.648 INFO:teuthology.orchestra.run.smithi002.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-18T10:20:25.648 INFO:teuthology.orchestra.run.smithi002.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-18T10:20:25.648 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:25.649 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:20:25.709 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:20:25.709 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:20:25.918 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph 2024-09-18T10:20:26.523 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:20:26.663 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:20:26.665 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:20:26.666 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2024-09-18T10:20:26.666 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:20:26.666 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:20:26.666 INFO:teuthology.orchestra.run.smithi002.stdout: ceph x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 6.5 k 2024-09-18T10:20:26.666 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2024-09-18T10:20:26.666 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mds x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 2.1 M 2024-09-18T10:20:26.666 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 1.4 M 2024-09-18T10:20:26.666 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-modules-core noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 240 k 2024-09-18T10:20:26.666 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mon x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 3.9 M 2024-09-18T10:20:26.666 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-osd x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 15 M 2024-09-18T10:20:26.666 INFO:teuthology.orchestra.run.smithi002.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-18T10:20:26.666 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-18T10:20:26.666 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-18T10:20:26.667 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-18T10:20:26.667 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-18T10:20:26.667 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-18T10:20:26.667 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-18T10:20:26.667 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco-collections 2024-09-18T10:20:26.667 INFO:teuthology.orchestra.run.smithi002.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-18T10:20:26.667 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-18T10:20:26.667 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-18T10:20:26.667 INFO:teuthology.orchestra.run.smithi002.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-18T10:20:26.667 INFO:teuthology.orchestra.run.smithi002.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-18T10:20:26.667 INFO:teuthology.orchestra.run.smithi002.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-18T10:20:26.667 INFO:teuthology.orchestra.run.smithi002.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-18T10:20:26.667 INFO:teuthology.orchestra.run.smithi002.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-18T10:20:26.667 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-18T10:20:26.668 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-18T10:20:26.668 INFO:teuthology.orchestra.run.smithi002.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-18T10:20:26.668 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-18T10:20:26.668 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-18T10:20:26.668 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-18T10:20:26.668 INFO:teuthology.orchestra.run.smithi002.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-18T10:20:26.668 INFO:teuthology.orchestra.run.smithi002.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-18T10:20:26.668 INFO:teuthology.orchestra.run.smithi002.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-18T10:20:26.668 INFO:teuthology.orchestra.run.smithi002.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-18T10:20:26.668 INFO:teuthology.orchestra.run.smithi002.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-18T10:20:26.668 INFO:teuthology.orchestra.run.smithi002.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-18T10:20:26.668 INFO:teuthology.orchestra.run.smithi002.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-18T10:20:26.668 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:26.669 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:20:26.669 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:20:26.669 INFO:teuthology.orchestra.run.smithi002.stdout:Install 34 Packages 2024-09-18T10:20:26.669 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:26.669 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 27 M 2024-09-18T10:20:26.669 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 96 M 2024-09-18T10:20:26.670 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:20:26.746 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-test-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/4 2024-09-18T10:20:26.746 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-test-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/4 2024-09-18T10:20:26.746 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephsqlite-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/4 2024-09-18T10:20:26.746 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-18T10:20:26.977 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:20:27.045 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/34 2024-09-18T10:20:27.071 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-18T10:20:27.071 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:27.071 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:20:27.071 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-test-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:27.071 INFO:teuthology.orchestra.run.smithi094.stdout: libcephsqlite-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:27.072 INFO:teuthology.orchestra.run.smithi094.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-18T10:20:27.072 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-18T10:20:27.072 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:27.072 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:20:27.077 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/34 2024-09-18T10:20:27.110 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 3/34 2024-09-18T10:20:27.147 INFO:teuthology.orchestra.run.smithi002.stdout:(1/34): ceph-17.2.7-1645.g7061ea6c.el9.x86_64.r 48 kB/s | 6.5 kB 00:00 2024-09-18T10:20:27.212 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 4/34 2024-09-18T10:20:27.305 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 5/34 2024-09-18T10:20:27.330 INFO:teuthology.orchestra.run.smithi002.stdout:(2/34): ceph-mds-17.2.7-1645.g7061ea6c.el9.x86_ 6.5 MB/s | 2.1 MB 00:00 2024-09-18T10:20:27.353 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph 2024-09-18T10:20:27.355 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 6/34 2024-09-18T10:20:27.372 INFO:teuthology.orchestra.run.smithi002.stdout:(3/34): ceph-mgr-17.2.7-1645.g7061ea6c.el9.x86_ 3.9 MB/s | 1.4 MB 00:00 2024-09-18T10:20:27.390 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 7/34 2024-09-18T10:20:27.429 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/34 2024-09-18T10:20:27.456 INFO:teuthology.orchestra.run.smithi002.stdout:(4/34): ceph-mgr-modules-core-17.2.7-1645.g7061 2.8 MB/s | 240 kB 00:00 2024-09-18T10:20:27.471 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/34 2024-09-18T10:20:27.504 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/34 2024-09-18T10:20:27.538 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/34 2024-09-18T10:20:27.573 INFO:teuthology.orchestra.run.smithi002.stdout:(5/34): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.1 MB/s | 253 kB 00:00 2024-09-18T10:20:27.582 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/34 2024-09-18T10:20:27.625 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/34 2024-09-18T10:20:27.682 INFO:teuthology.orchestra.run.smithi002.stdout:(6/34): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-09-18T10:20:27.682 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/34 2024-09-18T10:20:27.717 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-18T10:20:27.794 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 16/34 2024-09-18T10:20:27.848 INFO:teuthology.orchestra.run.smithi002.stdout:(7/34): ceph-osd-17.2.7-1645.g7061ea6c.el9.x86_ 30 MB/s | 15 MB 00:00 2024-09-18T10:20:27.873 INFO:teuthology.orchestra.run.smithi002.stdout:(8/34): python3-ply-3.11-14.el9.noarch.rpm 556 kB/s | 106 kB 00:00 2024-09-18T10:20:27.928 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:20:27.933 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 17/34 2024-09-18T10:20:27.940 INFO:teuthology.orchestra.run.smithi002.stdout:(9/34): ceph-mon-17.2.7-1645.g7061ea6c.el9.x86_ 4.9 MB/s | 3.9 MB 00:00 2024-09-18T10:20:27.965 INFO:teuthology.orchestra.run.smithi002.stdout:(10/34): python3-requests-2.25.1-8.el9.noarch.r 1.3 MB/s | 125 kB 00:00 2024-09-18T10:20:27.999 INFO:teuthology.orchestra.run.smithi002.stdout:(11/34): python3-pycparser-2.20-6.el9.noarch.rp 898 kB/s | 135 kB 00:00 2024-09-18T10:20:28.012 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 18/34 2024-09-18T10:20:28.069 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:20:28.069 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:20:28.069 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T10:20:28.069 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:20:28.069 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:20:28.069 INFO:teuthology.orchestra.run.smithi094.stdout: ceph x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 6.5 k 2024-09-18T10:20:28.070 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T10:20:28.070 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mds x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 2.1 M 2024-09-18T10:20:28.070 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 1.4 M 2024-09-18T10:20:28.070 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 240 k 2024-09-18T10:20:28.070 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mon x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 3.9 M 2024-09-18T10:20:28.070 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-osd x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 15 M 2024-09-18T10:20:28.070 INFO:teuthology.orchestra.run.smithi094.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-18T10:20:28.070 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-18T10:20:28.070 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-18T10:20:28.070 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-18T10:20:28.070 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-18T10:20:28.070 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-18T10:20:28.070 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-18T10:20:28.070 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-collections 2024-09-18T10:20:28.071 INFO:teuthology.orchestra.run.smithi094.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-18T10:20:28.071 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-18T10:20:28.071 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-18T10:20:28.071 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-18T10:20:28.071 INFO:teuthology.orchestra.run.smithi094.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-18T10:20:28.071 INFO:teuthology.orchestra.run.smithi094.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-18T10:20:28.071 INFO:teuthology.orchestra.run.smithi094.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-18T10:20:28.071 INFO:teuthology.orchestra.run.smithi094.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-18T10:20:28.071 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-18T10:20:28.071 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-18T10:20:28.071 INFO:teuthology.orchestra.run.smithi094.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-18T10:20:28.071 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-18T10:20:28.071 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-18T10:20:28.071 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-18T10:20:28.072 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-18T10:20:28.072 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-18T10:20:28.072 INFO:teuthology.orchestra.run.smithi094.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-18T10:20:28.072 INFO:teuthology.orchestra.run.smithi094.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-18T10:20:28.072 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-18T10:20:28.072 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-18T10:20:28.072 INFO:teuthology.orchestra.run.smithi094.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-18T10:20:28.072 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:28.072 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:20:28.072 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:20:28.072 INFO:teuthology.orchestra.run.smithi094.stdout:Install 34 Packages 2024-09-18T10:20:28.072 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:28.073 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 27 M 2024-09-18T10:20:28.073 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 96 M 2024-09-18T10:20:28.073 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:20:28.074 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 19/34 2024-09-18T10:20:28.075 INFO:teuthology.orchestra.run.smithi002.stdout:(12/34): python3-markupsafe-1.1.1-12.el9.x86_64 463 kB/s | 35 kB 00:00 2024-09-18T10:20:28.108 INFO:teuthology.orchestra.run.smithi002.stdout:(13/34): python3-urllib3-1.26.5-6.el9.noarch.rp 1.3 MB/s | 215 kB 00:00 2024-09-18T10:20:28.113 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 20/34 2024-09-18T10:20:28.133 INFO:teuthology.orchestra.run.smithi002.stdout:(14/34): python3-mako-1.1.4-6.el9.noarch.rpm 1.0 MB/s | 172 kB 00:00 2024-09-18T10:20:28.158 INFO:teuthology.orchestra.run.smithi002.stdout:(15/34): python3-packaging-20.9-5.el9.noarch.rp 921 kB/s | 77 kB 00:00 2024-09-18T10:20:28.161 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-ply-3.11-14.el9.noarch 21/34 2024-09-18T10:20:28.184 INFO:teuthology.orchestra.run.smithi002.stdout:(16/34): python3-toml-0.10.2-6.el9.noarch.rpm 828 kB/s | 42 kB 00:00 2024-09-18T10:20:28.209 INFO:teuthology.orchestra.run.smithi002.stdout:(17/34): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 864 kB/s | 43 kB 00:00 2024-09-18T10:20:28.217 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 22/34 2024-09-18T10:20:28.251 INFO:teuthology.orchestra.run.smithi002.stdout:(18/34): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.6 MB/s | 172 kB 00:00 2024-09-18T10:20:28.268 INFO:teuthology.orchestra.run.smithi002.stdout:(19/34): python3-pytz-2021.1-5.el9.noarch.rpm 319 kB/s | 51 kB 00:00 2024-09-18T10:20:28.285 INFO:teuthology.orchestra.run.smithi002.stdout:(20/34): python3-jaraco-8.2.1-3.el9.noarch.rpm 317 kB/s | 11 kB 00:00 2024-09-18T10:20:28.319 INFO:teuthology.orchestra.run.smithi002.stdout:(21/34): python3-cherrypy-18.6.1-2.el9.noarch.r 3.3 MB/s | 358 kB 00:00 2024-09-18T10:20:28.335 INFO:teuthology.orchestra.run.smithi002.stdout:(22/34): python3-jaraco-collections-3.0.0-8.el9 546 kB/s | 23 kB 00:00 2024-09-18T10:20:28.352 INFO:teuthology.orchestra.run.smithi002.stdout:(23/34): python3-jaraco-classes-3.2.1-5.el9.noa 210 kB/s | 18 kB 00:00 2024-09-18T10:20:28.369 INFO:teuthology.orchestra.run.smithi002.stdout:(24/34): python3-jaraco-functools-3.5.0-2.el9.n 402 kB/s | 19 kB 00:00 2024-09-18T10:20:28.386 INFO:teuthology.orchestra.run.smithi002.stdout:(25/34): python3-jaraco-text-3.2.0-6.el9.noarch 389 kB/s | 20 kB 00:00 2024-09-18T10:20:28.403 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 23/34 2024-09-18T10:20:28.403 INFO:teuthology.orchestra.run.smithi002.stdout:(26/34): python3-logutils-0.3.5-21.el9.noarch.r 1.3 MB/s | 46 kB 00:00 2024-09-18T10:20:28.428 INFO:teuthology.orchestra.run.smithi002.stdout:(27/34): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-09-18T10:20:28.445 INFO:teuthology.orchestra.run.smithi002.stdout:(28/34): python3-portend-3.1.0-2.el9.noarch.rpm 394 kB/s | 16 kB 00:00 2024-09-18T10:20:28.450 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 24/34 2024-09-18T10:20:28.471 INFO:teuthology.orchestra.run.smithi002.stdout:(29/34): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.1 MB/s | 90 kB 00:00 2024-09-18T10:20:28.488 INFO:teuthology.orchestra.run.smithi002.stdout:(30/34): python3-tempora-5.0.0-2.el9.noarch.rpm 853 kB/s | 36 kB 00:00 2024-09-18T10:20:28.513 INFO:teuthology.orchestra.run.smithi002.stdout:(31/34): python3-pecan-1.4.2-3.el9.noarch.rpm 2.1 MB/s | 272 kB 00:00 2024-09-18T10:20:28.530 INFO:teuthology.orchestra.run.smithi002.stdout:(32/34): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-09-18T10:20:28.536 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/34 2024-09-18T10:20:28.555 INFO:teuthology.orchestra.run.smithi002.stdout:(33/34): python3-webob-1.8.8-2.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-09-18T10:20:28.588 INFO:teuthology.orchestra.run.smithi002.stdout:(34/34): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-09-18T10:20:28.592 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:28.593 INFO:teuthology.orchestra.run.smithi002.stdout:Total 14 MB/s | 27 MB 00:01 2024-09-18T10:20:28.624 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 26/34 2024-09-18T10:20:28.677 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/34 2024-09-18T10:20:28.724 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:20:28.740 INFO:teuthology.orchestra.run.smithi094.stdout:(1/34): ceph-17.2.7-1645.g7061ea6c.el9.x86_64.r 51 kB/s | 6.5 kB 00:00 2024-09-18T10:20:28.766 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:20:28.766 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:20:28.797 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 28/34 2024-09-18T10:20:28.941 INFO:teuthology.orchestra.run.smithi094.stdout:(2/34): ceph-mgr-17.2.7-1645.g7061ea6c.el9.x86_ 4.3 MB/s | 1.4 MB 00:00 2024-09-18T10:20:28.954 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-mgr-modules-core-2:17.2.7-1645.g7061ea6c.el9. 29/34 2024-09-18T10:20:28.985 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-mgr-2:17.2.7-1645.g7061ea6c.el9.x86_64 30/34 2024-09-18T10:20:29.010 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-mgr-2:17.2.7-1645.g7061ea6c.el9.x86_64 30/34 2024-09-18T10:20:29.010 INFO:teuthology.orchestra.run.smithi119.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:29.011 INFO:teuthology.orchestra.run.smithi119.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-18T10:20:29.011 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-18T10:20:29.011 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-18T10:20:29.011 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:29.016 INFO:teuthology.orchestra.run.smithi094.stdout:(3/34): ceph-mds-17.2.7-1645.g7061ea6c.el9.x86_ 5.1 MB/s | 2.1 MB 00:00 2024-09-18T10:20:29.083 INFO:teuthology.orchestra.run.smithi094.stdout:(4/34): ceph-mgr-modules-core-17.2.7-1645.g7061 3.5 MB/s | 240 kB 00:00 2024-09-18T10:20:29.150 INFO:teuthology.orchestra.run.smithi094.stdout:(5/34): ceph-mon-17.2.7-1645.g7061ea6c.el9.x86_ 9.6 MB/s | 3.9 MB 00:00 2024-09-18T10:20:29.176 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:20:29.177 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:20:29.317 INFO:teuthology.orchestra.run.smithi094.stdout:(6/34): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-09-18T10:20:29.367 INFO:teuthology.orchestra.run.smithi094.stdout:(7/34): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-09-18T10:20:29.534 INFO:teuthology.orchestra.run.smithi094.stdout:(8/34): ceph-osd-17.2.7-1645.g7061ea6c.el9.x86_ 26 MB/s | 15 MB 00:00 2024-09-18T10:20:29.559 INFO:teuthology.orchestra.run.smithi094.stdout:(9/34): python3-pycparser-2.20-6.el9.noarch.rpm 704 kB/s | 135 kB 00:00 2024-09-18T10:20:29.593 INFO:teuthology.orchestra.run.smithi094.stdout:(10/34): python3-cryptography-36.0.1-4.el9.x86_ 2.8 MB/s | 1.2 MB 00:00 2024-09-18T10:20:29.618 INFO:teuthology.orchestra.run.smithi094.stdout:(11/34): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-18T10:20:29.677 INFO:teuthology.orchestra.run.smithi094.stdout:(12/34): python3-requests-2.25.1-8.el9.noarch.r 877 kB/s | 125 kB 00:00 2024-09-18T10:20:29.727 INFO:teuthology.orchestra.run.smithi094.stdout:(13/34): python3-markupsafe-1.1.1-12.el9.x86_64 320 kB/s | 35 kB 00:00 2024-09-18T10:20:29.786 INFO:teuthology.orchestra.run.smithi094.stdout:(14/34): python3-mako-1.1.4-6.el9.noarch.rpm 894 kB/s | 172 kB 00:00 2024-09-18T10:20:29.811 INFO:teuthology.orchestra.run.smithi094.stdout:(15/34): python3-pytz-2021.1-5.el9.noarch.rpm 609 kB/s | 51 kB 00:00 2024-09-18T10:20:29.845 INFO:teuthology.orchestra.run.smithi094.stdout:(16/34): python3-toml-0.10.2-6.el9.noarch.rpm 710 kB/s | 42 kB 00:00 2024-09-18T10:20:29.870 INFO:teuthology.orchestra.run.smithi094.stdout:(17/34): python3-packaging-20.9-5.el9.noarch.rp 400 kB/s | 77 kB 00:00 2024-09-18T10:20:29.904 INFO:teuthology.orchestra.run.smithi094.stdout:(18/34): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 471 kB/s | 43 kB 00:00 2024-09-18T10:20:29.938 INFO:teuthology.orchestra.run.smithi094.stdout:(19/34): python3-jaraco-8.2.1-3.el9.noarch.rpm 431 kB/s | 11 kB 00:00 2024-09-18T10:20:29.962 INFO:teuthology.orchestra.run.smithi094.stdout:(20/34): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-09-18T10:20:29.988 INFO:teuthology.orchestra.run.smithi094.stdout:(21/34): python3-jaraco-classes-3.2.1-5.el9.noa 365 kB/s | 18 kB 00:00 2024-09-18T10:20:30.013 INFO:teuthology.orchestra.run.smithi094.stdout:(22/34): python3-jaraco-collections-3.0.0-8.el9 459 kB/s | 23 kB 00:00 2024-09-18T10:20:30.038 INFO:teuthology.orchestra.run.smithi094.stdout:(23/34): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-09-18T10:20:30.064 INFO:teuthology.orchestra.run.smithi094.stdout:(24/34): python3-jaraco-text-3.2.0-6.el9.noarch 392 kB/s | 20 kB 00:00 2024-09-18T10:20:30.089 INFO:teuthology.orchestra.run.smithi094.stdout:(25/34): python3-logutils-0.3.5-21.el9.noarch.r 920 kB/s | 46 kB 00:00 2024-09-18T10:20:30.114 INFO:teuthology.orchestra.run.smithi094.stdout:(26/34): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-18T10:20:30.140 INFO:teuthology.orchestra.run.smithi094.stdout:(27/34): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-09-18T10:20:30.165 INFO:teuthology.orchestra.run.smithi094.stdout:(28/34): python3-portend-3.1.0-2.el9.noarch.rpm 326 kB/s | 16 kB 00:00 2024-09-18T10:20:30.216 INFO:teuthology.orchestra.run.smithi094.stdout:(29/34): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-18T10:20:30.249 INFO:teuthology.orchestra.run.smithi094.stdout:(30/34): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-09-18T10:20:30.275 INFO:teuthology.orchestra.run.smithi094.stdout:(31/34): python3-tempora-5.0.0-2.el9.noarch.rpm 328 kB/s | 36 kB 00:00 2024-09-18T10:20:30.300 INFO:teuthology.orchestra.run.smithi094.stdout:(32/34): python3-zc-lockfile-2.0-10.el9.noarch. 802 kB/s | 20 kB 00:00 2024-09-18T10:20:30.325 INFO:teuthology.orchestra.run.smithi094.stdout:(33/34): python3-webob-1.8.8-2.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-09-18T10:20:30.350 INFO:teuthology.orchestra.run.smithi094.stdout:(34/34): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.1 MB/s | 427 kB 00:00 2024-09-18T10:20:30.354 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:30.354 INFO:teuthology.orchestra.run.smithi094.stdout:Total 12 MB/s | 27 MB 00:02 2024-09-18T10:20:30.370 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-osd-2:17.2.7-1645.g7061ea6c.el9.x86_64 31/34 2024-09-18T10:20:30.399 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-osd-2:17.2.7-1645.g7061ea6c.el9.x86_64 31/34 2024-09-18T10:20:30.399 INFO:teuthology.orchestra.run.smithi119.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:30.399 INFO:teuthology.orchestra.run.smithi119.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-18T10:20:30.399 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-18T10:20:30.399 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-18T10:20:30.400 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:30.461 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:20:30.480 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:20:30.518 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:20:30.518 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:20:30.525 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/34 2024-09-18T10:20:30.557 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/34 2024-09-18T10:20:30.607 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 3/34 2024-09-18T10:20:30.703 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 4/34 2024-09-18T10:20:30.781 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 5/34 2024-09-18T10:20:30.788 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-mon-2:17.2.7-1645.g7061ea6c.el9.x86_64 32/34 2024-09-18T10:20:30.812 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-mon-2:17.2.7-1645.g7061ea6c.el9.x86_64 32/34 2024-09-18T10:20:30.812 INFO:teuthology.orchestra.run.smithi119.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:30.812 INFO:teuthology.orchestra.run.smithi119.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-18T10:20:30.812 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-18T10:20:30.812 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-18T10:20:30.812 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:30.827 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 6/34 2024-09-18T10:20:30.862 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 7/34 2024-09-18T10:20:30.891 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/34 2024-09-18T10:20:30.925 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/34 2024-09-18T10:20:30.935 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:20:30.936 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:20:30.960 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/34 2024-09-18T10:20:30.991 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/34 2024-09-18T10:20:31.014 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-mds-2:17.2.7-1645.g7061ea6c.el9.x86_64 33/34 2024-09-18T10:20:31.037 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-mds-2:17.2.7-1645.g7061ea6c.el9.x86_64 33/34 2024-09-18T10:20:31.037 INFO:teuthology.orchestra.run.smithi119.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:31.037 INFO:teuthology.orchestra.run.smithi119.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-18T10:20:31.037 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-18T10:20:31.038 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-18T10:20:31.038 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:31.043 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/34 2024-09-18T10:20:31.077 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/34 2024-09-18T10:20:31.102 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-2:17.2.7-1645.g7061ea6c.el9.x86_64 34/34 2024-09-18T10:20:31.126 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/34 2024-09-18T10:20:31.180 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-18T10:20:31.261 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 16/34 2024-09-18T10:20:31.413 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 17/34 2024-09-18T10:20:31.494 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 18/34 2024-09-18T10:20:31.545 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 19/34 2024-09-18T10:20:31.583 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 20/34 2024-09-18T10:20:31.642 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-ply-3.11-14.el9.noarch 21/34 2024-09-18T10:20:31.705 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 22/34 2024-09-18T10:20:31.911 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 23/34 2024-09-18T10:20:31.962 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 24/34 2024-09-18T10:20:32.046 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/34 2024-09-18T10:20:32.142 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 26/34 2024-09-18T10:20:32.190 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/34 2024-09-18T10:20:32.222 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:20:32.295 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/34 2024-09-18T10:20:32.315 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 28/34 2024-09-18T10:20:32.336 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/34 2024-09-18T10:20:32.369 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 3/34 2024-09-18T10:20:32.460 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 4/34 2024-09-18T10:20:32.470 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-modules-core-2:17.2.7-1645.g7061ea6c.el9. 29/34 2024-09-18T10:20:32.495 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-2:17.2.7-1645.g7061ea6c.el9.x86_64 30/34 2024-09-18T10:20:32.521 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mgr-2:17.2.7-1645.g7061ea6c.el9.x86_64 30/34 2024-09-18T10:20:32.521 INFO:teuthology.orchestra.run.smithi002.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:32.521 INFO:teuthology.orchestra.run.smithi002.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-18T10:20:32.521 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-18T10:20:32.522 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-18T10:20:32.522 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:32.538 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 5/34 2024-09-18T10:20:32.589 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 6/34 2024-09-18T10:20:32.623 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 7/34 2024-09-18T10:20:32.670 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 8/34 2024-09-18T10:20:32.713 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 9/34 2024-09-18T10:20:32.746 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 10/34 2024-09-18T10:20:32.767 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-2:17.2.7-1645.g7061ea6c.el9.x86_64 34/34 2024-09-18T10:20:32.767 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/34 2024-09-18T10:20:32.768 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-mds-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/34 2024-09-18T10:20:32.768 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-mgr-2:17.2.7-1645.g7061ea6c.el9.x86_64 3/34 2024-09-18T10:20:32.768 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-mon-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/34 2024-09-18T10:20:32.768 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-osd-2:17.2.7-1645.g7061ea6c.el9.x86_64 5/34 2024-09-18T10:20:32.768 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-mgr-modules-core-2:17.2.7-1645.g7061ea6c.el9. 6/34 2024-09-18T10:20:32.768 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/34 2024-09-18T10:20:32.768 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/34 2024-09-18T10:20:32.768 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/34 2024-09-18T10:20:32.768 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/34 2024-09-18T10:20:32.768 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/34 2024-09-18T10:20:32.768 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/34 2024-09-18T10:20:32.768 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 13/34 2024-09-18T10:20:32.769 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 14/34 2024-09-18T10:20:32.769 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-18T10:20:32.769 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/34 2024-09-18T10:20:32.769 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/34 2024-09-18T10:20:32.769 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 18/34 2024-09-18T10:20:32.769 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 19/34 2024-09-18T10:20:32.769 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 20/34 2024-09-18T10:20:32.769 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 21/34 2024-09-18T10:20:32.770 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 22/34 2024-09-18T10:20:32.770 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 23/34 2024-09-18T10:20:32.770 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 24/34 2024-09-18T10:20:32.770 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 25/34 2024-09-18T10:20:32.771 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 26/34 2024-09-18T10:20:32.771 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 27/34 2024-09-18T10:20:32.771 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 28/34 2024-09-18T10:20:32.771 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 29/34 2024-09-18T10:20:32.771 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 30/34 2024-09-18T10:20:32.771 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 31/34 2024-09-18T10:20:32.771 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 32/34 2024-09-18T10:20:32.771 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 33/34 2024-09-18T10:20:32.786 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 11/34 2024-09-18T10:20:32.827 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 12/34 2024-09-18T10:20:32.870 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 13/34 2024-09-18T10:20:32.926 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 14/34 2024-09-18T10:20:32.964 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-18T10:20:33.041 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 16/34 2024-09-18T10:20:33.203 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 17/34 2024-09-18T10:20:33.284 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 18/34 2024-09-18T10:20:33.336 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 19/34 2024-09-18T10:20:33.384 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 20/34 2024-09-18T10:20:33.440 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ply-3.11-14.el9.noarch 21/34 2024-09-18T10:20:33.495 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 22/34 2024-09-18T10:20:33.684 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 23/34 2024-09-18T10:20:33.738 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 24/34 2024-09-18T10:20:33.797 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 34/34 2024-09-18T10:20:33.797 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:33.797 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:20:33.797 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:33.797 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mds-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:33.798 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:33.798 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-modules-core-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:33.798 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mon-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:33.798 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-osd-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:33.798 INFO:teuthology.orchestra.run.smithi119.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-18T10:20:33.798 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-18T10:20:33.798 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-18T10:20:33.798 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-18T10:20:33.798 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-18T10:20:33.798 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-18T10:20:33.798 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-18T10:20:33.798 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-18T10:20:33.799 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-18T10:20:33.799 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-18T10:20:33.799 INFO:teuthology.orchestra.run.smithi119.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-18T10:20:33.799 INFO:teuthology.orchestra.run.smithi119.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-18T10:20:33.799 INFO:teuthology.orchestra.run.smithi119.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-18T10:20:33.799 INFO:teuthology.orchestra.run.smithi119.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-18T10:20:33.799 INFO:teuthology.orchestra.run.smithi119.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-18T10:20:33.799 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-18T10:20:33.799 INFO:teuthology.orchestra.run.smithi119.stdout: python3-ply-3.11-14.el9.noarch 2024-09-18T10:20:33.799 INFO:teuthology.orchestra.run.smithi119.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-18T10:20:33.799 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-18T10:20:33.799 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-18T10:20:33.799 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-18T10:20:33.799 INFO:teuthology.orchestra.run.smithi119.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-18T10:20:33.800 INFO:teuthology.orchestra.run.smithi119.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-18T10:20:33.800 INFO:teuthology.orchestra.run.smithi119.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-18T10:20:33.800 INFO:teuthology.orchestra.run.smithi119.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-18T10:20:33.800 INFO:teuthology.orchestra.run.smithi119.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-18T10:20:33.800 INFO:teuthology.orchestra.run.smithi119.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-18T10:20:33.800 INFO:teuthology.orchestra.run.smithi119.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-18T10:20:33.800 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:33.800 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:20:33.816 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 25/34 2024-09-18T10:20:33.905 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 26/34 2024-09-18T10:20:33.913 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-osd-2:17.2.7-1645.g7061ea6c.el9.x86_64 31/34 2024-09-18T10:20:33.944 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-osd-2:17.2.7-1645.g7061ea6c.el9.x86_64 31/34 2024-09-18T10:20:33.944 INFO:teuthology.orchestra.run.smithi002.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:33.944 INFO:teuthology.orchestra.run.smithi002.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-18T10:20:33.944 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-18T10:20:33.944 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-18T10:20:33.944 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:33.949 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/34 2024-09-18T10:20:34.069 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 28/34 2024-09-18T10:20:34.182 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install ceph-base 2024-09-18T10:20:34.216 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-modules-core-2:17.2.7-1645.g7061ea6c.el9. 29/34 2024-09-18T10:20:34.241 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-2:17.2.7-1645.g7061ea6c.el9.x86_64 30/34 2024-09-18T10:20:34.265 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-2:17.2.7-1645.g7061ea6c.el9.x86_64 30/34 2024-09-18T10:20:34.265 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:34.265 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-18T10:20:34.265 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-18T10:20:34.265 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-18T10:20:34.265 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:34.505 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mon-2:17.2.7-1645.g7061ea6c.el9.x86_64 32/34 2024-09-18T10:20:34.532 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mon-2:17.2.7-1645.g7061ea6c.el9.x86_64 32/34 2024-09-18T10:20:34.532 INFO:teuthology.orchestra.run.smithi002.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:34.532 INFO:teuthology.orchestra.run.smithi002.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-18T10:20:34.532 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-18T10:20:34.532 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-18T10:20:34.532 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:34.739 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mds-2:17.2.7-1645.g7061ea6c.el9.x86_64 33/34 2024-09-18T10:20:34.765 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:00:51 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:20:34.766 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mds-2:17.2.7-1645.g7061ea6c.el9.x86_64 33/34 2024-09-18T10:20:34.766 INFO:teuthology.orchestra.run.smithi002.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:34.766 INFO:teuthology.orchestra.run.smithi002.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-18T10:20:34.766 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-18T10:20:34.766 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-18T10:20:34.766 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:34.831 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-2:17.2.7-1645.g7061ea6c.el9.x86_64 34/34 2024-09-18T10:20:34.853 INFO:teuthology.orchestra.run.smithi119.stdout:Package ceph-base-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:20:34.894 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:20:34.895 INFO:teuthology.orchestra.run.smithi119.stdout:Nothing to do. 2024-09-18T10:20:34.895 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:20:34.958 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install cephadm 2024-09-18T10:20:35.535 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:00:52 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:20:35.591 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-osd-2:17.2.7-1645.g7061ea6c.el9.x86_64 31/34 2024-09-18T10:20:35.620 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-osd-2:17.2.7-1645.g7061ea6c.el9.x86_64 31/34 2024-09-18T10:20:35.620 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:35.620 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-18T10:20:35.621 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-18T10:20:35.621 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-18T10:20:35.621 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:35.666 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:20:35.666 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:35.666 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repository Size 2024-09-18T10:20:35.667 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:35.667 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:20:35.667 INFO:teuthology.orchestra.run.smithi119.stdout: cephadm noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 83 k 2024-09-18T10:20:35.667 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:35.667 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:20:35.667 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:35.667 INFO:teuthology.orchestra.run.smithi119.stdout:Install 1 Package 2024-09-18T10:20:35.667 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:35.667 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 83 k 2024-09-18T10:20:35.667 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 375 k 2024-09-18T10:20:35.667 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:20:35.837 INFO:teuthology.orchestra.run.smithi119.stdout:cephadm-17.2.7-1645.g7061ea6c.el9.noarch.rpm 487 kB/s | 83 kB 00:00 2024-09-18T10:20:35.838 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:35.838 INFO:teuthology.orchestra.run.smithi119.stdout:Total 482 kB/s | 83 kB 00:00 2024-09-18T10:20:35.838 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:20:35.843 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:20:35.843 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:20:35.845 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:20:35.846 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:20:35.923 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:20:36.009 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mon-2:17.2.7-1645.g7061ea6c.el9.x86_64 32/34 2024-09-18T10:20:36.032 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mon-2:17.2.7-1645.g7061ea6c.el9.x86_64 32/34 2024-09-18T10:20:36.032 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:36.032 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-18T10:20:36.032 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-18T10:20:36.032 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-18T10:20:36.032 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:36.251 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mds-2:17.2.7-1645.g7061ea6c.el9.x86_64 33/34 2024-09-18T10:20:36.275 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mds-2:17.2.7-1645.g7061ea6c.el9.x86_64 33/34 2024-09-18T10:20:36.276 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:36.276 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-18T10:20:36.276 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-18T10:20:36.276 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-18T10:20:36.276 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:36.349 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-2:17.2.7-1645.g7061ea6c.el9.x86_64 34/34 2024-09-18T10:20:36.386 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:20:36.480 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-2:17.2.7-1645.g7061ea6c.el9.x86_64 34/34 2024-09-18T10:20:36.480 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/34 2024-09-18T10:20:36.481 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mds-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/34 2024-09-18T10:20:36.481 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-2:17.2.7-1645.g7061ea6c.el9.x86_64 3/34 2024-09-18T10:20:36.481 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mon-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/34 2024-09-18T10:20:36.481 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-osd-2:17.2.7-1645.g7061ea6c.el9.x86_64 5/34 2024-09-18T10:20:36.481 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-modules-core-2:17.2.7-1645.g7061ea6c.el9. 6/34 2024-09-18T10:20:36.481 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/34 2024-09-18T10:20:36.481 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/34 2024-09-18T10:20:36.481 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/34 2024-09-18T10:20:36.481 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/34 2024-09-18T10:20:36.481 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/34 2024-09-18T10:20:36.481 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/34 2024-09-18T10:20:36.481 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 13/34 2024-09-18T10:20:36.481 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 14/34 2024-09-18T10:20:36.482 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-18T10:20:36.482 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/34 2024-09-18T10:20:36.482 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/34 2024-09-18T10:20:36.482 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 18/34 2024-09-18T10:20:36.482 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 19/34 2024-09-18T10:20:36.482 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 20/34 2024-09-18T10:20:36.482 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 21/34 2024-09-18T10:20:36.482 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 22/34 2024-09-18T10:20:36.482 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 23/34 2024-09-18T10:20:36.482 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 24/34 2024-09-18T10:20:36.482 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 25/34 2024-09-18T10:20:36.483 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:20:36.484 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 26/34 2024-09-18T10:20:36.484 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 27/34 2024-09-18T10:20:36.484 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 28/34 2024-09-18T10:20:36.484 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 29/34 2024-09-18T10:20:36.484 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 30/34 2024-09-18T10:20:36.484 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 31/34 2024-09-18T10:20:36.484 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 32/34 2024-09-18T10:20:36.484 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 33/34 2024-09-18T10:20:36.854 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:20:37.123 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:20:37.123 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:37.124 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:20:37.124 INFO:teuthology.orchestra.run.smithi119.stdout: cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:37.124 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:37.124 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:20:37.325 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install ceph-immutable-object-cache 2024-09-18T10:20:37.435 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 34/34 2024-09-18T10:20:37.435 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:37.435 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:20:37.436 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:37.436 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mds-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:37.436 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:37.436 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-modules-core-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:37.436 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mon-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:37.436 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-osd-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:37.436 INFO:teuthology.orchestra.run.smithi002.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-18T10:20:37.436 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-18T10:20:37.436 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-18T10:20:37.436 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-18T10:20:37.436 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-18T10:20:37.436 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-18T10:20:37.437 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-18T10:20:37.437 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-18T10:20:37.437 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-18T10:20:37.437 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-18T10:20:37.437 INFO:teuthology.orchestra.run.smithi002.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-18T10:20:37.437 INFO:teuthology.orchestra.run.smithi002.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-18T10:20:37.437 INFO:teuthology.orchestra.run.smithi002.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-18T10:20:37.437 INFO:teuthology.orchestra.run.smithi002.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-18T10:20:37.437 INFO:teuthology.orchestra.run.smithi002.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-18T10:20:37.437 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-18T10:20:37.437 INFO:teuthology.orchestra.run.smithi002.stdout: python3-ply-3.11-14.el9.noarch 2024-09-18T10:20:37.437 INFO:teuthology.orchestra.run.smithi002.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-18T10:20:37.437 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-18T10:20:37.437 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-18T10:20:37.438 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-18T10:20:37.438 INFO:teuthology.orchestra.run.smithi002.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-18T10:20:37.438 INFO:teuthology.orchestra.run.smithi002.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-18T10:20:37.438 INFO:teuthology.orchestra.run.smithi002.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-18T10:20:37.438 INFO:teuthology.orchestra.run.smithi002.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-18T10:20:37.438 INFO:teuthology.orchestra.run.smithi002.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-18T10:20:37.438 INFO:teuthology.orchestra.run.smithi002.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-18T10:20:37.438 INFO:teuthology.orchestra.run.smithi002.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-18T10:20:37.438 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:37.438 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:20:37.822 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-base 2024-09-18T10:20:37.910 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:00:54 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:20:38.040 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:20:38.041 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:38.041 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repo Size 2024-09-18T10:20:38.041 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:38.041 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:20:38.041 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-immutable-object-cache x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 137 k 2024-09-18T10:20:38.041 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:38.041 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:20:38.041 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:38.042 INFO:teuthology.orchestra.run.smithi119.stdout:Install 1 Package 2024-09-18T10:20:38.042 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:38.042 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 137 k 2024-09-18T10:20:38.042 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 379 k 2024-09-18T10:20:38.042 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:20:38.136 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-2:17.2.7-1645.g7061ea6c.el9.x86_64 34/34 2024-09-18T10:20:38.136 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/34 2024-09-18T10:20:38.136 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mds-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/34 2024-09-18T10:20:38.136 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-2:17.2.7-1645.g7061ea6c.el9.x86_64 3/34 2024-09-18T10:20:38.136 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mon-2:17.2.7-1645.g7061ea6c.el9.x86_64 4/34 2024-09-18T10:20:38.136 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-osd-2:17.2.7-1645.g7061ea6c.el9.x86_64 5/34 2024-09-18T10:20:38.136 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-modules-core-2:17.2.7-1645.g7061ea6c.el9. 6/34 2024-09-18T10:20:38.136 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/34 2024-09-18T10:20:38.136 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/34 2024-09-18T10:20:38.136 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/34 2024-09-18T10:20:38.137 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/34 2024-09-18T10:20:38.137 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/34 2024-09-18T10:20:38.137 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/34 2024-09-18T10:20:38.137 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 13/34 2024-09-18T10:20:38.137 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 14/34 2024-09-18T10:20:38.137 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 15/34 2024-09-18T10:20:38.137 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/34 2024-09-18T10:20:38.137 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/34 2024-09-18T10:20:38.137 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 18/34 2024-09-18T10:20:38.137 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 19/34 2024-09-18T10:20:38.137 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 20/34 2024-09-18T10:20:38.137 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 21/34 2024-09-18T10:20:38.137 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 22/34 2024-09-18T10:20:38.138 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 23/34 2024-09-18T10:20:38.138 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 24/34 2024-09-18T10:20:38.138 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 25/34 2024-09-18T10:20:38.141 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 26/34 2024-09-18T10:20:38.141 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 27/34 2024-09-18T10:20:38.141 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 28/34 2024-09-18T10:20:38.141 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 29/34 2024-09-18T10:20:38.141 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 30/34 2024-09-18T10:20:38.141 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 31/34 2024-09-18T10:20:38.141 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 32/34 2024-09-18T10:20:38.141 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 33/34 2024-09-18T10:20:38.252 INFO:teuthology.orchestra.run.smithi119.stdout:ceph-immutable-object-cache-17.2.7-1645.g7061ea 655 kB/s | 137 kB 00:00 2024-09-18T10:20:38.253 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:38.253 INFO:teuthology.orchestra.run.smithi119.stdout:Total 649 kB/s | 137 kB 00:00 2024-09-18T10:20:38.253 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:20:38.261 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:20:38.261 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:20:38.318 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:20:38.318 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:20:38.438 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:53 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:20:38.471 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:20:38.530 INFO:teuthology.orchestra.run.smithi002.stdout:Package ceph-base-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:20:38.570 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-immutable-object-cache-2:17.2.7-1645.g7061ea6c. 1/1 2024-09-18T10:20:38.573 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:20:38.574 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2024-09-18T10:20:38.574 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:20:38.595 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.7-1645.g7061ea6c. 1/1 2024-09-18T10:20:38.595 INFO:teuthology.orchestra.run.smithi119.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:38.595 INFO:teuthology.orchestra.run.smithi119.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-18T10:20:38.595 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:38.641 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install cephadm 2024-09-18T10:20:39.001 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 34/34 2024-09-18T10:20:39.002 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:39.002 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:20:39.002 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:39.002 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mds-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:39.002 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:39.002 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:39.002 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mon-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:39.002 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-osd-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:39.002 INFO:teuthology.orchestra.run.smithi094.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-18T10:20:39.002 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-18T10:20:39.002 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-18T10:20:39.002 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-18T10:20:39.003 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-18T10:20:39.003 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-18T10:20:39.003 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-18T10:20:39.003 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-18T10:20:39.003 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-18T10:20:39.003 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-18T10:20:39.003 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-18T10:20:39.003 INFO:teuthology.orchestra.run.smithi094.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-18T10:20:39.003 INFO:teuthology.orchestra.run.smithi094.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-18T10:20:39.003 INFO:teuthology.orchestra.run.smithi094.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-18T10:20:39.003 INFO:teuthology.orchestra.run.smithi094.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-18T10:20:39.003 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-18T10:20:39.004 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ply-3.11-14.el9.noarch 2024-09-18T10:20:39.004 INFO:teuthology.orchestra.run.smithi094.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-18T10:20:39.004 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-18T10:20:39.004 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-18T10:20:39.004 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-18T10:20:39.004 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-18T10:20:39.004 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-18T10:20:39.004 INFO:teuthology.orchestra.run.smithi094.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-18T10:20:39.004 INFO:teuthology.orchestra.run.smithi094.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-18T10:20:39.004 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-18T10:20:39.004 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-18T10:20:39.004 INFO:teuthology.orchestra.run.smithi094.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-18T10:20:39.004 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:39.005 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:20:39.248 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:54 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:20:39.380 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-base 2024-09-18T10:20:39.384 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:20:39.384 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:20:39.385 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2024-09-18T10:20:39.385 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:20:39.385 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:20:39.385 INFO:teuthology.orchestra.run.smithi002.stdout: cephadm noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 83 k 2024-09-18T10:20:39.385 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:39.385 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:20:39.385 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:20:39.385 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2024-09-18T10:20:39.385 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:39.386 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 83 k 2024-09-18T10:20:39.386 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 375 k 2024-09-18T10:20:39.386 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:20:39.569 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-immutable-object-cache-2:17.2.7-1645.g7061ea6c. 1/1 2024-09-18T10:20:39.569 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:39.569 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:20:39.569 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-immutable-object-cache-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:39.569 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:39.569 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:20:39.588 INFO:teuthology.orchestra.run.smithi002.stdout:cephadm-17.2.7-1645.g7061ea6c.el9.noarch.rpm 409 kB/s | 83 kB 00:00 2024-09-18T10:20:39.589 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:39.589 INFO:teuthology.orchestra.run.smithi002.stdout:Total 406 kB/s | 83 kB 00:00 2024-09-18T10:20:39.589 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:20:39.595 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:20:39.595 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:20:39.597 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:20:39.597 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:20:39.677 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:20:39.791 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install ceph-mgr 2024-09-18T10:20:39.962 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:53 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:20:40.051 INFO:teuthology.orchestra.run.smithi094.stdout:Package ceph-base-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:20:40.091 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:20:40.092 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T10:20:40.092 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:20:40.157 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:20:40.170 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install cephadm 2024-09-18T10:20:40.254 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:20:40.393 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:00:57 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:20:40.486 INFO:teuthology.orchestra.run.smithi119.stdout:Package ceph-mgr-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:20:40.529 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:20:40.530 INFO:teuthology.orchestra.run.smithi119.stdout:Nothing to do. 2024-09-18T10:20:40.530 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:20:40.594 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install ceph-mgr-dashboard 2024-09-18T10:20:40.611 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:20:40.748 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:54 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:20:40.879 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:20:40.879 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:20:40.879 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T10:20:40.879 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:20:40.880 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:20:40.880 INFO:teuthology.orchestra.run.smithi094.stdout: cephadm noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 83 k 2024-09-18T10:20:40.880 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:40.880 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:20:40.880 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:20:40.880 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T10:20:40.880 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:40.880 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 83 k 2024-09-18T10:20:40.880 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 375 k 2024-09-18T10:20:40.880 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:20:40.881 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:20:40.881 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:40.881 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:20:40.881 INFO:teuthology.orchestra.run.smithi002.stdout: cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:40.881 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:40.881 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:20:41.084 INFO:teuthology.orchestra.run.smithi094.stdout:cephadm-17.2.7-1645.g7061ea6c.el9.noarch.rpm 406 kB/s | 83 kB 00:00 2024-09-18T10:20:41.084 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:41.085 INFO:teuthology.orchestra.run.smithi094.stdout:Total 403 kB/s | 83 kB 00:00 2024-09-18T10:20:41.085 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:20:41.090 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:20:41.090 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:20:41.092 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:20:41.092 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:20:41.102 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-immutable-object-cache 2024-09-18T10:20:41.172 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:00:58 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:20:41.174 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:20:41.305 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:20:41.305 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:41.305 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repository Size 2024-09-18T10:20:41.306 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:41.306 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:20:41.306 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-dashboard noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 3.4 M 2024-09-18T10:20:41.306 INFO:teuthology.orchestra.run.smithi119.stdout:Installing dependencies: 2024-09-18T10:20:41.306 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-grafana-dashboards noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 24 k 2024-09-18T10:20:41.306 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-prometheus-alerts noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 15 k 2024-09-18T10:20:41.306 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2024-09-18T10:20:41.306 INFO:teuthology.orchestra.run.smithi119.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-18T10:20:41.306 INFO:teuthology.orchestra.run.smithi119.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-18T10:20:41.306 INFO:teuthology.orchestra.run.smithi119.stdout:Installing weak dependencies: 2024-09-18T10:20:41.306 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2024-09-18T10:20:41.306 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:41.307 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:20:41.307 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:41.307 INFO:teuthology.orchestra.run.smithi119.stdout:Install 7 Packages 2024-09-18T10:20:41.307 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:41.307 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 3.7 M 2024-09-18T10:20:41.307 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 80 M 2024-09-18T10:20:41.307 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:20:41.540 INFO:teuthology.orchestra.run.smithi119.stdout:(1/7): ceph-grafana-dashboards-17.2.7-1645.g706 153 kB/s | 24 kB 00:00 2024-09-18T10:20:41.564 INFO:teuthology.orchestra.run.smithi119.stdout:(2/7): ceph-prometheus-alerts-17.2.7-1645.g7061 79 kB/s | 15 kB 00:00 2024-09-18T10:20:41.576 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:20:41.606 INFO:teuthology.orchestra.run.smithi119.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 136 kB/s | 9.0 kB 00:00 2024-09-18T10:20:41.632 INFO:teuthology.orchestra.run.smithi119.stdout:(4/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 1.3 MB/s | 31 kB 00:00 2024-09-18T10:20:41.657 INFO:teuthology.orchestra.run.smithi119.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 444 kB/s | 41 kB 00:00 2024-09-18T10:20:41.664 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:20:41.682 INFO:teuthology.orchestra.run.smithi119.stdout:(6/7): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-09-18T10:20:41.711 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:56 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:20:41.807 INFO:teuthology.orchestra.run.smithi119.stdout:(7/7): ceph-mgr-dashboard-17.2.7-1645.g7061ea6c 7.8 MB/s | 3.4 MB 00:00 2024-09-18T10:20:41.810 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:41.811 INFO:teuthology.orchestra.run.smithi119.stdout:Total 7.2 MB/s | 3.7 MB 00:00 2024-09-18T10:20:41.811 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:20:41.819 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:20:41.820 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:20:41.851 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:20:41.851 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:20:41.851 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repo Size 2024-09-18T10:20:41.851 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:20:41.852 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:20:41.852 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-immutable-object-cache x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 137 k 2024-09-18T10:20:41.852 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:41.852 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:20:41.852 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:20:41.852 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2024-09-18T10:20:41.852 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:41.852 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 137 k 2024-09-18T10:20:41.852 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 379 k 2024-09-18T10:20:41.852 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:20:41.903 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:20:41.904 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:20:42.026 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:20:42.060 INFO:teuthology.orchestra.run.smithi002.stdout:ceph-immutable-object-cache-17.2.7-1645.g7061ea 661 kB/s | 137 kB 00:00 2024-09-18T10:20:42.060 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:42.061 INFO:teuthology.orchestra.run.smithi002.stdout:Total 657 kB/s | 137 kB 00:00 2024-09-18T10:20:42.061 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:20:42.069 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:20:42.069 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:20:42.129 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:20:42.129 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:20:42.213 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:20:42.232 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:20:42.232 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:42.232 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:20:42.233 INFO:teuthology.orchestra.run.smithi094.stdout: cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:42.233 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:42.233 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:20:42.278 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:20:42.300 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2024-09-18T10:20:42.334 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2024-09-18T10:20:42.344 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-immutable-object-cache-2:17.2.7-1645.g7061ea6c. 1/1 2024-09-18T10:20:42.371 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.7-1645.g7061ea6c. 1/1 2024-09-18T10:20:42.371 INFO:teuthology.orchestra.run.smithi002.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:42.371 INFO:teuthology.orchestra.run.smithi002.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-18T10:20:42.371 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:42.388 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2024-09-18T10:20:42.429 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2024-09-18T10:20:42.437 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-immutable-object-cache 2024-09-18T10:20:42.458 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-prometheus-alerts-2:17.2.7-1645.g7061ea6c.el9.n 5/7 2024-09-18T10:20:43.031 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:57 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:20:43.167 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:20:43.168 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:20:43.168 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-09-18T10:20:43.168 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:20:43.168 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:20:43.168 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-immutable-object-cache x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 137 k 2024-09-18T10:20:43.168 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:43.168 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:20:43.168 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:20:43.169 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T10:20:43.169 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:43.169 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 137 k 2024-09-18T10:20:43.169 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 379 k 2024-09-18T10:20:43.169 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:20:43.312 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-immutable-object-cache-2:17.2.7-1645.g7061ea6c. 1/1 2024-09-18T10:20:43.312 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:43.313 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:20:43.313 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-immutable-object-cache-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:43.313 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:43.313 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:20:43.391 INFO:teuthology.orchestra.run.smithi094.stdout:ceph-immutable-object-cache-17.2.7-1645.g7061ea 619 kB/s | 137 kB 00:00 2024-09-18T10:20:43.392 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:43.392 INFO:teuthology.orchestra.run.smithi094.stdout:Total 614 kB/s | 137 kB 00:00 2024-09-18T10:20:43.392 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:20:43.399 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:20:43.400 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:20:43.447 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-grafana-dashboards-2:17.2.7-1645.g7061ea6c.el9. 6/7 2024-09-18T10:20:43.460 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:20:43.460 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:20:43.478 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-mgr-dashboard-2:17.2.7-1645.g7061ea6c.el9.noarc 7/7 2024-09-18T10:20:43.558 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-mgr 2024-09-18T10:20:43.594 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:20:43.667 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-immutable-object-cache-2:17.2.7-1645.g7061ea6c. 1/1 2024-09-18T10:20:43.693 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-immutable-object-cache-2:17.2.7-1645.g7061ea6c. 1/1 2024-09-18T10:20:43.693 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:20:43.693 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-18T10:20:43.693 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:44.164 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:59 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:20:44.258 INFO:teuthology.orchestra.run.smithi002.stdout:Package ceph-mgr-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:20:44.303 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:20:44.304 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2024-09-18T10:20:44.304 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:20:44.385 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-mgr-dashboard 2024-09-18T10:20:44.583 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.7-1645.g7061ea6c.el9.noarc 7/7 2024-09-18T10:20:44.583 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-grafana-dashboards-2:17.2.7-1645.g7061ea6c.el9. 1/7 2024-09-18T10:20:44.583 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-mgr-dashboard-2:17.2.7-1645.g7061ea6c.el9.noarc 2/7 2024-09-18T10:20:44.583 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-prometheus-alerts-2:17.2.7-1645.g7061ea6c.el9.n 3/7 2024-09-18T10:20:44.583 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2024-09-18T10:20:44.583 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2024-09-18T10:20:44.583 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2024-09-18T10:20:44.611 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-immutable-object-cache-2:17.2.7-1645.g7061ea6c. 1/1 2024-09-18T10:20:44.611 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:44.611 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:20:44.611 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-immutable-object-cache-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:20:44.611 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:44.612 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:20:44.836 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr 2024-09-18T10:20:44.862 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2024-09-18T10:20:44.863 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:44.863 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:20:44.863 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-grafana-dashboards-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:44.863 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-dashboard-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:44.863 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-prometheus-alerts-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:44.863 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jwt-2.4.0-1.el9.noarch 2024-09-18T10:20:44.863 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2024-09-18T10:20:44.863 INFO:teuthology.orchestra.run.smithi119.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-18T10:20:44.863 INFO:teuthology.orchestra.run.smithi119.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-18T10:20:44.863 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:44.863 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:20:44.987 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:00:59 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:20:45.084 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-18T10:20:45.124 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:20:45.125 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:20:45.125 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2024-09-18T10:20:45.125 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:20:45.125 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:20:45.125 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-dashboard noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 3.4 M 2024-09-18T10:20:45.125 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2024-09-18T10:20:45.125 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-grafana-dashboards noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 24 k 2024-09-18T10:20:45.125 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-prometheus-alerts noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 15 k 2024-09-18T10:20:45.125 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2024-09-18T10:20:45.125 INFO:teuthology.orchestra.run.smithi002.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-18T10:20:45.126 INFO:teuthology.orchestra.run.smithi002.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-18T10:20:45.126 INFO:teuthology.orchestra.run.smithi002.stdout:Installing weak dependencies: 2024-09-18T10:20:45.126 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2024-09-18T10:20:45.126 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:45.126 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:20:45.126 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:20:45.126 INFO:teuthology.orchestra.run.smithi002.stdout:Install 7 Packages 2024-09-18T10:20:45.126 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:45.127 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 3.7 M 2024-09-18T10:20:45.127 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 80 M 2024-09-18T10:20:45.127 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:20:45.423 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:59 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:20:45.515 INFO:teuthology.orchestra.run.smithi094.stdout:Package ceph-mgr-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:20:45.557 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:20:45.558 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T10:20:45.558 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:20:45.626 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-dashboard 2024-09-18T10:20:45.649 INFO:teuthology.orchestra.run.smithi002.stdout:(1/7): ceph-grafana-dashboards-17.2.7-1645.g706 166 kB/s | 24 kB 00:00 2024-09-18T10:20:45.653 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:02 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:20:45.674 INFO:teuthology.orchestra.run.smithi002.stdout:(2/7): ceph-prometheus-alerts-17.2.7-1645.g7061 85 kB/s | 15 kB 00:00 2024-09-18T10:20:45.716 INFO:teuthology.orchestra.run.smithi002.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 136 kB/s | 9.0 kB 00:00 2024-09-18T10:20:45.749 INFO:teuthology.orchestra.run.smithi002.stdout:(4/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 976 kB/s | 31 kB 00:00 2024-09-18T10:20:45.774 INFO:teuthology.orchestra.run.smithi002.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 408 kB/s | 41 kB 00:00 2024-09-18T10:20:45.785 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:20:45.786 INFO:teuthology.orchestra.run.smithi119.stdout:======================================================================================= 2024-09-18T10:20:45.786 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repository Size 2024-09-18T10:20:45.786 INFO:teuthology.orchestra.run.smithi119.stdout:======================================================================================= 2024-09-18T10:20:45.786 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:20:45.786 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 7.4 M 2024-09-18T10:20:45.786 INFO:teuthology.orchestra.run.smithi119.stdout:Installing dependencies: 2024-09-18T10:20:45.786 INFO:teuthology.orchestra.run.smithi119.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-18T10:20:45.786 INFO:teuthology.orchestra.run.smithi119.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-18T10:20:45.786 INFO:teuthology.orchestra.run.smithi119.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-18T10:20:45.787 INFO:teuthology.orchestra.run.smithi119.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-18T10:20:45.787 INFO:teuthology.orchestra.run.smithi119.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-18T10:20:45.787 INFO:teuthology.orchestra.run.smithi119.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-18T10:20:45.787 INFO:teuthology.orchestra.run.smithi119.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-18T10:20:45.787 INFO:teuthology.orchestra.run.smithi119.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-18T10:20:45.787 INFO:teuthology.orchestra.run.smithi119.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-18T10:20:45.787 INFO:teuthology.orchestra.run.smithi119.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-18T10:20:45.787 INFO:teuthology.orchestra.run.smithi119.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-18T10:20:45.787 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:45.787 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:20:45.787 INFO:teuthology.orchestra.run.smithi119.stdout:======================================================================================= 2024-09-18T10:20:45.787 INFO:teuthology.orchestra.run.smithi119.stdout:Install 12 Packages 2024-09-18T10:20:45.787 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:45.788 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 38 M 2024-09-18T10:20:45.788 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 212 M 2024-09-18T10:20:45.788 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:20:45.808 INFO:teuthology.orchestra.run.smithi002.stdout:(6/7): python3-routes-2.5.1-5.el9.noarch.rpm 3.2 MB/s | 188 kB 00:00 2024-09-18T10:20:45.908 INFO:teuthology.orchestra.run.smithi002.stdout:(7/7): ceph-mgr-dashboard-17.2.7-1645.g7061ea6c 8.2 MB/s | 3.4 MB 00:00 2024-09-18T10:20:45.912 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:45.912 INFO:teuthology.orchestra.run.smithi002.stdout:Total 4.6 MB/s | 3.7 MB 00:00 2024-09-18T10:20:45.913 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:20:45.922 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:20:45.922 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:20:46.003 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:20:46.003 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:20:46.200 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:00 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:20:46.273 INFO:teuthology.orchestra.run.smithi119.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.2 MB/s | 191 kB 00:00 2024-09-18T10:20:46.315 INFO:teuthology.orchestra.run.smithi119.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 3.9 MB/s | 801 kB 00:00 2024-09-18T10:20:46.327 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:20:46.330 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:20:46.331 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:20:46.331 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T10:20:46.331 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:20:46.331 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:20:46.332 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 3.4 M 2024-09-18T10:20:46.332 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T10:20:46.332 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-grafana-dashboards noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 24 k 2024-09-18T10:20:46.332 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-prometheus-alerts noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 15 k 2024-09-18T10:20:46.332 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jwt noarch 2.4.0-1.el9 epel 41 k 2024-09-18T10:20:46.332 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-18T10:20:46.332 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-18T10:20:46.332 INFO:teuthology.orchestra.run.smithi094.stdout:Installing weak dependencies: 2024-09-18T10:20:46.332 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jwt+crypto noarch 2.4.0-1.el9 epel 9.0 k 2024-09-18T10:20:46.332 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:46.332 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:20:46.332 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:20:46.332 INFO:teuthology.orchestra.run.smithi094.stdout:Install 7 Packages 2024-09-18T10:20:46.332 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:46.333 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 3.7 M 2024-09-18T10:20:46.333 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 80 M 2024-09-18T10:20:46.333 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:20:46.340 INFO:teuthology.orchestra.run.smithi119.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 489 kB/s | 33 kB 00:00 2024-09-18T10:20:46.382 INFO:teuthology.orchestra.run.smithi119.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 435 kB/s | 18 kB 00:00 2024-09-18T10:20:46.385 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2024-09-18T10:20:46.419 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2024-09-18T10:20:46.424 INFO:teuthology.orchestra.run.smithi119.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 924 kB/s | 38 kB 00:00 2024-09-18T10:20:46.475 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2024-09-18T10:20:46.506 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2024-09-18T10:20:46.543 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-prometheus-alerts-2:17.2.7-1645.g7061ea6c.el9.n 5/7 2024-09-18T10:20:46.554 INFO:teuthology.orchestra.run.smithi094.stdout:(1/7): ceph-prometheus-alerts-17.2.7-1645.g7061 84 kB/s | 15 kB 00:00 2024-09-18T10:20:46.575 INFO:teuthology.orchestra.run.smithi119.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-09-18T10:20:46.579 INFO:teuthology.orchestra.run.smithi094.stdout:(2/7): ceph-grafana-dashboards-17.2.7-1645.g706 122 kB/s | 24 kB 00:00 2024-09-18T10:20:46.630 INFO:teuthology.orchestra.run.smithi094.stdout:(3/7): python3-jwt+crypto-2.4.0-1.el9.noarch.rp 120 kB/s | 9.0 kB 00:00 2024-09-18T10:20:46.664 INFO:teuthology.orchestra.run.smithi094.stdout:(4/7): python3-repoze-lru-0.7-16.el9.noarch.rpm 972 kB/s | 31 kB 00:00 2024-09-18T10:20:46.682 INFO:teuthology.orchestra.run.smithi119.stdout:(7/12): ceph-mgr-diskprediction-local-17.2.7-16 13 MB/s | 7.4 MB 00:00 2024-09-18T10:20:46.689 INFO:teuthology.orchestra.run.smithi094.stdout:(5/7): python3-jwt-2.4.0-1.el9.noarch.rpm 375 kB/s | 41 kB 00:00 2024-09-18T10:20:46.709 INFO:teuthology.orchestra.run.smithi119.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.8 MB/s | 245 kB 00:00 2024-09-18T10:20:46.731 INFO:teuthology.orchestra.run.smithi094.stdout:(6/7): python3-routes-2.5.1-5.el9.noarch.rpm 2.8 MB/s | 188 kB 00:00 2024-09-18T10:20:46.792 INFO:teuthology.orchestra.run.smithi119.stdout:(9/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 13 MB/s | 4.9 MB 00:00 2024-09-18T10:20:46.798 INFO:teuthology.orchestra.run.smithi094.stdout:(7/7): ceph-mgr-dashboard-17.2.7-1645.g7061ea6c 8.0 MB/s | 3.4 MB 00:00 2024-09-18T10:20:46.802 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:46.802 INFO:teuthology.orchestra.run.smithi094.stdout:Total 7.8 MB/s | 3.7 MB 00:00 2024-09-18T10:20:46.802 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:20:46.811 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:20:46.811 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:20:46.817 INFO:teuthology.orchestra.run.smithi119.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.3 MB/s | 250 kB 00:00 2024-09-18T10:20:46.908 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:20:46.909 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:20:47.018 INFO:teuthology.orchestra.run.smithi119.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 15 MB/s | 5.1 MB 00:00 2024-09-18T10:20:47.228 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:20:47.276 INFO:teuthology.orchestra.run.smithi119.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 34 MB/s | 16 MB 00:00 2024-09-18T10:20:47.277 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:47.277 INFO:teuthology.orchestra.run.smithi119.stdout:Total 26 MB/s | 38 MB 00:01 2024-09-18T10:20:47.307 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jwt-2.4.0-1.el9.noarch 1/7 2024-09-18T10:20:47.341 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jwt+crypto-2.4.0-1.el9.noarch 2/7 2024-09-18T10:20:47.396 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/7 2024-09-18T10:20:47.428 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/7 2024-09-18T10:20:47.457 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-prometheus-alerts-2:17.2.7-1645.g7061ea6c.el9.n 5/7 2024-09-18T10:20:47.593 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-grafana-dashboards-2:17.2.7-1645.g7061ea6c.el9. 6/7 2024-09-18T10:20:47.627 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:20:47.629 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-dashboard-2:17.2.7-1645.g7061ea6c.el9.noarc 7/7 2024-09-18T10:20:47.653 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:20:47.653 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:20:48.149 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:20:48.149 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:20:48.456 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-grafana-dashboards-2:17.2.7-1645.g7061ea6c.el9. 6/7 2024-09-18T10:20:48.503 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-dashboard-2:17.2.7-1645.g7061ea6c.el9.noarc 7/7 2024-09-18T10:20:48.739 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.7-1645.g7061ea6c.el9.noarc 7/7 2024-09-18T10:20:48.739 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-grafana-dashboards-2:17.2.7-1645.g7061ea6c.el9. 1/7 2024-09-18T10:20:48.739 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-dashboard-2:17.2.7-1645.g7061ea6c.el9.noarc 2/7 2024-09-18T10:20:48.739 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-prometheus-alerts-2:17.2.7-1645.g7061ea6c.el9.n 3/7 2024-09-18T10:20:48.740 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2024-09-18T10:20:48.740 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2024-09-18T10:20:48.740 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2024-09-18T10:20:48.902 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:20:48.974 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-18T10:20:49.016 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-18T10:20:49.046 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2024-09-18T10:20:49.046 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:49.046 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:20:49.046 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-grafana-dashboards-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:49.047 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-dashboard-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:49.047 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-prometheus-alerts-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:49.047 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jwt-2.4.0-1.el9.noarch 2024-09-18T10:20:49.047 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2024-09-18T10:20:49.047 INFO:teuthology.orchestra.run.smithi002.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-18T10:20:49.047 INFO:teuthology.orchestra.run.smithi002.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-18T10:20:49.047 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:49.047 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:20:49.116 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-18T10:20:49.159 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-18T10:20:49.265 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-18T10:20:49.342 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-18T10:20:49.374 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-18T10:20:49.450 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-18T10:20:49.538 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-dashboard-2:17.2.7-1645.g7061ea6c.el9.noarc 7/7 2024-09-18T10:20:49.538 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-grafana-dashboards-2:17.2.7-1645.g7061ea6c.el9. 1/7 2024-09-18T10:20:49.538 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-dashboard-2:17.2.7-1645.g7061ea6c.el9.noarc 2/7 2024-09-18T10:20:49.538 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-prometheus-alerts-2:17.2.7-1645.g7061ea6c.el9.n 3/7 2024-09-18T10:20:49.538 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jwt+crypto-2.4.0-1.el9.noarch 4/7 2024-09-18T10:20:49.538 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jwt-2.4.0-1.el9.noarch 5/7 2024-09-18T10:20:49.538 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 6/7 2024-09-18T10:20:49.826 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 7/7 2024-09-18T10:20:49.827 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:49.827 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:20:49.827 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-grafana-dashboards-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:49.827 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:49.827 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-prometheus-alerts-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:49.827 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jwt-2.4.0-1.el9.noarch 2024-09-18T10:20:49.827 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jwt+crypto-2.4.0-1.el9.noarch 2024-09-18T10:20:49.827 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-18T10:20:49.827 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-18T10:20:49.827 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:49.827 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:20:49.864 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:04 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:20:50.003 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:20:50.004 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================= 2024-09-18T10:20:50.004 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2024-09-18T10:20:50.005 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================= 2024-09-18T10:20:50.005 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:20:50.005 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 7.4 M 2024-09-18T10:20:50.005 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2024-09-18T10:20:50.005 INFO:teuthology.orchestra.run.smithi002.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-18T10:20:50.005 INFO:teuthology.orchestra.run.smithi002.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-18T10:20:50.005 INFO:teuthology.orchestra.run.smithi002.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-18T10:20:50.005 INFO:teuthology.orchestra.run.smithi002.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-18T10:20:50.005 INFO:teuthology.orchestra.run.smithi002.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-18T10:20:50.005 INFO:teuthology.orchestra.run.smithi002.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-18T10:20:50.005 INFO:teuthology.orchestra.run.smithi002.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-18T10:20:50.006 INFO:teuthology.orchestra.run.smithi002.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-18T10:20:50.006 INFO:teuthology.orchestra.run.smithi002.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-18T10:20:50.006 INFO:teuthology.orchestra.run.smithi002.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-18T10:20:50.006 INFO:teuthology.orchestra.run.smithi002.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-18T10:20:50.006 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:50.006 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:20:50.006 INFO:teuthology.orchestra.run.smithi002.stdout:======================================================================================= 2024-09-18T10:20:50.006 INFO:teuthology.orchestra.run.smithi002.stdout:Install 12 Packages 2024-09-18T10:20:50.006 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:20:50.007 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 38 M 2024-09-18T10:20:50.007 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 212 M 2024-09-18T10:20:50.007 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:20:50.082 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-18T10:20:50.106 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-18T10:20:50.222 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-18T10:20:50.424 INFO:teuthology.orchestra.run.smithi002.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.4 MB/s | 191 kB 00:00 2024-09-18T10:20:50.491 INFO:teuthology.orchestra.run.smithi002.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 3.9 MB/s | 801 kB 00:00 2024-09-18T10:20:50.533 INFO:teuthology.orchestra.run.smithi002.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 301 kB/s | 33 kB 00:00 2024-09-18T10:20:50.584 INFO:teuthology.orchestra.run.smithi002.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 365 kB/s | 18 kB 00:00 2024-09-18T10:20:50.642 INFO:teuthology.orchestra.run.smithi002.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 660 kB/s | 38 kB 00:00 2024-09-18T10:20:50.656 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:04 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:20:50.759 INFO:teuthology.orchestra.run.smithi002.stdout:(6/12): ceph-mgr-diskprediction-local-17.2.7-16 16 MB/s | 7.4 MB 00:00 2024-09-18T10:20:50.788 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:20:50.789 INFO:teuthology.orchestra.run.smithi094.stdout:======================================================================================= 2024-09-18T10:20:50.789 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T10:20:50.789 INFO:teuthology.orchestra.run.smithi094.stdout:======================================================================================= 2024-09-18T10:20:50.789 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:20:50.789 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-diskprediction-local noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 7.4 M 2024-09-18T10:20:50.790 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T10:20:50.790 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-18T10:20:50.790 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-18T10:20:50.790 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-18T10:20:50.790 INFO:teuthology.orchestra.run.smithi094.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-18T10:20:50.790 INFO:teuthology.orchestra.run.smithi094.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-18T10:20:50.790 INFO:teuthology.orchestra.run.smithi094.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-18T10:20:50.790 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-18T10:20:50.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-18T10:20:50.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-18T10:20:50.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-18T10:20:50.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-18T10:20:50.790 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:50.791 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:20:50.791 INFO:teuthology.orchestra.run.smithi094.stdout:======================================================================================= 2024-09-18T10:20:50.791 INFO:teuthology.orchestra.run.smithi094.stdout:Install 12 Packages 2024-09-18T10:20:50.791 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:20:50.791 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 38 M 2024-09-18T10:20:50.791 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 212 M 2024-09-18T10:20:50.792 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:20:50.984 INFO:teuthology.orchestra.run.smithi002.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.1 MB/s | 245 kB 00:00 2024-09-18T10:20:51.023 INFO:teuthology.orchestra.run.smithi094.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.3 MB/s | 191 kB 00:00 2024-09-18T10:20:51.090 INFO:teuthology.orchestra.run.smithi094.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 3.8 MB/s | 801 kB 00:00 2024-09-18T10:20:51.132 INFO:teuthology.orchestra.run.smithi094.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 301 kB/s | 33 kB 00:00 2024-09-18T10:20:51.232 INFO:teuthology.orchestra.run.smithi094.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 182 kB/s | 18 kB 00:00 2024-09-18T10:20:51.291 INFO:teuthology.orchestra.run.smithi094.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 662 kB/s | 38 kB 00:00 2024-09-18T10:20:51.318 INFO:teuthology.orchestra.run.smithi002.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 3.6 MB/s | 3.0 MB 00:00 2024-09-18T10:20:51.408 INFO:teuthology.orchestra.run.smithi094.stdout:(6/12): ceph-mgr-diskprediction-local-17.2.7-16 14 MB/s | 7.4 MB 00:00 2024-09-18T10:20:51.460 INFO:teuthology.orchestra.run.smithi002.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.7 MB/s | 250 kB 00:00 2024-09-18T10:20:51.466 INFO:teuthology.orchestra.run.smithi094.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 7.9 MB/s | 3.0 MB 00:00 2024-09-18T10:20:51.476 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-18T10:20:51.567 INFO:teuthology.orchestra.run.smithi094.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.5 MB/s | 245 kB 00:00 2024-09-18T10:20:51.642 INFO:teuthology.orchestra.run.smithi094.stdout:(9/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 14 MB/s | 4.9 MB 00:00 2024-09-18T10:20:51.675 INFO:teuthology.orchestra.run.smithi094.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.3 MB/s | 250 kB 00:00 2024-09-18T10:20:51.751 INFO:teuthology.orchestra.run.smithi094.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 18 MB/s | 5.1 MB 00:00 2024-09-18T10:20:52.135 INFO:teuthology.orchestra.run.smithi094.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 33 MB/s | 16 MB 00:00 2024-09-18T10:20:52.136 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:52.136 INFO:teuthology.orchestra.run.smithi094.stdout:Total 28 MB/s | 38 MB 00:01 2024-09-18T10:20:52.488 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:20:52.514 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:20:52.514 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:20:52.534 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-18T10:20:52.565 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.7-1645.g7061e 12/12 2024-09-18T10:20:52.627 INFO:teuthology.orchestra.run.smithi002.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 2.5 MB/s | 4.9 MB 00:01 2024-09-18T10:20:53.010 INFO:teuthology.orchestra.run.smithi002.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 2.5 MB/s | 5.1 MB 00:02 2024-09-18T10:20:53.020 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:20:53.020 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:20:53.776 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:20:53.855 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-18T10:20:53.899 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-18T10:20:53.999 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-18T10:20:54.042 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-18T10:20:54.236 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-18T10:20:54.275 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-18T10:20:54.343 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-18T10:20:55.015 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-18T10:20:55.138 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-18T10:20:55.150 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.7-1645.g7061e 12/12 2024-09-18T10:20:55.150 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.7-1645.g7061e 1/12 2024-09-18T10:20:55.150 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-18T10:20:55.151 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-18T10:20:55.151 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-18T10:20:55.151 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-18T10:20:55.151 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-18T10:20:55.151 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-18T10:20:55.151 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-18T10:20:55.151 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-18T10:20:55.151 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-18T10:20:55.151 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-18T10:20:55.581 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-18T10:20:55.581 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:55.581 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:20:55.582 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-diskprediction-local-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:20:55.582 INFO:teuthology.orchestra.run.smithi119.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-18T10:20:55.582 INFO:teuthology.orchestra.run.smithi119.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-18T10:20:55.582 INFO:teuthology.orchestra.run.smithi119.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-18T10:20:55.582 INFO:teuthology.orchestra.run.smithi119.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-18T10:20:55.582 INFO:teuthology.orchestra.run.smithi119.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-18T10:20:55.582 INFO:teuthology.orchestra.run.smithi119.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-18T10:20:55.582 INFO:teuthology.orchestra.run.smithi119.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-18T10:20:55.582 INFO:teuthology.orchestra.run.smithi119.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-18T10:20:55.583 INFO:teuthology.orchestra.run.smithi119.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-18T10:20:55.583 INFO:teuthology.orchestra.run.smithi119.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-18T10:20:55.583 INFO:teuthology.orchestra.run.smithi119.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-18T10:20:55.583 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:55.583 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:20:55.985 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install ceph-mgr-rook 2024-09-18T10:20:56.437 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-18T10:20:56.568 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:13 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:20:56.699 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:20:56.700 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:56.700 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repository Size 2024-09-18T10:20:56.700 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:56.700 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:20:56.700 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-rook noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 47 k 2024-09-18T10:20:56.700 INFO:teuthology.orchestra.run.smithi119.stdout:Installing dependencies: 2024-09-18T10:20:56.701 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-18T10:20:56.701 INFO:teuthology.orchestra.run.smithi119.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-18T10:20:56.701 INFO:teuthology.orchestra.run.smithi119.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-18T10:20:56.701 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-18T10:20:56.701 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-18T10:20:56.701 INFO:teuthology.orchestra.run.smithi119.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-18T10:20:56.701 INFO:teuthology.orchestra.run.smithi119.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-18T10:20:56.701 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-18T10:20:56.701 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-18T10:20:56.701 INFO:teuthology.orchestra.run.smithi119.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-18T10:20:56.701 INFO:teuthology.orchestra.run.smithi119.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-18T10:20:56.701 INFO:teuthology.orchestra.run.smithi119.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-18T10:20:56.701 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:56.701 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:20:56.702 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:20:56.702 INFO:teuthology.orchestra.run.smithi119.stdout:Install 13 Packages 2024-09-18T10:20:56.702 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:20:56.702 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 2.2 M 2024-09-18T10:20:56.702 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 26 M 2024-09-18T10:20:56.702 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:20:57.081 INFO:teuthology.orchestra.run.smithi119.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 227 kB/s | 19 kB 00:00 2024-09-18T10:20:57.107 INFO:teuthology.orchestra.run.smithi119.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 233 kB/s | 26 kB 00:00 2024-09-18T10:20:57.173 INFO:teuthology.orchestra.run.smithi119.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.3 MB/s | 159 kB 00:00 2024-09-18T10:20:57.199 INFO:teuthology.orchestra.run.smithi119.stdout:(4/13): ceph-mgr-rook-17.2.7-1645.g7061ea6c.el9 235 kB/s | 47 kB 00:00 2024-09-18T10:20:57.224 INFO:teuthology.orchestra.run.smithi119.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-09-18T10:20:57.249 INFO:teuthology.orchestra.run.smithi119.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-18T10:20:57.275 INFO:teuthology.orchestra.run.smithi119.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 279 kB 00:00 2024-09-18T10:20:57.325 INFO:teuthology.orchestra.run.smithi119.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 320 kB/s | 32 kB 00:00 2024-09-18T10:20:57.367 INFO:teuthology.orchestra.run.smithi119.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 120 kB/s | 14 kB 00:00 2024-09-18T10:20:57.409 INFO:teuthology.orchestra.run.smithi119.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.4 MB/s | 59 kB 00:00 2024-09-18T10:20:57.434 INFO:teuthology.orchestra.run.smithi119.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 1.5 MB/s | 220 kB 00:00 2024-09-18T10:20:57.459 INFO:teuthology.orchestra.run.smithi119.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-18T10:20:57.478 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-18T10:20:57.509 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.7-1645.g7061e 12/12 2024-09-18T10:20:57.568 INFO:teuthology.orchestra.run.smithi119.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 4.2 MB/s | 1.0 MB 00:00 2024-09-18T10:20:57.571 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:57.571 INFO:teuthology.orchestra.run.smithi119.stdout:Total 2.5 MB/s | 2.2 MB 00:00 2024-09-18T10:20:57.635 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:20:57.650 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:20:57.650 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:20:57.742 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:20:57.742 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:20:58.260 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:20:58.432 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-18T10:20:58.494 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-18T10:20:58.558 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-18T10:20:58.595 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-18T10:20:58.637 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-18T10:20:58.747 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-18T10:20:58.857 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-18T10:20:58.905 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-18T10:20:59.268 INFO:teuthology.orchestra.run.smithi002.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 2.1 MB/s | 16 MB 00:07 2024-09-18T10:20:59.269 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:20:59.270 INFO:teuthology.orchestra.run.smithi002.stdout:Total 4.1 MB/s | 38 MB 00:09 2024-09-18T10:20:59.612 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-18T10:20:59.644 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:20:59.661 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-18T10:20:59.668 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:20:59.668 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:20:59.694 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-18T10:20:59.740 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-18T10:20:59.764 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-mgr-rook-2:17.2.7-1645.g7061ea6c.el9.noarch 13/13 2024-09-18T10:21:00.151 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.7-1645.g7061e 12/12 2024-09-18T10:21:00.152 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.7-1645.g7061e 1/12 2024-09-18T10:21:00.152 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-18T10:21:00.152 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-18T10:21:00.152 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-18T10:21:00.152 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-18T10:21:00.152 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-18T10:21:00.152 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-18T10:21:00.152 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-18T10:21:00.152 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-18T10:21:00.152 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-18T10:21:00.152 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-18T10:21:00.196 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:21:00.196 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:21:00.531 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.7-1645.g7061ea6c.el9.noarch 13/13 2024-09-18T10:21:00.531 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-mgr-rook-2:17.2.7-1645.g7061ea6c.el9.noarch 1/13 2024-09-18T10:21:00.531 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-18T10:21:00.531 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-18T10:21:00.531 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-18T10:21:00.531 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-18T10:21:00.531 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-18T10:21:00.531 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-18T10:21:00.531 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-18T10:21:00.531 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-18T10:21:00.532 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-18T10:21:00.532 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-18T10:21:00.532 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-18T10:21:00.560 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-18T10:21:00.560 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:00.560 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:21:00.560 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-diskprediction-local-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:21:00.560 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-18T10:21:00.560 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-18T10:21:00.560 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-18T10:21:00.560 INFO:teuthology.orchestra.run.smithi094.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-18T10:21:00.560 INFO:teuthology.orchestra.run.smithi094.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-18T10:21:00.561 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-18T10:21:00.561 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-18T10:21:00.561 INFO:teuthology.orchestra.run.smithi094.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-18T10:21:00.561 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-18T10:21:00.561 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-18T10:21:00.561 INFO:teuthology.orchestra.run.smithi094.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-18T10:21:00.561 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:00.561 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:00.881 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-18T10:21:00.881 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:00.881 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:21:00.881 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-rook-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:21:00.881 INFO:teuthology.orchestra.run.smithi119.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-18T10:21:00.881 INFO:teuthology.orchestra.run.smithi119.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-18T10:21:00.882 INFO:teuthology.orchestra.run.smithi119.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-18T10:21:00.882 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-18T10:21:00.882 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-18T10:21:00.882 INFO:teuthology.orchestra.run.smithi119.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-18T10:21:00.882 INFO:teuthology.orchestra.run.smithi119.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-18T10:21:00.882 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-18T10:21:00.882 INFO:teuthology.orchestra.run.smithi119.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-18T10:21:00.882 INFO:teuthology.orchestra.run.smithi119.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-18T10:21:00.882 INFO:teuthology.orchestra.run.smithi119.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-18T10:21:00.882 INFO:teuthology.orchestra.run.smithi119.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-18T10:21:00.882 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:00.883 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:00.960 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-rook 2024-09-18T10:21:00.982 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:21:01.047 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-18T10:21:01.091 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-18T10:21:01.151 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install ceph-mgr-cephadm 2024-09-18T10:21:01.200 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-18T10:21:01.235 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-18T10:21:01.428 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-18T10:21:01.458 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-18T10:21:01.537 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-18T10:21:01.550 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:15 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:01.681 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:01.683 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:01.683 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T10:21:01.683 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:01.683 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:21:01.683 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-rook noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 47 k 2024-09-18T10:21:01.683 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T10:21:01.683 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-18T10:21:01.683 INFO:teuthology.orchestra.run.smithi094.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-18T10:21:01.683 INFO:teuthology.orchestra.run.smithi094.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-18T10:21:01.683 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-18T10:21:01.683 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-18T10:21:01.684 INFO:teuthology.orchestra.run.smithi094.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-18T10:21:01.684 INFO:teuthology.orchestra.run.smithi094.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-18T10:21:01.684 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-18T10:21:01.684 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-18T10:21:01.684 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-18T10:21:01.684 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-18T10:21:01.684 INFO:teuthology.orchestra.run.smithi094.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-18T10:21:01.684 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:01.684 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:21:01.684 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:01.684 INFO:teuthology.orchestra.run.smithi094.stdout:Install 13 Packages 2024-09-18T10:21:01.684 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:01.685 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 2.2 M 2024-09-18T10:21:01.685 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 26 M 2024-09-18T10:21:01.685 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:21:01.738 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:18 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:21:01.869 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:21:01.869 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:01.869 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repository Size 2024-09-18T10:21:01.870 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:01.870 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:21:01.870 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-cephadm noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 124 k 2024-09-18T10:21:01.870 INFO:teuthology.orchestra.run.smithi119.stdout:Installing dependencies: 2024-09-18T10:21:01.870 INFO:teuthology.orchestra.run.smithi119.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-18T10:21:01.870 INFO:teuthology.orchestra.run.smithi119.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-18T10:21:01.870 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-18T10:21:01.870 INFO:teuthology.orchestra.run.smithi119.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-18T10:21:01.870 INFO:teuthology.orchestra.run.smithi119.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-18T10:21:01.870 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:01.870 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:21:01.870 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:01.870 INFO:teuthology.orchestra.run.smithi119.stdout:Install 6 Packages 2024-09-18T10:21:01.870 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:01.871 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 7.0 M 2024-09-18T10:21:01.871 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 33 M 2024-09-18T10:21:01.871 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:21:02.254 INFO:teuthology.orchestra.run.smithi119.stdout:(1/6): ceph-mgr-cephadm-17.2.7-1645.g7061ea6c.e 637 kB/s | 124 kB 00:00 2024-09-18T10:21:02.255 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-18T10:21:02.279 INFO:teuthology.orchestra.run.smithi119.stdout:(2/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-09-18T10:21:02.329 INFO:teuthology.orchestra.run.smithi119.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.1 MB/s | 548 kB 00:00 2024-09-18T10:21:02.354 INFO:teuthology.orchestra.run.smithi119.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 768 kB/s | 58 kB 00:00 2024-09-18T10:21:02.376 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-18T10:21:02.379 INFO:teuthology.orchestra.run.smithi119.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.4 MB/s | 74 kB 00:00 2024-09-18T10:21:02.469 INFO:teuthology.orchestra.run.smithi094.stdout:(1/13): ceph-mgr-rook-17.2.7-1645.g7061ea6c.el9 288 kB/s | 47 kB 00:00 2024-09-18T10:21:02.763 INFO:teuthology.orchestra.run.smithi119.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 8.5 MB/s | 6.0 MB 00:00 2024-09-18T10:21:02.765 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:02.765 INFO:teuthology.orchestra.run.smithi119.stdout:Total 7.8 MB/s | 7.0 MB 00:00 2024-09-18T10:21:02.836 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:21:02.847 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:21:02.847 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:21:02.853 INFO:teuthology.orchestra.run.smithi094.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 35 kB/s | 19 kB 00:00 2024-09-18T10:21:02.911 INFO:teuthology.orchestra.run.smithi094.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 42 kB/s | 26 kB 00:00 2024-09-18T10:21:02.946 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:21:02.947 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:21:03.250 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:21:03.303 INFO:teuthology.orchestra.run.smithi094.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 266 kB/s | 222 kB 00:00 2024-09-18T10:21:03.428 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-18T10:21:03.482 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-18T10:21:03.637 INFO:teuthology.orchestra.run.smithi094.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 203 kB/s | 159 kB 00:00 2024-09-18T10:21:03.696 INFO:teuthology.orchestra.run.smithi094.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 562 kB/s | 32 kB 00:00 2024-09-18T10:21:03.721 INFO:teuthology.orchestra.run.smithi094.stdout:(7/13): python3-certifi-2023.05.07-4.el9.noarch 567 kB/s | 14 kB 00:00 2024-09-18T10:21:03.739 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-18T10:21:03.754 INFO:teuthology.orchestra.run.smithi094.stdout:(8/13): python3-google-auth-2.34.0-1.el9.noarch 6.5 MB/s | 220 kB 00:00 2024-09-18T10:21:03.780 INFO:teuthology.orchestra.run.smithi094.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 321 kB/s | 279 kB 00:00 2024-09-18T10:21:03.822 INFO:teuthology.orchestra.run.smithi094.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.4 MB/s | 59 kB 00:00 2024-09-18T10:21:03.855 INFO:teuthology.orchestra.run.smithi094.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 2.6 MB/s | 90 kB 00:00 2024-09-18T10:21:03.889 INFO:teuthology.orchestra.run.smithi094.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 7.6 MB/s | 1.0 MB 00:00 2024-09-18T10:21:03.981 INFO:teuthology.orchestra.run.smithi094.stdout:(13/13): python3-requests-oauthlib-1.3.0-12.el9 79 kB/s | 54 kB 00:00 2024-09-18T10:21:03.984 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:03.985 INFO:teuthology.orchestra.run.smithi094.stdout:Total 985 kB/s | 2.2 MB 00:02 2024-09-18T10:21:04.010 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-18T10:21:04.053 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:21:04.069 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:21:04.070 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:21:04.100 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-18T10:21:04.162 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:21:04.162 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:21:04.165 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-18T10:21:04.202 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-mgr-cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 6/6 2024-09-18T10:21:04.665 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:21:04.821 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-18T10:21:04.837 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-18T10:21:04.857 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-diskprediction-local-2:17.2.7-1645.g7061e 12/12 2024-09-18T10:21:04.908 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-18T10:21:04.971 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-18T10:21:05.017 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-18T10:21:05.018 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 6/6 2024-09-18T10:21:05.018 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-mgr-cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 1/6 2024-09-18T10:21:05.018 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-18T10:21:05.018 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-18T10:21:05.018 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-18T10:21:05.018 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-18T10:21:05.058 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-18T10:21:05.168 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-18T10:21:05.270 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-18T10:21:05.294 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-18T10:21:05.294 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:05.294 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:21:05.294 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-mgr-cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:21:05.294 INFO:teuthology.orchestra.run.smithi119.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-18T10:21:05.294 INFO:teuthology.orchestra.run.smithi119.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-18T10:21:05.294 INFO:teuthology.orchestra.run.smithi119.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-18T10:21:05.294 INFO:teuthology.orchestra.run.smithi119.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-18T10:21:05.294 INFO:teuthology.orchestra.run.smithi119.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-18T10:21:05.294 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:05.294 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:05.318 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-18T10:21:05.552 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install ceph-fuse 2024-09-18T10:21:06.037 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-18T10:21:06.091 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-18T10:21:06.125 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-18T10:21:06.134 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:23 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:21:06.170 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-18T10:21:06.195 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-rook-2:17.2.7-1645.g7061ea6c.el9.noarch 13/13 2024-09-18T10:21:06.268 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:21:06.269 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:06.269 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repository Size 2024-09-18T10:21:06.269 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:06.269 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:21:06.269 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-fuse x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 813 k 2024-09-18T10:21:06.269 INFO:teuthology.orchestra.run.smithi119.stdout:Installing dependencies: 2024-09-18T10:21:06.269 INFO:teuthology.orchestra.run.smithi119.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-18T10:21:06.269 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:06.269 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:21:06.269 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:06.269 INFO:teuthology.orchestra.run.smithi119.stdout:Install 2 Packages 2024-09-18T10:21:06.269 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:06.270 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 893 k 2024-09-18T10:21:06.270 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 2.6 M 2024-09-18T10:21:06.270 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:21:06.640 INFO:teuthology.orchestra.run.smithi119.stdout:(1/2): ceph-fuse-17.2.7-1645.g7061ea6c.el9.x86_ 3.1 MB/s | 813 kB 00:00 2024-09-18T10:21:06.757 INFO:teuthology.orchestra.run.smithi119.stdout:(2/2): fuse-2.9.9-16.el9.x86_64.rpm 214 kB/s | 80 kB 00:00 2024-09-18T10:21:06.757 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:06.758 INFO:teuthology.orchestra.run.smithi119.stdout:Total 1.8 MB/s | 893 kB 00:00 2024-09-18T10:21:06.769 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:21:06.790 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:21:06.791 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:21:06.870 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:21:06.871 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:21:06.994 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.7-1645.g7061ea6c.el9.noarch 13/13 2024-09-18T10:21:06.994 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-rook-2:17.2.7-1645.g7061ea6c.el9.noarch 1/13 2024-09-18T10:21:06.994 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-18T10:21:06.995 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-18T10:21:06.995 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-18T10:21:06.995 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-18T10:21:06.995 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-18T10:21:06.995 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-18T10:21:06.995 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-18T10:21:06.995 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-18T10:21:06.995 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-18T10:21:06.995 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-18T10:21:06.995 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-18T10:21:07.058 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:21:07.199 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-18T10:21:07.264 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/2 2024-09-18T10:21:07.265 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:17.2.7-1645.g7061e 12/12 2024-09-18T10:21:07.265 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-diskprediction-local-2:17.2.7-1645.g7061e 1/12 2024-09-18T10:21:07.265 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-18T10:21:07.265 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-18T10:21:07.265 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-18T10:21:07.265 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-18T10:21:07.265 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-18T10:21:07.265 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-18T10:21:07.265 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-18T10:21:07.265 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-18T10:21:07.266 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-18T10:21:07.266 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-18T10:21:07.335 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-18T10:21:07.336 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:07.336 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:21:07.336 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-rook-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:21:07.336 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-18T10:21:07.336 INFO:teuthology.orchestra.run.smithi094.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-18T10:21:07.336 INFO:teuthology.orchestra.run.smithi094.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-18T10:21:07.336 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-18T10:21:07.337 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-18T10:21:07.337 INFO:teuthology.orchestra.run.smithi094.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-18T10:21:07.337 INFO:teuthology.orchestra.run.smithi094.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-18T10:21:07.337 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-18T10:21:07.337 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-18T10:21:07.337 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-18T10:21:07.337 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-18T10:21:07.337 INFO:teuthology.orchestra.run.smithi094.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-18T10:21:07.337 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:07.337 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:07.608 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-cephadm 2024-09-18T10:21:07.755 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-18T10:21:07.755 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:07.755 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:21:07.755 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-diskprediction-local-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:21:07.755 INFO:teuthology.orchestra.run.smithi002.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-18T10:21:07.755 INFO:teuthology.orchestra.run.smithi002.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-18T10:21:07.755 INFO:teuthology.orchestra.run.smithi002.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-18T10:21:07.755 INFO:teuthology.orchestra.run.smithi002.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-18T10:21:07.756 INFO:teuthology.orchestra.run.smithi002.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-18T10:21:07.756 INFO:teuthology.orchestra.run.smithi002.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-18T10:21:07.756 INFO:teuthology.orchestra.run.smithi002.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-18T10:21:07.756 INFO:teuthology.orchestra.run.smithi002.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-18T10:21:07.756 INFO:teuthology.orchestra.run.smithi002.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-18T10:21:07.756 INFO:teuthology.orchestra.run.smithi002.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-18T10:21:07.756 INFO:teuthology.orchestra.run.smithi002.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-18T10:21:07.756 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:07.756 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:07.959 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/2 2024-09-18T10:21:07.960 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/2 2024-09-18T10:21:08.142 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-mgr-rook 2024-09-18T10:21:08.184 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:22 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:08.226 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-18T10:21:08.227 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:08.227 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:21:08.227 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-18T10:21:08.227 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:08.227 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:08.316 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:08.317 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:08.317 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T10:21:08.317 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:08.317 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:21:08.317 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-cephadm noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 124 k 2024-09-18T10:21:08.317 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T10:21:08.317 INFO:teuthology.orchestra.run.smithi094.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-18T10:21:08.317 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-18T10:21:08.317 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-18T10:21:08.317 INFO:teuthology.orchestra.run.smithi094.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-18T10:21:08.317 INFO:teuthology.orchestra.run.smithi094.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-18T10:21:08.318 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:08.318 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:21:08.318 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:08.318 INFO:teuthology.orchestra.run.smithi094.stdout:Install 6 Packages 2024-09-18T10:21:08.318 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:08.318 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 7.0 M 2024-09-18T10:21:08.319 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 33 M 2024-09-18T10:21:08.319 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:21:08.477 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install ceph-volume 2024-09-18T10:21:08.749 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:23 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:08.826 INFO:teuthology.orchestra.run.smithi094.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.2 MB/s | 248 kB 00:00 2024-09-18T10:21:08.860 INFO:teuthology.orchestra.run.smithi094.stdout:(2/6): ceph-mgr-cephadm-17.2.7-1645.g7061ea6c.e 510 kB/s | 124 kB 00:00 2024-09-18T10:21:08.888 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:08.890 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:08.890 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2024-09-18T10:21:08.890 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:08.890 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:21:08.890 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-rook noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 47 k 2024-09-18T10:21:08.890 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2024-09-18T10:21:08.890 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-18T10:21:08.890 INFO:teuthology.orchestra.run.smithi002.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-18T10:21:08.890 INFO:teuthology.orchestra.run.smithi002.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-18T10:21:08.890 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-18T10:21:08.890 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-18T10:21:08.890 INFO:teuthology.orchestra.run.smithi002.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-18T10:21:08.891 INFO:teuthology.orchestra.run.smithi002.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-18T10:21:08.891 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-18T10:21:08.891 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-18T10:21:08.891 INFO:teuthology.orchestra.run.smithi002.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-18T10:21:08.891 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-18T10:21:08.891 INFO:teuthology.orchestra.run.smithi002.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-18T10:21:08.891 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:08.891 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:21:08.891 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:08.891 INFO:teuthology.orchestra.run.smithi002.stdout:Install 13 Packages 2024-09-18T10:21:08.891 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:08.892 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 2.2 M 2024-09-18T10:21:08.892 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 26 M 2024-09-18T10:21:08.892 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:21:08.927 INFO:teuthology.orchestra.run.smithi094.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 5.3 MB/s | 548 kB 00:00 2024-09-18T10:21:08.952 INFO:teuthology.orchestra.run.smithi094.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 628 kB/s | 58 kB 00:00 2024-09-18T10:21:08.977 INFO:teuthology.orchestra.run.smithi094.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.5 MB/s | 74 kB 00:00 2024-09-18T10:21:09.066 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:26 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:21:09.182 INFO:teuthology.orchestra.run.smithi002.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 189 kB/s | 19 kB 00:00 2024-09-18T10:21:09.199 INFO:teuthology.orchestra.run.smithi002.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 216 kB/s | 26 kB 00:00 2024-09-18T10:21:09.201 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:21:09.201 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:09.201 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repository Size 2024-09-18T10:21:09.201 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:09.202 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:21:09.202 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-volume noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 270 k 2024-09-18T10:21:09.202 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:09.202 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:21:09.202 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:09.202 INFO:teuthology.orchestra.run.smithi119.stdout:Install 1 Package 2024-09-18T10:21:09.202 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:09.202 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 270 k 2024-09-18T10:21:09.203 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 1.3 M 2024-09-18T10:21:09.203 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:21:09.258 INFO:teuthology.orchestra.run.smithi002.stdout:(3/13): ceph-mgr-rook-17.2.7-1645.g7061ea6c.el9 268 kB/s | 47 kB 00:00 2024-09-18T10:21:09.308 INFO:teuthology.orchestra.run.smithi002.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.7 MB/s | 222 kB 00:00 2024-09-18T10:21:09.311 INFO:teuthology.orchestra.run.smithi094.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 8.6 MB/s | 6.0 MB 00:00 2024-09-18T10:21:09.313 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:09.313 INFO:teuthology.orchestra.run.smithi094.stdout:Total 7.0 MB/s | 7.0 MB 00:00 2024-09-18T10:21:09.333 INFO:teuthology.orchestra.run.smithi002.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-09-18T10:21:09.350 INFO:teuthology.orchestra.run.smithi002.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.2 MB/s | 54 kB 00:00 2024-09-18T10:21:09.383 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:21:09.392 INFO:teuthology.orchestra.run.smithi002.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 549 kB/s | 32 kB 00:00 2024-09-18T10:21:09.395 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:21:09.395 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:21:09.409 INFO:teuthology.orchestra.run.smithi002.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 241 kB/s | 14 kB 00:00 2024-09-18T10:21:09.443 INFO:teuthology.orchestra.run.smithi002.stdout:(9/13): python3-google-auth-2.34.0-1.el9.noarch 4.4 MB/s | 220 kB 00:00 2024-09-18T10:21:09.445 INFO:teuthology.orchestra.run.smithi119.stdout:ceph-volume-17.2.7-1645.g7061ea6c.el9.noarch.rp 1.1 MB/s | 270 kB 00:00 2024-09-18T10:21:09.445 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:09.447 INFO:teuthology.orchestra.run.smithi119.stdout:Total 1.1 MB/s | 270 kB 00:00 2024-09-18T10:21:09.447 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:21:09.454 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:21:09.454 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:21:09.477 INFO:teuthology.orchestra.run.smithi002.stdout:(10/13): python3-pyasn1-modules-0.4.8-6.el9.noa 1.2 MB/s | 279 kB 00:00 2024-09-18T10:21:09.481 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:21:09.481 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:21:09.493 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:21:09.494 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:21:09.501 INFO:teuthology.orchestra.run.smithi002.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.0 MB/s | 59 kB 00:00 2024-09-18T10:21:09.560 INFO:teuthology.orchestra.run.smithi002.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 6.8 MB/s | 1.0 MB 00:00 2024-09-18T10:21:09.585 INFO:teuthology.orchestra.run.smithi002.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 826 kB/s | 90 kB 00:00 2024-09-18T10:21:09.588 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:09.588 INFO:teuthology.orchestra.run.smithi002.stdout:Total 3.2 MB/s | 2.2 MB 00:00 2024-09-18T10:21:09.656 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:21:09.672 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:21:09.672 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:21:09.692 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:21:09.763 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : ceph-volume-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:21:09.767 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:21:09.768 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:21:09.779 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: ceph-volume-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:21:09.779 INFO:teuthology.orchestra.run.smithi119.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:21:09.780 INFO:teuthology.orchestra.run.smithi119.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-18T10:21:09.780 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:09.798 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:21:09.968 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-18T10:21:10.038 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-18T10:21:10.300 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:21:10.483 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-18T10:21:10.558 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-18T10:21:10.564 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-18T10:21:10.620 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-18T10:21:10.649 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-18T10:21:10.655 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-18T10:21:10.697 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-18T10:21:10.704 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-18T10:21:10.742 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 6/6 2024-09-18T10:21:10.786 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : ceph-volume-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:21:10.786 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:10.786 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:21:10.786 INFO:teuthology.orchestra.run.smithi119.stdout: ceph-volume-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:21:10.787 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:10.787 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:10.804 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-18T10:21:10.916 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-18T10:21:10.975 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-18T10:21:11.040 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install librados-devel 2024-09-18T10:21:11.543 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 6/6 2024-09-18T10:21:11.543 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 1/6 2024-09-18T10:21:11.543 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-18T10:21:11.543 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-18T10:21:11.544 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-18T10:21:11.544 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-18T10:21:11.634 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:28 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:21:11.769 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-18T10:21:11.773 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:21:11.773 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:11.773 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repo Size 2024-09-18T10:21:11.773 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:11.774 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:21:11.774 INFO:teuthology.orchestra.run.smithi119.stdout: librados-devel x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 126 k 2024-09-18T10:21:11.774 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:11.774 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:21:11.774 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:11.774 INFO:teuthology.orchestra.run.smithi119.stdout:Install 1 Package 2024-09-18T10:21:11.774 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:11.775 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 126 k 2024-09-18T10:21:11.775 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 448 k 2024-09-18T10:21:11.775 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:21:11.820 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-18T10:21:11.820 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:11.820 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:21:11.820 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:21:11.821 INFO:teuthology.orchestra.run.smithi094.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-18T10:21:11.821 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-18T10:21:11.821 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-18T10:21:11.821 INFO:teuthology.orchestra.run.smithi094.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-18T10:21:11.821 INFO:teuthology.orchestra.run.smithi094.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-18T10:21:11.821 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:11.821 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:11.829 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-18T10:21:11.862 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-18T10:21:11.908 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-18T10:21:11.931 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-rook-2:17.2.7-1645.g7061ea6c.el9.noarch 13/13 2024-09-18T10:21:11.991 INFO:teuthology.orchestra.run.smithi119.stdout:librados-devel-17.2.7-1645.g7061ea6c.el9.x86_64 584 kB/s | 126 kB 00:00 2024-09-18T10:21:11.991 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:11.992 INFO:teuthology.orchestra.run.smithi119.stdout:Total 580 kB/s | 126 kB 00:00 2024-09-18T10:21:11.992 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:21:11.997 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:21:11.998 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:21:12.059 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:21:12.060 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:21:12.085 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-fuse 2024-09-18T10:21:12.206 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:21:12.312 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : librados-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:12.660 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:26 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:12.672 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mgr-rook-2:17.2.7-1645.g7061ea6c.el9.noarch 13/13 2024-09-18T10:21:12.673 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-rook-2:17.2.7-1645.g7061ea6c.el9.noarch 1/13 2024-09-18T10:21:12.673 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-18T10:21:12.673 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-18T10:21:12.673 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-18T10:21:12.673 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-18T10:21:12.673 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-18T10:21:12.673 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-18T10:21:12.673 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-18T10:21:12.673 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-18T10:21:12.673 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-18T10:21:12.673 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-18T10:21:12.674 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-18T10:21:12.729 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: librados-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:12.796 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:12.797 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:12.797 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T10:21:12.797 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:12.797 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:21:12.797 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-fuse x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 813 k 2024-09-18T10:21:12.798 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-09-18T10:21:12.798 INFO:teuthology.orchestra.run.smithi094.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-18T10:21:12.798 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:12.798 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:21:12.798 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:12.798 INFO:teuthology.orchestra.run.smithi094.stdout:Install 2 Packages 2024-09-18T10:21:12.798 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:12.799 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 893 k 2024-09-18T10:21:12.799 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 2.6 M 2024-09-18T10:21:12.799 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:21:12.992 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : librados-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:12.992 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:12.993 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:21:12.993 INFO:teuthology.orchestra.run.smithi119.stdout: librados-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:21:12.993 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:12.993 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:13.010 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-18T10:21:13.010 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:13.010 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:21:13.010 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-rook-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:21:13.010 INFO:teuthology.orchestra.run.smithi002.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-18T10:21:13.010 INFO:teuthology.orchestra.run.smithi002.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-18T10:21:13.010 INFO:teuthology.orchestra.run.smithi002.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-18T10:21:13.010 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-18T10:21:13.010 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-18T10:21:13.010 INFO:teuthology.orchestra.run.smithi002.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-18T10:21:13.010 INFO:teuthology.orchestra.run.smithi002.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-18T10:21:13.011 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-18T10:21:13.011 INFO:teuthology.orchestra.run.smithi002.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-18T10:21:13.011 INFO:teuthology.orchestra.run.smithi002.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-18T10:21:13.011 INFO:teuthology.orchestra.run.smithi002.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-18T10:21:13.011 INFO:teuthology.orchestra.run.smithi002.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-18T10:21:13.011 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:13.011 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:13.200 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install libcephfs2 2024-09-18T10:21:13.267 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-mgr-cephadm 2024-09-18T10:21:13.355 INFO:teuthology.orchestra.run.smithi094.stdout:(1/2): ceph-fuse-17.2.7-1645.g7061ea6c.el9.x86_ 2.9 MB/s | 813 kB 00:00 2024-09-18T10:21:13.531 INFO:teuthology.orchestra.run.smithi094.stdout:(2/2): fuse-2.9.9-16.el9.x86_64.rpm 176 kB/s | 80 kB 00:00 2024-09-18T10:21:13.531 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:13.532 INFO:teuthology.orchestra.run.smithi094.stdout:Total 1.2 MB/s | 893 kB 00:00 2024-09-18T10:21:13.543 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:21:13.566 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:21:13.566 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:21:13.648 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:21:13.648 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:21:13.792 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:30 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:21:13.853 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:21:13.872 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:28 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:13.885 INFO:teuthology.orchestra.run.smithi119.stdout:Package libcephfs2-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:13.929 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:21:13.930 INFO:teuthology.orchestra.run.smithi119.stdout:Nothing to do. 2024-09-18T10:21:13.930 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:13.997 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install libcephfs-devel 2024-09-18T10:21:14.006 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-18T10:21:14.010 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:14.011 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:14.011 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2024-09-18T10:21:14.011 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:14.011 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:21:14.011 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-cephadm noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 124 k 2024-09-18T10:21:14.011 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2024-09-18T10:21:14.011 INFO:teuthology.orchestra.run.smithi002.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-18T10:21:14.011 INFO:teuthology.orchestra.run.smithi002.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-18T10:21:14.011 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-18T10:21:14.011 INFO:teuthology.orchestra.run.smithi002.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-18T10:21:14.011 INFO:teuthology.orchestra.run.smithi002.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-18T10:21:14.011 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:14.011 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:21:14.012 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:14.012 INFO:teuthology.orchestra.run.smithi002.stdout:Install 6 Packages 2024-09-18T10:21:14.012 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:14.012 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 7.0 M 2024-09-18T10:21:14.012 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 33 M 2024-09-18T10:21:14.012 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:21:14.071 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/2 2024-09-18T10:21:14.537 INFO:teuthology.orchestra.run.smithi002.stdout:(1/6): ceph-mgr-cephadm-17.2.7-1645.g7061ea6c.e 662 kB/s | 124 kB 00:00 2024-09-18T10:21:14.574 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:31 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:21:14.587 INFO:teuthology.orchestra.run.smithi002.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-18T10:21:14.612 INFO:teuthology.orchestra.run.smithi002.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-18T10:21:14.637 INFO:teuthology.orchestra.run.smithi002.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-09-18T10:21:14.705 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:21:14.706 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:14.706 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repo Size 2024-09-18T10:21:14.706 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:14.706 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:21:14.706 INFO:teuthology.orchestra.run.smithi119.stdout: libcephfs-devel x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 25 k 2024-09-18T10:21:14.706 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:14.706 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:21:14.706 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:14.706 INFO:teuthology.orchestra.run.smithi119.stdout:Install 1 Package 2024-09-18T10:21:14.707 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:14.707 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 25 k 2024-09-18T10:21:14.707 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 110 k 2024-09-18T10:21:14.707 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:21:14.729 INFO:teuthology.orchestra.run.smithi002.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 654 kB/s | 248 kB 00:00 2024-09-18T10:21:14.761 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/2 2024-09-18T10:21:14.761 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/2 2024-09-18T10:21:14.852 INFO:teuthology.orchestra.run.smithi119.stdout:libcephfs-devel-17.2.7-1645.g7061ea6c.el9.x86_6 171 kB/s | 25 kB 00:00 2024-09-18T10:21:14.853 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:14.853 INFO:teuthology.orchestra.run.smithi119.stdout:Total 170 kB/s | 25 kB 00:00 2024-09-18T10:21:14.853 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:21:14.857 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:21:14.857 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:21:14.858 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:21:14.858 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:21:14.944 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:21:15.040 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-18T10:21:15.040 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:15.040 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:21:15.040 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-18T10:21:15.040 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:15.040 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:15.057 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : libcephfs-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:15.318 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-volume 2024-09-18T10:21:15.429 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: libcephfs-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:15.666 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : libcephfs-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:15.666 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:15.667 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:21:15.667 INFO:teuthology.orchestra.run.smithi119.stdout: libcephfs-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:21:15.667 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:15.667 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:15.866 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install librados2 2024-09-18T10:21:15.918 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:29 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:16.052 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:16.053 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:16.053 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-09-18T10:21:16.053 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:16.053 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:21:16.053 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-volume noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 270 k 2024-09-18T10:21:16.053 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:16.053 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:21:16.053 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:16.053 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T10:21:16.053 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:16.054 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 270 k 2024-09-18T10:21:16.054 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 1.3 M 2024-09-18T10:21:16.054 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:21:16.286 INFO:teuthology.orchestra.run.smithi094.stdout:ceph-volume-17.2.7-1645.g7061ea6c.el9.noarch.rp 1.1 MB/s | 270 kB 00:00 2024-09-18T10:21:16.287 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:16.287 INFO:teuthology.orchestra.run.smithi094.stdout:Total 1.1 MB/s | 270 kB 00:00 2024-09-18T10:21:16.287 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:21:16.297 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:21:16.297 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:21:16.326 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:21:16.326 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:21:16.443 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:33 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:21:16.531 INFO:teuthology.orchestra.run.smithi119.stdout:Package librados2-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:16.536 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:21:16.574 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:21:16.575 INFO:teuthology.orchestra.run.smithi119.stdout:Nothing to do. 2024-09-18T10:21:16.575 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:16.597 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-volume-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:21:16.612 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-volume-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:21:16.613 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:21:16.613 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-18T10:21:16.613 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:16.638 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install librbd1 2024-09-18T10:21:16.763 INFO:teuthology.orchestra.run.smithi002.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 2.5 MB/s | 6.0 MB 00:02 2024-09-18T10:21:16.765 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:16.765 INFO:teuthology.orchestra.run.smithi002.stdout:Total 2.5 MB/s | 7.0 MB 00:02 2024-09-18T10:21:16.840 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:21:16.851 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:21:16.851 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:21:16.957 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:21:16.957 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:21:17.215 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:34 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:21:17.276 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:21:17.303 INFO:teuthology.orchestra.run.smithi119.stdout:Package librbd1-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:17.345 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:21:17.347 INFO:teuthology.orchestra.run.smithi119.stdout:Nothing to do. 2024-09-18T10:21:17.347 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:17.409 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install python3-rados 2024-09-18T10:21:17.453 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-18T10:21:17.507 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-18T10:21:17.557 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-volume-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:21:17.557 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:17.558 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:21:17.558 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-volume-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:21:17.558 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:17.558 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:17.860 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librados-devel 2024-09-18T10:21:17.982 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:34 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:21:18.060 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-18T10:21:18.071 INFO:teuthology.orchestra.run.smithi119.stdout:Package python3-rados-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:18.113 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:21:18.114 INFO:teuthology.orchestra.run.smithi119.stdout:Nothing to do. 2024-09-18T10:21:18.115 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:18.145 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-18T10:21:18.176 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install python3-rgw 2024-09-18T10:21:18.208 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-18T10:21:18.235 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-mgr-cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 6/6 2024-09-18T10:21:18.456 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:32 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:18.588 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:18.588 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:18.588 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-09-18T10:21:18.588 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:18.589 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:21:18.589 INFO:teuthology.orchestra.run.smithi094.stdout: librados-devel x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 126 k 2024-09-18T10:21:18.589 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:18.589 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:21:18.589 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:18.590 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T10:21:18.590 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:18.590 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 126 k 2024-09-18T10:21:18.590 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 448 k 2024-09-18T10:21:18.590 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:21:18.755 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:35 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:21:18.801 INFO:teuthology.orchestra.run.smithi094.stdout:librados-devel-17.2.7-1645.g7061ea6c.el9.x86_64 596 kB/s | 126 kB 00:00 2024-09-18T10:21:18.801 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:18.802 INFO:teuthology.orchestra.run.smithi094.stdout:Total 591 kB/s | 126 kB 00:00 2024-09-18T10:21:18.802 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:21:18.807 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:21:18.807 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:21:18.843 INFO:teuthology.orchestra.run.smithi119.stdout:Package python3-rgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:18.870 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:21:18.870 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:21:18.885 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:21:18.886 INFO:teuthology.orchestra.run.smithi119.stdout:Nothing to do. 2024-09-18T10:21:18.886 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:18.950 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install python3-cephfs 2024-09-18T10:21:19.009 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-mgr-cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 6/6 2024-09-18T10:21:19.009 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-mgr-cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 1/6 2024-09-18T10:21:19.009 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-18T10:21:19.009 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-18T10:21:19.009 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-18T10:21:19.009 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-18T10:21:19.017 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:21:19.123 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librados-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:19.282 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-18T10:21:19.282 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:19.282 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:21:19.282 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-mgr-cephadm-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:21:19.282 INFO:teuthology.orchestra.run.smithi002.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-18T10:21:19.282 INFO:teuthology.orchestra.run.smithi002.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-18T10:21:19.282 INFO:teuthology.orchestra.run.smithi002.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-18T10:21:19.282 INFO:teuthology.orchestra.run.smithi002.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-18T10:21:19.282 INFO:teuthology.orchestra.run.smithi002.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-18T10:21:19.282 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:19.282 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:19.521 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:36 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:21:19.538 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-fuse 2024-09-18T10:21:19.544 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:19.610 INFO:teuthology.orchestra.run.smithi119.stdout:Package python3-cephfs-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:19.653 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:21:19.653 INFO:teuthology.orchestra.run.smithi119.stdout:Nothing to do. 2024-09-18T10:21:19.654 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:19.718 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install python3-rbd 2024-09-18T10:21:19.840 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:19.848 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:19.848 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:21:19.849 INFO:teuthology.orchestra.run.smithi094.stdout: librados-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:21:19.849 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:19.849 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:20.103 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install libcephfs2 2024-09-18T10:21:20.149 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:35 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:20.287 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:20.288 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:20.288 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2024-09-18T10:21:20.288 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:20.288 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:21:20.288 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-fuse x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 813 k 2024-09-18T10:21:20.288 INFO:teuthology.orchestra.run.smithi002.stdout:Installing dependencies: 2024-09-18T10:21:20.288 INFO:teuthology.orchestra.run.smithi002.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-18T10:21:20.288 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:20.288 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:21:20.288 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:20.288 INFO:teuthology.orchestra.run.smithi002.stdout:Install 2 Packages 2024-09-18T10:21:20.288 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:20.289 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 893 k 2024-09-18T10:21:20.289 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 2.6 M 2024-09-18T10:21:20.289 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:21:20.312 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:37 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:21:20.401 INFO:teuthology.orchestra.run.smithi119.stdout:Package python3-rbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:20.445 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:21:20.446 INFO:teuthology.orchestra.run.smithi119.stdout:Nothing to do. 2024-09-18T10:21:20.446 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:20.508 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install rbd-fuse 2024-09-18T10:21:20.573 INFO:teuthology.orchestra.run.smithi002.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 494 kB/s | 80 kB 00:00 2024-09-18T10:21:20.692 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:34 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:20.706 INFO:teuthology.orchestra.run.smithi002.stdout:(2/2): ceph-fuse-17.2.7-1645.g7061ea6c.el9.x86_ 2.7 MB/s | 813 kB 00:00 2024-09-18T10:21:20.707 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:20.707 INFO:teuthology.orchestra.run.smithi002.stdout:Total 2.1 MB/s | 893 kB 00:00 2024-09-18T10:21:20.720 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:21:20.744 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:21:20.744 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:21:20.782 INFO:teuthology.orchestra.run.smithi094.stdout:Package libcephfs2-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:20.825 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:20.826 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T10:21:20.826 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:20.830 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:21:20.830 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:21:20.905 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install libcephfs-devel 2024-09-18T10:21:21.023 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:21:21.088 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:38 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:21:21.161 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-18T10:21:21.220 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:21:21.221 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:21.221 INFO:teuthology.orchestra.run.smithi119.stdout: Package Architecture Version Repository Size 2024-09-18T10:21:21.221 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:21.221 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:21:21.221 INFO:teuthology.orchestra.run.smithi119.stdout: rbd-fuse x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 82 k 2024-09-18T10:21:21.221 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:21.221 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:21:21.221 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:21.222 INFO:teuthology.orchestra.run.smithi119.stdout:Install 1 Package 2024-09-18T10:21:21.222 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:21.222 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 82 k 2024-09-18T10:21:21.222 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 222 k 2024-09-18T10:21:21.222 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:21:21.254 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/2 2024-09-18T10:21:21.422 INFO:teuthology.orchestra.run.smithi119.stdout:rbd-fuse-17.2.7-1645.g7061ea6c.el9.x86_64.rpm 408 kB/s | 82 kB 00:00 2024-09-18T10:21:21.423 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:21.423 INFO:teuthology.orchestra.run.smithi119.stdout:Total 406 kB/s | 82 kB 00:00 2024-09-18T10:21:21.423 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:21:21.429 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:21:21.430 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:21:21.485 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:35 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:21.492 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:21:21.492 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:21:21.616 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:21.616 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:21.617 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-09-18T10:21:21.617 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:21.617 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:21:21.617 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-devel x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 25 k 2024-09-18T10:21:21.617 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:21.617 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:21:21.617 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:21.617 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T10:21:21.617 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:21.618 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 25 k 2024-09-18T10:21:21.618 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 110 k 2024-09-18T10:21:21.618 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:21:21.647 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:21:21.760 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : rbd-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:21.772 INFO:teuthology.orchestra.run.smithi094.stdout:libcephfs-devel-17.2.7-1645.g7061ea6c.el9.x86_6 162 kB/s | 25 kB 00:00 2024-09-18T10:21:21.772 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:21.773 INFO:teuthology.orchestra.run.smithi094.stdout:Total 160 kB/s | 25 kB 00:00 2024-09-18T10:21:21.773 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:21:21.776 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:21:21.776 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:21:21.778 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:21:21.778 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:21:21.863 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:21:21.960 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephfs-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:21.962 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 2/2 2024-09-18T10:21:21.962 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/2 2024-09-18T10:21:22.119 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: rbd-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:22.240 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-18T10:21:22.241 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:22.241 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:21:22.241 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-18T10:21:22.241 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:22.241 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:22.333 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephfs-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:22.375 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : rbd-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:22.375 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:22.375 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:21:22.375 INFO:teuthology.orchestra.run.smithi119.stdout: rbd-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:21:22.375 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:22.375 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:22.521 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install ceph-volume 2024-09-18T10:21:22.572 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephfs-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:22.572 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:22.573 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:21:22.573 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:21:22.573 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:22.573 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:22.615 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install rbd-mirror 2024-09-18T10:21:22.778 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librados2 2024-09-18T10:21:23.134 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:38 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:23.209 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:40 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:21:23.277 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:23.277 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:23.277 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repository Size 2024-09-18T10:21:23.278 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:23.278 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:21:23.278 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-volume noarch 2:17.2.7-1645.g7061ea6c.el9 ceph-noarch 270 k 2024-09-18T10:21:23.278 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:23.278 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:21:23.278 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:23.278 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2024-09-18T10:21:23.278 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:23.278 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 270 k 2024-09-18T10:21:23.278 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 1.3 M 2024-09-18T10:21:23.278 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:21:23.344 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:21:23.345 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:23.345 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repo Size 2024-09-18T10:21:23.345 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:23.345 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:21:23.345 INFO:teuthology.orchestra.run.smithi119.stdout: rbd-mirror x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 2.9 M 2024-09-18T10:21:23.345 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:23.345 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:21:23.345 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:23.345 INFO:teuthology.orchestra.run.smithi119.stdout:Install 1 Package 2024-09-18T10:21:23.345 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:23.346 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 2.9 M 2024-09-18T10:21:23.346 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 12 M 2024-09-18T10:21:23.346 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:21:23.357 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:37 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:23.447 INFO:teuthology.orchestra.run.smithi094.stdout:Package librados2-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:23.489 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:23.490 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T10:21:23.491 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:23.511 INFO:teuthology.orchestra.run.smithi002.stdout:ceph-volume-17.2.7-1645.g7061ea6c.el9.noarch.rp 1.1 MB/s | 270 kB 00:00 2024-09-18T10:21:23.511 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:23.511 INFO:teuthology.orchestra.run.smithi002.stdout:Total 1.1 MB/s | 270 kB 00:00 2024-09-18T10:21:23.512 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:21:23.521 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:21:23.521 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:21:23.550 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:21:23.551 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:21:23.564 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librbd1 2024-09-18T10:21:23.692 INFO:teuthology.orchestra.run.smithi119.stdout:rbd-mirror-17.2.7-1645.g7061ea6c.el9.x86_64.rpm 8.5 MB/s | 2.9 MB 00:00 2024-09-18T10:21:23.693 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:23.693 INFO:teuthology.orchestra.run.smithi119.stdout:Total 8.5 MB/s | 2.9 MB 00:00 2024-09-18T10:21:23.693 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:21:23.702 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:21:23.702 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:21:23.772 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:21:23.781 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:21:23.781 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:21:23.838 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : ceph-volume-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:21:23.854 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: ceph-volume-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:21:23.854 INFO:teuthology.orchestra.run.smithi002.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:21:23.855 INFO:teuthology.orchestra.run.smithi002.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-18T10:21:23.855 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:24.143 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:38 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:24.204 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:21:24.232 INFO:teuthology.orchestra.run.smithi094.stdout:Package librbd1-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:24.276 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:24.277 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T10:21:24.277 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:24.284 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : rbd-mirror-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:24.309 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: rbd-mirror-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:24.309 INFO:teuthology.orchestra.run.smithi119.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:21:24.309 INFO:teuthology.orchestra.run.smithi119.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-18T10:21:24.309 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-18T10:21:24.310 INFO:teuthology.orchestra.run.smithi119.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-18T10:21:24.310 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:24.347 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rados 2024-09-18T10:21:24.889 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : ceph-volume-2:17.2.7-1645.g7061ea6c.el9.noarch 1/1 2024-09-18T10:21:24.889 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:24.889 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:21:24.889 INFO:teuthology.orchestra.run.smithi002.stdout: ceph-volume-2:17.2.7-1645.g7061ea6c.el9.noarch 2024-09-18T10:21:24.889 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:24.890 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:24.925 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:38 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:25.015 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rados-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:25.058 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:25.058 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T10:21:25.059 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:25.130 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rgw 2024-09-18T10:21:25.174 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install librados-devel 2024-09-18T10:21:25.417 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : rbd-mirror-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:25.417 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:25.417 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:21:25.417 INFO:teuthology.orchestra.run.smithi119.stdout: rbd-mirror-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:21:25.417 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:25.417 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:25.691 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum -y install rbd-nbd 2024-09-18T10:21:25.703 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:39 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:25.785 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:40 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:25.791 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:25.834 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:25.835 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T10:21:25.835 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:25.900 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-cephfs 2024-09-18T10:21:25.923 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:25.923 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:25.923 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repo Size 2024-09-18T10:21:25.923 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:25.923 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:21:25.923 INFO:teuthology.orchestra.run.smithi002.stdout: librados-devel x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 126 k 2024-09-18T10:21:25.924 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:25.924 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:21:25.924 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:25.924 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2024-09-18T10:21:25.924 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:25.924 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 126 k 2024-09-18T10:21:25.924 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 448 k 2024-09-18T10:21:25.925 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:21:26.133 INFO:teuthology.orchestra.run.smithi002.stdout:librados-devel-17.2.7-1645.g7061ea6c.el9.x86_64 606 kB/s | 126 kB 00:00 2024-09-18T10:21:26.133 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:26.134 INFO:teuthology.orchestra.run.smithi002.stdout:Total 601 kB/s | 126 kB 00:00 2024-09-18T10:21:26.134 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:21:26.140 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:21:26.140 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:21:26.207 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:21:26.207 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:21:26.284 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:01:43 ago on Wed 18 Sep 2024 10:19:43 AM UTC. 2024-09-18T10:21:26.371 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:21:26.417 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-09-18T10:21:26.417 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:26.418 INFO:teuthology.orchestra.run.smithi119.stdout: Package Architecture Version Repository Size 2024-09-18T10:21:26.418 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:26.418 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-09-18T10:21:26.418 INFO:teuthology.orchestra.run.smithi119.stdout: rbd-nbd x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 165 k 2024-09-18T10:21:26.418 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:26.418 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-09-18T10:21:26.418 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-09-18T10:21:26.418 INFO:teuthology.orchestra.run.smithi119.stdout:Install 1 Package 2024-09-18T10:21:26.418 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:26.419 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 165 k 2024-09-18T10:21:26.419 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 477 k 2024-09-18T10:21:26.419 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-09-18T10:21:26.477 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:40 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:26.483 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : librados-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:26.566 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-cephfs-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:26.609 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:26.609 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T10:21:26.610 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:26.620 INFO:teuthology.orchestra.run.smithi119.stdout:rbd-nbd-17.2.7-1645.g7061ea6c.el9.x86_64.rpm 820 kB/s | 165 kB 00:00 2024-09-18T10:21:26.621 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:26.621 INFO:teuthology.orchestra.run.smithi119.stdout:Total 813 kB/s | 165 kB 00:00 2024-09-18T10:21:26.621 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-09-18T10:21:26.629 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-09-18T10:21:26.629 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-09-18T10:21:26.677 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rbd 2024-09-18T10:21:26.692 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-09-18T10:21:26.692 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-09-18T10:21:26.843 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-09-18T10:21:26.926 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: librados-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:26.959 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : rbd-nbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:27.148 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : librados-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:27.148 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:27.148 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:21:27.148 INFO:teuthology.orchestra.run.smithi002.stdout: librados-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:21:27.149 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:27.149 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:27.255 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:41 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:27.343 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:27.349 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: rbd-nbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:27.373 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install libcephfs2 2024-09-18T10:21:27.386 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:27.387 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-09-18T10:21:27.387 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:27.450 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-fuse 2024-09-18T10:21:27.615 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : rbd-nbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:27.615 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:27.616 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-09-18T10:21:27.616 INFO:teuthology.orchestra.run.smithi119.stdout: rbd-nbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:21:27.616 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:21:27.616 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-09-18T10:21:27.865 DEBUG:teuthology.parallel:result is None 2024-09-18T10:21:27.983 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:42 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:28.036 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:42 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:28.075 INFO:teuthology.orchestra.run.smithi002.stdout:Package libcephfs2-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:28.121 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:28.122 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2024-09-18T10:21:28.122 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:28.168 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:28.169 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:28.169 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-09-18T10:21:28.169 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:28.169 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:21:28.169 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-fuse x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 82 k 2024-09-18T10:21:28.169 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:28.169 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:21:28.169 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:28.169 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T10:21:28.169 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:28.169 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 82 k 2024-09-18T10:21:28.170 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 222 k 2024-09-18T10:21:28.170 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:21:28.224 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install libcephfs-devel 2024-09-18T10:21:28.343 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-fuse-17.2.7-1645.g7061ea6c.el9.x86_64.rpm 473 kB/s | 82 kB 00:00 2024-09-18T10:21:28.343 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:28.344 INFO:teuthology.orchestra.run.smithi094.stdout:Total 469 kB/s | 82 kB 00:00 2024-09-18T10:21:28.344 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:21:28.350 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:21:28.350 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:21:28.412 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:21:28.413 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:21:28.588 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:21:28.690 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:28.830 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:43 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:28.968 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:28.968 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:28.969 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repo Size 2024-09-18T10:21:28.969 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:28.969 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:21:28.969 INFO:teuthology.orchestra.run.smithi002.stdout: libcephfs-devel x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 25 k 2024-09-18T10:21:28.969 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:28.969 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:21:28.969 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:28.969 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2024-09-18T10:21:28.969 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:28.969 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 25 k 2024-09-18T10:21:28.969 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 110 k 2024-09-18T10:21:28.969 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:21:29.090 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:29.120 INFO:teuthology.orchestra.run.smithi002.stdout:libcephfs-devel-17.2.7-1645.g7061ea6c.el9.x86_6 166 kB/s | 25 kB 00:00 2024-09-18T10:21:29.120 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:29.120 INFO:teuthology.orchestra.run.smithi002.stdout:Total 164 kB/s | 25 kB 00:00 2024-09-18T10:21:29.121 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:21:29.124 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:21:29.125 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:21:29.126 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:21:29.126 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:21:29.213 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:21:29.319 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : libcephfs-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:29.343 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:29.343 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:29.343 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:21:29.343 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:21:29.343 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:29.343 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:29.607 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-mirror 2024-09-18T10:21:29.695 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: libcephfs-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:29.939 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : libcephfs-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:29.939 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:29.939 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:21:29.939 INFO:teuthology.orchestra.run.smithi002.stdout: libcephfs-devel-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:21:29.939 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:29.939 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:30.143 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install librados2 2024-09-18T10:21:30.203 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:44 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:30.338 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:30.338 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:30.338 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-09-18T10:21:30.338 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:30.338 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:21:30.338 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-mirror x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 2.9 M 2024-09-18T10:21:30.339 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:30.339 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:21:30.339 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:30.339 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T10:21:30.339 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:30.339 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 2.9 M 2024-09-18T10:21:30.339 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 12 M 2024-09-18T10:21:30.339 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:21:30.663 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-mirror-17.2.7-1645.g7061ea6c.el9.x86_64.rpm 9.1 MB/s | 2.9 MB 00:00 2024-09-18T10:21:30.664 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:30.664 INFO:teuthology.orchestra.run.smithi094.stdout:Total 9.0 MB/s | 2.9 MB 00:00 2024-09-18T10:21:30.664 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:21:30.673 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:21:30.673 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:21:30.748 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:45 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:30.752 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:21:30.752 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:21:30.840 INFO:teuthology.orchestra.run.smithi002.stdout:Package librados2-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:30.885 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:30.886 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2024-09-18T10:21:30.886 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:30.965 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install librbd1 2024-09-18T10:21:31.163 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:21:31.239 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-mirror-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:31.264 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-mirror-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:31.264 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:21:31.264 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-18T10:21:31.264 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-18T10:21:31.264 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-18T10:21:31.264 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:31.572 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:46 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:31.665 INFO:teuthology.orchestra.run.smithi002.stdout:Package librbd1-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:31.710 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:31.711 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2024-09-18T10:21:31.711 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:31.793 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install python3-rados 2024-09-18T10:21:32.347 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-mirror-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:32.347 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:32.348 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:21:32.348 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-mirror-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:21:32.348 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:32.348 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:32.398 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:47 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:32.491 INFO:teuthology.orchestra.run.smithi002.stdout:Package python3-rados-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:32.538 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:32.539 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2024-09-18T10:21:32.539 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:32.601 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-nbd 2024-09-18T10:21:32.618 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install python3-rgw 2024-09-18T10:21:33.195 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:47 ago on Wed 18 Sep 2024 10:19:46 AM UTC. 2024-09-18T10:21:33.229 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:48 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:33.322 INFO:teuthology.orchestra.run.smithi002.stdout:Package python3-rgw-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:33.328 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-09-18T10:21:33.329 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:33.329 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-09-18T10:21:33.329 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:33.329 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-09-18T10:21:33.329 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-nbd x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 165 k 2024-09-18T10:21:33.329 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:33.329 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-09-18T10:21:33.329 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-09-18T10:21:33.329 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-09-18T10:21:33.329 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:33.330 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 165 k 2024-09-18T10:21:33.330 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 477 k 2024-09-18T10:21:33.330 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-09-18T10:21:33.367 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:33.369 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2024-09-18T10:21:33.369 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:33.437 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install python3-cephfs 2024-09-18T10:21:33.552 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-nbd-17.2.7-1645.g7061ea6c.el9.x86_64.rpm 746 kB/s | 165 kB 00:00 2024-09-18T10:21:33.552 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:33.552 INFO:teuthology.orchestra.run.smithi094.stdout:Total 740 kB/s | 165 kB 00:00 2024-09-18T10:21:33.553 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-09-18T10:21:33.560 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-09-18T10:21:33.560 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-09-18T10:21:33.623 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-09-18T10:21:33.623 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-09-18T10:21:33.786 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-09-18T10:21:33.891 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-nbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:34.039 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:49 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:34.132 INFO:teuthology.orchestra.run.smithi002.stdout:Package python3-cephfs-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:34.177 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:34.178 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2024-09-18T10:21:34.179 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:34.260 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install python3-rbd 2024-09-18T10:21:34.305 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-nbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:34.551 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-nbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:34.551 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:34.551 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-09-18T10:21:34.551 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-nbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:21:34.551 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-09-18T10:21:34.551 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-09-18T10:21:34.816 DEBUG:teuthology.parallel:result is None 2024-09-18T10:21:34.878 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:49 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:34.974 INFO:teuthology.orchestra.run.smithi002.stdout:Package python3-rbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 is already installed. 2024-09-18T10:21:35.019 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:35.021 INFO:teuthology.orchestra.run.smithi002.stdout:Nothing to do. 2024-09-18T10:21:35.021 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:35.110 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install rbd-fuse 2024-09-18T10:21:35.731 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:50 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:35.869 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:35.870 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:35.870 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2024-09-18T10:21:35.871 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:35.871 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:21:35.871 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-fuse x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 82 k 2024-09-18T10:21:35.871 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:35.871 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:21:35.871 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:35.871 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2024-09-18T10:21:35.871 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:35.871 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 82 k 2024-09-18T10:21:35.871 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 222 k 2024-09-18T10:21:35.871 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:21:36.065 INFO:teuthology.orchestra.run.smithi002.stdout:rbd-fuse-17.2.7-1645.g7061ea6c.el9.x86_64.rpm 423 kB/s | 82 kB 00:00 2024-09-18T10:21:36.066 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:36.066 INFO:teuthology.orchestra.run.smithi002.stdout:Total 419 kB/s | 82 kB 00:00 2024-09-18T10:21:36.066 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:21:36.073 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:21:36.074 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:21:36.140 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:21:36.140 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:21:36.308 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:21:36.398 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : rbd-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:36.841 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: rbd-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:37.097 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : rbd-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:37.097 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:37.097 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:21:37.097 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-fuse-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:21:37.097 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:37.097 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:37.342 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install rbd-mirror 2024-09-18T10:21:37.947 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:52 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:38.085 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:38.086 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:38.086 INFO:teuthology.orchestra.run.smithi002.stdout: Package Arch Version Repo Size 2024-09-18T10:21:38.086 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:38.086 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:21:38.086 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-mirror x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 2.9 M 2024-09-18T10:21:38.086 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:38.086 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:21:38.086 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:38.087 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2024-09-18T10:21:38.087 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:38.087 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 2.9 M 2024-09-18T10:21:38.087 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 12 M 2024-09-18T10:21:38.087 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:21:38.436 INFO:teuthology.orchestra.run.smithi002.stdout:rbd-mirror-17.2.7-1645.g7061ea6c.el9.x86_64.rpm 8.4 MB/s | 2.9 MB 00:00 2024-09-18T10:21:38.436 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:38.437 INFO:teuthology.orchestra.run.smithi002.stdout:Total 8.4 MB/s | 2.9 MB 00:00 2024-09-18T10:21:38.437 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:21:38.447 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:21:38.447 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:21:38.531 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:21:38.531 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:21:38.974 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:21:39.137 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : rbd-mirror-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:39.164 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: rbd-mirror-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:39.165 INFO:teuthology.orchestra.run.smithi002.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-18T10:21:39.165 INFO:teuthology.orchestra.run.smithi002.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-18T10:21:39.165 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-18T10:21:39.165 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-18T10:21:39.165 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:40.213 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : rbd-mirror-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:40.213 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:40.213 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:21:40.213 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-mirror-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:21:40.214 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:40.214 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:40.473 DEBUG:teuthology.orchestra.run.smithi002:> sudo yum -y install rbd-nbd 2024-09-18T10:21:41.085 INFO:teuthology.orchestra.run.smithi002.stdout:Last metadata expiration check: 0:01:56 ago on Wed 18 Sep 2024 10:19:45 AM UTC. 2024-09-18T10:21:41.223 INFO:teuthology.orchestra.run.smithi002.stdout:Dependencies resolved. 2024-09-18T10:21:41.223 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:41.224 INFO:teuthology.orchestra.run.smithi002.stdout: Package Architecture Version Repository Size 2024-09-18T10:21:41.224 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:41.224 INFO:teuthology.orchestra.run.smithi002.stdout:Installing: 2024-09-18T10:21:41.224 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-nbd x86_64 2:17.2.7-1645.g7061ea6c.el9 ceph 165 k 2024-09-18T10:21:41.224 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:41.224 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction Summary 2024-09-18T10:21:41.224 INFO:teuthology.orchestra.run.smithi002.stdout:================================================================================ 2024-09-18T10:21:41.224 INFO:teuthology.orchestra.run.smithi002.stdout:Install 1 Package 2024-09-18T10:21:41.224 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:41.224 INFO:teuthology.orchestra.run.smithi002.stdout:Total download size: 165 k 2024-09-18T10:21:41.224 INFO:teuthology.orchestra.run.smithi002.stdout:Installed size: 477 k 2024-09-18T10:21:41.225 INFO:teuthology.orchestra.run.smithi002.stdout:Downloading Packages: 2024-09-18T10:21:41.440 INFO:teuthology.orchestra.run.smithi002.stdout:rbd-nbd-17.2.7-1645.g7061ea6c.el9.x86_64.rpm 768 kB/s | 165 kB 00:00 2024-09-18T10:21:41.440 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:21:41.440 INFO:teuthology.orchestra.run.smithi002.stdout:Total 762 kB/s | 165 kB 00:00 2024-09-18T10:21:41.440 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction check 2024-09-18T10:21:41.449 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction check succeeded. 2024-09-18T10:21:41.449 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction test 2024-09-18T10:21:41.517 INFO:teuthology.orchestra.run.smithi002.stdout:Transaction test succeeded. 2024-09-18T10:21:41.517 INFO:teuthology.orchestra.run.smithi002.stdout:Running transaction 2024-09-18T10:21:41.674 INFO:teuthology.orchestra.run.smithi002.stdout: Preparing : 1/1 2024-09-18T10:21:41.781 INFO:teuthology.orchestra.run.smithi002.stdout: Installing : rbd-nbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:42.226 INFO:teuthology.orchestra.run.smithi002.stdout: Running scriptlet: rbd-nbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:42.507 INFO:teuthology.orchestra.run.smithi002.stdout: Verifying : rbd-nbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 1/1 2024-09-18T10:21:42.507 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:42.507 INFO:teuthology.orchestra.run.smithi002.stdout:Installed: 2024-09-18T10:21:42.507 INFO:teuthology.orchestra.run.smithi002.stdout: rbd-nbd-2:17.2.7-1645.g7061ea6c.el9.x86_64 2024-09-18T10:21:42.507 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:21:42.507 INFO:teuthology.orchestra.run.smithi002.stdout:Complete! 2024-09-18T10:21:42.777 DEBUG:teuthology.parallel:result is None 2024-09-18T10:21:42.778 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T10:21:42.923 DEBUG:teuthology.orchestra.run.smithi002:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-18T10:21:42.945 INFO:teuthology.orchestra.run.smithi002.stdout:17.2.7-1645.g7061ea6c.el9 2024-09-18T10:21:42.946 INFO:teuthology.packaging:The installed version of ceph is 17.2.7-1645.g7061ea6c.el9 2024-09-18T10:21:42.946 INFO:teuthology.task.install:The correct ceph version 17.2.7-1645.g7061ea6c is installed. 2024-09-18T10:21:42.948 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T10:21:43.091 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-18T10:21:43.116 INFO:teuthology.orchestra.run.smithi094.stdout:17.2.7-1645.g7061ea6c.el9 2024-09-18T10:21:43.117 INFO:teuthology.packaging:The installed version of ceph is 17.2.7-1645.g7061ea6c.el9 2024-09-18T10:21:43.117 INFO:teuthology.task.install:The correct ceph version 17.2.7-1645.g7061ea6c is installed. 2024-09-18T10:21:43.118 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T10:21:43.262 DEBUG:teuthology.orchestra.run.smithi119:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-18T10:21:43.288 INFO:teuthology.orchestra.run.smithi119.stdout:17.2.7-1645.g7061ea6c.el9 2024-09-18T10:21:43.288 INFO:teuthology.packaging:The installed version of ceph is 17.2.7-1645.g7061ea6c.el9 2024-09-18T10:21:43.288 INFO:teuthology.task.install:The correct ceph version 17.2.7-1645.g7061ea6c is installed. 2024-09-18T10:21:43.290 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-18T10:21:43.290 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-18T10:21:43.290 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-18T10:21:43.318 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T10:21:43.318 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-18T10:21:43.349 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-18T10:21:43.349 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-18T10:21:43.380 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-18T10:21:43.380 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-18T10:21:43.381 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/usr/bin/daemon-helper 2024-09-18T10:21:43.408 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-18T10:21:43.490 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T10:21:43.490 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/daemon-helper 2024-09-18T10:21:43.520 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-18T10:21:43.588 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-18T10:21:43.588 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/usr/bin/daemon-helper 2024-09-18T10:21:43.618 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-18T10:21:43.687 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-18T10:21:43.687 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-18T10:21:43.687 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-18T10:21:43.715 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-18T10:21:43.782 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T10:21:43.782 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-18T10:21:43.811 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-18T10:21:43.877 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-18T10:21:43.877 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-18T10:21:43.902 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-18T10:21:43.967 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-18T10:21:43.967 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-18T10:21:43.967 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/usr/bin/stdin-killer 2024-09-18T10:21:43.995 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-18T10:21:44.062 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T10:21:44.062 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/stdin-killer 2024-09-18T10:21:44.086 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-18T10:21:44.151 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-18T10:21:44.151 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/usr/bin/stdin-killer 2024-09-18T10:21:44.175 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-18T10:21:44.240 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-18T10:21:44.322 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum'], 'sha1': '7061ea6ca50908d104e9f3979dc615e118d9e153'} 2024-09-18T10:21:44.322 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T10:21:44.323 INFO:tasks.cephadm:Cluster fsid is cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:21:44.323 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-18T10:21:44.323 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.2', 'mon.b': '172.21.15.94', 'mon.c': '172.21.15.119'} 2024-09-18T10:21:44.323 INFO:tasks.cephadm:First mon is mon.a on smithi002 2024-09-18T10:21:44.323 INFO:tasks.cephadm:First mgr is a 2024-09-18T10:21:44.323 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-18T10:21:44.324 DEBUG:teuthology.orchestra.run.smithi002:> sudo hostname $(hostname -s) 2024-09-18T10:21:44.352 DEBUG:teuthology.orchestra.run.smithi094:> sudo hostname $(hostname -s) 2024-09-18T10:21:44.377 DEBUG:teuthology.orchestra.run.smithi119:> sudo hostname $(hostname -s) 2024-09-18T10:21:44.402 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 7061ea6ca50908d104e9f3979dc615e118d9e153)... 2024-09-18T10:21:44.403 DEBUG:teuthology.orchestra.run.smithi002:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/7061ea6ca50908d104e9f3979dc615e118d9e153/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-18T10:21:44.536 INFO:teuthology.orchestra.run.smithi002.stdout:-rw-r--r--. 1 ubuntu ubuntu 378585 Sep 18 10:21 /home/ubuntu/cephtest/cephadm 2024-09-18T10:21:44.536 DEBUG:teuthology.orchestra.run.smithi094:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/7061ea6ca50908d104e9f3979dc615e118d9e153/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-18T10:21:44.681 INFO:teuthology.orchestra.run.smithi094.stdout:-rw-r--r--. 1 ubuntu ubuntu 378585 Sep 18 10:21 /home/ubuntu/cephtest/cephadm 2024-09-18T10:21:44.681 DEBUG:teuthology.orchestra.run.smithi119:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/7061ea6ca50908d104e9f3979dc615e118d9e153/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-18T10:21:44.809 INFO:teuthology.orchestra.run.smithi119.stdout:-rw-r--r--. 1 ubuntu ubuntu 378585 Sep 18 10:21 /home/ubuntu/cephtest/cephadm 2024-09-18T10:21:44.810 DEBUG:teuthology.orchestra.run.smithi002:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-18T10:21:44.830 DEBUG:teuthology.orchestra.run.smithi094:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-18T10:21:44.846 DEBUG:teuthology.orchestra.run.smithi119:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-18T10:21:44.871 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 on all hosts... 2024-09-18T10:21:44.871 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 pull 2024-09-18T10:21:44.874 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 pull 2024-09-18T10:21:44.888 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 pull 2024-09-18T10:21:46.485 INFO:teuthology.orchestra.run.smithi094.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153... 2024-09-18T10:21:46.502 INFO:teuthology.orchestra.run.smithi002.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153... 2024-09-18T10:21:46.507 INFO:teuthology.orchestra.run.smithi119.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153... 2024-09-18T10:22:12.565 INFO:teuthology.orchestra.run.smithi002.stdout:{ 2024-09-18T10:22:12.565 INFO:teuthology.orchestra.run.smithi002.stdout: "ceph_version": "ceph version 17.2.7-1645-g7061ea6c (7061ea6ca50908d104e9f3979dc615e118d9e153) quincy (stable)", 2024-09-18T10:22:12.565 INFO:teuthology.orchestra.run.smithi002.stdout: "image_id": "f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96", 2024-09-18T10:22:12.565 INFO:teuthology.orchestra.run.smithi002.stdout: "repo_digests": [ 2024-09-18T10:22:12.565 INFO:teuthology.orchestra.run.smithi002.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9" 2024-09-18T10:22:12.566 INFO:teuthology.orchestra.run.smithi002.stdout: ] 2024-09-18T10:22:12.566 INFO:teuthology.orchestra.run.smithi002.stdout:} 2024-09-18T10:22:34.288 INFO:teuthology.orchestra.run.smithi119.stdout:{ 2024-09-18T10:22:34.288 INFO:teuthology.orchestra.run.smithi119.stdout: "ceph_version": "ceph version 17.2.7-1645-g7061ea6c (7061ea6ca50908d104e9f3979dc615e118d9e153) quincy (stable)", 2024-09-18T10:22:34.288 INFO:teuthology.orchestra.run.smithi119.stdout: "image_id": "f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96", 2024-09-18T10:22:34.289 INFO:teuthology.orchestra.run.smithi119.stdout: "repo_digests": [ 2024-09-18T10:22:34.289 INFO:teuthology.orchestra.run.smithi119.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9" 2024-09-18T10:22:34.289 INFO:teuthology.orchestra.run.smithi119.stdout: ] 2024-09-18T10:22:34.289 INFO:teuthology.orchestra.run.smithi119.stdout:} 2024-09-18T10:22:39.437 INFO:teuthology.orchestra.run.smithi094.stdout:{ 2024-09-18T10:22:39.438 INFO:teuthology.orchestra.run.smithi094.stdout: "ceph_version": "ceph version 17.2.7-1645-g7061ea6c (7061ea6ca50908d104e9f3979dc615e118d9e153) quincy (stable)", 2024-09-18T10:22:39.438 INFO:teuthology.orchestra.run.smithi094.stdout: "image_id": "f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96", 2024-09-18T10:22:39.438 INFO:teuthology.orchestra.run.smithi094.stdout: "repo_digests": [ 2024-09-18T10:22:39.438 INFO:teuthology.orchestra.run.smithi094.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9" 2024-09-18T10:22:39.438 INFO:teuthology.orchestra.run.smithi094.stdout: ] 2024-09-18T10:22:39.438 INFO:teuthology.orchestra.run.smithi094.stdout:} 2024-09-18T10:22:39.457 DEBUG:teuthology.orchestra.run.smithi002:> sudo mkdir -p /etc/ceph 2024-09-18T10:22:39.490 DEBUG:teuthology.orchestra.run.smithi094:> sudo mkdir -p /etc/ceph 2024-09-18T10:22:39.518 DEBUG:teuthology.orchestra.run.smithi119:> sudo mkdir -p /etc/ceph 2024-09-18T10:22:39.551 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 777 /etc/ceph 2024-09-18T10:22:39.580 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 777 /etc/ceph 2024-09-18T10:22:39.606 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 777 /etc/ceph 2024-09-18T10:22:39.634 INFO:tasks.cephadm:Writing seed config... 2024-09-18T10:22:39.635 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-18T10:22:39.635 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-18T10:22:39.635 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-18T10:22:39.635 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-18T10:22:39.635 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-18T10:22:39.636 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-18T10:22:39.636 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-18T10:22:39.636 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-18T10:22:39.636 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-18T10:22:39.636 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-18T10:22:39.636 DEBUG:teuthology.orchestra.run.smithi002:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-18T10:22:39.654 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = cdb93d6e-75a7-11ef-bceb-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-18T10:22:39.655 DEBUG:teuthology.orchestra.run.smithi002:mon.a> sudo journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.a.service 2024-09-18T10:22:39.697 DEBUG:teuthology.orchestra.run.smithi002:mgr.a> sudo journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mgr.a.service 2024-09-18T10:22:39.740 INFO:tasks.cephadm:Bootstrapping... 2024-09-18T10:22:39.740 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 -v bootstrap --fsid cdb93d6e-75a7-11ef-bceb-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.2 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-18T10:22:39.952 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------------------------------------------------------------------- 2024-09-18T10:22:39.952 INFO:teuthology.orchestra.run.smithi002.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153', '-v', 'bootstrap', '--fsid', 'cdb93d6e-75a7-11ef-bceb-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.2', '--skip-admin-label'] 2024-09-18T10:22:39.977 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stdout 5.2.2 2024-09-18T10:22:39.977 INFO:teuthology.orchestra.run.smithi002.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-18T10:22:39.977 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying podman|docker is present... 2024-09-18T10:22:40.000 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stdout 5.2.2 2024-09-18T10:22:40.000 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying lvm2 is present... 2024-09-18T10:22:40.000 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying time synchronization is in place... 2024-09-18T10:22:40.008 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-18T10:22:40.009 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-18T10:22:40.015 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-18T10:22:40.015 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-09-18T10:22:40.023 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout enabled 2024-09-18T10:22:40.031 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout active 2024-09-18T10:22:40.031 INFO:teuthology.orchestra.run.smithi002.stdout:Unit chronyd.service is enabled and running 2024-09-18T10:22:40.031 INFO:teuthology.orchestra.run.smithi002.stdout:Repeating the final host check... 2024-09-18T10:22:40.053 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stdout 5.2.2 2024-09-18T10:22:40.053 INFO:teuthology.orchestra.run.smithi002.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-18T10:22:40.053 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl is present 2024-09-18T10:22:40.053 INFO:teuthology.orchestra.run.smithi002.stdout:lvcreate is present 2024-09-18T10:22:40.060 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-18T10:22:40.060 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-18T10:22:40.067 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-18T10:22:40.067 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-09-18T10:22:40.075 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout enabled 2024-09-18T10:22:40.081 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout active 2024-09-18T10:22:40.081 INFO:teuthology.orchestra.run.smithi002.stdout:Unit chronyd.service is enabled and running 2024-09-18T10:22:40.081 INFO:teuthology.orchestra.run.smithi002.stdout:Host looks OK 2024-09-18T10:22:40.081 INFO:teuthology.orchestra.run.smithi002.stdout:Cluster fsid: cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:22:40.082 INFO:teuthology.orchestra.run.smithi002.stdout:Acquiring lock 140101159588768 on /run/cephadm/cdb93d6e-75a7-11ef-bceb-c7b262605968.lock 2024-09-18T10:22:40.082 INFO:teuthology.orchestra.run.smithi002.stdout:Lock 140101159588768 acquired on /run/cephadm/cdb93d6e-75a7-11ef-bceb-c7b262605968.lock 2024-09-18T10:22:40.082 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying IP 172.21.15.2 port 3300 ... 2024-09-18T10:22:40.082 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying IP 172.21.15.2 port 6789 ... 2024-09-18T10:22:40.082 INFO:teuthology.orchestra.run.smithi002.stdout:Base mon IP(s) is [172.21.15.2:3300, 172.21.15.2:6789], mon addrv is [v2:172.21.15.2:3300,v1:172.21.15.2:6789] 2024-09-18T10:22:40.086 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.2 metric 100 2024-09-18T10:22:40.086 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.2 metric 100 2024-09-18T10:22:40.089 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-18T10:22:40.089 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-18T10:22:40.089 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1768sec hoplimit 64 pref medium 2024-09-18T10:22:40.092 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-18T10:22:40.092 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-18T10:22:40.092 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-18T10:22:40.092 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-18T10:22:40.092 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1920/64 scope link 2024-09-18T10:22:40.092 INFO:teuthology.orchestra.run.smithi002.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-18T10:22:40.093 INFO:teuthology.orchestra.run.smithi002.stdout:Mon IP `172.21.15.2` is in CIDR network `172.21.0.0/20` 2024-09-18T10:22:40.093 INFO:teuthology.orchestra.run.smithi002.stdout:Mon IP `172.21.15.2` is in CIDR network `172.21.0.0/20` 2024-09-18T10:22:40.093 INFO:teuthology.orchestra.run.smithi002.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-18T10:22:40.093 INFO:teuthology.orchestra.run.smithi002.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-18T10:22:40.094 INFO:teuthology.orchestra.run.smithi002.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153... 2024-09-18T10:22:40.511 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stdout f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96 2024-09-18T10:22:40.511 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153... 2024-09-18T10:22:40.511 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Getting image source signatures 2024-09-18T10:22:40.512 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Copying blob sha256:18f0e168bb5949d29b802da7211258bcbbf1130e86b62b5279105a769deb2933 2024-09-18T10:22:40.512 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-18T10:22:40.512 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Copying config sha256:f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96 2024-09-18T10:22:40.512 INFO:teuthology.orchestra.run.smithi002.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-18T10:22:44.740 INFO:teuthology.orchestra.run.smithi002.stdout:ceph: stdout ceph version 17.2.7-1645-g7061ea6c (7061ea6ca50908d104e9f3979dc615e118d9e153) quincy (stable) 2024-09-18T10:22:44.740 INFO:teuthology.orchestra.run.smithi002.stdout:Ceph version: ceph version 17.2.7-1645-g7061ea6c (7061ea6ca50908d104e9f3979dc615e118d9e153) quincy (stable) 2024-09-18T10:22:44.741 INFO:teuthology.orchestra.run.smithi002.stdout:Extracting ceph user uid/gid from container image... 2024-09-18T10:22:45.712 INFO:teuthology.orchestra.run.smithi002.stdout:stat: stdout 167 167 2024-09-18T10:22:45.712 INFO:teuthology.orchestra.run.smithi002.stdout:Creating initial keys... 2024-09-18T10:22:46.650 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-authtool: stdout AQD2qepmhtsVBRAAgSpr4gjL4XV85Pmxrc3O4w== 2024-09-18T10:22:47.689 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-authtool: stdout AQD2qepmzLB7OxAAgdH8XZT3MudeWFNqeFXzMg== 2024-09-18T10:22:48.627 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph-authtool: stdout AQD4qepmjhU2AxAALA+pS/GZc0me0iVBE6PV/g== 2024-09-18T10:22:48.628 INFO:teuthology.orchestra.run.smithi002.stdout:Creating initial monmap... 2024-09-18T10:22:49.599 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-18T10:22:49.600 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = octopus 2024-09-18T10:22:49.600 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:22:49.600 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-18T10:22:49.600 INFO:teuthology.orchestra.run.smithi002.stdout:monmaptool for a [v2:172.21.15.2:3300,v1:172.21.15.2:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-18T10:22:49.600 INFO:teuthology.orchestra.run.smithi002.stdout:setting min_mon_release = octopus 2024-09-18T10:22:49.600 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: set fsid to cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:22:49.600 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-18T10:22:49.600 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:22:49.600 INFO:teuthology.orchestra.run.smithi002.stdout:Creating mon... 2024-09-18T10:22:50.997 INFO:teuthology.orchestra.run.smithi002.stdout:create mon.a on 2024-09-18T10:22:51.202 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-18T10:22:51.355 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-18T10:22:51.513 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968.target. 2024-09-18T10:22:51.513 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968.target. 2024-09-18T10:22:51.691 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.a 2024-09-18T10:22:51.691 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to reset failed state of unit ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-18T10:22:51.863 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968.target.wants/ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.a.service → /etc/systemd/system/ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@.service. 2024-09-18T10:22:52.372 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:52 smithi002 ceph-mon[28370]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-18T10:22:52.386 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-18T10:22:52.386 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout disabled 2024-09-18T10:22:52.394 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-18T10:22:52.394 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-09-18T10:22:52.394 INFO:teuthology.orchestra.run.smithi002.stdout:firewalld.service is not enabled 2024-09-18T10:22:52.394 INFO:teuthology.orchestra.run.smithi002.stdout:Not possible to enable service . firewalld.service is not available 2024-09-18T10:22:52.394 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mon to start... 2024-09-18T10:22:52.395 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mon... 2024-09-18T10:22:52.627 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:52 smithi002 bash[28332]: a5f345ba047fe1c857cbec1cdf1bb943351c10aa2423c315be61db4f6fab17e3 2024-09-18T10:22:52.628 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:52 smithi002 systemd[1]: Started Ceph mon.a for cdb93d6e-75a7-11ef-bceb-c7b262605968. 2024-09-18T10:22:53.439 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout cluster: 2024-09-18T10:22:53.441 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout id: cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:22:53.441 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-18T10:22:53.441 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-18T10:22:53.441 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout services: 2024-09-18T10:22:53.441 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.562546s) 2024-09-18T10:22:53.442 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-18T10:22:53.442 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-18T10:22:53.442 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-18T10:22:53.442 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout data: 2024-09-18T10:22:53.442 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-18T10:22:53.442 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-18T10:22:53.442 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-18T10:22:53.442 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout pgs: 2024-09-18T10:22:53.442 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-18T10:22:53.442 INFO:teuthology.orchestra.run.smithi002.stdout:mon is available 2024-09-18T10:22:53.442 INFO:teuthology.orchestra.run.smithi002.stdout:Assimilating anything we can from ceph.conf... 2024-09-18T10:22:53.546 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:53 smithi002 ceph-mon[28370]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-18T10:22:53.546 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:53 smithi002 ceph-mon[28370]: monmap e1: 1 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T10:22:53.546 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:53 smithi002 ceph-mon[28370]: fsmap 2024-09-18T10:22:53.546 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:53 smithi002 ceph-mon[28370]: osdmap e1: 0 total, 0 up, 0 in 2024-09-18T10:22:53.546 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:53 smithi002 ceph-mon[28370]: mgrmap e1: no daemons active 2024-09-18T10:22:53.546 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:53 smithi002 ceph-mon[28370]: from='client.? 172.21.15.2:0/2439781285' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-18T10:22:54.455 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-18T10:22:54.455 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [global] 2024-09-18T10:22:54.455 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout fsid = cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:22:54.455 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-18T10:22:54.455 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.2:3300,v1:172.21.15.2:6789] 2024-09-18T10:22:54.455 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-18T10:22:54.456 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-18T10:22:54.456 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-18T10:22:54.456 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-18T10:22:54.456 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-18T10:22:54.456 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-18T10:22:54.456 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-18T10:22:54.456 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-18T10:22:54.456 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-18T10:22:54.456 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [osd] 2024-09-18T10:22:54.456 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-18T10:22:54.456 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-18T10:22:54.456 INFO:teuthology.orchestra.run.smithi002.stdout:Generating new minimal ceph.conf... 2024-09-18T10:22:54.524 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:54 smithi002 ceph-mon[28370]: from='client.? 172.21.15.2:0/2434417822' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-18T10:22:54.524 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:54 smithi002 ceph-mon[28370]: from='client.? 172.21.15.2:0/2434417822' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-18T10:22:55.476 INFO:teuthology.orchestra.run.smithi002.stdout:Restarting the monitor... 2024-09-18T10:22:55.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:55 smithi002 ceph-mon[28370]: from='client.? 172.21.15.2:0/3887063487' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:22:55.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:55 smithi002 systemd[1]: Stopping Ceph mon.a for cdb93d6e-75a7-11ef-bceb-c7b262605968... 2024-09-18T10:22:56.102 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:55 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a[28347]: 2024-09-18T10:22:55.751+0000 7f0f64a8d640 -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-18T10:22:56.102 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:55 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a[28347]: 2024-09-18T10:22:55.751+0000 7f0f64a8d640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-18T10:22:56.102 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:55 smithi002 podman[28689]: 2024-09-18 10:22:55.844993626 +0000 UTC m=+0.194987392 container died a5f345ba047fe1c857cbec1cdf1bb943351c10aa2423c315be61db4f6fab17e3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, ceph=True) 2024-09-18T10:22:56.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:56 smithi002 podman[28689]: 2024-09-18 10:22:56.191812627 +0000 UTC m=+0.541806392 container cleanup a5f345ba047fe1c857cbec1cdf1bb943351c10aa2423c315be61db4f6fab17e3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-18T10:22:56.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:56 smithi002 bash[28689]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a 2024-09-18T10:22:56.842 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:56 smithi002 podman[28705]: 2024-09-18 10:22:56.509733192 +0000 UTC m=+0.667399221 container remove a5f345ba047fe1c857cbec1cdf1bb943351c10aa2423c315be61db4f6fab17e3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731) 2024-09-18T10:22:56.842 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:56 smithi002 systemd[1]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-18T10:22:56.842 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:56 smithi002 systemd[1]: Stopped Ceph mon.a for cdb93d6e-75a7-11ef-bceb-c7b262605968. 2024-09-18T10:22:56.842 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:56 smithi002 systemd[1]: Starting Ceph mon.a for cdb93d6e-75a7-11ef-bceb-c7b262605968... 2024-09-18T10:22:57.134 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:56 smithi002 podman[28805]: 2024-09-18 10:22:56.744228566 +0000 UTC m=+0.016730158 image pull f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T10:22:57.134 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:56 smithi002 podman[28805]: 2024-09-18 10:22:56.84353112 +0000 UTC m=+0.116032712 container create 60980f3e2551dc224f551a8d21b3ac6d29710489722b9c4a2eaacc0c7c6e1ba1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731) 2024-09-18T10:22:57.134 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 podman[28805]: 2024-09-18 10:22:57.046061604 +0000 UTC m=+0.318563206 container init 60980f3e2551dc224f551a8d21b3ac6d29710489722b9c4a2eaacc0c7c6e1ba1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6) 2024-09-18T10:22:57.134 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 podman[28805]: 2024-09-18 10:22:57.050868974 +0000 UTC m=+0.323370567 container start 60980f3e2551dc224f551a8d21b3ac6d29710489722b9c4a2eaacc0c7c6e1ba1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-18T10:22:57.134 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: set uid:gid to 167:167 (ceph:ceph) 2024-09-18T10:22:57.134 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: ceph version 17.2.7-1645-g7061ea6c (7061ea6ca50908d104e9f3979dc615e118d9e153) quincy (stable), process ceph-mon, pid 7 2024-09-18T10:22:57.135 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: pidfile_write: ignore empty --pid-file 2024-09-18T10:22:57.135 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: load: jerasure load: lrc 2024-09-18T10:22:57.135 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: RocksDB version: 6.15.5 2024-09-18T10:22:57.135 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-18T10:22:57.135 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Compile date Sep 18 2024 2024-09-18T10:22:57.135 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: DB SUMMARY 2024-09-18T10:22:57.135 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: DB Session ID: 6GYNXN155NETAW7A1NYI 2024-09-18T10:22:57.135 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: CURRENT file: CURRENT 2024-09-18T10:22:57.135 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: IDENTITY file: IDENTITY 2024-09-18T10:22:57.135 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2024-09-18T10:22:57.135 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-18T10:22:57.135 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000010.log size: 82834 ; 2024-09-18T10:22:57.137 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.error_if_exists: 0 2024-09-18T10:22:57.137 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.create_if_missing: 0 2024-09-18T10:22:57.137 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.paranoid_checks: 1 2024-09-18T10:22:57.137 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-18T10:22:57.137 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.env: 0x55cea58494c0 2024-09-18T10:22:57.137 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.fs: Posix File System 2024-09-18T10:22:57.137 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.info_log: 0x55cea70c2ec0 2024-09-18T10:22:57.137 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_file_opening_threads: 16 2024-09-18T10:22:57.137 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.statistics: (nil) 2024-09-18T10:22:57.137 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.use_fsync: 0 2024-09-18T10:22:57.138 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_log_file_size: 0 2024-09-18T10:22:57.138 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-18T10:22:57.138 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-18T10:22:57.138 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.keep_log_file_num: 1000 2024-09-18T10:22:57.138 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.recycle_log_file_num: 0 2024-09-18T10:22:57.138 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.allow_fallocate: 1 2024-09-18T10:22:57.138 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.allow_mmap_reads: 0 2024-09-18T10:22:57.138 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.allow_mmap_writes: 0 2024-09-18T10:22:57.138 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.use_direct_reads: 0 2024-09-18T10:22:57.138 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-18T10:22:57.138 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.create_missing_column_families: 0 2024-09-18T10:22:57.138 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.db_log_dir: 2024-09-18T10:22:57.138 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-18T10:22:57.139 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-18T10:22:57.139 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-18T10:22:57.139 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-18T10:22:57.139 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-18T10:22:57.139 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-18T10:22:57.139 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-18T10:22:57.139 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.advise_random_on_open: 1 2024-09-18T10:22:57.139 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.db_write_buffer_size: 0 2024-09-18T10:22:57.139 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.write_buffer_manager: 0x55cea71807e0 2024-09-18T10:22:57.139 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-18T10:22:57.139 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-18T10:22:57.139 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-18T10:22:57.139 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-18T10:22:57.140 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.rate_limiter: (nil) 2024-09-18T10:22:57.140 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-18T10:22:57.140 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.wal_recovery_mode: 2 2024-09-18T10:22:57.140 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.enable_thread_tracking: 0 2024-09-18T10:22:57.140 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.enable_pipelined_write: 0 2024-09-18T10:22:57.140 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.unordered_write: 0 2024-09-18T10:22:57.140 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-18T10:22:57.140 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-18T10:22:57.140 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-18T10:22:57.140 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-18T10:22:57.140 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.row_cache: None 2024-09-18T10:22:57.140 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.wal_filter: None 2024-09-18T10:22:57.140 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-18T10:22:57.140 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.allow_ingest_behind: 0 2024-09-18T10:22:57.141 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.preserve_deletes: 0 2024-09-18T10:22:57.141 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.two_write_queues: 0 2024-09-18T10:22:57.141 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.manual_wal_flush: 0 2024-09-18T10:22:57.141 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.atomic_flush: 0 2024-09-18T10:22:57.141 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-18T10:22:57.141 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-18T10:22:57.141 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-18T10:22:57.141 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.log_readahead_size: 0 2024-09-18T10:22:57.141 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-18T10:22:57.141 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.best_efforts_recovery: 0 2024-09-18T10:22:57.141 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-18T10:22:57.141 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-18T10:22:57.141 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.allow_data_in_errors: 0 2024-09-18T10:22:57.141 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.db_host_id: __hostname__ 2024-09-18T10:22:57.142 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_background_jobs: 2 2024-09-18T10:22:57.142 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_background_compactions: -1 2024-09-18T10:22:57.142 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_subcompactions: 1 2024-09-18T10:22:57.142 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-18T10:22:57.142 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-18T10:22:57.142 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-18T10:22:57.142 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_total_wal_size: 0 2024-09-18T10:22:57.142 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-18T10:22:57.142 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-18T10:22:57.142 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-18T10:22:57.142 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-18T10:22:57.142 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_open_files: -1 2024-09-18T10:22:57.142 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.bytes_per_sync: 0 2024-09-18T10:22:57.142 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-18T10:22:57.142 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-18T10:22:57.143 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compaction_readahead_size: 0 2024-09-18T10:22:57.143 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_background_flushes: -1 2024-09-18T10:22:57.143 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Compression algorithms supported: 2024-09-18T10:22:57.143 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: kZSTD supported: 0 2024-09-18T10:22:57.143 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: kXpressCompression supported: 0 2024-09-18T10:22:57.143 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: kBZip2Compression supported: 0 2024-09-18T10:22:57.143 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-18T10:22:57.143 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: kLZ4Compression supported: 1 2024-09-18T10:22:57.143 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: kZlibCompression supported: 1 2024-09-18T10:22:57.143 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: kLZ4HCCompression supported: 1 2024-09-18T10:22:57.143 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: kSnappyCompression supported: 1 2024-09-18T10:22:57.143 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-18T10:22:57.143 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 2024-09-18T10:22:57.143 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-18T10:22:57.144 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-18T10:22:57.144 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.merge_operator: 2024-09-18T10:22:57.144 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compaction_filter: None 2024-09-18T10:22:57.144 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compaction_filter_factory: None 2024-09-18T10:22:57.144 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.sst_partitioner_factory: None 2024-09-18T10:22:57.144 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-18T10:22:57.144 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-18T10:22:57.144 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cea7069a38) 2024-09-18T10:22:57.144 INFO:journalctl@ceph.mon.a.smithi002.stdout: cache_index_and_filter_blocks: 1 2024-09-18T10:22:57.144 INFO:journalctl@ceph.mon.a.smithi002.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-18T10:22:57.144 INFO:journalctl@ceph.mon.a.smithi002.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-18T10:22:57.144 INFO:journalctl@ceph.mon.a.smithi002.stdout: pin_top_level_index_and_filter: 1 2024-09-18T10:22:57.144 INFO:journalctl@ceph.mon.a.smithi002.stdout: index_type: 0 2024-09-18T10:22:57.144 INFO:journalctl@ceph.mon.a.smithi002.stdout: data_block_index_type: 0 2024-09-18T10:22:57.145 INFO:journalctl@ceph.mon.a.smithi002.stdout: index_shortening: 1 2024-09-18T10:22:57.145 INFO:journalctl@ceph.mon.a.smithi002.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-18T10:22:57.145 INFO:journalctl@ceph.mon.a.smithi002.stdout: hash_index_allow_collision: 1 2024-09-18T10:22:57.145 INFO:journalctl@ceph.mon.a.smithi002.stdout: checksum: 1 2024-09-18T10:22:57.145 INFO:journalctl@ceph.mon.a.smithi002.stdout: no_block_cache: 0 2024-09-18T10:22:57.145 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_cache: 0x55cea709f1f0 2024-09-18T10:22:57.145 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_cache_name: BinnedLRUCache 2024-09-18T10:22:57.145 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_cache_options: 2024-09-18T10:22:57.145 INFO:journalctl@ceph.mon.a.smithi002.stdout: capacity : 536870912 2024-09-18T10:22:57.145 INFO:journalctl@ceph.mon.a.smithi002.stdout: num_shard_bits : 4 2024-09-18T10:22:57.145 INFO:journalctl@ceph.mon.a.smithi002.stdout: strict_capacity_limit : 0 2024-09-18T10:22:57.145 INFO:journalctl@ceph.mon.a.smithi002.stdout: high_pri_pool_ratio: 0.000 2024-09-18T10:22:57.145 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_cache_compressed: (nil) 2024-09-18T10:22:57.145 INFO:journalctl@ceph.mon.a.smithi002.stdout: persistent_cache: (nil) 2024-09-18T10:22:57.146 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_size: 4096 2024-09-18T10:22:57.146 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_size_deviation: 10 2024-09-18T10:22:57.146 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_restart_interval: 16 2024-09-18T10:22:57.146 INFO:journalctl@ceph.mon.a.smithi002.stdout: index_block_restart_interval: 1 2024-09-18T10:22:57.146 INFO:journalctl@ceph.mon.a.smithi002.stdout: metadata_block_size: 4096 2024-09-18T10:22:57.146 INFO:journalctl@ceph.mon.a.smithi002.stdout: partition_filters: 0 2024-09-18T10:22:57.146 INFO:journalctl@ceph.mon.a.smithi002.stdout: use_delta_encoding: 1 2024-09-18T10:22:57.146 INFO:journalctl@ceph.mon.a.smithi002.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-18T10:22:57.146 INFO:journalctl@ceph.mon.a.smithi002.stdout: whole_key_filtering: 1 2024-09-18T10:22:57.146 INFO:journalctl@ceph.mon.a.smithi002.stdout: verify_compression: 0 2024-09-18T10:22:57.146 INFO:journalctl@ceph.mon.a.smithi002.stdout: read_amp_bytes_per_bit: 0 2024-09-18T10:22:57.146 INFO:journalctl@ceph.mon.a.smithi002.stdout: format_version: 4 2024-09-18T10:22:57.146 INFO:journalctl@ceph.mon.a.smithi002.stdout: enable_index_compression: 1 2024-09-18T10:22:57.146 INFO:journalctl@ceph.mon.a.smithi002.stdout: block_align: 0 2024-09-18T10:22:57.146 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.write_buffer_size: 33554432 2024-09-18T10:22:57.147 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_write_buffer_number: 2 2024-09-18T10:22:57.147 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compression: NoCompression 2024-09-18T10:22:57.147 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.bottommost_compression: Disabled 2024-09-18T10:22:57.147 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.prefix_extractor: nullptr 2024-09-18T10:22:57.147 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-18T10:22:57.147 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.num_levels: 7 2024-09-18T10:22:57.147 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-18T10:22:57.147 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-18T10:22:57.147 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-18T10:22:57.147 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-18T10:22:57.148 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-18T10:22:57.148 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-18T10:22:57.148 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-18T10:22:57.148 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-18T10:22:57.148 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-18T10:22:57.148 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-18T10:22:57.148 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-18T10:22:57.149 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compression_opts.level: 32767 2024-09-18T10:22:57.149 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compression_opts.strategy: 0 2024-09-18T10:22:57.149 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-18T10:22:57.149 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-18T10:22:57.149 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-18T10:22:57.149 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compression_opts.enabled: false 2024-09-18T10:22:57.149 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-18T10:22:57.149 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-18T10:22:57.149 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-18T10:22:57.149 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.target_file_size_base: 67108864 2024-09-18T10:22:57.149 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-18T10:22:57.149 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-18T10:22:57.149 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-18T10:22:57.150 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-18T10:22:57.150 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-18T10:22:57.150 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-18T10:22:57.150 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-18T10:22:57.150 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-18T10:22:57.150 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-18T10:22:57.150 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-18T10:22:57.150 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-18T10:22:57.150 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-18T10:22:57.150 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-18T10:22:57.150 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.arena_block_size: 4194304 2024-09-18T10:22:57.150 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-18T10:22:57.150 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-18T10:22:57.150 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-18T10:22:57.151 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.disable_auto_compactions: 0 2024-09-18T10:22:57.151 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-18T10:22:57.151 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-18T10:22:57.151 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-18T10:22:57.151 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-18T10:22:57.151 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-18T10:22:57.151 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-18T10:22:57.151 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-18T10:22:57.151 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-18T10:22:57.151 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-18T10:22:57.151 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-18T10:22:57.151 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-18T10:22:57.151 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.inplace_update_support: 0 2024-09-18T10:22:57.152 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-18T10:22:57.152 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-18T10:22:57.152 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-18T10:22:57.152 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-18T10:22:57.152 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.bloom_locality: 0 2024-09-18T10:22:57.152 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.max_successive_merges: 0 2024-09-18T10:22:57.152 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-18T10:22:57.152 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.paranoid_file_checks: 0 2024-09-18T10:22:57.152 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.force_consistency_checks: 1 2024-09-18T10:22:57.152 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.report_bg_io_stats: 0 2024-09-18T10:22:57.152 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.ttl: 2592000 2024-09-18T10:22:57.152 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-18T10:22:57.152 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.enable_blob_files: false 2024-09-18T10:22:57.152 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.min_blob_size: 0 2024-09-18T10:22:57.153 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.blob_file_size: 268435456 2024-09-18T10:22:57.153 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-18T10:22:57.153 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-18T10:22:57.153 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-18T10:22:57.153 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000009 succeeded,manifest_file_number is 9, next_file_number is 11, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-18T10:22:57.153 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 5 2024-09-18T10:22:57.153 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: [db/version_set.cc:4082] Creating manifest 13 2024-09-18T10:22:57.153 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726654977074821, "job": 1, "event": "recovery_started", "wal_files": [10]} 2024-09-18T10:22:57.153 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #10 mode 2 2024-09-18T10:22:57.153 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-18T10:22:57.153 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726654977075597, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 79564, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 77796, "index_size": 230, "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": 9759, "raw_average_key_size": 47, "raw_value_size": 72203, "raw_average_value_size": 348, "num_data_blocks": 10, "num_entries": 207, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1726654977, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "0562e337-60f8-4c51-ac77-3eab7c5c941a", "db_session_id": "6GYNXN155NETAW7A1NYI"}} 2024-09-18T10:22:57.153 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: [db/version_set.cc:4082] Creating manifest 15 2024-09-18T10:22:57.153 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726654977075960, "job": 1, "event": "recovery_finished"} 2024-09-18T10:22:57.153 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-18T10:22:57.154 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55cea70d2700 2024-09-18T10:22:57.154 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: DB pointer 0x55cea70a2000 2024-09-18T10:22:57.154 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-18T10:22:57.154 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-18T10:22:57.154 INFO:journalctl@ceph.mon.a.smithi002.stdout: ** DB Stats ** 2024-09-18T10:22:57.154 INFO:journalctl@ceph.mon.a.smithi002.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T10:22:57.154 INFO:journalctl@ceph.mon.a.smithi002.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-18T10:22:57.154 INFO:journalctl@ceph.mon.a.smithi002.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-18T10:22:57.154 INFO:journalctl@ceph.mon.a.smithi002.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T10:22:57.154 INFO:journalctl@ceph.mon.a.smithi002.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-18T10:22:57.154 INFO:journalctl@ceph.mon.a.smithi002.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-18T10:22:57.154 INFO:journalctl@ceph.mon.a.smithi002.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-18T10:22:57.154 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2024-09-18T10:22:57.155 INFO:journalctl@ceph.mon.a.smithi002.stdout: ** Compaction Stats [default] ** 2024-09-18T10:22:57.155 INFO:journalctl@ceph.mon.a.smithi002.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 2024-09-18T10:22:57.155 INFO:journalctl@ceph.mon.a.smithi002.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T10:22:57.155 INFO:journalctl@ceph.mon.a.smithi002.stdout: L0 2/0 79.48 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.6 0.00 0.00 1 0.001 0 0 2024-09-18T10:22:57.155 INFO:journalctl@ceph.mon.a.smithi002.stdout: Sum 2/0 79.48 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.6 0.00 0.00 1 0.001 0 0 2024-09-18T10:22:57.155 INFO:journalctl@ceph.mon.a.smithi002.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 150.6 0.00 0.00 1 0.001 0 0 2024-09-18T10:22:57.155 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2024-09-18T10:22:57.155 INFO:journalctl@ceph.mon.a.smithi002.stdout: ** Compaction Stats [default] ** 2024-09-18T10:22:57.155 INFO:journalctl@ceph.mon.a.smithi002.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 2024-09-18T10:22:57.155 INFO:journalctl@ceph.mon.a.smithi002.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T10:22:57.155 INFO:journalctl@ceph.mon.a.smithi002.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 150.6 0.00 0.00 1 0.001 0 0 2024-09-18T10:22:57.155 INFO:journalctl@ceph.mon.a.smithi002.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T10:22:57.155 INFO:journalctl@ceph.mon.a.smithi002.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-18T10:22:57.155 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-18T10:22:57.155 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-18T10:22:57.156 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-18T10:22:57.156 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-18T10:22:57.156 INFO:journalctl@ceph.mon.a.smithi002.stdout: Cumulative compaction: 0.00 GB write, 23.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T10:22:57.156 INFO:journalctl@ceph.mon.a.smithi002.stdout: Interval compaction: 0.00 GB write, 23.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T10:22:57.156 INFO:journalctl@ceph.mon.a.smithi002.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-18T10:22:57.156 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2024-09-18T10:22:57.156 INFO:journalctl@ceph.mon.a.smithi002.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-18T10:22:57.156 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2024-09-18T10:22:57.156 INFO:journalctl@ceph.mon.a.smithi002.stdout: ** Compaction Stats [default] ** 2024-09-18T10:22:57.156 INFO:journalctl@ceph.mon.a.smithi002.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 2024-09-18T10:22:57.156 INFO:journalctl@ceph.mon.a.smithi002.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T10:22:57.156 INFO:journalctl@ceph.mon.a.smithi002.stdout: L0 2/0 79.48 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.6 0.00 0.00 1 0.001 0 0 2024-09-18T10:22:57.156 INFO:journalctl@ceph.mon.a.smithi002.stdout: Sum 2/0 79.48 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 150.6 0.00 0.00 1 0.001 0 0 2024-09-18T10:22:57.156 INFO:journalctl@ceph.mon.a.smithi002.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-18T10:22:57.157 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2024-09-18T10:22:57.157 INFO:journalctl@ceph.mon.a.smithi002.stdout: ** Compaction Stats [default] ** 2024-09-18T10:22:57.157 INFO:journalctl@ceph.mon.a.smithi002.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 2024-09-18T10:22:57.157 INFO:journalctl@ceph.mon.a.smithi002.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-18T10:22:57.157 INFO:journalctl@ceph.mon.a.smithi002.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 150.6 0.00 0.00 1 0.001 0 0 2024-09-18T10:22:57.157 INFO:journalctl@ceph.mon.a.smithi002.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-18T10:22:57.157 INFO:journalctl@ceph.mon.a.smithi002.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-18T10:22:57.157 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-18T10:22:57.157 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-18T10:22:57.157 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-18T10:22:57.157 INFO:journalctl@ceph.mon.a.smithi002.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-18T10:22:57.157 INFO:journalctl@ceph.mon.a.smithi002.stdout: Cumulative compaction: 0.00 GB write, 23.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T10:22:57.157 INFO:journalctl@ceph.mon.a.smithi002.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-18T10:22:57.157 INFO:journalctl@ceph.mon.a.smithi002.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-18T10:22:57.158 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2024-09-18T10:22:57.158 INFO:journalctl@ceph.mon.a.smithi002.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-18T10:22:57.158 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: starting mon.a rank 0 at public addrs [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] at bind addrs [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:22:57.158 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: mon.a@-1(???) e1 preinit fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:22:57.158 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: mon.a@-1(???).mds e1 new map 2024-09-18T10:22:57.158 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: mon.a@-1(???).mds e1 print_map 2024-09-18T10:22:57.158 INFO:journalctl@ceph.mon.a.smithi002.stdout: e1 2024-09-18T10:22:57.158 INFO:journalctl@ceph.mon.a.smithi002.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-18T10:22:57.158 INFO:journalctl@ceph.mon.a.smithi002.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-18T10:22:57.158 INFO:journalctl@ceph.mon.a.smithi002.stdout: legacy client fscid: -1 2024-09-18T10:22:57.158 INFO:journalctl@ceph.mon.a.smithi002.stdout: 2024-09-18T10:22:57.158 INFO:journalctl@ceph.mon.a.smithi002.stdout: No filesystems configured 2024-09-18T10:22:57.158 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-18T10:22:57.158 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T10:22:57.158 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T10:22:57.159 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T10:22:57.159 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-18T10:22:57.159 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-18T10:22:57.159 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: monmap e1: 1 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T10:22:57.159 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: fsmap 2024-09-18T10:22:57.159 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: osdmap e1: 0 total, 0 up, 0 in 2024-09-18T10:22:57.159 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 ceph-mon[28843]: mgrmap e1: no daemons active 2024-09-18T10:22:57.159 INFO:teuthology.orchestra.run.smithi002.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-18T10:22:57.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 bash[28805]: 60980f3e2551dc224f551a8d21b3ac6d29710489722b9c4a2eaacc0c7c6e1ba1 2024-09-18T10:22:57.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:57 smithi002 systemd[1]: Started Ceph mon.a for cdb93d6e-75a7-11ef-bceb-c7b262605968. 2024-09-18T10:22:58.206 INFO:teuthology.orchestra.run.smithi002.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-18T10:22:58.206 INFO:teuthology.orchestra.run.smithi002.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-18T10:22:58.206 INFO:teuthology.orchestra.run.smithi002.stdout:Creating mgr... 2024-09-18T10:22:58.206 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-18T10:22:58.207 INFO:teuthology.orchestra.run.smithi002.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-18T10:22:58.400 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mgr.a 2024-09-18T10:22:58.400 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Failed to reset failed state of unit ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mgr.a.service: Unit ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mgr.a.service not loaded. 2024-09-18T10:22:58.573 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968.target.wants/ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@.service. 2024-09-18T10:22:58.910 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:58 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/402931940' entity='client.admin' 2024-09-18T10:22:58.910 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:22:58 smithi002 podman[29079]: 2024-09-18 10:22:58.709754166 +0000 UTC m=+0.016351519 image pull f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 2024-09-18T10:22:59.145 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-18T10:22:59.145 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout disabled 2024-09-18T10:22:59.153 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-18T10:22:59.153 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-09-18T10:22:59.153 INFO:teuthology.orchestra.run.smithi002.stdout:firewalld.service is not enabled 2024-09-18T10:22:59.153 INFO:teuthology.orchestra.run.smithi002.stdout:Not possible to enable service . firewalld.service is not available 2024-09-18T10:22:59.162 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-18T10:22:59.163 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout disabled 2024-09-18T10:22:59.171 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-18T10:22:59.171 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-09-18T10:22:59.171 INFO:teuthology.orchestra.run.smithi002.stdout:firewalld.service is not enabled 2024-09-18T10:22:59.171 INFO:teuthology.orchestra.run.smithi002.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-18T10:22:59.171 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mgr to start... 2024-09-18T10:22:59.171 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mgr... 2024-09-18T10:22:59.290 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:22:59 smithi002 podman[29079]: 2024-09-18 10:22:59.030260864 +0000 UTC m=+0.336858214 container init 5768515e899d59a6370a7b301c697c4b2edf2622ef2662f158203b18e9f26b44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2) 2024-09-18T10:22:59.290 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:22:59 smithi002 podman[29079]: 2024-09-18 10:22:59.035042554 +0000 UTC m=+0.341639902 container start 5768515e899d59a6370a7b301c697c4b2edf2622ef2662f158203b18e9f26b44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-18T10:22:59.290 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:22:59 smithi002 bash[29079]: 5768515e899d59a6370a7b301c697c4b2edf2622ef2662f158203b18e9f26b44 2024-09-18T10:22:59.290 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:22:59 smithi002 systemd[1]: Started Ceph mgr.a for cdb93d6e-75a7-11ef-bceb-c7b262605968. 2024-09-18T10:22:59.290 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:22:59 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:22:59.153+0000 7f7ee65ceec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-18T10:22:59.291 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:22:59 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:22:59.219+0000 7f7ee65ceec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-18T10:22:59.291 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:22:59 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:22:59.287+0000 7f7ee65ceec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-18T10:22:59.570 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:22:59 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:22:59.421+0000 7f7ee65ceec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-18T10:22:59.570 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:22:59 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:22:59.568+0000 7f7ee65ceec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-18T10:22:59.859 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:22:59 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/1027518446' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-18T10:23:00.164 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:22:59 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:22:59.857+0000 7f7ee65ceec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-18T10:23:00.165 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:22:59 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:22:59.921+0000 7f7ee65ceec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-18T10:23:00.165 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:00 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:00.093+0000 7f7ee65ceec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-18T10:23:00.350 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-18T10:23:00.350 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-09-18T10:23:00.350 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsid": "cdb93d6e-75a7-11ef-bceb-c7b262605968", 2024-09-18T10:23:00.350 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "health": { 2024-09-18T10:23:00.350 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-18T10:23:00.351 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-18T10:23:00.351 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-18T10:23:00.351 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:00.351 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-18T10:23:00.351 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-18T10:23:00.351 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 0 2024-09-18T10:23:00.351 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-18T10:23:00.351 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-18T10:23:00.351 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "a" 2024-09-18T10:23:00.351 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-18T10:23:00.351 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-18T10:23:00.351 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-18T10:23:00.351 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T10:23:00.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2024-09-18T10:23:00.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-18T10:23:00.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:00.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-18T10:23:00.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T10:23:00.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-18T10:23:00.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-18T10:23:00.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-18T10:23:00.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-18T10:23:00.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-18T10:23:00.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-18T10:23:00.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:00.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-18T10:23:00.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-18T10:23:00.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-18T10:23:00.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-18T10:23:00.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-18T10:23:00.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-18T10:23:00.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-18T10:23:00.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-18T10:23:00.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-18T10:23:00.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:00.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-18T10:23:00.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T10:23:00.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-18T10:23:00.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-18T10:23:00.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:00.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-18T10:23:00.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-18T10:23:00.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-18T10:23:00.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-18T10:23:00.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-18T10:23:00.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-18T10:23:00.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "restful" 2024-09-18T10:23:00.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-18T10:23:00.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T10:23:00.357 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:00.358 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-18T10:23:00.358 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T10:23:00.358 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modified": "2024-09-18T10:22:52.318220+0000", 2024-09-18T10:23:00.358 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T10:23:00.358 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:00.358 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-18T10:23:00.358 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-09-18T10:23:00.358 INFO:teuthology.orchestra.run.smithi002.stdout:mgr not available, waiting (1/15)... 2024-09-18T10:23:01.414 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:00 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:00.984+0000 7f7ee65ceec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-18T10:23:01.415 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:01 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:01.052+0000 7f7ee65ceec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-18T10:23:02.117 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:01 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:01.811+0000 7f7ee65ceec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-18T10:23:02.117 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:01 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:01.927+0000 7f7ee65ceec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-18T10:23:02.117 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:02 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:02.054+0000 7f7ee65ceec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-18T10:23:02.118 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:02 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:02.115+0000 7f7ee65ceec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-18T10:23:02.381 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:02 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:02.247+0000 7f7ee65ceec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-18T10:23:02.381 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:02 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:02.317+0000 7f7ee65ceec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-18T10:23:02.381 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:02 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:02.379+0000 7f7ee65ceec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-18T10:23:02.637 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:02 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:02.522+0000 7f7ee65ceec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-18T10:23:02.637 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:02 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:02.589+0000 7f7ee65ceec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-18T10:23:02.909 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:02 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:02.665+0000 7f7ee65ceec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-18T10:23:02.910 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:02 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:02.750+0000 7f7ee65ceec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-18T10:23:02.910 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:02 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:02.813+0000 7f7ee65ceec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-18T10:23:02.910 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:02 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:02.874+0000 7f7ee65ceec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-18T10:23:03.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:02 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/866808368' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-18T10:23:03.509 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-18T10:23:03.509 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-09-18T10:23:03.509 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsid": "cdb93d6e-75a7-11ef-bceb-c7b262605968", 2024-09-18T10:23:03.509 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "health": { 2024-09-18T10:23:03.509 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-18T10:23:03.509 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-18T10:23:03.509 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-18T10:23:03.509 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:03.509 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-18T10:23:03.510 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-18T10:23:03.510 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 0 2024-09-18T10:23:03.510 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-18T10:23:03.510 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-18T10:23:03.510 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "a" 2024-09-18T10:23:03.510 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-18T10:23:03.510 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-18T10:23:03.510 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-18T10:23:03.510 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T10:23:03.510 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2024-09-18T10:23:03.510 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-18T10:23:03.510 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:03.510 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-18T10:23:03.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T10:23:03.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-18T10:23:03.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-18T10:23:03.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-18T10:23:03.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-18T10:23:03.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-18T10:23:03.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-18T10:23:03.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:03.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-18T10:23:03.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-18T10:23:03.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-18T10:23:03.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-18T10:23:03.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-18T10:23:03.511 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-18T10:23:03.512 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-18T10:23:03.512 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-18T10:23:03.512 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-18T10:23:03.512 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:03.512 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-18T10:23:03.512 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T10:23:03.512 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-18T10:23:03.512 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-18T10:23:03.512 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:03.512 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-18T10:23:03.512 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-18T10:23:03.512 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-18T10:23:03.512 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-18T10:23:03.512 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-18T10:23:03.513 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-18T10:23:03.513 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "restful" 2024-09-18T10:23:03.513 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-18T10:23:03.513 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T10:23:03.513 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:03.513 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-18T10:23:03.513 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T10:23:03.513 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modified": "2024-09-18T10:22:52.318220+0000", 2024-09-18T10:23:03.513 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T10:23:03.513 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:03.513 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-18T10:23:03.513 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-09-18T10:23:03.513 INFO:teuthology.orchestra.run.smithi002.stdout:mgr not available, waiting (2/15)... 2024-09-18T10:23:03.914 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:03 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:03.673+0000 7f7ee65ceec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-18T10:23:04.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:03 smithi002 ceph-mon[28843]: Activating manager daemon a 2024-09-18T10:23:04.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:03 smithi002 ceph-mon[28843]: mgrmap e2: a(active, starting, since 0.00297464s) 2024-09-18T10:23:04.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:03 smithi002 ceph-mon[28843]: from='mgr.14100 172.21.15.2:0/1024408118' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-18T10:23:04.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:03 smithi002 ceph-mon[28843]: from='mgr.14100 172.21.15.2:0/1024408118' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-18T10:23:04.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:03 smithi002 ceph-mon[28843]: from='mgr.14100 172.21.15.2:0/1024408118' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-18T10:23:04.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:03 smithi002 ceph-mon[28843]: from='mgr.14100 172.21.15.2:0/1024408118' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:23:04.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:03 smithi002 ceph-mon[28843]: from='mgr.14100 172.21.15.2:0/1024408118' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-18T10:23:04.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:03 smithi002 ceph-mon[28843]: Manager daemon a is now available 2024-09-18T10:23:04.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:03 smithi002 ceph-mon[28843]: from='mgr.14100 172.21.15.2:0/1024408118' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-18T10:23:04.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:03 smithi002 ceph-mon[28843]: from='mgr.14100 172.21.15.2:0/1024408118' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-18T10:23:04.416 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:03 smithi002 ceph-mon[28843]: from='mgr.14100 172.21.15.2:0/1024408118' entity='mgr.a' 2024-09-18T10:23:04.416 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:03 smithi002 ceph-mon[28843]: from='mgr.14100 172.21.15.2:0/1024408118' entity='mgr.a' 2024-09-18T10:23:04.416 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:03 smithi002 ceph-mon[28843]: from='mgr.14100 172.21.15.2:0/1024408118' entity='mgr.a' 2024-09-18T10:23:05.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:05 smithi002 ceph-mon[28843]: mgrmap e3: a(active, since 1.00703s) 2024-09-18T10:23:06.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:06 smithi002 ceph-mon[28843]: mgrmap e4: a(active, since 2s) 2024-09-18T10:23:06.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:06 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/2795070915' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-18T10:23:07.032 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-18T10:23:07.032 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-09-18T10:23:07.032 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsid": "cdb93d6e-75a7-11ef-bceb-c7b262605968", 2024-09-18T10:23:07.032 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "health": { 2024-09-18T10:23:07.032 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-18T10:23:07.033 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-18T10:23:07.033 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-18T10:23:07.033 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:07.033 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-18T10:23:07.033 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-18T10:23:07.033 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 0 2024-09-18T10:23:07.033 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-18T10:23:07.033 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-18T10:23:07.033 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "a" 2024-09-18T10:23:07.033 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-18T10:23:07.033 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-18T10:23:07.033 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-18T10:23:07.033 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T10:23:07.034 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "quincy", 2024-09-18T10:23:07.034 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-18T10:23:07.034 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:07.034 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-18T10:23:07.034 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T10:23:07.034 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-18T10:23:07.034 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-18T10:23:07.034 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-18T10:23:07.034 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-18T10:23:07.034 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-18T10:23:07.034 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-18T10:23:07.034 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:07.034 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-18T10:23:07.035 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-18T10:23:07.035 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-18T10:23:07.035 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-18T10:23:07.035 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-18T10:23:07.035 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-18T10:23:07.035 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-18T10:23:07.035 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-18T10:23:07.035 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-18T10:23:07.035 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:07.035 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-18T10:23:07.035 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T10:23:07.035 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-18T10:23:07.035 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-18T10:23:07.035 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:07.036 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-18T10:23:07.036 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-18T10:23:07.036 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-18T10:23:07.036 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-18T10:23:07.036 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-18T10:23:07.036 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-18T10:23:07.036 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "restful" 2024-09-18T10:23:07.036 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ], 2024-09-18T10:23:07.036 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T10:23:07.036 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:07.036 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-18T10:23:07.036 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-18T10:23:07.036 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "modified": "2024-09-18T10:22:52.318220+0000", 2024-09-18T10:23:07.036 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-18T10:23:07.037 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout }, 2024-09-18T10:23:07.037 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-18T10:23:07.037 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-09-18T10:23:07.037 INFO:teuthology.orchestra.run.smithi002.stdout:mgr is available 2024-09-18T10:23:08.137 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:07 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/2793535387' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-18T10:23:08.138 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:07 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/2793535387' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-18T10:23:08.425 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-18T10:23:08.425 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [global] 2024-09-18T10:23:08.426 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout fsid = cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:23:08.426 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-18T10:23:08.426 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-18T10:23:08.426 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-18T10:23:08.426 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-18T10:23:08.426 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-18T10:23:08.426 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-18T10:23:08.426 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-18T10:23:08.426 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-18T10:23:08.426 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 2024-09-18T10:23:08.426 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout [osd] 2024-09-18T10:23:08.426 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-18T10:23:08.426 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-18T10:23:08.427 INFO:teuthology.orchestra.run.smithi002.stdout:Enabling cephadm module... 2024-09-18T10:23:09.373 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:09 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/3140597756' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-18T10:23:09.373 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:09 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: ignoring --setuser ceph since I am not root 2024-09-18T10:23:09.373 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:09 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: ignoring --setgroup ceph since I am not root 2024-09-18T10:23:09.373 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:09 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:09.246+0000 7f929c885ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-18T10:23:09.373 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:09 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:09.303+0000 7f929c885ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-18T10:23:09.373 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:09 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:09.371+0000 7f929c885ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-18T10:23:09.644 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:09 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:09.500+0000 7f929c885ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-18T10:23:09.914 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:09 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:09.642+0000 7f929c885ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-18T10:23:10.187 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:10 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/3140597756' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-18T10:23:10.187 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:10 smithi002 ceph-mon[28843]: mgrmap e5: a(active, since 5s) 2024-09-18T10:23:10.188 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:09 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:09.914+0000 7f929c885ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-18T10:23:10.188 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:09 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:09.981+0000 7f929c885ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-18T10:23:10.188 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:10 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:10.152+0000 7f929c885ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-18T10:23:10.919 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-09-18T10:23:10.919 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-18T10:23:10.919 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-18T10:23:10.919 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-18T10:23:10.919 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-18T10:23:10.919 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-09-18T10:23:10.919 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for the mgr to restart... 2024-09-18T10:23:10.919 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mgr epoch 5... 2024-09-18T10:23:11.301 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:11 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/4192794091' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-18T10:23:11.302 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:11 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:11.051+0000 7f929c885ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-18T10:23:11.302 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:11 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:11.120+0000 7f929c885ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-18T10:23:12.165 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:11 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:11.866+0000 7f929c885ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-18T10:23:12.165 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:11 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:11.982+0000 7f929c885ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-18T10:23:12.165 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:12 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:12.107+0000 7f929c885ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-18T10:23:12.436 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:12 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:12.169+0000 7f929c885ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-18T10:23:12.437 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:12 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:12.303+0000 7f929c885ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-18T10:23:12.437 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:12 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:12.373+0000 7f929c885ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-18T10:23:12.437 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:12 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:12.435+0000 7f929c885ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-18T10:23:12.718 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:12 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:12.578+0000 7f929c885ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-18T10:23:12.718 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:12 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:12.646+0000 7f929c885ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-18T10:23:12.718 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:12 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:12.716+0000 7f929c885ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-18T10:23:13.164 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:12 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:12.802+0000 7f929c885ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-18T10:23:13.165 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:12 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:12.863+0000 7f929c885ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-18T10:23:13.165 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:12 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:12.923+0000 7f929c885ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-18T10:23:14.164 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:13.706+0000 7f929c885ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-18T10:23:14.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: Active manager daemon a restarted 2024-09-18T10:23:14.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: Activating manager daemon a 2024-09-18T10:23:14.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: osdmap e2: 0 total, 0 up, 0 in 2024-09-18T10:23:14.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: mgrmap e6: a(active, starting, since 0.00330147s) 2024-09-18T10:23:14.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:23:14.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-18T10:23:14.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-18T10:23:14.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-18T10:23:14.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-18T10:23:14.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: Manager daemon a is now available 2024-09-18T10:23:14.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' 2024-09-18T10:23:14.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' 2024-09-18T10:23:14.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:23:14.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:23:14.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-18T10:23:14.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:13 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-18T10:23:15.021 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:14 smithi002 ceph-mon[28843]: Found migration_current of "None". Setting to last migration. 2024-09-18T10:23:15.022 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:14 smithi002 ceph-mon[28843]: mgrmap e7: a(active, since 1.00531s) 2024-09-18T10:23:15.274 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-09-18T10:23:15.274 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-18T10:23:15.275 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-18T10:23:15.275 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-09-18T10:23:15.275 INFO:teuthology.orchestra.run.smithi002.stdout:mgr epoch 5 is available 2024-09-18T10:23:15.275 INFO:teuthology.orchestra.run.smithi002.stdout:Setting orchestrator backend to cephadm... 2024-09-18T10:23:15.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-mon[28843]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-18T10:23:15.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-mon[28843]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-18T10:23:15.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' 2024-09-18T10:23:15.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:23:15.915 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:15.590+0000 7f924ec73640 -1 log_channel(cephadm) log [ERR] : [18/Sep/2024:10:23:15] ENGINE Error in HTTPServer.serve 2024-09-18T10:23:15.915 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: Traceback (most recent call last): 2024-09-18T10:23:15.915 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T10:23:15.915 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: self._connections.run(self.expiration_interval) 2024-09-18T10:23:15.915 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T10:23:15.916 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: self._run(expiration_interval) 2024-09-18T10:23:15.916 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T10:23:15.916 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T10:23:15.916 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T10:23:15.916 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T10:23:15.916 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T10:23:15.916 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: s = self.context.wrap_socket( 2024-09-18T10:23:15.916 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T10:23:15.916 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: return self.sslsocket_class._create( 2024-09-18T10:23:15.916 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T10:23:15.916 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: self.do_handshake() 2024-09-18T10:23:15.916 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T10:23:15.916 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: self._sslobj.do_handshake() 2024-09-18T10:23:15.917 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T10:23:15.917 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:15 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:17.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:16 smithi002 ceph-mon[28843]: [18/Sep/2024:10:23:15] ENGINE Bus STARTING 2024-09-18T10:23:17.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:16 smithi002 ceph-mon[28843]: [18/Sep/2024:10:23:15] ENGINE Serving on https://172.21.15.2:7150 2024-09-18T10:23:17.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:16 smithi002 ceph-mon[28843]: [18/Sep/2024:10:23:15] ENGINE Bus STARTED 2024-09-18T10:23:17.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:16 smithi002 ceph-mon[28843]: [18/Sep/2024:10:23:15] ENGINE Error in HTTPServer.serve 2024-09-18T10:23:17.165 INFO:journalctl@ceph.mon.a.smithi002.stdout: Traceback (most recent call last): 2024-09-18T10:23:17.165 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T10:23:17.165 INFO:journalctl@ceph.mon.a.smithi002.stdout: self._connections.run(self.expiration_interval) 2024-09-18T10:23:17.165 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T10:23:17.165 INFO:journalctl@ceph.mon.a.smithi002.stdout: self._run(expiration_interval) 2024-09-18T10:23:17.165 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T10:23:17.165 INFO:journalctl@ceph.mon.a.smithi002.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T10:23:17.166 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T10:23:17.166 INFO:journalctl@ceph.mon.a.smithi002.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T10:23:17.166 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T10:23:17.166 INFO:journalctl@ceph.mon.a.smithi002.stdout: s = self.context.wrap_socket( 2024-09-18T10:23:17.166 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T10:23:17.166 INFO:journalctl@ceph.mon.a.smithi002.stdout: return self.sslsocket_class._create( 2024-09-18T10:23:17.166 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T10:23:17.166 INFO:journalctl@ceph.mon.a.smithi002.stdout: self.do_handshake() 2024-09-18T10:23:17.166 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T10:23:17.166 INFO:journalctl@ceph.mon.a.smithi002.stdout: self._sslobj.do_handshake() 2024-09-18T10:23:17.166 INFO:journalctl@ceph.mon.a.smithi002.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T10:23:17.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:16 smithi002 ceph-mon[28843]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:23:17.167 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:16 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' 2024-09-18T10:23:17.167 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:16 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:23:17.167 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:16 smithi002 ceph-mon[28843]: mgrmap e8: a(active, since 2s) 2024-09-18T10:23:17.652 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-18T10:23:17.653 INFO:teuthology.orchestra.run.smithi002.stdout:Generating ssh key... 2024-09-18T10:23:18.110 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:17 smithi002 ceph-mon[28843]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:23:18.898 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: Generating public/private rsa key pair. 2024-09-18T10:23:18.898 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: Your identification has been saved in /tmp/tmpvqvmq20n/key 2024-09-18T10:23:18.898 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: Your public key has been saved in /tmp/tmpvqvmq20n/key.pub 2024-09-18T10:23:18.898 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: The key fingerprint is: 2024-09-18T10:23:18.898 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: SHA256:dUMz7XNFkkGDfu8aIk2BoVetV3cEbhhL0QvR+M0j3aI ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:23:18.898 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: The key's randomart image is: 2024-09-18T10:23:18.899 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: +---[RSA 3072]----+ 2024-09-18T10:23:18.899 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: | . X@**o| 2024-09-18T10:23:18.899 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: | . *+B*o=| 2024-09-18T10:23:18.899 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: | . +.*=+==| 2024-09-18T10:23:18.899 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: | o .o=Oo=| 2024-09-18T10:23:18.899 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: | S .+.=.| 2024-09-18T10:23:18.899 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: | oE .| 2024-09-18T10:23:18.899 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: | . o .. | 2024-09-18T10:23:18.899 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: | . . ..| 2024-09-18T10:23:18.899 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: | .. | 2024-09-18T10:23:18.899 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:18 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: +----[SHA256]-----+ 2024-09-18T10:23:19.870 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:19 smithi002 ceph-mon[28843]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:23:19.870 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:19 smithi002 ceph-mon[28843]: Generating ssh key... 2024-09-18T10:23:19.870 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:19 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' 2024-09-18T10:23:19.870 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:19 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' 2024-09-18T10:23:20.416 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTu0f2fasZZzVb0slFS+7mX3iVQKN0mMZTq98eMSQOp8h9EArR95DewYTkVuX13j1svjHerXqrSp6+N6FP/2VGRfrFwDd+i290JiV6sjC6Mif/8pRc3ltlBnC2xKxbcO4vxE7guex/d3lwN/bwHp4GC0fD8fuclz7rKqBKECFlHthFtXrzkStCjxu5VBTDRS0lq7hJip19yNhNV77toh37Fd5RFTNRvmtq+wGBVzzJUEooJE8ROrG8gtpvSeQjMuY2GXKSTaBpJDJ1P4zhHemNreQJB+N8DJfr/E2vSaeTBEwFuUsdKOegSdZriQPRcCXJQEK1gJuYoArrJcVc4SAXB2nI0ZpVLemCDIDqnaVp3973T7xlteal1R37X+J58ktVJWvtEXuqJkyYaDbVDUQ83kp0u5PPnVFusRSlBRSKdWRp2jr+ItW33ClrxQoFKmYioggILqgh1rHg12HGRHj3+qsQhzcrgGgUTLAM8bIcekNYtEygbQUirPNIHsPpEt8= ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:23:20.416 INFO:teuthology.orchestra.run.smithi002.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-18T10:23:20.416 INFO:teuthology.orchestra.run.smithi002.stdout:Adding key to root@localhost authorized_keys... 2024-09-18T10:23:20.428 INFO:teuthology.orchestra.run.smithi002.stdout:Adding host smithi002... 2024-09-18T10:23:20.672 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:20 smithi002 ceph-mon[28843]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:23:21.866 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:21 smithi002 ceph-mon[28843]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi002", "addr": "172.21.15.2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:23:23.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:23 smithi002 ceph-mon[28843]: Deploying cephadm binary to smithi002 2024-09-18T10:23:25.107 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout Added host 'smithi002' with addr '172.21.15.2' 2024-09-18T10:23:25.108 INFO:teuthology.orchestra.run.smithi002.stdout:Deploying unmanaged mon service... 2024-09-18T10:23:25.799 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:25 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' 2024-09-18T10:23:25.799 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:25 smithi002 ceph-mon[28843]: Added host smithi002 2024-09-18T10:23:25.799 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:25 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:23:26.356 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-18T10:23:26.356 INFO:teuthology.orchestra.run.smithi002.stdout:Deploying unmanaged mgr service... 2024-09-18T10:23:26.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:26 smithi002 ceph-mon[28843]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:23:26.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:26 smithi002 ceph-mon[28843]: Saving service mon spec with placement count:5 2024-09-18T10:23:26.917 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:26 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' 2024-09-18T10:23:28.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:28 smithi002 ceph-mon[28843]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:23:28.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:28 smithi002 ceph-mon[28843]: Saving service mgr spec with placement count:2 2024-09-18T10:23:28.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:28 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' 2024-09-18T10:23:28.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:28 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' 2024-09-18T10:23:28.352 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-18T10:23:29.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:29 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' 2024-09-18T10:23:29.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:29 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/1000689875' entity='client.admin' 2024-09-18T10:23:31.100 INFO:teuthology.orchestra.run.smithi002.stdout:Enabling the dashboard module... 2024-09-18T10:23:31.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:31 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/1933161325' entity='client.admin' 2024-09-18T10:23:31.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:31 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' 2024-09-18T10:23:32.913 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:32 smithi002 ceph-mon[28843]: from='mgr.14118 172.21.15.2:0/2748862677' entity='mgr.a' 2024-09-18T10:23:32.913 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:32 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/1332073612' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-18T10:23:32.913 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:32 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: ignoring --setuser ceph since I am not root 2024-09-18T10:23:32.914 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:32 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: ignoring --setgroup ceph since I am not root 2024-09-18T10:23:32.914 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:32 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:32.787+0000 7f613f349ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-18T10:23:32.914 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:32 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:32.844+0000 7f613f349ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-18T10:23:32.914 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:32 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:32.910+0000 7f613f349ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-18T10:23:33.164 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:33 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:33.041+0000 7f613f349ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-18T10:23:33.453 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:33 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:33.183+0000 7f613f349ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-18T10:23:33.453 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:33 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:33.450+0000 7f613f349ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-18T10:23:33.799 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:33 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/1332073612' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-18T10:23:33.800 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:33 smithi002 ceph-mon[28843]: mgrmap e9: a(active, since 18s) 2024-09-18T10:23:33.800 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:33 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:33.513+0000 7f613f349ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-18T10:23:33.800 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:33 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:33.688+0000 7f613f349ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-18T10:23:34.841 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:34 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/4095841127' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-18T10:23:34.841 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:34 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:34.583+0000 7f613f349ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-18T10:23:34.841 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:34 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:34.650+0000 7f613f349ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-18T10:23:34.844 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-09-18T10:23:34.844 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-18T10:23:34.844 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-18T10:23:34.845 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-18T10:23:34.845 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-18T10:23:34.845 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-09-18T10:23:34.845 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for the mgr to restart... 2024-09-18T10:23:34.845 INFO:teuthology.orchestra.run.smithi002.stdout:Waiting for mgr epoch 9... 2024-09-18T10:23:35.664 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:35 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:35.399+0000 7f613f349ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-18T10:23:35.665 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:35 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:35.514+0000 7f613f349ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-18T10:23:35.665 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:35 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:35.639+0000 7f613f349ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-18T10:23:35.962 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:35 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:35.700+0000 7f613f349ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-18T10:23:35.962 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:35 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:35.830+0000 7f613f349ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-18T10:23:35.962 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:35 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:35.900+0000 7f613f349ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-18T10:23:35.962 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:35 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:35.959+0000 7f613f349ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-18T10:23:36.234 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:36 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:36.098+0000 7f613f349ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-18T10:23:36.234 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:36 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:36.164+0000 7f613f349ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-18T10:23:36.234 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:36 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:36.231+0000 7f613f349ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-18T10:23:36.664 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:36 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:36.315+0000 7f613f349ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-18T10:23:36.665 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:36 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:36.375+0000 7f613f349ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-18T10:23:36.665 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:36 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:36.434+0000 7f613f349ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-18T10:23:37.460 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:37 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:37.206+0000 7f613f349ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-18T10:23:37.460 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:37 smithi002 ceph-mon[28843]: Active manager daemon a restarted 2024-09-18T10:23:37.460 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:37 smithi002 ceph-mon[28843]: Activating manager daemon a 2024-09-18T10:23:37.460 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:37 smithi002 ceph-mon[28843]: osdmap e3: 0 total, 0 up, 0 in 2024-09-18T10:23:37.460 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:37 smithi002 ceph-mon[28843]: mgrmap e10: a(active, starting, since 0.00317666s) 2024-09-18T10:23:37.460 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:23:37.461 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-18T10:23:37.461 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-18T10:23:37.461 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-18T10:23:37.461 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-18T10:23:37.461 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:37 smithi002 ceph-mon[28843]: Manager daemon a is now available 2024-09-18T10:23:37.461 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:23:37.461 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-18T10:23:37.461 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-18T10:23:38.902 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:38.808+0000 7f60efea6640 -1 log_channel(cephadm) log [ERR] : [18/Sep/2024:10:23:38] ENGINE Error in HTTPServer.serve 2024-09-18T10:23:38.902 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: Traceback (most recent call last): 2024-09-18T10:23:38.902 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T10:23:38.902 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: self._connections.run(self.expiration_interval) 2024-09-18T10:23:38.903 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T10:23:38.903 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: self._run(expiration_interval) 2024-09-18T10:23:38.903 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T10:23:38.903 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T10:23:38.903 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T10:23:38.903 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T10:23:38.903 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T10:23:38.903 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: s = self.context.wrap_socket( 2024-09-18T10:23:38.903 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T10:23:38.903 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: return self.sslsocket_class._create( 2024-09-18T10:23:38.903 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T10:23:38.903 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: self.do_handshake() 2024-09-18T10:23:38.903 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T10:23:38.903 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: self._sslobj.do_handshake() 2024-09-18T10:23:38.903 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T10:23:38.904 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:23:38 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:23:39.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout { 2024-09-18T10:23:39.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-18T10:23:39.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-18T10:23:39.154 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout } 2024-09-18T10:23:39.154 INFO:teuthology.orchestra.run.smithi002.stdout:mgr epoch 9 is available 2024-09-18T10:23:39.154 INFO:teuthology.orchestra.run.smithi002.stdout:Generating a dashboard self-signed certificate... 2024-09-18T10:23:39.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:39 smithi002 ceph-mon[28843]: mgrmap e11: a(active, since 1.00584s) 2024-09-18T10:23:39.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:39 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:39.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:39 smithi002 ceph-mon[28843]: [18/Sep/2024:10:23:38] ENGINE Bus STARTING 2024-09-18T10:23:39.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:39 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:39.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:39 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:40.635 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:40 smithi002 ceph-mon[28843]: [18/Sep/2024:10:23:38] ENGINE Serving on https://172.21.15.2:7150 2024-09-18T10:23:40.635 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:40 smithi002 ceph-mon[28843]: [18/Sep/2024:10:23:38] ENGINE Bus STARTED 2024-09-18T10:23:40.635 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:40 smithi002 ceph-mon[28843]: [18/Sep/2024:10:23:38] ENGINE Error in HTTPServer.serve 2024-09-18T10:23:40.635 INFO:journalctl@ceph.mon.a.smithi002.stdout: Traceback (most recent call last): 2024-09-18T10:23:40.635 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-18T10:23:40.636 INFO:journalctl@ceph.mon.a.smithi002.stdout: self._connections.run(self.expiration_interval) 2024-09-18T10:23:40.636 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-18T10:23:40.636 INFO:journalctl@ceph.mon.a.smithi002.stdout: self._run(expiration_interval) 2024-09-18T10:23:40.636 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-18T10:23:40.636 INFO:journalctl@ceph.mon.a.smithi002.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-18T10:23:40.636 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-18T10:23:40.636 INFO:journalctl@ceph.mon.a.smithi002.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-18T10:23:40.636 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-18T10:23:40.636 INFO:journalctl@ceph.mon.a.smithi002.stdout: s = self.context.wrap_socket( 2024-09-18T10:23:40.636 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-18T10:23:40.636 INFO:journalctl@ceph.mon.a.smithi002.stdout: return self.sslsocket_class._create( 2024-09-18T10:23:40.636 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-18T10:23:40.637 INFO:journalctl@ceph.mon.a.smithi002.stdout: self.do_handshake() 2024-09-18T10:23:40.637 INFO:journalctl@ceph.mon.a.smithi002.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-18T10:23:40.637 INFO:journalctl@ceph.mon.a.smithi002.stdout: self._sslobj.do_handshake() 2024-09-18T10:23:40.637 INFO:journalctl@ceph.mon.a.smithi002.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-18T10:23:40.637 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:40 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:40.637 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:40 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:40.637 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:40 smithi002 ceph-mon[28843]: mgrmap e12: a(active, since 2s) 2024-09-18T10:23:40.902 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-18T10:23:40.902 INFO:teuthology.orchestra.run.smithi002.stdout:Creating initial admin user... 2024-09-18T10:23:41.439 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:41 smithi002 ceph-mon[28843]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:23:42.706 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$kO6svo/4wNicJK6VJEImB.RkR7AeqY248isSGo2zdEweoSmMghR5y", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726655022, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-18T10:23:42.706 INFO:teuthology.orchestra.run.smithi002.stdout:Fetching dashboard port number... 2024-09-18T10:23:43.338 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:43 smithi002 ceph-mon[28843]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:23:43.338 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:43.928 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stdout 8443 2024-09-18T10:23:43.940 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-18T10:23:43.940 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout disabled 2024-09-18T10:23:43.949 INFO:teuthology.orchestra.run.smithi002.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-18T10:23:43.949 INFO:teuthology.orchestra.run.smithi002.stdout:systemctl: stdout inactive 2024-09-18T10:23:43.949 INFO:teuthology.orchestra.run.smithi002.stdout:firewalld.service is not enabled 2024-09-18T10:23:43.949 INFO:teuthology.orchestra.run.smithi002.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-18T10:23:43.951 INFO:teuthology.orchestra.run.smithi002.stdout:Ceph Dashboard is now available at: 2024-09-18T10:23:43.951 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:23:43.952 INFO:teuthology.orchestra.run.smithi002.stdout: URL: https://smithi002.front.sepia.ceph.com:8443/ 2024-09-18T10:23:43.952 INFO:teuthology.orchestra.run.smithi002.stdout: User: admin 2024-09-18T10:23:43.952 INFO:teuthology.orchestra.run.smithi002.stdout: Password: d2qmh2cu25 2024-09-18T10:23:43.952 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:23:43.953 INFO:teuthology.orchestra.run.smithi002.stdout:Saving cluster configuration to /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config directory 2024-09-18T10:23:43.953 INFO:teuthology.orchestra.run.smithi002.stdout:Enabling autotune for osd_memory_target 2024-09-18T10:23:44.225 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:44 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/3835462482' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-18T10:23:45.167 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:45 smithi002 ceph-mon[28843]: mgrmap e13: a(active, since 6s) 2024-09-18T10:23:46.408 INFO:teuthology.orchestra.run.smithi002.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-18T10:23:46.408 INFO:teuthology.orchestra.run.smithi002.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-18T10:23:46.408 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:23:46.408 INFO:teuthology.orchestra.run.smithi002.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-18T10:23:46.408 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:23:46.408 INFO:teuthology.orchestra.run.smithi002.stdout:Or, if you are only running a single cluster on this host: 2024-09-18T10:23:46.408 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:23:46.408 INFO:teuthology.orchestra.run.smithi002.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-18T10:23:46.408 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:23:46.408 INFO:teuthology.orchestra.run.smithi002.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-18T10:23:46.408 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:23:46.409 INFO:teuthology.orchestra.run.smithi002.stdout: ceph telemetry on 2024-09-18T10:23:46.409 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:23:46.409 INFO:teuthology.orchestra.run.smithi002.stdout:For more information see: 2024-09-18T10:23:46.409 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:23:46.409 INFO:teuthology.orchestra.run.smithi002.stdout: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-09-18T10:23:46.409 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:23:46.409 INFO:teuthology.orchestra.run.smithi002.stdout:Bootstrap complete. 2024-09-18T10:23:46.446 INFO:tasks.cephadm:Fetching config... 2024-09-18T10:23:46.447 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-18T10:23:46.447 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-18T10:23:46.464 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-18T10:23:46.464 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-18T10:23:46.464 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-18T10:23:46.521 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-18T10:23:46.521 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-18T10:23:46.521 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-18T10:23:46.588 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-18T10:23:46.588 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-18T10:23:46.588 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-18T10:23:46.644 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-18T10:23:46.644 DEBUG:teuthology.orchestra.run.smithi002:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTu0f2fasZZzVb0slFS+7mX3iVQKN0mMZTq98eMSQOp8h9EArR95DewYTkVuX13j1svjHerXqrSp6+N6FP/2VGRfrFwDd+i290JiV6sjC6Mif/8pRc3ltlBnC2xKxbcO4vxE7guex/d3lwN/bwHp4GC0fD8fuclz7rKqBKECFlHthFtXrzkStCjxu5VBTDRS0lq7hJip19yNhNV77toh37Fd5RFTNRvmtq+wGBVzzJUEooJE8ROrG8gtpvSeQjMuY2GXKSTaBpJDJ1P4zhHemNreQJB+N8DJfr/E2vSaeTBEwFuUsdKOegSdZriQPRcCXJQEK1gJuYoArrJcVc4SAXB2nI0ZpVLemCDIDqnaVp3973T7xlteal1R37X+J58ktVJWvtEXuqJkyYaDbVDUQ83kp0u5PPnVFusRSlBRSKdWRp2jr+ItW33ClrxQoFKmYioggILqgh1rHg12HGRHj3+qsQhzcrgGgUTLAM8bIcekNYtEygbQUirPNIHsPpEt8= ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-18T10:23:46.719 INFO:teuthology.orchestra.run.smithi002.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTu0f2fasZZzVb0slFS+7mX3iVQKN0mMZTq98eMSQOp8h9EArR95DewYTkVuX13j1svjHerXqrSp6+N6FP/2VGRfrFwDd+i290JiV6sjC6Mif/8pRc3ltlBnC2xKxbcO4vxE7guex/d3lwN/bwHp4GC0fD8fuclz7rKqBKECFlHthFtXrzkStCjxu5VBTDRS0lq7hJip19yNhNV77toh37Fd5RFTNRvmtq+wGBVzzJUEooJE8ROrG8gtpvSeQjMuY2GXKSTaBpJDJ1P4zhHemNreQJB+N8DJfr/E2vSaeTBEwFuUsdKOegSdZriQPRcCXJQEK1gJuYoArrJcVc4SAXB2nI0ZpVLemCDIDqnaVp3973T7xlteal1R37X+J58ktVJWvtEXuqJkyYaDbVDUQ83kp0u5PPnVFusRSlBRSKdWRp2jr+ItW33ClrxQoFKmYioggILqgh1rHg12HGRHj3+qsQhzcrgGgUTLAM8bIcekNYtEygbQUirPNIHsPpEt8= ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:23:46.730 DEBUG:teuthology.orchestra.run.smithi094:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTu0f2fasZZzVb0slFS+7mX3iVQKN0mMZTq98eMSQOp8h9EArR95DewYTkVuX13j1svjHerXqrSp6+N6FP/2VGRfrFwDd+i290JiV6sjC6Mif/8pRc3ltlBnC2xKxbcO4vxE7guex/d3lwN/bwHp4GC0fD8fuclz7rKqBKECFlHthFtXrzkStCjxu5VBTDRS0lq7hJip19yNhNV77toh37Fd5RFTNRvmtq+wGBVzzJUEooJE8ROrG8gtpvSeQjMuY2GXKSTaBpJDJ1P4zhHemNreQJB+N8DJfr/E2vSaeTBEwFuUsdKOegSdZriQPRcCXJQEK1gJuYoArrJcVc4SAXB2nI0ZpVLemCDIDqnaVp3973T7xlteal1R37X+J58ktVJWvtEXuqJkyYaDbVDUQ83kp0u5PPnVFusRSlBRSKdWRp2jr+ItW33ClrxQoFKmYioggILqgh1rHg12HGRHj3+qsQhzcrgGgUTLAM8bIcekNYtEygbQUirPNIHsPpEt8= ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-18T10:23:46.785 INFO:teuthology.orchestra.run.smithi094.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTu0f2fasZZzVb0slFS+7mX3iVQKN0mMZTq98eMSQOp8h9EArR95DewYTkVuX13j1svjHerXqrSp6+N6FP/2VGRfrFwDd+i290JiV6sjC6Mif/8pRc3ltlBnC2xKxbcO4vxE7guex/d3lwN/bwHp4GC0fD8fuclz7rKqBKECFlHthFtXrzkStCjxu5VBTDRS0lq7hJip19yNhNV77toh37Fd5RFTNRvmtq+wGBVzzJUEooJE8ROrG8gtpvSeQjMuY2GXKSTaBpJDJ1P4zhHemNreQJB+N8DJfr/E2vSaeTBEwFuUsdKOegSdZriQPRcCXJQEK1gJuYoArrJcVc4SAXB2nI0ZpVLemCDIDqnaVp3973T7xlteal1R37X+J58ktVJWvtEXuqJkyYaDbVDUQ83kp0u5PPnVFusRSlBRSKdWRp2jr+ItW33ClrxQoFKmYioggILqgh1rHg12HGRHj3+qsQhzcrgGgUTLAM8bIcekNYtEygbQUirPNIHsPpEt8= ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:23:46.798 DEBUG:teuthology.orchestra.run.smithi119:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTu0f2fasZZzVb0slFS+7mX3iVQKN0mMZTq98eMSQOp8h9EArR95DewYTkVuX13j1svjHerXqrSp6+N6FP/2VGRfrFwDd+i290JiV6sjC6Mif/8pRc3ltlBnC2xKxbcO4vxE7guex/d3lwN/bwHp4GC0fD8fuclz7rKqBKECFlHthFtXrzkStCjxu5VBTDRS0lq7hJip19yNhNV77toh37Fd5RFTNRvmtq+wGBVzzJUEooJE8ROrG8gtpvSeQjMuY2GXKSTaBpJDJ1P4zhHemNreQJB+N8DJfr/E2vSaeTBEwFuUsdKOegSdZriQPRcCXJQEK1gJuYoArrJcVc4SAXB2nI0ZpVLemCDIDqnaVp3973T7xlteal1R37X+J58ktVJWvtEXuqJkyYaDbVDUQ83kp0u5PPnVFusRSlBRSKdWRp2jr+ItW33ClrxQoFKmYioggILqgh1rHg12HGRHj3+qsQhzcrgGgUTLAM8bIcekNYtEygbQUirPNIHsPpEt8= ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-18T10:23:46.853 INFO:teuthology.orchestra.run.smithi119.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDTu0f2fasZZzVb0slFS+7mX3iVQKN0mMZTq98eMSQOp8h9EArR95DewYTkVuX13j1svjHerXqrSp6+N6FP/2VGRfrFwDd+i290JiV6sjC6Mif/8pRc3ltlBnC2xKxbcO4vxE7guex/d3lwN/bwHp4GC0fD8fuclz7rKqBKECFlHthFtXrzkStCjxu5VBTDRS0lq7hJip19yNhNV77toh37Fd5RFTNRvmtq+wGBVzzJUEooJE8ROrG8gtpvSeQjMuY2GXKSTaBpJDJ1P4zhHemNreQJB+N8DJfr/E2vSaeTBEwFuUsdKOegSdZriQPRcCXJQEK1gJuYoArrJcVc4SAXB2nI0ZpVLemCDIDqnaVp3973T7xlteal1R37X+J58ktVJWvtEXuqJkyYaDbVDUQ83kp0u5PPnVFusRSlBRSKdWRp2jr+ItW33ClrxQoFKmYioggILqgh1rHg12HGRHj3+qsQhzcrgGgUTLAM8bIcekNYtEygbQUirPNIHsPpEt8= ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:23:46.865 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-18T10:23:46.973 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:46 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/2040883145' entity='client.admin' 2024-09-18T10:23:47.118 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:23:49.490 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:49 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:49.490 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:49 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:49.490 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:49 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi002", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:23:49.490 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:49 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:49.491 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:49 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:23:49.491 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:49 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:50.136 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-18T10:23:50.136 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-18T10:23:50.649 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:50 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/3538632318' entity='client.admin' 2024-09-18T10:23:50.649 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:50 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:23:50.649 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:50 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:50.716 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:23:53.136 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi094 2024-09-18T10:23:53.136 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T10:23:53.136 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/etc/ceph/ceph.conf 2024-09-18T10:23:53.155 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T10:23:53.155 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-18T10:23:53.213 INFO:tasks.cephadm:Adding host smithi094 to orchestrator... 2024-09-18T10:23:53.213 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph orch host add smithi094 2024-09-18T10:23:53.469 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:23:53.681 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:53 smithi002 ceph-mon[28843]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:23:53.682 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:53.682 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:23:53.682 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:23:53.682 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:23:53.682 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:53 smithi002 ceph-mon[28843]: Updating smithi002:/etc/ceph/ceph.conf 2024-09-18T10:23:53.682 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:53 smithi002 ceph-mon[28843]: Updating smithi002:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:23:53.682 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:53.682 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:53.682 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:54.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:54 smithi002 ceph-mon[28843]: Updating smithi002:/etc/ceph/ceph.client.admin.keyring 2024-09-18T10:23:54.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:54 smithi002 ceph-mon[28843]: Updating smithi002:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T10:23:56.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:55 smithi002 ceph-mon[28843]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:23:57.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:56 smithi002 ceph-mon[28843]: Deploying cephadm binary to smithi094 2024-09-18T10:23:58.460 INFO:teuthology.orchestra.run.smithi002.stdout:Added host 'smithi094' with addr '172.21.15.94' 2024-09-18T10:23:58.472 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:58 smithi002 ceph-mon[28843]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:23:59.068 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-18T10:23:59.319 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:23:59.691 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:59 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:59.691 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:59 smithi002 ceph-mon[28843]: Added host smithi094 2024-09-18T10:23:59.691 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:59 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:23:59.691 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:59 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:23:59.691 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:23:59 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:00.782 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:00 smithi002 ceph-mon[28843]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:00.782 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:00 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:01.042 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:24:01.042 INFO:teuthology.orchestra.run.smithi002.stdout:[{"addr": "172.21.15.2", "hostname": "smithi002", "labels": [], "status": ""}, {"addr": "172.21.15.94", "hostname": "smithi094", "labels": [], "status": ""}] 2024-09-18T10:24:01.646 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi119 2024-09-18T10:24:01.647 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-18T10:24:01.647 DEBUG:teuthology.orchestra.run.smithi119:> dd of=/etc/ceph/ceph.conf 2024-09-18T10:24:01.666 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-18T10:24:01.666 DEBUG:teuthology.orchestra.run.smithi119:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-18T10:24:01.724 INFO:tasks.cephadm:Adding host smithi119 to orchestrator... 2024-09-18T10:24:01.724 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph orch host add smithi119 2024-09-18T10:24:01.974 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:24:02.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:02 smithi002 ceph-mon[28843]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:24:02.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:02 smithi002 ceph-mon[28843]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:03.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:03.673 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:03.673 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:03.673 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:03.673 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:24:03.673 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:03.673 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:03.673 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:03 smithi002 ceph-mon[28843]: Updating smithi094:/etc/ceph/ceph.conf 2024-09-18T10:24:03.673 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:03.673 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:03.673 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:04.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:04 smithi002 ceph-mon[28843]: Updating smithi094:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:04.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:04 smithi002 ceph-mon[28843]: Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-18T10:24:04.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:04 smithi002 ceph-mon[28843]: Updating smithi094:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T10:24:04.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:04 smithi002 ceph-mon[28843]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:05.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:05 smithi002 ceph-mon[28843]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi119", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:24:06.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:06 smithi002 ceph-mon[28843]: Deploying cephadm binary to smithi119 2024-09-18T10:24:06.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:06 smithi002 ceph-mon[28843]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:07.137 INFO:teuthology.orchestra.run.smithi002.stdout:Added host 'smithi119' with addr '172.21.15.119' 2024-09-18T10:24:07.745 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-18T10:24:07.995 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:24:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:08 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:08 smithi002 ceph-mon[28843]: Added host smithi119 2024-09-18T10:24:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:08 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:08 smithi002 ceph-mon[28843]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:08 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:08.376 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:08 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:09.742 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:24:09.742 INFO:teuthology.orchestra.run.smithi002.stdout:[{"addr": "172.21.15.2", "hostname": "smithi002", "labels": [], "status": ""}, {"addr": "172.21.15.94", "hostname": "smithi094", "labels": [], "status": ""}, {"addr": "172.21.15.119", "hostname": "smithi119", "labels": [], "status": ""}] 2024-09-18T10:24:09.742 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:09 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:10.330 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-18T10:24:10.330 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-18T10:24:10.583 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:24:10.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:10 smithi002 ceph-mon[28843]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:11.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:11 smithi002 ceph-mon[28843]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:24:11.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:11 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:11.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:11 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:11.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:11 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:11.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:11 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:11.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:11 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi119", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:24:11.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:11 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:11.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:11 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:12.527 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:12 smithi002 ceph-mon[28843]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:12.527 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:12 smithi002 ceph-mon[28843]: Updating smithi119:/etc/ceph/ceph.conf 2024-09-18T10:24:12.527 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:12 smithi002 ceph-mon[28843]: Updating smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:12.527 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:12 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:12.527 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:12 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:12.527 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:12 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:13.493 INFO:teuthology.orchestra.run.smithi002.stderr:adjusted tunables profile to default 2024-09-18T10:24:13.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:13 smithi002 ceph-mon[28843]: Updating smithi119:/etc/ceph/ceph.client.admin.keyring 2024-09-18T10:24:13.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:13 smithi002 ceph-mon[28843]: Updating smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T10:24:13.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:13 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/2442577578' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-18T10:24:14.051 INFO:tasks.cephadm:Adding mon.a on smithi002 2024-09-18T10:24:14.051 INFO:tasks.cephadm:Adding mon.b on smithi094 2024-09-18T10:24:14.051 INFO:tasks.cephadm:Adding mon.c on smithi119 2024-09-18T10:24:14.051 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi002:172.21.15.2=a;smithi094:172.21.15.94=b;smithi119:172.21.15.119=c' 2024-09-18T10:24:14.291 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:14.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:14 smithi002 ceph-mon[28843]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:14.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:14 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/2442577578' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-18T10:24:14.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:14 smithi002 ceph-mon[28843]: osdmap e4: 0 total, 0 up, 0 in 2024-09-18T10:24:15.922 INFO:teuthology.orchestra.run.smithi119.stdout:Scheduled mon update... 2024-09-18T10:24:16.485 DEBUG:teuthology.orchestra.run.smithi094:mon.b> sudo journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.b.service 2024-09-18T10:24:16.488 DEBUG:teuthology.orchestra.run.smithi119:mon.c> sudo journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.c.service 2024-09-18T10:24:16.490 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-18T10:24:16.491 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-18T10:24:16.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:16 smithi002 ceph-mon[28843]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:16.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:16 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:16.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:16 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:16.917 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:16 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:16.917 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:16 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:16.917 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:16 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:16.917 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:16 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:24:16.917 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:16 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:17.209 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:17.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:17 smithi002 ceph-mon[28843]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi002:172.21.15.2=a;smithi094:172.21.15.94=b;smithi119:172.21.15.119=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:24:17.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:17 smithi002 ceph-mon[28843]: Saving service mon spec with placement smithi002:172.21.15.2=a;smithi094:172.21.15.94=b;smithi119:172.21.15.119=c;count:3 2024-09-18T10:24:17.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:17 smithi002 ceph-mon[28843]: Deploying daemon mon.c on smithi119 2024-09-18T10:24:18.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:18 smithi002 ceph-mon[28843]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:19.846 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:24:19.846 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":1,"fsid":"cdb93d6e-75a7-11ef-bceb-c7b262605968","modified":"2024-09-18T10:22:49.014234Z","created":"2024-09-18T10:22:49.014234Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:3300","nonce":0},{"type":"v1","addr":"172.21.15.2:6789","nonce":0}]},"addr":"172.21.15.2:6789/0","public_addr":"172.21.15.2:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-18T10:24:19.847 INFO:teuthology.orchestra.run.smithi119.stderr:dumped monmap epoch 1 2024-09-18T10:24:20.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:20 smithi002 ceph-mon[28843]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:20.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:20 smithi002 ceph-mon[28843]: from='client.? 172.21.15.119:0/3174123386' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T10:24:21.531 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: mon.c@-1(synchronizing).mds e1 new map 2024-09-18T10:24:21.531 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: mon.c@-1(synchronizing).mds e1 print_map 2024-09-18T10:24:21.531 INFO:journalctl@ceph.mon.c.smithi119.stdout: e1 2024-09-18T10:24:21.531 INFO:journalctl@ceph.mon.c.smithi119.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-18T10:24:21.531 INFO:journalctl@ceph.mon.c.smithi119.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-18T10:24:21.531 INFO:journalctl@ceph.mon.c.smithi119.stdout: legacy client fscid: -1 2024-09-18T10:24:21.531 INFO:journalctl@ceph.mon.c.smithi119.stdout: 2024-09-18T10:24:21.531 INFO:journalctl@ceph.mon.c.smithi119.stdout: No filesystems configured 2024-09-18T10:24:21.531 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-18T10:24:21.531 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: 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-18T10:24:21.532 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-18T10:24:21.532 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-18T10:24:21.532 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-18T10:24:21.532 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-18T10:24:21.532 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-18T10:24:21.532 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T10:24:21.532 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T10:24:21.532 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T10:24:21.532 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.532 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.532 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.533 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.533 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:24:21.533 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:21.533 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:21.533 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: Updating smithi094:/etc/ceph/ceph.conf 2024-09-18T10:24:21.533 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.533 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.533 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.533 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: Updating smithi094:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:21.533 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-18T10:24:21.534 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: Updating smithi094:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T10:24:21.534 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:21.534 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi119", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:24:21.534 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: Deploying cephadm binary to smithi119 2024-09-18T10:24:21.534 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:21.535 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.535 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: Added host smithi119 2024-09-18T10:24:21.535 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:21.535 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:21.535 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.535 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.535 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.535 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:21.535 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:24:21.535 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.535 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.535 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.535 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.536 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi119", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:24:21.536 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:21.536 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:21.536 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:21.536 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: Updating smithi119:/etc/ceph/ceph.conf 2024-09-18T10:24:21.536 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: Updating smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:21.536 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.536 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.536 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.536 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: Updating smithi119:/etc/ceph/ceph.client.admin.keyring 2024-09-18T10:24:21.536 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: Updating smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T10:24:21.536 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/2442577578' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-18T10:24:21.537 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:21.537 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/2442577578' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-18T10:24:21.537 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: osdmap e4: 0 total, 0 up, 0 in 2024-09-18T10:24:21.537 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:21.537 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.537 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:21.537 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:21.537 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:21.537 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:21.537 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:24:21.537 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:21.537 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi002:172.21.15.2=a;smithi094:172.21.15.94=b;smithi119:172.21.15.119=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:24:21.538 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: Saving service mon spec with placement smithi002:172.21.15.2=a;smithi094:172.21.15.94=b;smithi119:172.21.15.119=c;count:3 2024-09-18T10:24:21.538 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: Deploying daemon mon.c on smithi119 2024-09-18T10:24:21.538 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:21.538 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:21.538 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: from='client.? 172.21.15.119:0/3174123386' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T10:24:21.538 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 ceph-mon[31697]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-18T10:24:21.818 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-18T10:24:21.819 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-18T10:24:21.843 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 bash[31659]: 49087a57fd0d97830d1b4852e35e92044261e0ee0b14f0b7bba68e69f2e1d343 2024-09-18T10:24:21.843 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:21 smithi119 systemd[1]: Started Ceph mon.c for cdb93d6e-75a7-11ef-bceb-c7b262605968. 2024-09-18T10:24:22.059 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.c/config 2024-09-18T10:24:26.836 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:24:26.836 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":2,"fsid":"cdb93d6e-75a7-11ef-bceb-c7b262605968","modified":"2024-09-18T10:24:21.534229Z","created":"2024-09-18T10:22:49.014234Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:3300","nonce":0},{"type":"v1","addr":"172.21.15.2:6789","nonce":0}]},"addr":"172.21.15.2:6789/0","public_addr":"172.21.15.2:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:3300","nonce":0},{"type":"v1","addr":"172.21.15.119:6789","nonce":0}]},"addr":"172.21.15.119:6789/0","public_addr":"172.21.15.119:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-18T10:24:26.837 INFO:teuthology.orchestra.run.smithi119.stderr:dumped monmap epoch 2 2024-09-18T10:24:26.847 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:26.847 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:24:26.847 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: mon.a calling monitor election 2024-09-18T10:24:26.847 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:26.848 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:26.848 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:26.848 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:26.848 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: mon.c calling monitor election 2024-09-18T10:24:26.848 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:26.848 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:26.848 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:26.848 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:26.848 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-18T10:24:26.848 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: monmap e2: 2 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],c=[v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T10:24:26.848 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: fsmap 2024-09-18T10:24:26.848 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: osdmap e4: 0 total, 0 up, 0 in 2024-09-18T10:24:26.848 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: mgrmap e13: a(active, since 49s) 2024-09-18T10:24:26.849 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: overall HEALTH_OK 2024-09-18T10:24:26.849 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:26.849 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:26.849 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:26.849 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:24:26.849 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:26 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:26.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:26.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:24:26.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: mon.a calling monitor election 2024-09-18T10:24:26.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:26.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:26.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:26.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:26.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: mon.c calling monitor election 2024-09-18T10:24:26.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:26.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:26.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:26.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:26.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-18T10:24:26.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: monmap e2: 2 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],c=[v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T10:24:26.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: fsmap 2024-09-18T10:24:26.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: osdmap e4: 0 total, 0 up, 0 in 2024-09-18T10:24:26.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: mgrmap e13: a(active, since 49s) 2024-09-18T10:24:26.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: overall HEALTH_OK 2024-09-18T10:24:26.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:26.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:26.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:26.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:24:26.917 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:26 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:27.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:27 smithi002 ceph-mon[28843]: Deploying daemon mon.b on smithi094 2024-09-18T10:24:27.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:27 smithi002 ceph-mon[28843]: from='client.? 172.21.15.119:0/3083211210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T10:24:27.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:27 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:27.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:27 smithi119 ceph-mon[31697]: Deploying daemon mon.b on smithi094 2024-09-18T10:24:27.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:27 smithi119 ceph-mon[31697]: from='client.? 172.21.15.119:0/3083211210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T10:24:27.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:27 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:28.361 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-18T10:24:28.361 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-18T10:24:28.608 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.c/config 2024-09-18T10:24:28.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:28 smithi119 ceph-mon[31697]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:28.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:28 smithi002 ceph-mon[28843]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:30.261 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: mon.b@-1(synchronizing).mds e1 print_map 2024-09-18T10:24:30.261 INFO:journalctl@ceph.mon.b.smithi094.stdout: e1 2024-09-18T10:24:30.261 INFO:journalctl@ceph.mon.b.smithi094.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-18T10:24:30.261 INFO:journalctl@ceph.mon.b.smithi094.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-18T10:24:30.261 INFO:journalctl@ceph.mon.b.smithi094.stdout: legacy client fscid: -1 2024-09-18T10:24:30.261 INFO:journalctl@ceph.mon.b.smithi094.stdout: 2024-09-18T10:24:30.261 INFO:journalctl@ceph.mon.b.smithi094.stdout: No filesystems configured 2024-09-18T10:24:30.261 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-18T10:24:30.261 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: 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-18T10:24:30.262 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-18T10:24:30.262 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-18T10:24:30.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-18T10:24:30.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-18T10:24:30.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-18T10:24:30.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T10:24:30.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T10:24:30.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-18T10:24:30.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:24:30.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:30.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:30.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: Updating smithi094:/etc/ceph/ceph.conf 2024-09-18T10:24:30.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: Updating smithi094:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:30.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-09-18T10:24:30.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: Updating smithi094:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T10:24:30.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:30.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi119", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:24:30.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: Deploying cephadm binary to smithi119 2024-09-18T10:24:30.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:30.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: Added host smithi119 2024-09-18T10:24:30.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:30.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:30.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:30.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:24:30.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi119", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:24:30.744 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:30.744 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:30.744 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:30.744 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: Updating smithi119:/etc/ceph/ceph.conf 2024-09-18T10:24:30.744 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: Updating smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:30.744 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.744 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.745 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.745 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: Updating smithi119:/etc/ceph/ceph.client.admin.keyring 2024-09-18T10:24:30.745 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: Updating smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T10:24:30.745 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/2442577578' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-18T10:24:30.745 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:30.745 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/2442577578' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-18T10:24:30.745 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: osdmap e4: 0 total, 0 up, 0 in 2024-09-18T10:24:30.745 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:30.745 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.745 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:30.745 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:30.745 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:30.746 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.746 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:24:30.746 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:30.746 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi002:172.21.15.2=a;smithi094:172.21.15.94=b;smithi119:172.21.15.119=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:24:30.746 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: Saving service mon spec with placement smithi002:172.21.15.2=a;smithi094:172.21.15.94=b;smithi119:172.21.15.119=c;count:3 2024-09-18T10:24:30.746 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: Deploying daemon mon.c on smithi119 2024-09-18T10:24:30.746 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:30.746 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:30.747 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='client.? 172.21.15.119:0/3174123386' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T10:24:30.747 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:30.747 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:24:30.747 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: mon.a calling monitor election 2024-09-18T10:24:30.747 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:30.747 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:30.747 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:30.747 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:30.747 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: mon.c calling monitor election 2024-09-18T10:24:30.747 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:30.747 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:30.748 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:30.748 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:30.748 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-18T10:24:30.748 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: monmap e2: 2 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],c=[v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T10:24:30.748 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: fsmap 2024-09-18T10:24:30.748 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: osdmap e4: 0 total, 0 up, 0 in 2024-09-18T10:24:30.748 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: mgrmap e13: a(active, since 49s) 2024-09-18T10:24:30.748 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: overall HEALTH_OK 2024-09-18T10:24:30.748 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.748 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.748 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:30.749 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:24:30.749 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:30.749 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: Deploying daemon mon.b on smithi094 2024-09-18T10:24:30.749 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='client.? 172.21.15.119:0/3083211210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T10:24:30.749 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:30.749 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:30.749 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 ceph-mon[31531]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-18T10:24:30.749 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 bash[31493]: 21fbc277ab5ce5f5243187b3f6c50a52753a9c752ce232732a83fc338e5f88c0 2024-09-18T10:24:30.749 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:30 smithi094 systemd[1]: Started Ceph mon.b for cdb93d6e-75a7-11ef-bceb-c7b262605968. 2024-09-18T10:24:35.279 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-09-18T10:24:35.279 INFO:teuthology.orchestra.run.smithi119.stdout:{"epoch":3,"fsid":"cdb93d6e-75a7-11ef-bceb-c7b262605968","modified":"2024-09-18T10:24:30.266728Z","created":"2024-09-18T10:22:49.014234Z","min_mon_release":17,"min_mon_release_name":"quincy","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"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:3300","nonce":0},{"type":"v1","addr":"172.21.15.2:6789","nonce":0}]},"addr":"172.21.15.2:6789/0","public_addr":"172.21.15.2:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:3300","nonce":0},{"type":"v1","addr":"172.21.15.119:6789","nonce":0}]},"addr":"172.21.15.119:6789/0","public_addr":"172.21.15.119:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:3300","nonce":0},{"type":"v1","addr":"172.21.15.94:6789","nonce":0}]},"addr":"172.21.15.94:6789/0","public_addr":"172.21.15.94:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-18T10:24:35.279 INFO:teuthology.orchestra.run.smithi119.stderr:dumped monmap epoch 3 2024-09-18T10:24:35.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:24:35.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: mon.a calling monitor election 2024-09-18T10:24:35.638 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: mon.c calling monitor election 2024-09-18T10:24:35.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:35.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: from='client.? 172.21.15.119:0/4098867424' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T10:24:35.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:35.639 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: mon.b calling monitor election 2024-09-18T10:24:35.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:35.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.640 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.641 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-18T10:24:35.641 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: monmap e3: 3 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],b=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0],c=[v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T10:24:35.641 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: fsmap 2024-09-18T10:24:35.641 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: osdmap e4: 0 total, 0 up, 0 in 2024-09-18T10:24:35.641 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: mgrmap e13: a(active, since 58s) 2024-09-18T10:24:35.642 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: overall HEALTH_OK 2024-09-18T10:24:35.642 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:35.642 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:35.642 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:35.642 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:35 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:35.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:24:35.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: mon.a calling monitor election 2024-09-18T10:24:35.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: mon.c calling monitor election 2024-09-18T10:24:35.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:35.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: from='client.? 172.21.15.119:0/4098867424' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T10:24:35.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:35.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: mon.b calling monitor election 2024-09-18T10:24:35.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:35.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-18T10:24:35.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: monmap e3: 3 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],b=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0],c=[v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T10:24:35.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: fsmap 2024-09-18T10:24:35.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: osdmap e4: 0 total, 0 up, 0 in 2024-09-18T10:24:35.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: mgrmap e13: a(active, since 58s) 2024-09-18T10:24:35.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: overall HEALTH_OK 2024-09-18T10:24:35.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:35.667 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:35.667 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:35.667 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:35 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:35.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:24:35.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: mon.a calling monitor election 2024-09-18T10:24:35.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: mon.c calling monitor election 2024-09-18T10:24:35.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:24:35.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: from='client.? 172.21.15.119:0/4098867424' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-18T10:24:35.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:35.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: mon.b calling monitor election 2024-09-18T10:24:35.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:35.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:35.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-18T10:24:35.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: monmap e3: 3 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],b=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0],c=[v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-18T10:24:35.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: fsmap 2024-09-18T10:24:35.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: osdmap e4: 0 total, 0 up, 0 in 2024-09-18T10:24:35.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: mgrmap e13: a(active, since 58s) 2024-09-18T10:24:35.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: overall HEALTH_OK 2024-09-18T10:24:35.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:35.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:35.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:35.743 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:35 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:35.971 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-18T10:24:35.971 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-18T10:24:36.233 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:24:36.624 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:36 smithi002 ceph-mon[28843]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:36.625 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:36 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:36.625 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:36 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:36.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:36 smithi119 ceph-mon[31697]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:36.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:36 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:36.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:36 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:36.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:36 smithi094 ceph-mon[31531]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:36.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:36 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:36.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:36 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:24:37.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:37.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:37.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: Updating smithi002:/etc/ceph/ceph.conf 2024-09-18T10:24:37.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: Updating smithi094:/etc/ceph/ceph.conf 2024-09-18T10:24:37.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: Updating smithi119:/etc/ceph/ceph.conf 2024-09-18T10:24:37.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:24:37.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T10:24:37.742 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:37.760 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.760 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.760 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.760 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.760 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:37.760 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:37.760 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: Updating smithi002:/etc/ceph/ceph.conf 2024-09-18T10:24:37.760 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: Updating smithi094:/etc/ceph/ceph.conf 2024-09-18T10:24:37.760 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: Updating smithi119:/etc/ceph/ceph.conf 2024-09-18T10:24:37.760 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.761 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.761 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.761 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.761 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.761 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.761 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.761 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.761 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:24:37.761 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T10:24:37.761 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:37.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:37.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:37.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: Updating smithi002:/etc/ceph/ceph.conf 2024-09-18T10:24:37.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: Updating smithi094:/etc/ceph/ceph.conf 2024-09-18T10:24:37.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: Updating smithi119:/etc/ceph/ceph.conf 2024-09-18T10:24:37.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:37.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:24:37.920 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T10:24:37.920 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:38.340 INFO:teuthology.orchestra.run.smithi002.stdout:# minimal ceph.conf for cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:24:38.341 INFO:teuthology.orchestra.run.smithi002.stdout:[global] 2024-09-18T10:24:38.341 INFO:teuthology.orchestra.run.smithi002.stdout: fsid = cdb93d6e-75a7-11ef-bceb-c7b262605968 2024-09-18T10:24:38.341 INFO:teuthology.orchestra.run.smithi002.stdout: mon_host = [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] [v2:172.21.15.119:3300/0,v1:172.21.15.119:6789/0] 2024-09-18T10:24:38.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:38 smithi094 ceph-mon[31531]: Updating smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:38.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:38 smithi094 ceph-mon[31531]: Updating smithi002:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:38.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:38 smithi094 ceph-mon[31531]: Updating smithi094:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:38.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:38 smithi094 ceph-mon[31531]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:38.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:38 smithi094 ceph-mon[31531]: Reconfiguring mon.a (unknown last config time)... 2024-09-18T10:24:38.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:38 smithi094 ceph-mon[31531]: Reconfiguring daemon mon.a on smithi002 2024-09-18T10:24:38.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:38 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/1873905790' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:38.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:38 smithi002 ceph-mon[28843]: Updating smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:38 smithi002 ceph-mon[28843]: Updating smithi002:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:38 smithi002 ceph-mon[28843]: Updating smithi094:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:38 smithi002 ceph-mon[28843]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:38 smithi002 ceph-mon[28843]: Reconfiguring mon.a (unknown last config time)... 2024-09-18T10:24:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:38 smithi002 ceph-mon[28843]: Reconfiguring daemon mon.a on smithi002 2024-09-18T10:24:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:38 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/1873905790' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:38.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:38 smithi119 ceph-mon[31697]: Updating smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:38.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:38 smithi119 ceph-mon[31697]: Updating smithi002:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:38.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:38 smithi119 ceph-mon[31697]: Updating smithi094:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:24:38.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:38 smithi119 ceph-mon[31697]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:38.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:38 smithi119 ceph-mon[31697]: Reconfiguring mon.a (unknown last config time)... 2024-09-18T10:24:38.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:38 smithi119 ceph-mon[31697]: Reconfiguring daemon mon.a on smithi002 2024-09-18T10:24:38.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:38 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/1873905790' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:39.164 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-18T10:24:39.164 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-18T10:24:39.165 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/ceph/ceph.conf 2024-09-18T10:24:39.195 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-18T10:24:39.195 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-18T10:24:39.264 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T10:24:39.264 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.conf 2024-09-18T10:24:39.297 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T10:24:39.298 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-18T10:24:39.366 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-18T10:24:39.366 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/ceph/ceph.conf 2024-09-18T10:24:39.398 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-18T10:24:39.399 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-18T10:24:39.468 INFO:tasks.cephadm:Adding mgr.a on smithi002 2024-09-18T10:24:39.468 INFO:tasks.cephadm:Adding mgr.b on smithi094 2024-09-18T10:24:39.469 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi002=a;smithi094=b' 2024-09-18T10:24:39.749 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.c/config 2024-09-18T10:24:40.872 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:40 smithi094 ceph-mon[31531]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:40.873 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:40 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:40.873 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:40 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:40.873 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:40 smithi094 ceph-mon[31531]: Reconfiguring mon.b (monmap changed)... 2024-09-18T10:24:40.873 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:40 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:24:40.873 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:40 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T10:24:40.873 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:40 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:40.874 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:40 smithi094 ceph-mon[31531]: Reconfiguring daemon mon.b on smithi094 2024-09-18T10:24:40.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:40 smithi002 ceph-mon[28843]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:40.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:40 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:40.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:40 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:40.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:40 smithi002 ceph-mon[28843]: Reconfiguring mon.b (monmap changed)... 2024-09-18T10:24:40.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:40 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:24:40.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:40 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T10:24:40.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:40 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:40.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:40 smithi002 ceph-mon[28843]: Reconfiguring daemon mon.b on smithi094 2024-09-18T10:24:40.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:40 smithi119 ceph-mon[31697]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:40.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:40 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:40.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:40 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:40.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:40 smithi119 ceph-mon[31697]: Reconfiguring mon.b (monmap changed)... 2024-09-18T10:24:40.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:40 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:24:40.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:40 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T10:24:40.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:40 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:40.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:40 smithi119 ceph-mon[31697]: Reconfiguring daemon mon.b on smithi094 2024-09-18T10:24:41.455 INFO:teuthology.orchestra.run.smithi119.stdout:Scheduled mgr update... 2024-09-18T10:24:42.100 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:41 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:42.100 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:41 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:42.101 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:41 smithi119 ceph-mon[31697]: Reconfiguring mon.c (monmap changed)... 2024-09-18T10:24:42.101 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:41 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:24:42.101 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:41 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T10:24:42.101 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:41 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:42.101 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:41 smithi119 ceph-mon[31697]: Reconfiguring daemon mon.c on smithi119 2024-09-18T10:24:42.101 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:41 smithi119 ceph-mon[31697]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:42.101 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:41 smithi119 ceph-mon[31697]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi002=a;smithi094=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:24:42.101 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:41 smithi119 ceph-mon[31697]: Saving service mgr spec with placement smithi002=a;smithi094=b;count:2 2024-09-18T10:24:42.101 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:41 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:42.124 DEBUG:teuthology.orchestra.run.smithi094:mgr.b> sudo journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mgr.b.service 2024-09-18T10:24:42.127 INFO:tasks.cephadm:Deploying OSDs... 2024-09-18T10:24:42.127 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2024-09-18T10:24:42.128 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/scratch_devs of=/dev/stdout 2024-09-18T10:24:42.148 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-18T10:24:42.148 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_1 2024-09-18T10:24:42.207 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-18T10:24:42.208 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T10:24:42.208 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-09-18T10:24:42.208 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T10:24:42.208 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T10:24:42.208 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2024-09-18 10:23:49.796574061 +0000 2024-09-18T10:24:42.208 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2024-09-18 10:18:58.645405473 +0000 2024-09-18T10:24:42.208 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2024-09-18 10:18:58.645405473 +0000 2024-09-18T10:24:42.208 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: 2024-09-18 10:18:58.645405473 +0000 2024-09-18T10:24:42.208 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-18T10:24:42.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:41 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:42.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:41 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:42.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:41 smithi094 ceph-mon[31531]: Reconfiguring mon.c (monmap changed)... 2024-09-18T10:24:42.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:41 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:24:42.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:41 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T10:24:42.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:41 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:42.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:41 smithi094 ceph-mon[31531]: Reconfiguring daemon mon.c on smithi119 2024-09-18T10:24:42.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:41 smithi094 ceph-mon[31531]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:42.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:41 smithi094 ceph-mon[31531]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi002=a;smithi094=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:24:42.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:41 smithi094 ceph-mon[31531]: Saving service mgr spec with placement smithi002=a;smithi094=b;count:2 2024-09-18T10:24:42.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:41 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:42.274 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:41 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:42.274 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:41 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:42.274 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:41 smithi002 ceph-mon[28843]: Reconfiguring mon.c (monmap changed)... 2024-09-18T10:24:42.274 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:41 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:24:42.275 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:41 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T10:24:42.275 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:41 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:42.275 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:41 smithi002 ceph-mon[28843]: Reconfiguring daemon mon.c on smithi119 2024-09-18T10:24:42.275 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:41 smithi002 ceph-mon[28843]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:42.275 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:41 smithi002 ceph-mon[28843]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi002=a;smithi094=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:24:42.275 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:41 smithi002 ceph-mon[28843]: Saving service mgr spec with placement smithi002=a;smithi094=b;count:2 2024-09-18T10:24:42.275 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:41 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:42.278 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2024-09-18T10:24:42.278 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2024-09-18T10:24:42.278 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000125003 s, 4.1 MB/s 2024-09-18T10:24:42.280 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-18T10:24:42.338 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_2 2024-09-18T10:24:42.396 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-18T10:24:42.397 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T10:24:42.397 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-09-18T10:24:42.397 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T10:24:42.397 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T10:24:42.397 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2024-09-18 10:23:49.824573383 +0000 2024-09-18T10:24:42.397 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2024-09-18 10:18:58.962397756 +0000 2024-09-18T10:24:42.397 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2024-09-18 10:18:58.962397756 +0000 2024-09-18T10:24:42.397 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: 2024-09-18 10:18:58.962397756 +0000 2024-09-18T10:24:42.397 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-18T10:24:42.462 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2024-09-18T10:24:42.462 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2024-09-18T10:24:42.462 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000108452 s, 4.7 MB/s 2024-09-18T10:24:42.463 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-18T10:24:42.520 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_3 2024-09-18T10:24:42.576 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-18T10:24:42.577 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T10:24:42.577 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-09-18T10:24:42.577 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T10:24:42.577 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T10:24:42.577 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2024-09-18 10:23:49.850572753 +0000 2024-09-18T10:24:42.577 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2024-09-18 10:18:59.276390113 +0000 2024-09-18T10:24:42.577 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2024-09-18 10:18:59.276390113 +0000 2024-09-18T10:24:42.577 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: 2024-09-18 10:18:59.276390113 +0000 2024-09-18T10:24:42.577 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-18T10:24:42.641 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2024-09-18T10:24:42.642 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2024-09-18T10:24:42.642 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000112198 s, 4.6 MB/s 2024-09-18T10:24:42.643 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-18T10:24:42.700 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_4 2024-09-18T10:24:42.757 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-18T10:24:42.757 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T10:24:42.757 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-09-18T10:24:42.757 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T10:24:42.757 INFO:teuthology.orchestra.run.smithi002.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T10:24:42.757 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2024-09-18 10:23:49.876572123 +0000 2024-09-18T10:24:42.757 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2024-09-18 10:18:59.588382518 +0000 2024-09-18T10:24:42.758 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2024-09-18 10:18:59.588382518 +0000 2024-09-18T10:24:42.758 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: 2024-09-18 10:18:59.588382518 +0000 2024-09-18T10:24:42.758 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-18T10:24:42.822 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2024-09-18T10:24:42.822 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2024-09-18T10:24:42.822 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000124412 s, 4.1 MB/s 2024-09-18T10:24:42.823 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-18T10:24:42.882 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-09-18T10:24:42.882 DEBUG:teuthology.orchestra.run.smithi094:> dd if=/scratch_devs of=/dev/stdout 2024-09-18T10:24:42.902 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-18T10:24:42.902 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_1 2024-09-18T10:24:42.961 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-18T10:24:42.961 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T10:24:42.962 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-09-18T10:24:42.962 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T10:24:42.962 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T10:24:42.962 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-18 10:24:29.714595717 +0000 2024-09-18T10:24:42.962 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-18 10:18:59.121440174 +0000 2024-09-18T10:24:42.962 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-18 10:18:59.121440174 +0000 2024-09-18T10:24:42.962 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-09-18 10:18:59.121440174 +0000 2024-09-18T10:24:42.962 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-18T10:24:43.028 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-18T10:24:43.028 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-18T10:24:43.029 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000129703 s, 3.9 MB/s 2024-09-18T10:24:43.030 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-18T10:24:43.089 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_2 2024-09-18T10:24:43.146 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-18T10:24:43.146 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T10:24:43.146 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-09-18T10:24:43.147 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T10:24:43.147 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T10:24:43.147 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-18 10:24:29.714595717 +0000 2024-09-18T10:24:43.147 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-18 10:18:59.438435050 +0000 2024-09-18T10:24:43.147 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-18 10:18:59.438435050 +0000 2024-09-18T10:24:43.147 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-09-18 10:18:59.438435050 +0000 2024-09-18T10:24:43.147 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-18T10:24:43.212 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-18T10:24:43.212 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-18T10:24:43.212 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000113578 s, 4.5 MB/s 2024-09-18T10:24:43.213 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-18T10:24:43.269 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_3 2024-09-18T10:24:43.326 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-18T10:24:43.326 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T10:24:43.326 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-09-18T10:24:43.326 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T10:24:43.326 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T10:24:43.326 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-18 10:24:29.715595701 +0000 2024-09-18T10:24:43.326 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-18 10:18:59.759429861 +0000 2024-09-18T10:24:43.326 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-18 10:18:59.759429861 +0000 2024-09-18T10:24:43.326 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-09-18 10:18:59.759429861 +0000 2024-09-18T10:24:43.327 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-18T10:24:43.390 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-18T10:24:43.390 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-18T10:24:43.390 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000120424 s, 4.3 MB/s 2024-09-18T10:24:43.391 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-18T10:24:43.450 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_4 2024-09-18T10:24:43.506 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-18T10:24:43.506 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T10:24:43.506 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-09-18T10:24:43.506 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T10:24:43.506 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T10:24:43.506 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-09-18 10:24:29.715595701 +0000 2024-09-18T10:24:43.506 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-09-18 10:19:00.067424881 +0000 2024-09-18T10:24:43.506 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-09-18 10:19:00.067424881 +0000 2024-09-18T10:24:43.507 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-09-18 10:19:00.067424881 +0000 2024-09-18T10:24:43.507 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-18T10:24:43.569 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-09-18T10:24:43.570 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-09-18T10:24:43.570 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000108598 s, 4.7 MB/s 2024-09-18T10:24:43.571 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-18T10:24:43.627 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-09-18T10:24:43.628 DEBUG:teuthology.orchestra.run.smithi119:> dd if=/scratch_devs of=/dev/stdout 2024-09-18T10:24:43.647 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-18T10:24:43.647 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_1 2024-09-18T10:24:43.706 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-18T10:24:43.706 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T10:24:43.706 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-09-18T10:24:43.706 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T10:24:43.706 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T10:24:43.706 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2024-09-18 10:24:20.995895958 +0000 2024-09-18T10:24:43.706 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2024-09-18 10:18:54.424926909 +0000 2024-09-18T10:24:43.706 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2024-09-18 10:18:54.424926909 +0000 2024-09-18T10:24:43.706 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: 2024-09-18 10:18:54.424926909 +0000 2024-09-18T10:24:43.706 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-18T10:24:43.776 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2024-09-18T10:24:43.776 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2024-09-18T10:24:43.776 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000230775 s, 2.2 MB/s 2024-09-18T10:24:43.777 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-18T10:24:43.836 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_2 2024-09-18T10:24:43.894 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-18T10:24:43.894 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T10:24:43.894 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-09-18T10:24:43.894 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T10:24:43.894 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T10:24:43.894 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2024-09-18 10:24:20.995895958 +0000 2024-09-18T10:24:43.894 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2024-09-18 10:18:54.758918215 +0000 2024-09-18T10:24:43.894 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2024-09-18 10:18:54.758918215 +0000 2024-09-18T10:24:43.894 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: 2024-09-18 10:18:54.758918215 +0000 2024-09-18T10:24:43.895 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-18T10:24:43.960 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2024-09-18T10:24:43.960 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2024-09-18T10:24:43.960 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000221676 s, 2.3 MB/s 2024-09-18T10:24:43.961 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-18T10:24:43.975 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:43 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:43.975 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:43 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:43.975 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:43 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:43.975 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:43 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:43.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:43 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:43.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:43 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:43.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:43 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T10:24:43.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:43 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-18T10:24:43.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:43 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T10:24:43.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:43 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:43.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:43 smithi094 ceph-mon[31531]: Deploying daemon mgr.b on smithi094 2024-09-18T10:24:43.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:43 smithi094 ceph-mon[31531]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:44.019 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_3 2024-09-18T10:24:44.076 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-18T10:24:44.076 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T10:24:44.076 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-09-18T10:24:44.076 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T10:24:44.076 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T10:24:44.076 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2024-09-18 10:24:20.995895958 +0000 2024-09-18T10:24:44.076 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2024-09-18 10:18:55.086909677 +0000 2024-09-18T10:24:44.077 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2024-09-18 10:18:55.086909677 +0000 2024-09-18T10:24:44.077 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: 2024-09-18 10:18:55.086909677 +0000 2024-09-18T10:24:44.077 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-18T10:24:44.138 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:43 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:44.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:43 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:44.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:43 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:44.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:43 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:44.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:43 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:44.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:43 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:44.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:43 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T10:24:44.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:43 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-18T10:24:44.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:43 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T10:24:44.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:43 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:44.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:43 smithi119 ceph-mon[31697]: Deploying daemon mgr.b on smithi094 2024-09-18T10:24:44.139 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:43 smithi119 ceph-mon[31697]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:44.140 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2024-09-18T10:24:44.141 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2024-09-18T10:24:44.141 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000192059 s, 2.7 MB/s 2024-09-18T10:24:44.142 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-18T10:24:44.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:44.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:44.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:44.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:44.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:44.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:44.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T10:24:44.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-18T10:24:44.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T10:24:44.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:44.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:43 smithi002 ceph-mon[28843]: Deploying daemon mgr.b on smithi094 2024-09-18T10:24:44.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:43 smithi002 ceph-mon[28843]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:44.199 DEBUG:teuthology.orchestra.run.smithi119:> stat /dev/vg_nvme/lv_4 2024-09-18T10:24:44.255 INFO:teuthology.orchestra.run.smithi119.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-18T10:24:44.255 INFO:teuthology.orchestra.run.smithi119.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-18T10:24:44.255 INFO:teuthology.orchestra.run.smithi119.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-09-18T10:24:44.255 INFO:teuthology.orchestra.run.smithi119.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-18T10:24:44.255 INFO:teuthology.orchestra.run.smithi119.stdout:Context: system_u:object_r:device_t:s0 2024-09-18T10:24:44.255 INFO:teuthology.orchestra.run.smithi119.stdout:Access: 2024-09-18 10:24:20.996895932 +0000 2024-09-18T10:24:44.255 INFO:teuthology.orchestra.run.smithi119.stdout:Modify: 2024-09-18 10:18:55.409901269 +0000 2024-09-18T10:24:44.255 INFO:teuthology.orchestra.run.smithi119.stdout:Change: 2024-09-18 10:18:55.409901269 +0000 2024-09-18T10:24:44.255 INFO:teuthology.orchestra.run.smithi119.stdout: Birth: 2024-09-18 10:18:55.409901269 +0000 2024-09-18T10:24:44.256 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-18T10:24:44.319 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records in 2024-09-18T10:24:44.319 INFO:teuthology.orchestra.run.smithi119.stderr:1+0 records out 2024-09-18T10:24:44.319 INFO:teuthology.orchestra.run.smithi119.stderr:512 bytes copied, 0.000212246 s, 2.4 MB/s 2024-09-18T10:24:44.320 DEBUG:teuthology.orchestra.run.smithi119:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-18T10:24:44.376 INFO:tasks.cephadm:Deploying osd.0 on smithi002 with /dev/vg_nvme/lv_4... 2024-09-18T10:24:44.376 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-18T10:24:44.634 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:24:45.239 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:45 smithi094 podman[32948]: 2024-09-18 10:24:45.13728105 +0000 UTC m=+0.120875695 container create 08599d95e04df80af6d51f13723c2d3cf4698f21b4e8a98c7db38c143d5f67c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-18T10:24:45.726 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:45 smithi094 podman[32948]: 2024-09-18 10:24:45.356334481 +0000 UTC m=+0.339929126 container init 08599d95e04df80af6d51f13723c2d3cf4698f21b4e8a98c7db38c143d5f67c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-18T10:24:45.727 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:45 smithi094 podman[32948]: 2024-09-18 10:24:45.361333446 +0000 UTC m=+0.344928091 container start 08599d95e04df80af6d51f13723c2d3cf4698f21b4e8a98c7db38c143d5f67c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6) 2024-09-18T10:24:45.727 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:45 smithi094 ceph-mgr[32986]: -- 172.21.15.94:0/735736987 <== mon.2 v2:172.21.15.94:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x563b5033e340 con 0x563b5034a800 2024-09-18T10:24:45.727 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:45 smithi094 bash[32948]: 08599d95e04df80af6d51f13723c2d3cf4698f21b4e8a98c7db38c143d5f67c1 2024-09-18T10:24:45.727 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:45 smithi094 systemd[1]: Started Ceph mgr.b for cdb93d6e-75a7-11ef-bceb-c7b262605968. 2024-09-18T10:24:45.727 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:45 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:45.472+0000 7f0a4e8dfec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-18T10:24:45.727 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:45 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:45.530+0000 7f0a4e8dfec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-18T10:24:45.727 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:45 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:45.596+0000 7f0a4e8dfec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-18T10:24:45.727 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:45 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:45.724+0000 7f0a4e8dfec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-18T10:24:45.989 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:45 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:45.867+0000 7f0a4e8dfec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-18T10:24:46.451 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:46 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:46.140+0000 7f0a4e8dfec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-18T10:24:46.451 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:46 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:46.201+0000 7f0a4e8dfec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-18T10:24:46.451 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:46 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:46.371+0000 7f0a4e8dfec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-18T10:24:46.452 INFO:teuthology.orchestra.run.smithi002.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-18T10:24:46.531 INFO:teuthology.orchestra.run.smithi002.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-18T10:24:46.541 INFO:teuthology.orchestra.run.smithi002.stderr: stderr: 10+0 records in 2024-09-18T10:24:46.541 INFO:teuthology.orchestra.run.smithi002.stderr:10+0 records out 2024-09-18T10:24:46.541 INFO:teuthology.orchestra.run.smithi002.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00829534 s, 1.3 GB/s 2024-09-18T10:24:46.541 INFO:teuthology.orchestra.run.smithi002.stderr:--> Zapping successful for: 2024-09-18T10:24:46.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:46 smithi094 ceph-mon[31531]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:46.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:46 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:46.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:46 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:46.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:46 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:46.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:46 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:46.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:46 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:46.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:46 smithi002 ceph-mon[28843]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:46.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:46 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:46.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:46 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:46.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:46 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:46.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:46 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:46.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:46 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:46.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:46 smithi119 ceph-mon[31697]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:46.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:46 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:46.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:46 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:46.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:46 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:46.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:46 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:46.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:46 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:47.196 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi002:vg_nvme/lv_4 2024-09-18T10:24:47.489 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:47 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:47.220+0000 7f0a4e8dfec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-18T10:24:47.489 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:47 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:47.284+0000 7f0a4e8dfec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-18T10:24:47.725 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:47 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:47.725 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:47 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:47.725 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:47 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:47.725 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:47 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:47.725 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:47 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:47.725 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:47 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T10:24:47.725 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:47 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T10:24:47.725 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:47 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:47.725 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:47 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:47.942 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:24:47.984 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:47 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:47.984 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:47 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:47.985 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:47 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:47.985 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:47 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:47.985 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:47 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:47.985 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:47 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T10:24:47.985 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:47 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T10:24:47.985 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:47 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:47.985 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:47 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:48.086 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:47 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:48.087 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:47 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:48.087 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:47 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:48.087 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:47 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:48.087 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:47 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:48.087 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:47 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T10:24:48.087 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:47 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T10:24:48.087 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:47 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:48.087 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:47 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:48.239 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:47 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:47.982+0000 7f0a4e8dfec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-18T10:24:48.239 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:48.093+0000 7f0a4e8dfec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-18T10:24:48.239 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:48.212+0000 7f0a4e8dfec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-18T10:24:48.649 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:48.270+0000 7f0a4e8dfec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-18T10:24:48.649 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:48.392+0000 7f0a4e8dfec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-18T10:24:48.649 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:48.458+0000 7f0a4e8dfec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-18T10:24:48.649 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:48.514+0000 7f0a4e8dfec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-18T10:24:48.649 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:48.647+0000 7f0a4e8dfec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-18T10:24:48.913 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:48.713+0000 7f0a4e8dfec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-18T10:24:48.914 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:48.777+0000 7f0a4e8dfec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-18T10:24:48.914 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:48.855+0000 7f0a4e8dfec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-18T10:24:48.914 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:48.912+0000 7f0a4e8dfec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-18T10:24:48.914 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-mon[31531]: Reconfiguring mgr.a (unknown last config time)... 2024-09-18T10:24:48.914 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-mon[31531]: Reconfiguring daemon mgr.a on smithi002 2024-09-18T10:24:48.914 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-mon[31531]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:48.914 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:48.914 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:48.914 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:48.914 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:48.914 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:48.915 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:48.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:48 smithi002 ceph-mon[28843]: Reconfiguring mgr.a (unknown last config time)... 2024-09-18T10:24:48.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:48 smithi002 ceph-mon[28843]: Reconfiguring daemon mgr.a on smithi002 2024-09-18T10:24:48.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:48 smithi002 ceph-mon[28843]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:48.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:48 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:48.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:48 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:48.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:48 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:48.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:48 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:48.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:48 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:48.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:48 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:49.039 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:48 smithi119 ceph-mon[31697]: Reconfiguring mgr.a (unknown last config time)... 2024-09-18T10:24:49.039 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:48 smithi119 ceph-mon[31697]: Reconfiguring daemon mgr.a on smithi002 2024-09-18T10:24:49.039 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:48 smithi119 ceph-mon[31697]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:49.039 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:48 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:49.040 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:48 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:49.040 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:48 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:24:49.040 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:48 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:49.040 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:48 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:24:49.040 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:48 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:24:49.239 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:48 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:48.968+0000 7f0a4e8dfec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-18T10:24:49.989 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:24:49 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b[32963]: 2024-09-18T10:24:49.699+0000 7f0a4e8dfec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-18T10:24:50.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:50 smithi094 ceph-mon[31531]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:50.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:50 smithi094 ceph-mon[31531]: Standby manager daemon b started 2024-09-18T10:24:50.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:50 smithi094 ceph-mon[31531]: from='mgr.? 172.21.15.94:0/1147751559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-18T10:24:50.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:50 smithi094 ceph-mon[31531]: from='mgr.? 172.21.15.94:0/1147751559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-18T10:24:50.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:50 smithi094 ceph-mon[31531]: from='mgr.? 172.21.15.94:0/1147751559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-18T10:24:50.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:50 smithi094 ceph-mon[31531]: from='mgr.? 172.21.15.94:0/1147751559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-18T10:24:50.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:50 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:24:50.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:50 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:24:50.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:50 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:51.005 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:50 smithi119 ceph-mon[31697]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:51.006 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:50 smithi119 ceph-mon[31697]: Standby manager daemon b started 2024-09-18T10:24:51.006 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:50 smithi119 ceph-mon[31697]: from='mgr.? 172.21.15.94:0/1147751559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-18T10:24:51.006 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:50 smithi119 ceph-mon[31697]: from='mgr.? 172.21.15.94:0/1147751559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-18T10:24:51.006 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:50 smithi119 ceph-mon[31697]: from='mgr.? 172.21.15.94:0/1147751559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-18T10:24:51.006 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:50 smithi119 ceph-mon[31697]: from='mgr.? 172.21.15.94:0/1147751559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-18T10:24:51.006 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:50 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:24:51.006 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:50 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:24:51.006 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:50 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:51.028 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:50 smithi002 ceph-mon[28843]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:51.028 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:50 smithi002 ceph-mon[28843]: Standby manager daemon b started 2024-09-18T10:24:51.028 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:50 smithi002 ceph-mon[28843]: from='mgr.? 172.21.15.94:0/1147751559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-18T10:24:51.028 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:50 smithi002 ceph-mon[28843]: from='mgr.? 172.21.15.94:0/1147751559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-18T10:24:51.029 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:50 smithi002 ceph-mon[28843]: from='mgr.? 172.21.15.94:0/1147751559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-18T10:24:51.029 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:50 smithi002 ceph-mon[28843]: from='mgr.? 172.21.15.94:0/1147751559' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-18T10:24:51.029 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:50 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:24:51.029 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:50 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:24:51.029 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:50 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:51.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:51 smithi002 ceph-mon[28843]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi002:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:24:51.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:51 smithi002 ceph-mon[28843]: mgrmap e14: a(active, since 73s), standbys: b 2024-09-18T10:24:51.916 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:51 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-18T10:24:51.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:51 smithi094 ceph-mon[31531]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi002:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:24:51.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:51 smithi094 ceph-mon[31531]: mgrmap e14: a(active, since 73s), standbys: b 2024-09-18T10:24:51.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:51 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-18T10:24:52.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:51 smithi119 ceph-mon[31697]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi002:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:24:52.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:51 smithi119 ceph-mon[31697]: mgrmap e14: a(active, since 73s), standbys: b 2024-09-18T10:24:52.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:51 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-18T10:24:52.798 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:52 smithi002 ceph-mon[28843]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:52.798 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:52 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/2230359539' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e364db4c-fe0f-4c95-aabd-ec463522d1e6"}]: dispatch 2024-09-18T10:24:52.798 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:52 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/2230359539' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e364db4c-fe0f-4c95-aabd-ec463522d1e6"}]': finished 2024-09-18T10:24:52.798 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:52 smithi002 ceph-mon[28843]: osdmap e5: 1 total, 0 up, 1 in 2024-09-18T10:24:52.798 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:52 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T10:24:52.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:52 smithi094 ceph-mon[31531]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:52.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:52 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/2230359539' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e364db4c-fe0f-4c95-aabd-ec463522d1e6"}]: dispatch 2024-09-18T10:24:52.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:52 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/2230359539' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e364db4c-fe0f-4c95-aabd-ec463522d1e6"}]': finished 2024-09-18T10:24:52.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:52 smithi094 ceph-mon[31531]: osdmap e5: 1 total, 0 up, 1 in 2024-09-18T10:24:52.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:52 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T10:24:53.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:52 smithi119 ceph-mon[31697]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:53.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:52 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/2230359539' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e364db4c-fe0f-4c95-aabd-ec463522d1e6"}]: dispatch 2024-09-18T10:24:53.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:52 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/2230359539' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e364db4c-fe0f-4c95-aabd-ec463522d1e6"}]': finished 2024-09-18T10:24:53.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:52 smithi119 ceph-mon[31697]: osdmap e5: 1 total, 0 up, 1 in 2024-09-18T10:24:53.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:52 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T10:24:53.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:53 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/1037945593' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:24:53.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:53 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/1037945593' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:24:54.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:53 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/1037945593' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:24:54.981 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:54 smithi002 ceph-mon[28843]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:54.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:54 smithi094 ceph-mon[31531]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:55.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:54 smithi119 ceph-mon[31697]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:55.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:55 smithi002 ceph-mon[28843]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:55.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:55 smithi094 ceph-mon[31531]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:56.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:55 smithi119 ceph-mon[31697]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:58.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:58 smithi002 ceph-mon[28843]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:58.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:58 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-18T10:24:58.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:58 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:58.551 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:58 smithi119 ceph-mon[31697]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:58.551 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:58 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-18T10:24:58.552 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:58 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:58.693 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:58 smithi094 ceph-mon[31531]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:24:58.693 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:58 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-18T10:24:58.693 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:58 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:24:59.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:24:59 smithi119 ceph-mon[31697]: Deploying daemon osd.0 on smithi002 2024-09-18T10:24:59.529 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:24:59 smithi002 ceph-mon[28843]: Deploying daemon osd.0 on smithi002 2024-09-18T10:24:59.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:24:59 smithi094 ceph-mon[31531]: Deploying daemon osd.0 on smithi002 2024-09-18T10:25:00.393 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:00 smithi002 ceph-mon[28843]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:00.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:00 smithi119 ceph-mon[31697]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:00.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:00 smithi094 ceph-mon[31531]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:02.460 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:02 smithi002 ceph-mon[28843]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:02.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:02 smithi119 ceph-mon[31697]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:02.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:02 smithi094 ceph-mon[31531]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:03.538 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:03.538 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:03.538 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:03.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:03 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:03.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:03 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:03.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:03 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:03.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:03 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:03.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:03 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:03.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:03 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:04.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:04 smithi002 ceph-mon[28843]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:04.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:04 smithi119 ceph-mon[31697]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:04.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:04 smithi094 ceph-mon[31531]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:06.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:06 smithi002 ceph-mon[28843]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:06.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:06 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:06.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:06 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:06.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:06 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:06.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:06 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:06.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:06 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:06.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:06 smithi002 ceph-mon[28843]: from='osd.0 [v2:172.21.15.2:6802/358475799,v1:172.21.15.2:6803/358475799]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-18T10:25:06.416 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:06 smithi002 ceph-mon[28843]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-18T10:25:06.540 INFO:teuthology.orchestra.run.smithi002.stdout:Created osd(s) 0 on host 'smithi002' 2024-09-18T10:25:06.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:06 smithi119 ceph-mon[31697]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:06.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:06 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:06.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:06 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:06.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:06 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:06.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:06 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:06.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:06 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:06.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:06 smithi119 ceph-mon[31697]: from='osd.0 [v2:172.21.15.2:6802/358475799,v1:172.21.15.2:6803/358475799]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-18T10:25:06.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:06 smithi119 ceph-mon[31697]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-18T10:25:06.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:06 smithi094 ceph-mon[31531]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:06.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:06 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:06.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:06 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:06.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:06 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:06.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:06 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:06.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:06 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:06.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:06 smithi094 ceph-mon[31531]: from='osd.0 [v2:172.21.15.2:6802/358475799,v1:172.21.15.2:6803/358475799]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-18T10:25:06.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:06 smithi094 ceph-mon[31531]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-18T10:25:07.134 DEBUG:teuthology.orchestra.run.smithi002:osd.0> sudo journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.0.service 2024-09-18T10:25:07.136 INFO:tasks.cephadm:Deploying osd.1 on smithi002 with /dev/vg_nvme/lv_3... 2024-09-18T10:25:07.137 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-18T10:25:07.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:07.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:07.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:07.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:07 smithi002 ceph-mon[28843]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-18T10:25:07.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:07 smithi002 ceph-mon[28843]: osdmap e6: 1 total, 0 up, 1 in 2024-09-18T10:25:07.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T10:25:07.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:07 smithi002 ceph-mon[28843]: from='osd.0 [v2:172.21.15.2:6802/358475799,v1:172.21.15.2:6803/358475799]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2024-09-18T10:25:07.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:07 smithi002 ceph-mon[28843]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2024-09-18T10:25:07.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:07 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:07.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:07 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:07.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:07 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:07.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:07 smithi119 ceph-mon[31697]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-18T10:25:07.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:07 smithi119 ceph-mon[31697]: osdmap e6: 1 total, 0 up, 1 in 2024-09-18T10:25:07.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:07 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T10:25:07.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:07 smithi119 ceph-mon[31697]: from='osd.0 [v2:172.21.15.2:6802/358475799,v1:172.21.15.2:6803/358475799]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2024-09-18T10:25:07.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:07 smithi119 ceph-mon[31697]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2024-09-18T10:25:07.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:07.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:07.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:07.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:07 smithi094 ceph-mon[31531]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-18T10:25:07.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:07 smithi094 ceph-mon[31531]: osdmap e6: 1 total, 0 up, 1 in 2024-09-18T10:25:07.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T10:25:07.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:07 smithi094 ceph-mon[31531]: from='osd.0 [v2:172.21.15.2:6802/358475799,v1:172.21.15.2:6803/358475799]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2024-09-18T10:25:07.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:07 smithi094 ceph-mon[31531]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2024-09-18T10:25:07.902 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:25:08.023 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:25:07 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-0[44167]: 2024-09-18T10:25:07.836+0000 7febc5071640 -1 osd.0 0 waiting for initial osdmap 2024-09-18T10:25:08.023 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:25:07 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-0[44167]: 2024-09-18T10:25:07.838+0000 7febc1eac640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-18T10:25:08.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:08 smithi002 ceph-mon[28843]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:08.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:08 smithi002 ceph-mon[28843]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2024-09-18T10:25:08.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:08 smithi002 ceph-mon[28843]: osdmap e7: 1 total, 0 up, 1 in 2024-09-18T10:25:08.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:08 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T10:25:08.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:08 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T10:25:08.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:08 smithi119 ceph-mon[31697]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:08.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:08 smithi119 ceph-mon[31697]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2024-09-18T10:25:08.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:08 smithi119 ceph-mon[31697]: osdmap e7: 1 total, 0 up, 1 in 2024-09-18T10:25:08.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:08 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T10:25:08.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:08 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T10:25:08.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:08 smithi094 ceph-mon[31531]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:08.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:08 smithi094 ceph-mon[31531]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2024-09-18T10:25:08.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:08 smithi094 ceph-mon[31531]: osdmap e7: 1 total, 0 up, 1 in 2024-09-18T10:25:08.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:08 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T10:25:08.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:08 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T10:25:10.162 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:09 smithi002 ceph-mon[28843]: purged_snaps scrub starts 2024-09-18T10:25:10.162 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:09 smithi002 ceph-mon[28843]: purged_snaps scrub ok 2024-09-18T10:25:10.163 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:09 smithi002 ceph-mon[28843]: osd.0 [v2:172.21.15.2:6802/358475799,v1:172.21.15.2:6803/358475799] boot 2024-09-18T10:25:10.163 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:09 smithi002 ceph-mon[28843]: osdmap e8: 1 total, 1 up, 1 in 2024-09-18T10:25:10.163 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:09 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T10:25:10.163 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:09 smithi002 ceph-mon[28843]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:10.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:09 smithi119 ceph-mon[31697]: purged_snaps scrub starts 2024-09-18T10:25:10.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:09 smithi119 ceph-mon[31697]: purged_snaps scrub ok 2024-09-18T10:25:10.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:09 smithi119 ceph-mon[31697]: osd.0 [v2:172.21.15.2:6802/358475799,v1:172.21.15.2:6803/358475799] boot 2024-09-18T10:25:10.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:09 smithi119 ceph-mon[31697]: osdmap e8: 1 total, 1 up, 1 in 2024-09-18T10:25:10.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:09 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T10:25:10.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:09 smithi119 ceph-mon[31697]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:10.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:09 smithi094 ceph-mon[31531]: purged_snaps scrub starts 2024-09-18T10:25:10.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:09 smithi094 ceph-mon[31531]: purged_snaps scrub ok 2024-09-18T10:25:10.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:09 smithi094 ceph-mon[31531]: osd.0 [v2:172.21.15.2:6802/358475799,v1:172.21.15.2:6803/358475799] boot 2024-09-18T10:25:10.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:09 smithi094 ceph-mon[31531]: osdmap e8: 1 total, 1 up, 1 in 2024-09-18T10:25:10.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:09 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-18T10:25:10.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:09 smithi094 ceph-mon[31531]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-18T10:25:10.692 INFO:teuthology.orchestra.run.smithi002.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-18T10:25:10.778 INFO:teuthology.orchestra.run.smithi002.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-18T10:25:10.789 INFO:teuthology.orchestra.run.smithi002.stderr: stderr: 10+0 records in 2024-09-18T10:25:10.789 INFO:teuthology.orchestra.run.smithi002.stderr:10+0 records out 2024-09-18T10:25:10.790 INFO:teuthology.orchestra.run.smithi002.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00937141 s, 1.1 GB/s 2024-09-18T10:25:10.790 INFO:teuthology.orchestra.run.smithi002.stderr:--> Zapping successful for: 2024-09-18T10:25:10.989 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:10 smithi002 ceph-mon[28843]: osdmap e9: 1 total, 1 up, 1 in 2024-09-18T10:25:11.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:10 smithi119 ceph-mon[31697]: osdmap e9: 1 total, 1 up, 1 in 2024-09-18T10:25:11.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:10 smithi094 ceph-mon[31531]: osdmap e9: 1 total, 1 up, 1 in 2024-09-18T10:25:11.619 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi002:vg_nvme/lv_3 2024-09-18T10:25:11.873 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:25:12.287 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:12 smithi002 ceph-mon[28843]: Detected new or changed devices on smithi002 2024-09-18T10:25:12.288 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:12 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:12.288 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:12 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:12.288 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:12 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:25:12.288 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:12 smithi002 ceph-mon[28843]: Adjusting osd_memory_target on smithi002 to 17092M 2024-09-18T10:25:12.288 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:12 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:12.288 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:12 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:12.288 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:12 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:12.288 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:12 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:12.289 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:12 smithi002 ceph-mon[28843]: pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:12.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:12 smithi119 ceph-mon[31697]: Detected new or changed devices on smithi002 2024-09-18T10:25:12.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:12 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:12.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:12 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:12.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:12 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:25:12.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:12 smithi119 ceph-mon[31697]: Adjusting osd_memory_target on smithi002 to 17092M 2024-09-18T10:25:12.419 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:12 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:12.419 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:12 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:12.419 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:12 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:12.419 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:12 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:12.419 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:12 smithi119 ceph-mon[31697]: pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:12.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:12 smithi094 ceph-mon[31531]: Detected new or changed devices on smithi002 2024-09-18T10:25:12.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:12 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:12.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:12 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:12.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:12 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:25:12.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:12 smithi094 ceph-mon[31531]: Adjusting osd_memory_target on smithi002 to 17092M 2024-09-18T10:25:12.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:12 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:12.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:12 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:12.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:12 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:12.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:12 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:12.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:12 smithi094 ceph-mon[31531]: pgmap v46: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:14.588 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:14 smithi002 ceph-mon[28843]: pgmap v47: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:14.589 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:14 smithi002 ceph-mon[28843]: from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi002:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:25:14.589 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:14 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:25:14.589 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:14 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:25:14.589 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:14 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:14.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:14 smithi119 ceph-mon[31697]: pgmap v47: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:14.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:14 smithi119 ceph-mon[31697]: from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi002:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:25:14.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:14 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:25:14.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:14 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:25:14.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:14 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:14.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:14 smithi094 ceph-mon[31531]: pgmap v47: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:14.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:14 smithi094 ceph-mon[31531]: from='client.14241 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi002:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:25:14.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:14 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:25:14.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:14 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:25:14.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:14 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:16.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:16 smithi002 ceph-mon[28843]: pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:16.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:16 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/3577789473' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cdd3f97-e9e2-4e2e-8f9a-229a759ad16c"}]: dispatch 2024-09-18T10:25:16.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:16 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/3577789473' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2cdd3f97-e9e2-4e2e-8f9a-229a759ad16c"}]': finished 2024-09-18T10:25:16.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:16 smithi002 ceph-mon[28843]: osdmap e10: 2 total, 1 up, 2 in 2024-09-18T10:25:16.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:16 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T10:25:16.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:16 smithi119 ceph-mon[31697]: pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:16.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:16 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/3577789473' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cdd3f97-e9e2-4e2e-8f9a-229a759ad16c"}]: dispatch 2024-09-18T10:25:16.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:16 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/3577789473' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2cdd3f97-e9e2-4e2e-8f9a-229a759ad16c"}]': finished 2024-09-18T10:25:16.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:16 smithi119 ceph-mon[31697]: osdmap e10: 2 total, 1 up, 2 in 2024-09-18T10:25:16.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:16 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T10:25:16.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:16 smithi094 ceph-mon[31531]: pgmap v48: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:16.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:16 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/3577789473' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cdd3f97-e9e2-4e2e-8f9a-229a759ad16c"}]: dispatch 2024-09-18T10:25:16.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:16 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/3577789473' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2cdd3f97-e9e2-4e2e-8f9a-229a759ad16c"}]': finished 2024-09-18T10:25:16.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:16 smithi094 ceph-mon[31531]: osdmap e10: 2 total, 1 up, 2 in 2024-09-18T10:25:16.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:16 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T10:25:17.568 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:17 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/1787035513' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:25:17.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:17 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/1787035513' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:25:17.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:17 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/1787035513' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:25:18.578 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:18 smithi002 ceph-mon[28843]: pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:18.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:18 smithi119 ceph-mon[31697]: pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:18.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:18 smithi094 ceph-mon[31531]: pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:20.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:20 smithi002 ceph-mon[28843]: pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:20.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:20 smithi119 ceph-mon[31697]: pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:20.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:20 smithi094 ceph-mon[31531]: pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:22.582 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:22 smithi002 ceph-mon[28843]: pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:22.582 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:22 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-18T10:25:22.582 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:22 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:22.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:22 smithi119 ceph-mon[31697]: pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:22.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:22 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-18T10:25:22.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:22 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:22.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:22 smithi094 ceph-mon[31531]: pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:22.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:22 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-18T10:25:22.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:22 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:23.578 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:23 smithi002 ceph-mon[28843]: Deploying daemon osd.1 on smithi002 2024-09-18T10:25:23.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:23 smithi119 ceph-mon[31697]: Deploying daemon osd.1 on smithi002 2024-09-18T10:25:23.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:23 smithi094 ceph-mon[31531]: Deploying daemon osd.1 on smithi002 2024-09-18T10:25:24.375 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:24 smithi002 ceph-mon[28843]: pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:24.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:24 smithi119 ceph-mon[31697]: pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:24.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:24 smithi094 ceph-mon[31531]: pgmap v53: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:26.600 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:26 smithi002 ceph-mon[28843]: pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:26.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:26 smithi119 ceph-mon[31697]: pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:26.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:26 smithi094 ceph-mon[31531]: pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:27.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:27 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:27.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:27 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:27.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:27 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:27.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:27 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:27.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:27 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:27.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:27 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:27.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:27 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:27.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:27 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:27.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:27 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:28.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:28 smithi002 ceph-mon[28843]: pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:28.640 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:28 smithi094 ceph-mon[31531]: pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:28.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:28 smithi119 ceph-mon[31697]: pgmap v55: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:29.878 INFO:teuthology.orchestra.run.smithi002.stdout:Created osd(s) 1 on host 'smithi002' 2024-09-18T10:25:30.444 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:30 smithi002 ceph-mon[28843]: pgmap v56: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:30.445 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:30 smithi002 ceph-mon[28843]: from='osd.1 [v2:172.21.15.2:6810/3825310105,v1:172.21.15.2:6811/3825310105]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-18T10:25:30.445 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:30 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:30.445 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:30 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:30.472 DEBUG:teuthology.orchestra.run.smithi002:osd.1> sudo journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.1.service 2024-09-18T10:25:30.475 INFO:tasks.cephadm:Deploying osd.2 on smithi094 with /dev/vg_nvme/lv_4... 2024-09-18T10:25:30.475 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-18T10:25:30.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:30 smithi119 ceph-mon[31697]: pgmap v56: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:30.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:30 smithi119 ceph-mon[31697]: from='osd.1 [v2:172.21.15.2:6810/3825310105,v1:172.21.15.2:6811/3825310105]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-18T10:25:30.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:30 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:30.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:30 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:30.723 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.b/config 2024-09-18T10:25:30.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:30 smithi094 ceph-mon[31531]: pgmap v56: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:30.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:30 smithi094 ceph-mon[31531]: from='osd.1 [v2:172.21.15.2:6810/3825310105,v1:172.21.15.2:6811/3825310105]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-18T10:25:30.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:30.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:30 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:31.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:31 smithi094 ceph-mon[31531]: from='osd.1 [v2:172.21.15.2:6810/3825310105,v1:172.21.15.2:6811/3825310105]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-18T10:25:31.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:31 smithi094 ceph-mon[31531]: osdmap e11: 2 total, 1 up, 2 in 2024-09-18T10:25:31.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:31 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T10:25:31.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:31 smithi094 ceph-mon[31531]: from='osd.1 [v2:172.21.15.2:6810/3825310105,v1:172.21.15.2:6811/3825310105]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2024-09-18T10:25:31.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:31 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:31.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:31 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:31.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:31 smithi002 ceph-mon[28843]: from='osd.1 [v2:172.21.15.2:6810/3825310105,v1:172.21.15.2:6811/3825310105]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-18T10:25:31.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:31 smithi002 ceph-mon[28843]: osdmap e11: 2 total, 1 up, 2 in 2024-09-18T10:25:31.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:31 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T10:25:31.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:31 smithi002 ceph-mon[28843]: from='osd.1 [v2:172.21.15.2:6810/3825310105,v1:172.21.15.2:6811/3825310105]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2024-09-18T10:25:31.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:31 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:31.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:31 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:31.665 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:25:31 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-1[50305]: 2024-09-18T10:25:31.311+0000 7f5e2b8cf640 -1 osd.1 0 waiting for initial osdmap 2024-09-18T10:25:31.666 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:25:31 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-1[50305]: 2024-09-18T10:25:31.314+0000 7f5e2870a640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-18T10:25:31.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:31 smithi119 ceph-mon[31697]: from='osd.1 [v2:172.21.15.2:6810/3825310105,v1:172.21.15.2:6811/3825310105]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-18T10:25:31.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:31 smithi119 ceph-mon[31697]: osdmap e11: 2 total, 1 up, 2 in 2024-09-18T10:25:31.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:31 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T10:25:31.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:31 smithi119 ceph-mon[31697]: from='osd.1 [v2:172.21.15.2:6810/3825310105,v1:172.21.15.2:6811/3825310105]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2024-09-18T10:25:31.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:31 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:31.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:31 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:32.404 INFO:teuthology.orchestra.run.smithi094.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-18T10:25:32.479 INFO:teuthology.orchestra.run.smithi094.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-18T10:25:32.490 INFO:teuthology.orchestra.run.smithi094.stderr: stderr: 10+0 records in 2024-09-18T10:25:32.490 INFO:teuthology.orchestra.run.smithi094.stderr:10+0 records out 2024-09-18T10:25:32.490 INFO:teuthology.orchestra.run.smithi094.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00985837 s, 1.1 GB/s 2024-09-18T10:25:32.491 INFO:teuthology.orchestra.run.smithi094.stderr:--> Zapping successful for: 2024-09-18T10:25:32.496 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:32 smithi002 ceph-mon[28843]: pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:32.496 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:32 smithi002 ceph-mon[28843]: from='osd.1 [v2:172.21.15.2:6810/3825310105,v1:172.21.15.2:6811/3825310105]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2024-09-18T10:25:32.496 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:32 smithi002 ceph-mon[28843]: osdmap e12: 2 total, 1 up, 2 in 2024-09-18T10:25:32.496 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:32 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T10:25:32.496 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:32 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T10:25:32.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:32 smithi119 ceph-mon[31697]: pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:32.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:32 smithi119 ceph-mon[31697]: from='osd.1 [v2:172.21.15.2:6810/3825310105,v1:172.21.15.2:6811/3825310105]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2024-09-18T10:25:32.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:32 smithi119 ceph-mon[31697]: osdmap e12: 2 total, 1 up, 2 in 2024-09-18T10:25:32.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:32 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T10:25:32.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:32 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T10:25:32.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:32 smithi094 ceph-mon[31531]: pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:32.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:32 smithi094 ceph-mon[31531]: from='osd.1 [v2:172.21.15.2:6810/3825310105,v1:172.21.15.2:6811/3825310105]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2024-09-18T10:25:32.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:32 smithi094 ceph-mon[31531]: osdmap e12: 2 total, 1 up, 2 in 2024-09-18T10:25:32.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:32 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T10:25:32.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:32 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T10:25:33.086 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi094:vg_nvme/lv_4 2024-09-18T10:25:33.322 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.b/config 2024-09-18T10:25:33.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:33 smithi002 ceph-mon[28843]: purged_snaps scrub starts 2024-09-18T10:25:33.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:33 smithi002 ceph-mon[28843]: purged_snaps scrub ok 2024-09-18T10:25:33.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:33 smithi002 ceph-mon[28843]: osd.1 [v2:172.21.15.2:6810/3825310105,v1:172.21.15.2:6811/3825310105] boot 2024-09-18T10:25:33.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:33 smithi002 ceph-mon[28843]: osdmap e13: 2 total, 2 up, 2 in 2024-09-18T10:25:33.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:33 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T10:25:33.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:33 smithi094 ceph-mon[31531]: purged_snaps scrub starts 2024-09-18T10:25:33.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:33 smithi094 ceph-mon[31531]: purged_snaps scrub ok 2024-09-18T10:25:33.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:33 smithi094 ceph-mon[31531]: osd.1 [v2:172.21.15.2:6810/3825310105,v1:172.21.15.2:6811/3825310105] boot 2024-09-18T10:25:33.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:33 smithi094 ceph-mon[31531]: osdmap e13: 2 total, 2 up, 2 in 2024-09-18T10:25:33.429 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:33 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T10:25:33.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:33 smithi119 ceph-mon[31697]: purged_snaps scrub starts 2024-09-18T10:25:33.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:33 smithi119 ceph-mon[31697]: purged_snaps scrub ok 2024-09-18T10:25:33.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:33 smithi119 ceph-mon[31697]: osd.1 [v2:172.21.15.2:6810/3825310105,v1:172.21.15.2:6811/3825310105] boot 2024-09-18T10:25:33.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:33 smithi119 ceph-mon[31697]: osdmap e13: 2 total, 2 up, 2 in 2024-09-18T10:25:33.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:33 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-18T10:25:34.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:34 smithi094 ceph-mon[31531]: pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:34.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:34 smithi094 ceph-mon[31531]: osdmap e14: 2 total, 2 up, 2 in 2024-09-18T10:25:34.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:34 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:34.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:34 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:34.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:34 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:25:34.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:34 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:25:34.409 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:34 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:34.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:34 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:34.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:34 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:34.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:34 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:34.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:34 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:34.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:34 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:34.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:34 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:34.410 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:34 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:34.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:34 smithi002 ceph-mon[28843]: pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:34.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:34 smithi002 ceph-mon[28843]: osdmap e14: 2 total, 2 up, 2 in 2024-09-18T10:25:34.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:34 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:34.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:34 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:34.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:34 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:25:34.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:34 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:25:34.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:34 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:34.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:34 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:34.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:34 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:34.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:34 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:34.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:34 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:34.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:34 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:34.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:34 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:34.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:34 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:34.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:34 smithi119 ceph-mon[31697]: pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-09-18T10:25:34.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:34 smithi119 ceph-mon[31697]: osdmap e14: 2 total, 2 up, 2 in 2024-09-18T10:25:34.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:34 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:34.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:34 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:34.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:34 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:25:34.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:34 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:25:34.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:34 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:34.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:34 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:34.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:34 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:34.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:34 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:34.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:34 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:34.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:34 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:34.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:34 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:34.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:34 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:35.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:35 smithi002 ceph-mon[28843]: Detected new or changed devices on smithi002 2024-09-18T10:25:35.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:35 smithi002 ceph-mon[28843]: Adjusting osd_memory_target on smithi002 to 8546M 2024-09-18T10:25:35.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:35 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:25:35.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:35 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:25:35.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:35 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:35.667 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:35 smithi094 ceph-mon[31531]: Detected new or changed devices on smithi002 2024-09-18T10:25:35.667 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:35 smithi094 ceph-mon[31531]: Adjusting osd_memory_target on smithi002 to 8546M 2024-09-18T10:25:35.667 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:35 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:25:35.667 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:35 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:25:35.667 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:35 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:35.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:35 smithi119 ceph-mon[31697]: Detected new or changed devices on smithi002 2024-09-18T10:25:35.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:35 smithi119 ceph-mon[31697]: Adjusting osd_memory_target on smithi002 to 8546M 2024-09-18T10:25:35.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:35 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:25:35.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:35 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:25:35.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:35 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:36.417 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:36 smithi094 ceph-mon[31531]: from='client.24158 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:25:36.417 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:36 smithi094 ceph-mon[31531]: pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:36.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:36 smithi002 ceph-mon[28843]: from='client.24158 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:25:36.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:36 smithi002 ceph-mon[28843]: pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:36.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:36 smithi119 ceph-mon[31697]: from='client.24158 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:25:36.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:36 smithi119 ceph-mon[31697]: pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:37.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:37 smithi002 ceph-mon[28843]: from='client.? 172.21.15.94:0/2907728326' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "990fc1a0-5604-41c4-bb0b-10f953b3cd62"}]: dispatch 2024-09-18T10:25:37.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:37 smithi002 ceph-mon[28843]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "990fc1a0-5604-41c4-bb0b-10f953b3cd62"}]: dispatch 2024-09-18T10:25:37.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:37 smithi002 ceph-mon[28843]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "990fc1a0-5604-41c4-bb0b-10f953b3cd62"}]': finished 2024-09-18T10:25:37.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:37 smithi002 ceph-mon[28843]: osdmap e15: 3 total, 2 up, 3 in 2024-09-18T10:25:37.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T10:25:37.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:37 smithi119 ceph-mon[31697]: from='client.? 172.21.15.94:0/2907728326' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "990fc1a0-5604-41c4-bb0b-10f953b3cd62"}]: dispatch 2024-09-18T10:25:37.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:37 smithi119 ceph-mon[31697]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "990fc1a0-5604-41c4-bb0b-10f953b3cd62"}]: dispatch 2024-09-18T10:25:37.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:37 smithi119 ceph-mon[31697]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "990fc1a0-5604-41c4-bb0b-10f953b3cd62"}]': finished 2024-09-18T10:25:37.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:37 smithi119 ceph-mon[31697]: osdmap e15: 3 total, 2 up, 3 in 2024-09-18T10:25:37.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T10:25:37.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:37 smithi094 ceph-mon[31531]: from='client.? 172.21.15.94:0/2907728326' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "990fc1a0-5604-41c4-bb0b-10f953b3cd62"}]: dispatch 2024-09-18T10:25:37.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:37 smithi094 ceph-mon[31531]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "990fc1a0-5604-41c4-bb0b-10f953b3cd62"}]: dispatch 2024-09-18T10:25:37.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:37 smithi094 ceph-mon[31531]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "990fc1a0-5604-41c4-bb0b-10f953b3cd62"}]': finished 2024-09-18T10:25:37.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:37 smithi094 ceph-mon[31531]: osdmap e15: 3 total, 2 up, 3 in 2024-09-18T10:25:37.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T10:25:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:38 smithi002 ceph-mon[28843]: pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:38 smithi002 ceph-mon[28843]: from='client.? 172.21.15.94:0/1751440631' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:25:38.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:38 smithi119 ceph-mon[31697]: pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:38.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:38 smithi119 ceph-mon[31697]: from='client.? 172.21.15.94:0/1751440631' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:25:38.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:38 smithi094 ceph-mon[31531]: pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:38.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:38 smithi094 ceph-mon[31531]: from='client.? 172.21.15.94:0/1751440631' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:25:40.644 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:40 smithi094 ceph-mon[31531]: pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:40.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:40 smithi002 ceph-mon[28843]: pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:40.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:40 smithi119 ceph-mon[31697]: pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:42.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:42 smithi094 ceph-mon[31531]: pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:42.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:42 smithi002 ceph-mon[28843]: pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:42.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:42 smithi119 ceph-mon[31697]: pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:43.643 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:43 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-18T10:25:43.643 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:43 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:43.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-18T10:25:43.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:43.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:43 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-18T10:25:43.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:43 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:44.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:44 smithi094 ceph-mon[31531]: pgmap v68: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:44.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:44 smithi094 ceph-mon[31531]: Deploying daemon osd.2 on smithi094 2024-09-18T10:25:44.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:44 smithi002 ceph-mon[28843]: pgmap v68: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:44.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:44 smithi002 ceph-mon[28843]: Deploying daemon osd.2 on smithi094 2024-09-18T10:25:44.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:44 smithi119 ceph-mon[31697]: pgmap v68: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:44.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:44 smithi119 ceph-mon[31697]: Deploying daemon osd.2 on smithi094 2024-09-18T10:25:46.528 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:46 smithi094 ceph-mon[31531]: pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:46.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:46 smithi002 ceph-mon[28843]: pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:46.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:46 smithi119 ceph-mon[31697]: pgmap v69: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:48.608 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:48 smithi094 ceph-mon[31531]: pgmap v70: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:48.608 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:48 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:48.608 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:48 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:48.608 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:48 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:48.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:48 smithi002 ceph-mon[28843]: pgmap v70: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:48.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:48 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:48.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:48 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:48.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:48 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:48.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:48 smithi119 ceph-mon[31697]: pgmap v70: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:48.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:48 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:48.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:48 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:48.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:48 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:50.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:50 smithi002 ceph-mon[28843]: pgmap v71: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:50.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:50 smithi119 ceph-mon[31697]: pgmap v71: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:50.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:50 smithi094 ceph-mon[31531]: pgmap v71: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:51.089 INFO:teuthology.orchestra.run.smithi094.stdout:Created osd(s) 2 on host 'smithi094' 2024-09-18T10:25:51.651 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:51 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:51.651 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:51 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:51.651 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:51 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:51.651 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:51 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:51.651 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:51 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:51.651 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:51 smithi094 ceph-mon[31531]: from='osd.2 [v2:172.21.15.94:6800/2241624097,v1:172.21.15.94:6801/2241624097]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-18T10:25:51.651 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:51 smithi094 ceph-mon[31531]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-18T10:25:51.651 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:51 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:51.652 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:51 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:51.652 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:51 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:51.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:51 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:51.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:51 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:51.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:51 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:51.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:51 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:51.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:51 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:51.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:51 smithi002 ceph-mon[28843]: from='osd.2 [v2:172.21.15.94:6800/2241624097,v1:172.21.15.94:6801/2241624097]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-18T10:25:51.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:51 smithi002 ceph-mon[28843]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-18T10:25:51.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:51 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:51.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:51 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:51.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:51 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:51.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:51 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:51.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:51 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:51.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:51 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:51.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:51 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:51.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:51 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:51.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:51 smithi119 ceph-mon[31697]: from='osd.2 [v2:172.21.15.94:6800/2241624097,v1:172.21.15.94:6801/2241624097]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-18T10:25:51.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:51 smithi119 ceph-mon[31697]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-18T10:25:51.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:51 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:25:51.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:51 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:51.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:51 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:51.673 DEBUG:teuthology.orchestra.run.smithi094:osd.2> sudo journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.2.service 2024-09-18T10:25:51.676 INFO:tasks.cephadm:Deploying osd.3 on smithi094 with /dev/vg_nvme/lv_3... 2024-09-18T10:25:51.676 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-18T10:25:52.485 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.b/config 2024-09-18T10:25:52.574 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:52 smithi094 ceph-mon[31531]: pgmap v72: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:52.574 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:52 smithi094 ceph-mon[31531]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-18T10:25:52.574 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:52 smithi094 ceph-mon[31531]: osdmap e16: 3 total, 2 up, 3 in 2024-09-18T10:25:52.574 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:52 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T10:25:52.574 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:52 smithi094 ceph-mon[31531]: from='osd.2 [v2:172.21.15.94:6800/2241624097,v1:172.21.15.94:6801/2241624097]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-18T10:25:52.574 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:52 smithi094 ceph-mon[31531]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-18T10:25:52.575 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:25:52 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-2[36087]: 2024-09-18T10:25:52.370+0000 7f0d70d61640 -1 osd.2 0 waiting for initial osdmap 2024-09-18T10:25:52.575 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:25:52 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-2[36087]: 2024-09-18T10:25:52.373+0000 7f0d6bb98640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-18T10:25:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:52 smithi002 ceph-mon[28843]: pgmap v72: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:52 smithi002 ceph-mon[28843]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-18T10:25:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:52 smithi002 ceph-mon[28843]: osdmap e16: 3 total, 2 up, 3 in 2024-09-18T10:25:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:52 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T10:25:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:52 smithi002 ceph-mon[28843]: from='osd.2 [v2:172.21.15.94:6800/2241624097,v1:172.21.15.94:6801/2241624097]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-18T10:25:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:52 smithi002 ceph-mon[28843]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-18T10:25:52.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:52 smithi119 ceph-mon[31697]: pgmap v72: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:52.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:52 smithi119 ceph-mon[31697]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-18T10:25:52.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:52 smithi119 ceph-mon[31697]: osdmap e16: 3 total, 2 up, 3 in 2024-09-18T10:25:52.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:52 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T10:25:52.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:52 smithi119 ceph-mon[31697]: from='osd.2 [v2:172.21.15.94:6800/2241624097,v1:172.21.15.94:6801/2241624097]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-18T10:25:52.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:52 smithi119 ceph-mon[31697]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-18T10:25:53.456 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:53 smithi094 ceph-mon[31531]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-09-18T10:25:53.456 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:53 smithi094 ceph-mon[31531]: osdmap e17: 3 total, 2 up, 3 in 2024-09-18T10:25:53.456 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:53 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T10:25:53.456 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:53 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T10:25:53.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:53 smithi002 ceph-mon[28843]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-09-18T10:25:53.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:53 smithi002 ceph-mon[28843]: osdmap e17: 3 total, 2 up, 3 in 2024-09-18T10:25:53.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T10:25:53.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T10:25:53.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:53 smithi119 ceph-mon[31697]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-09-18T10:25:53.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:53 smithi119 ceph-mon[31697]: osdmap e17: 3 total, 2 up, 3 in 2024-09-18T10:25:53.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:53 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T10:25:53.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:53 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T10:25:54.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:54 smithi002 ceph-mon[28843]: purged_snaps scrub starts 2024-09-18T10:25:54.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:54 smithi002 ceph-mon[28843]: purged_snaps scrub ok 2024-09-18T10:25:54.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:54 smithi002 ceph-mon[28843]: pgmap v75: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:54.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:54 smithi002 ceph-mon[28843]: osd.2 [v2:172.21.15.94:6800/2241624097,v1:172.21.15.94:6801/2241624097] boot 2024-09-18T10:25:54.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:54 smithi002 ceph-mon[28843]: osdmap e18: 3 total, 3 up, 3 in 2024-09-18T10:25:54.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:54 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T10:25:54.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:54 smithi119 ceph-mon[31697]: purged_snaps scrub starts 2024-09-18T10:25:54.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:54 smithi119 ceph-mon[31697]: purged_snaps scrub ok 2024-09-18T10:25:54.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:54 smithi119 ceph-mon[31697]: pgmap v75: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:54.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:54 smithi119 ceph-mon[31697]: osd.2 [v2:172.21.15.94:6800/2241624097,v1:172.21.15.94:6801/2241624097] boot 2024-09-18T10:25:54.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:54 smithi119 ceph-mon[31697]: osdmap e18: 3 total, 3 up, 3 in 2024-09-18T10:25:54.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:54 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T10:25:54.688 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:54 smithi094 ceph-mon[31531]: purged_snaps scrub starts 2024-09-18T10:25:54.688 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:54 smithi094 ceph-mon[31531]: purged_snaps scrub ok 2024-09-18T10:25:54.688 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:54 smithi094 ceph-mon[31531]: pgmap v75: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-09-18T10:25:54.688 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:54 smithi094 ceph-mon[31531]: osd.2 [v2:172.21.15.94:6800/2241624097,v1:172.21.15.94:6801/2241624097] boot 2024-09-18T10:25:54.688 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:54 smithi094 ceph-mon[31531]: osdmap e18: 3 total, 3 up, 3 in 2024-09-18T10:25:54.689 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:54 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-18T10:25:55.623 INFO:teuthology.orchestra.run.smithi094.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-18T10:25:55.705 INFO:teuthology.orchestra.run.smithi094.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-18T10:25:55.717 INFO:teuthology.orchestra.run.smithi094.stderr: stderr: 10+0 records in 2024-09-18T10:25:55.717 INFO:teuthology.orchestra.run.smithi094.stderr:10+0 records out 2024-09-18T10:25:55.717 INFO:teuthology.orchestra.run.smithi094.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00981583 s, 1.1 GB/s 2024-09-18T10:25:55.717 INFO:teuthology.orchestra.run.smithi094.stderr:--> Zapping successful for: 2024-09-18T10:25:55.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:55 smithi094 ceph-mon[31531]: osdmap e19: 3 total, 3 up, 3 in 2024-09-18T10:25:55.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:55 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:55.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:55 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:55.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:55 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:25:55.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:55 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:55.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:55 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:55.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:55 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:55.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:55 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:56.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:55 smithi002 ceph-mon[28843]: osdmap e19: 3 total, 3 up, 3 in 2024-09-18T10:25:56.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:55 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:56.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:55 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:56.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:55 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:25:56.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:55 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:56.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:55 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:56.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:55 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:56.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:55 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:56.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:55 smithi119 ceph-mon[31697]: osdmap e19: 3 total, 3 up, 3 in 2024-09-18T10:25:56.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:55 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:56.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:55 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:56.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:55 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:25:56.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:55 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:56.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:55 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:56.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:55 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:25:56.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:55 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:56.333 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi094:vg_nvme/lv_3 2024-09-18T10:25:56.574 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.b/config 2024-09-18T10:25:56.960 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:56 smithi094 ceph-mon[31531]: Detected new or changed devices on smithi094 2024-09-18T10:25:56.960 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:56 smithi094 ceph-mon[31531]: Adjusting osd_memory_target on smithi094 to 17088M 2024-09-18T10:25:56.960 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:56 smithi094 ceph-mon[31531]: pgmap v78: 0 pgs: ; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:25:56.960 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:56 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-09-18T10:25:56.960 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:56 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-09-18T10:25:56.961 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:56 smithi094 ceph-mon[31531]: osdmap e20: 3 total, 3 up, 3 in 2024-09-18T10:25:56.961 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:56 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-18T10:25:57.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:56 smithi002 ceph-mon[28843]: Detected new or changed devices on smithi094 2024-09-18T10:25:57.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:56 smithi002 ceph-mon[28843]: Adjusting osd_memory_target on smithi094 to 17088M 2024-09-18T10:25:57.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:56 smithi002 ceph-mon[28843]: pgmap v78: 0 pgs: ; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:25:57.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:56 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-09-18T10:25:57.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:56 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-09-18T10:25:57.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:56 smithi002 ceph-mon[28843]: osdmap e20: 3 total, 3 up, 3 in 2024-09-18T10:25:57.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:56 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-18T10:25:57.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:56 smithi119 ceph-mon[31697]: Detected new or changed devices on smithi094 2024-09-18T10:25:57.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:56 smithi119 ceph-mon[31697]: Adjusting osd_memory_target on smithi094 to 17088M 2024-09-18T10:25:57.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:56 smithi119 ceph-mon[31697]: pgmap v78: 0 pgs: ; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:25:57.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:56 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-09-18T10:25:57.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:56 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-09-18T10:25:57.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:56 smithi119 ceph-mon[31697]: osdmap e20: 3 total, 3 up, 3 in 2024-09-18T10:25:57.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:56 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-18T10:25:57.914 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:25:57 smithi002 sudo[54185]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-18T10:25:57.915 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:25:57 smithi002 sudo[54185]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-18T10:25:57.915 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:25:57 smithi002 sudo[54185]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-18T10:25:57.915 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:25:57 smithi002 sudo[54185]: pam_unix(sudo:session): session closed for user root 2024-09-18T10:25:58.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:58 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-18T10:25:58.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:58 smithi094 ceph-mon[31531]: osdmap e21: 3 total, 3 up, 3 in 2024-09-18T10:25:58.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:58 smithi094 ceph-mon[31531]: pgmap v81: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:25:58.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:58 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:58.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:58 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-18T10:25:58.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:58 smithi002 ceph-mon[28843]: osdmap e21: 3 total, 3 up, 3 in 2024-09-18T10:25:58.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:58 smithi002 ceph-mon[28843]: pgmap v81: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:25:58.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:58 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:58.415 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:25:58 smithi002 sudo[54188]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-18T10:25:58.415 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:25:58 smithi002 sudo[54188]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-18T10:25:58.415 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:25:58 smithi002 sudo[54188]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-18T10:25:58.415 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:25:58 smithi002 sudo[54188]: pam_unix(sudo:session): session closed for user root 2024-09-18T10:25:58.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:58 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-18T10:25:58.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:58 smithi119 ceph-mon[31697]: osdmap e21: 3 total, 3 up, 3 in 2024-09-18T10:25:58.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:58 smithi119 ceph-mon[31697]: pgmap v81: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:25:58.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:58 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:25:58.916 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:25:58 smithi002 sudo[54191]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-18T10:25:58.916 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:25:58 smithi002 sudo[54191]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-18T10:25:58.917 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:25:58 smithi002 sudo[54191]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-18T10:25:58.917 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:25:58 smithi002 sudo[54191]: pam_unix(sudo:session): session closed for user root 2024-09-18T10:25:59.122 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:59 smithi094 ceph-mon[31531]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-18T10:25:59.122 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:59 smithi094 ceph-mon[31531]: osdmap e22: 3 total, 3 up, 3 in 2024-09-18T10:25:59.122 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:59 smithi094 ceph-mon[31531]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:25:59.122 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:59 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:25:59.123 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:59 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:25:59.123 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:25:59 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:59.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:59 smithi002 ceph-mon[28843]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-18T10:25:59.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:59 smithi002 ceph-mon[28843]: osdmap e22: 3 total, 3 up, 3 in 2024-09-18T10:25:59.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:59 smithi002 ceph-mon[28843]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:25:59.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:59 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:25:59.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:59 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:25:59.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:59 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:59.415 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:25:58 smithi002 sudo[54194]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-18T10:25:59.415 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:25:58 smithi002 sudo[54194]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-18T10:25:59.415 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:25:58 smithi002 sudo[54194]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-18T10:25:59.416 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:25:58 smithi002 sudo[54194]: pam_unix(sudo:session): session closed for user root 2024-09-18T10:25:59.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:59 smithi119 ceph-mon[31697]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-18T10:25:59.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:59 smithi119 ceph-mon[31697]: osdmap e22: 3 total, 3 up, 3 in 2024-09-18T10:25:59.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:59 smithi119 ceph-mon[31697]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:25:59.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:59 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:25:59.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:59 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:25:59.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:25:59 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:25:59.452 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:25:59 smithi094 sudo[40084]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-18T10:25:59.452 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:25:59 smithi094 sudo[40084]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-18T10:25:59.452 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:25:59 smithi094 sudo[40084]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-18T10:25:59.453 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:25:59 smithi094 sudo[40084]: pam_unix(sudo:session): session closed for user root 2024-09-18T10:25:59.739 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:25:59 smithi094 sudo[40094]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-18T10:25:59.739 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:25:59 smithi094 sudo[40094]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-18T10:25:59.739 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:25:59 smithi094 sudo[40094]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-18T10:25:59.739 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:25:59 smithi094 sudo[40094]: pam_unix(sudo:session): session closed for user root 2024-09-18T10:26:00.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:59 smithi002 sudo[54197]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-18T10:26:00.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:59 smithi002 sudo[54197]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-18T10:26:00.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:59 smithi002 sudo[54197]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-18T10:26:00.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:25:59 smithi002 sudo[54197]: pam_unix(sudo:session): session closed for user root 2024-09-18T10:26:00.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:00 smithi002 sudo[54200]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-18T10:26:00.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:00 smithi002 sudo[54200]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-18T10:26:00.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:00 smithi002 sudo[54200]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-18T10:26:00.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:00 smithi002 sudo[54200]: pam_unix(sudo:session): session closed for user root 2024-09-18T10:26:00.867 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 sudo[33836]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-18T10:26:00.868 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 sudo[33836]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-18T10:26:00.868 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 sudo[33836]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-18T10:26:00.868 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 sudo[33836]: pam_unix(sudo:session): session closed for user root 2024-09-18T10:26:01.130 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:00 smithi094 ceph-mon[31531]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:26:01.130 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:00 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:01.131 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:00 smithi094 ceph-mon[31531]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T10:26:01.131 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:00 smithi094 ceph-mon[31531]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T10:26:01.131 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:00 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:26:01.131 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:00 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:26:01.131 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:00 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:26:01.131 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:00 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:26:01.131 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:00 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:26:01.131 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:00 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:26:01.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:00 smithi002 ceph-mon[28843]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:26:01.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:00 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:01.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:00 smithi002 ceph-mon[28843]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T10:26:01.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:00 smithi002 ceph-mon[28843]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T10:26:01.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:00 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:26:01.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:00 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:26:01.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:00 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:26:01.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:00 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:26:01.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:00 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:26:01.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:00 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:26:01.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 sudo[33839]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-18T10:26:01.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 sudo[33839]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-18T10:26:01.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 sudo[33839]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-18T10:26:01.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 sudo[33839]: pam_unix(sudo:session): session closed for user root 2024-09-18T10:26:01.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 ceph-mon[31697]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 872 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:26:01.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:01.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 ceph-mon[31697]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T10:26:01.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 ceph-mon[31697]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T10:26:01.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:26:01.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:26:01.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:26:01.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:26:01.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:26:01.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:00 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:26:01.391 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 sudo[40196]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-18T10:26:01.391 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 sudo[40196]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-18T10:26:01.391 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 sudo[40196]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-18T10:26:01.391 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 sudo[40196]: pam_unix(sudo:session): session closed for user root 2024-09-18T10:26:01.643 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 sudo[40221]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-18T10:26:01.643 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 sudo[40221]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-18T10:26:01.643 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 sudo[40221]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-18T10:26:01.643 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 sudo[40221]: pam_unix(sudo:session): session closed for user root 2024-09-18T10:26:01.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 ceph-mon[31531]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T10:26:01.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 ceph-mon[31531]: from='client.? 172.21.15.94:0/675967850' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f1d0de52-8ea6-44eb-b25b-4114564b93a3"}]: dispatch 2024-09-18T10:26:01.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 ceph-mon[31531]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T10:26:01.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 ceph-mon[31531]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f1d0de52-8ea6-44eb-b25b-4114564b93a3"}]: dispatch 2024-09-18T10:26:01.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 ceph-mon[31531]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f1d0de52-8ea6-44eb-b25b-4114564b93a3"}]': finished 2024-09-18T10:26:01.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 ceph-mon[31531]: osdmap e23: 4 total, 3 up, 4 in 2024-09-18T10:26:01.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-18T10:26:01.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:01.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 ceph-mon[31531]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T10:26:01.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:26:01.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:26:01.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:26:01.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 ceph-mon[31531]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 873 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:26:01.991 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 ceph-mon[31531]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T10:26:01.991 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:01 smithi094 ceph-mon[31531]: from='client.? 172.21.15.94:0/2215107702' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:26:02.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:01 smithi002 ceph-mon[28843]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T10:26:02.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:01 smithi002 ceph-mon[28843]: from='client.? 172.21.15.94:0/675967850' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f1d0de52-8ea6-44eb-b25b-4114564b93a3"}]: dispatch 2024-09-18T10:26:02.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:01 smithi002 ceph-mon[28843]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T10:26:02.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:01 smithi002 ceph-mon[28843]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f1d0de52-8ea6-44eb-b25b-4114564b93a3"}]: dispatch 2024-09-18T10:26:02.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:01 smithi002 ceph-mon[28843]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f1d0de52-8ea6-44eb-b25b-4114564b93a3"}]': finished 2024-09-18T10:26:02.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:01 smithi002 ceph-mon[28843]: osdmap e23: 4 total, 3 up, 4 in 2024-09-18T10:26:02.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:01 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-18T10:26:02.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:01 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:02.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:01 smithi002 ceph-mon[28843]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T10:26:02.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:01 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:26:02.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:01 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:26:02.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:01 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:26:02.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:01 smithi002 ceph-mon[28843]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 873 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:26:02.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:01 smithi002 ceph-mon[28843]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T10:26:02.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:01 smithi002 ceph-mon[28843]: from='client.? 172.21.15.94:0/2215107702' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:26:02.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:01 smithi119 ceph-mon[31697]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T10:26:02.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:01 smithi119 ceph-mon[31697]: from='client.? 172.21.15.94:0/675967850' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f1d0de52-8ea6-44eb-b25b-4114564b93a3"}]: dispatch 2024-09-18T10:26:02.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:01 smithi119 ceph-mon[31697]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T10:26:02.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:01 smithi119 ceph-mon[31697]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f1d0de52-8ea6-44eb-b25b-4114564b93a3"}]: dispatch 2024-09-18T10:26:02.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:01 smithi119 ceph-mon[31697]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f1d0de52-8ea6-44eb-b25b-4114564b93a3"}]': finished 2024-09-18T10:26:02.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:01 smithi119 ceph-mon[31697]: osdmap e23: 4 total, 3 up, 4 in 2024-09-18T10:26:02.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:01 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-18T10:26:02.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:01 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:02.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:01 smithi119 ceph-mon[31697]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-18T10:26:02.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:01 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:26:02.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:01 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:26:02.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:01 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-18T10:26:02.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:01 smithi119 ceph-mon[31697]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 873 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:26:02.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:01 smithi119 ceph-mon[31697]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-18T10:26:02.169 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:01 smithi119 ceph-mon[31697]: from='client.? 172.21.15.94:0/2215107702' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:26:04.420 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:04 smithi094 ceph-mon[31531]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 873 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:26:04.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:04 smithi002 ceph-mon[28843]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 873 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:26:04.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:04 smithi119 ceph-mon[31697]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 873 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:26:06.402 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:06 smithi094 ceph-mon[31531]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 6.2 KiB/s rd, 300 KiB/s wr, 20 op/s 2024-09-18T10:26:06.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:06 smithi002 ceph-mon[28843]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 6.2 KiB/s rd, 300 KiB/s wr, 20 op/s 2024-09-18T10:26:06.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:06 smithi119 ceph-mon[31697]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 6.2 KiB/s rd, 300 KiB/s wr, 20 op/s 2024-09-18T10:26:07.629 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-18T10:26:07.630 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:07.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-18T10:26:07.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:07.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:07 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-18T10:26:07.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:07 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:08.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:08 smithi094 ceph-mon[31531]: Deploying daemon osd.3 on smithi094 2024-09-18T10:26:08.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:08 smithi094 ceph-mon[31531]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 4.2 KiB/s rd, 205 KiB/s wr, 13 op/s 2024-09-18T10:26:08.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:08 smithi002 ceph-mon[28843]: Deploying daemon osd.3 on smithi094 2024-09-18T10:26:08.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:08 smithi002 ceph-mon[28843]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 4.2 KiB/s rd, 205 KiB/s wr, 13 op/s 2024-09-18T10:26:08.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:08 smithi119 ceph-mon[31697]: Deploying daemon osd.3 on smithi094 2024-09-18T10:26:08.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:08 smithi119 ceph-mon[31697]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 4.2 KiB/s rd, 205 KiB/s wr, 13 op/s 2024-09-18T10:26:10.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:10 smithi094 ceph-mon[31531]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 3.2 KiB/s rd, 156 KiB/s wr, 10 op/s 2024-09-18T10:26:10.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:10 smithi002 ceph-mon[28843]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 3.2 KiB/s rd, 156 KiB/s wr, 10 op/s 2024-09-18T10:26:10.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:10 smithi119 ceph-mon[31697]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 3.2 KiB/s rd, 156 KiB/s wr, 10 op/s 2024-09-18T10:26:12.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:12 smithi094 ceph-mon[31531]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 2.6 KiB/s rd, 126 KiB/s wr, 8 op/s 2024-09-18T10:26:12.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:12 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:12.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:12 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:12.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:12 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:12.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:12 smithi002 ceph-mon[28843]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 2.6 KiB/s rd, 126 KiB/s wr, 8 op/s 2024-09-18T10:26:12.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:12 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:12.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:12 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:12.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:12 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:12.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:12 smithi119 ceph-mon[31697]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 2.6 KiB/s rd, 126 KiB/s wr, 8 op/s 2024-09-18T10:26:12.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:12 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:12.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:12 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:12.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:12 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:14.347 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:14 smithi094 ceph-mon[31531]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-09-18T10:26:14.347 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:14 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:14.347 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:14 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:14.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:14 smithi002 ceph-mon[28843]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-09-18T10:26:14.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:14 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:14.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:14 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:14.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:14 smithi119 ceph-mon[31697]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-09-18T10:26:14.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:14 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:14.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:14 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:15.010 INFO:teuthology.orchestra.run.smithi094.stdout:Created osd(s) 3 on host 'smithi094' 2024-09-18T10:26:15.561 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:15 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:15.561 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:15 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:26:15.561 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:15 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:15.561 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:15 smithi094 ceph-mon[31531]: from='osd.3 [v2:172.21.15.94:6808/1055775264,v1:172.21.15.94:6809/1055775264]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-18T10:26:15.561 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:15 smithi094 ceph-mon[31531]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-18T10:26:15.561 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:15 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:15.561 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:15 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:15.561 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:15 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:15.584 DEBUG:teuthology.orchestra.run.smithi094:osd.3> sudo journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.3.service 2024-09-18T10:26:15.586 INFO:tasks.cephadm:Deploying osd.4 on smithi119 with /dev/vg_nvme/lv_4... 2024-09-18T10:26:15.586 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-18T10:26:15.614 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:15 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:15.614 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:15 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:26:15.614 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:15 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:15.614 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:15 smithi119 ceph-mon[31697]: from='osd.3 [v2:172.21.15.94:6808/1055775264,v1:172.21.15.94:6809/1055775264]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-18T10:26:15.614 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:15 smithi119 ceph-mon[31697]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-18T10:26:15.614 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:15 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:15.614 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:15 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:15.614 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:15 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:15.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:15 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:15.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:15 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:26:15.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:15 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:15.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:15 smithi002 ceph-mon[28843]: from='osd.3 [v2:172.21.15.94:6808/1055775264,v1:172.21.15.94:6809/1055775264]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-18T10:26:15.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:15 smithi002 ceph-mon[28843]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-18T10:26:15.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:15 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:15.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:15 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:15.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:15 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:15.834 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.c/config 2024-09-18T10:26:16.476 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:16 smithi094 ceph-mon[31531]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-09-18T10:26:16.476 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:16 smithi094 ceph-mon[31531]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-18T10:26:16.476 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:16 smithi094 ceph-mon[31531]: osdmap e24: 4 total, 3 up, 4 in 2024-09-18T10:26:16.476 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:16 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-18T10:26:16.476 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:16 smithi094 ceph-mon[31531]: from='osd.3 [v2:172.21.15.94:6808/1055775264,v1:172.21.15.94:6809/1055775264]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-18T10:26:16.477 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:16 smithi094 ceph-mon[31531]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-18T10:26:16.619 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:16 smithi119 ceph-mon[31697]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-09-18T10:26:16.619 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:16 smithi119 ceph-mon[31697]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-18T10:26:16.619 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:16 smithi119 ceph-mon[31697]: osdmap e24: 4 total, 3 up, 4 in 2024-09-18T10:26:16.619 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:16 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-18T10:26:16.619 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:16 smithi119 ceph-mon[31697]: from='osd.3 [v2:172.21.15.94:6808/1055775264,v1:172.21.15.94:6809/1055775264]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-18T10:26:16.619 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:16 smithi119 ceph-mon[31697]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-18T10:26:16.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:16 smithi002 ceph-mon[28843]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail; 2.2 KiB/s rd, 109 KiB/s wr, 7 op/s 2024-09-18T10:26:16.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:16 smithi002 ceph-mon[28843]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-18T10:26:16.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:16 smithi002 ceph-mon[28843]: osdmap e24: 4 total, 3 up, 4 in 2024-09-18T10:26:16.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:16 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-18T10:26:16.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:16 smithi002 ceph-mon[28843]: from='osd.3 [v2:172.21.15.94:6808/1055775264,v1:172.21.15.94:6809/1055775264]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-18T10:26:16.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:16 smithi002 ceph-mon[28843]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-09-18T10:26:16.989 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:26:16 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3[41959]: 2024-09-18T10:26:16.733+0000 7fe5402e9640 -1 osd.3 0 waiting for initial osdmap 2024-09-18T10:26:16.989 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:26:16 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3[41959]: 2024-09-18T10:26:16.737+0000 7fe5390fa640 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-18T10:26:17.599 INFO:teuthology.orchestra.run.smithi119.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-18T10:26:17.687 INFO:teuthology.orchestra.run.smithi119.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-18T10:26:17.700 INFO:teuthology.orchestra.run.smithi119.stderr: stderr: 10+0 records in 2024-09-18T10:26:17.700 INFO:teuthology.orchestra.run.smithi119.stderr:10+0 records out 2024-09-18T10:26:17.700 INFO:teuthology.orchestra.run.smithi119.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113553 s, 923 MB/s 2024-09-18T10:26:17.700 INFO:teuthology.orchestra.run.smithi119.stderr:--> Zapping successful for: 2024-09-18T10:26:17.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:17 smithi119 ceph-mon[31697]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-09-18T10:26:17.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:17 smithi119 ceph-mon[31697]: osdmap e25: 4 total, 3 up, 4 in 2024-09-18T10:26:17.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:17 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-18T10:26:17.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:17 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-18T10:26:17.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:17 smithi119 ceph-mon[31697]: osd.3 [v2:172.21.15.94:6808/1055775264,v1:172.21.15.94:6809/1055775264] boot 2024-09-18T10:26:17.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:17 smithi119 ceph-mon[31697]: osdmap e26: 4 total, 4 up, 4 in 2024-09-18T10:26:17.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:17 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-18T10:26:17.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:17 smithi119 ceph-mon[31697]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:26:17.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:17 smithi094 ceph-mon[31531]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-09-18T10:26:17.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:17 smithi094 ceph-mon[31531]: osdmap e25: 4 total, 3 up, 4 in 2024-09-18T10:26:17.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:17 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-18T10:26:17.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:17 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-18T10:26:17.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:17 smithi094 ceph-mon[31531]: osd.3 [v2:172.21.15.94:6808/1055775264,v1:172.21.15.94:6809/1055775264] boot 2024-09-18T10:26:17.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:17 smithi094 ceph-mon[31531]: osdmap e26: 4 total, 4 up, 4 in 2024-09-18T10:26:17.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:17 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-18T10:26:17.976 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:17 smithi094 ceph-mon[31531]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:26:18.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:17 smithi002 ceph-mon[28843]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-09-18T10:26:18.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:17 smithi002 ceph-mon[28843]: osdmap e25: 4 total, 3 up, 4 in 2024-09-18T10:26:18.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:17 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-18T10:26:18.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:17 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-18T10:26:18.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:17 smithi002 ceph-mon[28843]: osd.3 [v2:172.21.15.94:6808/1055775264,v1:172.21.15.94:6809/1055775264] boot 2024-09-18T10:26:18.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:17 smithi002 ceph-mon[28843]: osdmap e26: 4 total, 4 up, 4 in 2024-09-18T10:26:18.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:17 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-18T10:26:18.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:17 smithi002 ceph-mon[28843]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 874 MiB used, 267 GiB / 268 GiB avail 2024-09-18T10:26:18.298 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi119:vg_nvme/lv_4 2024-09-18T10:26:18.579 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.c/config 2024-09-18T10:26:18.986 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:18 smithi119 ceph-mon[31697]: purged_snaps scrub starts 2024-09-18T10:26:18.986 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:18 smithi119 ceph-mon[31697]: purged_snaps scrub ok 2024-09-18T10:26:18.987 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:18 smithi119 ceph-mon[31697]: osdmap e27: 4 total, 4 up, 4 in 2024-09-18T10:26:18.987 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:18 smithi119 ceph-mon[31697]: Detected new or changed devices on smithi094 2024-09-18T10:26:18.987 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:18 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:18.987 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:18 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:18.987 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:18 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:26:18.987 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:18 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:26:18.987 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:18 smithi119 ceph-mon[31697]: Adjusting osd_memory_target on smithi094 to 8544M 2024-09-18T10:26:18.987 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:18 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:18.987 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:18 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:18.987 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:18 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:26:18.987 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:18 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:18.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:18 smithi094 ceph-mon[31531]: purged_snaps scrub starts 2024-09-18T10:26:18.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:18 smithi094 ceph-mon[31531]: purged_snaps scrub ok 2024-09-18T10:26:18.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:18 smithi094 ceph-mon[31531]: osdmap e27: 4 total, 4 up, 4 in 2024-09-18T10:26:18.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:18 smithi094 ceph-mon[31531]: Detected new or changed devices on smithi094 2024-09-18T10:26:18.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:18 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:18.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:18 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:18.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:18 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:26:18.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:18 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:26:18.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:18 smithi094 ceph-mon[31531]: Adjusting osd_memory_target on smithi094 to 8544M 2024-09-18T10:26:18.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:18 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:18.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:18 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:18.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:18 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:26:18.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:18 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:19.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:18 smithi002 ceph-mon[28843]: purged_snaps scrub starts 2024-09-18T10:26:19.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:18 smithi002 ceph-mon[28843]: purged_snaps scrub ok 2024-09-18T10:26:19.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:18 smithi002 ceph-mon[28843]: osdmap e27: 4 total, 4 up, 4 in 2024-09-18T10:26:19.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:18 smithi002 ceph-mon[28843]: Detected new or changed devices on smithi094 2024-09-18T10:26:19.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:18 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:19.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:18 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:19.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:18 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:26:19.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:18 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:26:19.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:18 smithi002 ceph-mon[28843]: Adjusting osd_memory_target on smithi094 to 8544M 2024-09-18T10:26:19.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:18 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:19.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:18 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:19.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:18 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:26:19.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:18 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:20.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:20 smithi002 ceph-mon[28843]: osdmap e28: 4 total, 4 up, 4 in 2024-09-18T10:26:20.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:20 smithi002 ceph-mon[28843]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:26:20.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:20 smithi119 ceph-mon[31697]: osdmap e28: 4 total, 4 up, 4 in 2024-09-18T10:26:20.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:20 smithi119 ceph-mon[31697]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:26:20.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:20 smithi094 ceph-mon[31531]: osdmap e28: 4 total, 4 up, 4 in 2024-09-18T10:26:20.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:20 smithi094 ceph-mon[31531]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:26:21.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:21 smithi002 ceph-mon[28843]: from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi119:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:26:21.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:21 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:26:21.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:21 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:26:21.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:21 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:21.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:21 smithi119 ceph-mon[31697]: from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi119:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:26:21.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:26:21.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:26:21.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:21 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:21.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:21 smithi094 ceph-mon[31531]: from='client.24187 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi119:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:26:21.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:21 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:26:21.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:21 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:26:21.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:21 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:22.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:22 smithi002 ceph-mon[28843]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:26:22.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:22 smithi119 ceph-mon[31697]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:26:22.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:22 smithi094 ceph-mon[31531]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:26:23.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:23 smithi002 ceph-mon[28843]: from='client.? 172.21.15.119:0/1101635744' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97637eb0-552e-4573-ac0b-f541859445da"}]: dispatch 2024-09-18T10:26:23.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:23 smithi002 ceph-mon[28843]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97637eb0-552e-4573-ac0b-f541859445da"}]: dispatch 2024-09-18T10:26:23.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:23 smithi002 ceph-mon[28843]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97637eb0-552e-4573-ac0b-f541859445da"}]': finished 2024-09-18T10:26:23.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:23 smithi002 ceph-mon[28843]: osdmap e29: 5 total, 4 up, 5 in 2024-09-18T10:26:23.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:23 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-18T10:26:23.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:23 smithi119 ceph-mon[31697]: from='client.? 172.21.15.119:0/1101635744' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97637eb0-552e-4573-ac0b-f541859445da"}]: dispatch 2024-09-18T10:26:23.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:23 smithi119 ceph-mon[31697]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97637eb0-552e-4573-ac0b-f541859445da"}]: dispatch 2024-09-18T10:26:23.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:23 smithi119 ceph-mon[31697]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97637eb0-552e-4573-ac0b-f541859445da"}]': finished 2024-09-18T10:26:23.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:23 smithi119 ceph-mon[31697]: osdmap e29: 5 total, 4 up, 5 in 2024-09-18T10:26:23.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:23 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-18T10:26:23.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:23 smithi094 ceph-mon[31531]: from='client.? 172.21.15.119:0/1101635744' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97637eb0-552e-4573-ac0b-f541859445da"}]: dispatch 2024-09-18T10:26:23.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:23 smithi094 ceph-mon[31531]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97637eb0-552e-4573-ac0b-f541859445da"}]: dispatch 2024-09-18T10:26:23.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:23 smithi094 ceph-mon[31531]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97637eb0-552e-4573-ac0b-f541859445da"}]': finished 2024-09-18T10:26:23.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:23 smithi094 ceph-mon[31531]: osdmap e29: 5 total, 4 up, 5 in 2024-09-18T10:26:23.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:23 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-18T10:26:24.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:24 smithi002 ceph-mon[28843]: from='client.? 172.21.15.119:0/1521998148' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:26:24.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:24 smithi002 ceph-mon[28843]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-18T10:26:24.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:24 smithi119 ceph-mon[31697]: from='client.? 172.21.15.119:0/1521998148' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:26:24.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:24 smithi119 ceph-mon[31697]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-18T10:26:24.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:24 smithi094 ceph-mon[31531]: from='client.? 172.21.15.119:0/1521998148' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:26:24.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:24 smithi094 ceph-mon[31531]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-18T10:26:26.559 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:26 smithi119 ceph-mon[31697]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-09-18T10:26:26.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:26 smithi002 ceph-mon[28843]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-09-18T10:26:26.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:26 smithi094 ceph-mon[31531]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-09-18T10:26:28.555 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:28 smithi094 ceph-mon[31531]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-09-18T10:26:28.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:28 smithi002 ceph-mon[28843]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-09-18T10:26:28.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:28 smithi119 ceph-mon[31697]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 71 KiB/s, 0 objects/s recovering 2024-09-18T10:26:29.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:29 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-18T10:26:29.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:29 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:29.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:29 smithi002 ceph-mon[28843]: Deploying daemon osd.4 on smithi119 2024-09-18T10:26:29.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:29 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-18T10:26:29.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:29 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:29.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:29 smithi119 ceph-mon[31697]: Deploying daemon osd.4 on smithi119 2024-09-18T10:26:29.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:29 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-18T10:26:29.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:29 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:29.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:29 smithi094 ceph-mon[31531]: Deploying daemon osd.4 on smithi119 2024-09-18T10:26:30.623 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:30 smithi119 ceph-mon[31697]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-18T10:26:30.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:30 smithi002 ceph-mon[28843]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-18T10:26:30.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:30 smithi094 ceph-mon[31531]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-18T10:26:32.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:32 smithi002 ceph-mon[28843]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-18T10:26:32.665 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:32 smithi119 ceph-mon[31697]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-18T10:26:32.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:32 smithi094 ceph-mon[31531]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-18T10:26:33.589 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:33 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:33.589 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:33 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:33.589 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:33 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:33.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:33 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:33.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:33 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:33.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:33 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:33.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:33 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:33.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:33 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:33.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:33 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:34.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:34 smithi002 ceph-mon[28843]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-09-18T10:26:34.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:34 smithi119 ceph-mon[31697]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-09-18T10:26:34.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:34 smithi094 ceph-mon[31531]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-09-18T10:26:36.400 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:36 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:36.400 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:36 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:36.400 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:36 smithi119 ceph-mon[31697]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:26:36.401 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:36 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:36.401 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:36 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:26:36.401 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:36 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:36.434 INFO:teuthology.orchestra.run.smithi119.stdout:Created osd(s) 4 on host 'smithi119' 2024-09-18T10:26:36.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:36 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:36.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:36 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:36.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:36 smithi094 ceph-mon[31531]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:26:36.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:36 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:36.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:36 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:26:36.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:36 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:36.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:36 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:36.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:36 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:36.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:36 smithi002 ceph-mon[28843]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:26:36.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:36 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:36.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:36 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:26:36.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:36 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:37.110 DEBUG:teuthology.orchestra.run.smithi119:osd.4> sudo journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.4.service 2024-09-18T10:26:37.112 INFO:tasks.cephadm:Deploying osd.5 on smithi119 with /dev/vg_nvme/lv_3... 2024-09-18T10:26:37.112 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-18T10:26:37.331 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:37 smithi119 ceph-mon[31697]: from='osd.4 [v2:172.21.15.119:6800/1470887914,v1:172.21.15.119:6801/1470887914]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-18T10:26:37.434 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:37 smithi119 ceph-mon[31697]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-18T10:26:37.434 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:37.434 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:37.434 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:37 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:37.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:37 smithi094 ceph-mon[31531]: from='osd.4 [v2:172.21.15.119:6800/1470887914,v1:172.21.15.119:6801/1470887914]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-18T10:26:37.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:37 smithi094 ceph-mon[31531]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-18T10:26:37.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:37.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:37.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:37 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:37.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:37 smithi002 ceph-mon[28843]: from='osd.4 [v2:172.21.15.119:6800/1470887914,v1:172.21.15.119:6801/1470887914]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-18T10:26:37.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:37 smithi002 ceph-mon[28843]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-18T10:26:37.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:37.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:37.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:37 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:38.067 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.c/config 2024-09-18T10:26:38.450 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:38 smithi119 ceph-mon[31697]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-18T10:26:38.450 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:38 smithi119 ceph-mon[31697]: osdmap e30: 5 total, 4 up, 5 in 2024-09-18T10:26:38.450 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:38 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-18T10:26:38.451 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:38 smithi119 ceph-mon[31697]: from='osd.4 [v2:172.21.15.119:6800/1470887914,v1:172.21.15.119:6801/1470887914]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-09-18T10:26:38.451 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:38 smithi119 ceph-mon[31697]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-09-18T10:26:38.451 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:38 smithi119 ceph-mon[31697]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:26:38.451 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:26:38 smithi119 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-4[36401]: 2024-09-18T10:26:38.241+0000 7f71407c6640 -1 osd.4 0 waiting for initial osdmap 2024-09-18T10:26:38.451 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:26:38 smithi119 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-4[36401]: 2024-09-18T10:26:38.245+0000 7f713ce00640 -1 osd.4 31 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-18T10:26:38.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:38 smithi094 ceph-mon[31531]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-18T10:26:38.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:38 smithi094 ceph-mon[31531]: osdmap e30: 5 total, 4 up, 5 in 2024-09-18T10:26:38.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:38 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-18T10:26:38.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:38 smithi094 ceph-mon[31531]: from='osd.4 [v2:172.21.15.119:6800/1470887914,v1:172.21.15.119:6801/1470887914]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-09-18T10:26:38.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:38 smithi094 ceph-mon[31531]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-09-18T10:26:38.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:38 smithi094 ceph-mon[31531]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:26:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:38 smithi002 ceph-mon[28843]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-18T10:26:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:38 smithi002 ceph-mon[28843]: osdmap e30: 5 total, 4 up, 5 in 2024-09-18T10:26:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:38 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-18T10:26:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:38 smithi002 ceph-mon[28843]: from='osd.4 [v2:172.21.15.119:6800/1470887914,v1:172.21.15.119:6801/1470887914]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-09-18T10:26:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:38 smithi002 ceph-mon[28843]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-09-18T10:26:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:38 smithi002 ceph-mon[28843]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:26:39.503 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:39 smithi119 ceph-mon[31697]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2024-09-18T10:26:39.503 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:39 smithi119 ceph-mon[31697]: osdmap e31: 5 total, 4 up, 5 in 2024-09-18T10:26:39.503 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:39 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-18T10:26:39.503 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:39 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-18T10:26:39.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:39 smithi002 ceph-mon[28843]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2024-09-18T10:26:39.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:39 smithi002 ceph-mon[28843]: osdmap e31: 5 total, 4 up, 5 in 2024-09-18T10:26:39.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:39 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-18T10:26:39.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:39 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-18T10:26:39.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:39 smithi094 ceph-mon[31531]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2024-09-18T10:26:39.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:39 smithi094 ceph-mon[31531]: osdmap e31: 5 total, 4 up, 5 in 2024-09-18T10:26:39.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:39 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-18T10:26:39.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:39 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-18T10:26:40.257 INFO:teuthology.orchestra.run.smithi119.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-18T10:26:40.351 INFO:teuthology.orchestra.run.smithi119.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-18T10:26:40.365 INFO:teuthology.orchestra.run.smithi119.stderr: stderr: 10+0 records in 2024-09-18T10:26:40.365 INFO:teuthology.orchestra.run.smithi119.stderr:10+0 records out 2024-09-18T10:26:40.365 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:40 smithi119 ceph-mon[31697]: purged_snaps scrub starts 2024-09-18T10:26:40.365 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:40 smithi119 ceph-mon[31697]: purged_snaps scrub ok 2024-09-18T10:26:40.365 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:40 smithi119 ceph-mon[31697]: osd.4 [v2:172.21.15.119:6800/1470887914,v1:172.21.15.119:6801/1470887914] boot 2024-09-18T10:26:40.365 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:40 smithi119 ceph-mon[31697]: osdmap e32: 5 total, 5 up, 5 in 2024-09-18T10:26:40.366 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:40 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-18T10:26:40.366 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:40 smithi119 ceph-mon[31697]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:26:40.366 INFO:teuthology.orchestra.run.smithi119.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0125368 s, 836 MB/s 2024-09-18T10:26:40.366 INFO:teuthology.orchestra.run.smithi119.stderr:--> Zapping successful for: 2024-09-18T10:26:40.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:40 smithi002 ceph-mon[28843]: purged_snaps scrub starts 2024-09-18T10:26:40.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:40 smithi002 ceph-mon[28843]: purged_snaps scrub ok 2024-09-18T10:26:40.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:40 smithi002 ceph-mon[28843]: osd.4 [v2:172.21.15.119:6800/1470887914,v1:172.21.15.119:6801/1470887914] boot 2024-09-18T10:26:40.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:40 smithi002 ceph-mon[28843]: osdmap e32: 5 total, 5 up, 5 in 2024-09-18T10:26:40.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:40 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-18T10:26:40.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:40 smithi002 ceph-mon[28843]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:26:40.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:40 smithi094 ceph-mon[31531]: purged_snaps scrub starts 2024-09-18T10:26:40.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:40 smithi094 ceph-mon[31531]: purged_snaps scrub ok 2024-09-18T10:26:40.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:40 smithi094 ceph-mon[31531]: osd.4 [v2:172.21.15.119:6800/1470887914,v1:172.21.15.119:6801/1470887914] boot 2024-09-18T10:26:40.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:40 smithi094 ceph-mon[31531]: osdmap e32: 5 total, 5 up, 5 in 2024-09-18T10:26:40.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:40 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-18T10:26:40.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:40 smithi094 ceph-mon[31531]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:26:41.161 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi119:vg_nvme/lv_3 2024-09-18T10:26:41.400 INFO:teuthology.orchestra.run.smithi119.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.c/config 2024-09-18T10:26:41.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:41 smithi119 ceph-mon[31697]: osdmap e33: 5 total, 5 up, 5 in 2024-09-18T10:26:41.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:41 smithi119 ceph-mon[31697]: Detected new or changed devices on smithi119 2024-09-18T10:26:41.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:41 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:41.419 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:41 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:41.419 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:41 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:26:41.419 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:41 smithi119 ceph-mon[31697]: Adjusting osd_memory_target on smithi119 to 21184M 2024-09-18T10:26:41.419 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:41 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:41.419 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:41 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:41.419 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:41 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:26:41.419 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:41 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:41.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:41 smithi094 ceph-mon[31531]: osdmap e33: 5 total, 5 up, 5 in 2024-09-18T10:26:41.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:41 smithi094 ceph-mon[31531]: Detected new or changed devices on smithi119 2024-09-18T10:26:41.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:41 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:41.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:41 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:41.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:41 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:26:41.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:41 smithi094 ceph-mon[31531]: Adjusting osd_memory_target on smithi119 to 21184M 2024-09-18T10:26:41.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:41 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:41.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:41 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:41.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:41 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:26:41.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:41 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:41.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:41 smithi002 ceph-mon[28843]: osdmap e33: 5 total, 5 up, 5 in 2024-09-18T10:26:41.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:41 smithi002 ceph-mon[28843]: Detected new or changed devices on smithi119 2024-09-18T10:26:41.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:41 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:41.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:41 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:41.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:41 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:26:41.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:41 smithi002 ceph-mon[28843]: Adjusting osd_memory_target on smithi119 to 21184M 2024-09-18T10:26:41.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:41 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:41.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:41 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:41.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:41 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:26:41.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:41 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:42.477 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:42 smithi119 ceph-mon[31697]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:26:42.478 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:42 smithi119 ceph-mon[31697]: osdmap e34: 5 total, 5 up, 5 in 2024-09-18T10:26:42.566 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:42 smithi002 ceph-mon[28843]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:26:42.566 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:42 smithi002 ceph-mon[28843]: osdmap e34: 5 total, 5 up, 5 in 2024-09-18T10:26:42.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:42 smithi094 ceph-mon[31531]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:26:42.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:42 smithi094 ceph-mon[31531]: osdmap e34: 5 total, 5 up, 5 in 2024-09-18T10:26:43.523 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:43 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:26:43.523 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:43 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:26:43.523 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:43 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:43.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:26:43.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:26:43.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:43 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:43.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:43 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-18T10:26:43.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:43 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-18T10:26:43.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:43 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:44.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:44 smithi119 ceph-mon[31697]: from='client.24214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi119:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:26:44.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:44 smithi119 ceph-mon[31697]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-09-18T10:26:44.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:44 smithi002 ceph-mon[28843]: from='client.24214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi119:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:26:44.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:44 smithi002 ceph-mon[28843]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-09-18T10:26:44.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:44 smithi094 ceph-mon[31531]: from='client.24214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi119:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:26:44.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:44 smithi094 ceph-mon[31531]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-09-18T10:26:46.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:46 smithi002 ceph-mon[28843]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-18T10:26:46.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:46 smithi002 ceph-mon[28843]: from='client.? 172.21.15.119:0/3094385306' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57fb6905-2288-436c-8dba-9607eb5b3eb6"}]: dispatch 2024-09-18T10:26:46.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:46 smithi002 ceph-mon[28843]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57fb6905-2288-436c-8dba-9607eb5b3eb6"}]: dispatch 2024-09-18T10:26:46.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:46 smithi002 ceph-mon[28843]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57fb6905-2288-436c-8dba-9607eb5b3eb6"}]': finished 2024-09-18T10:26:46.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:46 smithi002 ceph-mon[28843]: osdmap e35: 6 total, 5 up, 6 in 2024-09-18T10:26:46.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:46 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:26:46.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:46 smithi002 ceph-mon[28843]: from='client.? 172.21.15.119:0/4046200588' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:26:46.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:46 smithi119 ceph-mon[31697]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-18T10:26:46.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:46 smithi119 ceph-mon[31697]: from='client.? 172.21.15.119:0/3094385306' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57fb6905-2288-436c-8dba-9607eb5b3eb6"}]: dispatch 2024-09-18T10:26:46.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:46 smithi119 ceph-mon[31697]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57fb6905-2288-436c-8dba-9607eb5b3eb6"}]: dispatch 2024-09-18T10:26:46.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:46 smithi119 ceph-mon[31697]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57fb6905-2288-436c-8dba-9607eb5b3eb6"}]': finished 2024-09-18T10:26:46.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:46 smithi119 ceph-mon[31697]: osdmap e35: 6 total, 5 up, 6 in 2024-09-18T10:26:46.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:46 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:26:46.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:46 smithi119 ceph-mon[31697]: from='client.? 172.21.15.119:0/4046200588' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:26:46.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:46 smithi094 ceph-mon[31531]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-18T10:26:46.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:46 smithi094 ceph-mon[31531]: from='client.? 172.21.15.119:0/3094385306' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57fb6905-2288-436c-8dba-9607eb5b3eb6"}]: dispatch 2024-09-18T10:26:46.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:46 smithi094 ceph-mon[31531]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "57fb6905-2288-436c-8dba-9607eb5b3eb6"}]: dispatch 2024-09-18T10:26:46.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:46 smithi094 ceph-mon[31531]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "57fb6905-2288-436c-8dba-9607eb5b3eb6"}]': finished 2024-09-18T10:26:46.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:46 smithi094 ceph-mon[31531]: osdmap e35: 6 total, 5 up, 6 in 2024-09-18T10:26:46.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:46 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:26:46.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:46 smithi094 ceph-mon[31531]: from='client.? 172.21.15.119:0/4046200588' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-18T10:26:48.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:48 smithi002 ceph-mon[28843]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-09-18T10:26:48.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:48 smithi119 ceph-mon[31697]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-09-18T10:26:48.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:48 smithi094 ceph-mon[31531]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-09-18T10:26:50.498 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:50 smithi119 ceph-mon[31697]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-18T10:26:50.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:50 smithi002 ceph-mon[28843]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-18T10:26:50.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:50 smithi094 ceph-mon[31531]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-18T10:26:51.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:51 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-18T10:26:51.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:51 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:51.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:51 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-18T10:26:51.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:51 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:51.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:51 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-18T10:26:51.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:51 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:52.530 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:52 smithi119 ceph-mon[31697]: Deploying daemon osd.5 on smithi119 2024-09-18T10:26:52.530 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:52 smithi119 ceph-mon[31697]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-18T10:26:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:52 smithi002 ceph-mon[28843]: Deploying daemon osd.5 on smithi119 2024-09-18T10:26:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:52 smithi002 ceph-mon[28843]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-18T10:26:52.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:52 smithi094 ceph-mon[31531]: Deploying daemon osd.5 on smithi119 2024-09-18T10:26:52.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:52 smithi094 ceph-mon[31531]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-09-18T10:26:54.381 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:54 smithi119 ceph-mon[31697]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:26:54.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:54 smithi002 ceph-mon[28843]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:26:54.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:54 smithi094 ceph-mon[31531]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:26:56.365 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:56 smithi119 ceph-mon[31697]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:26:56.366 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:56 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:56.366 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:56 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:56.366 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:56 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:56.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:56 smithi002 ceph-mon[28843]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:26:56.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:56 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:56.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:56 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:56.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:56 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:56.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:56 smithi094 ceph-mon[31531]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:26:56.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:56 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:56.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:56 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:56.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:56 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:58.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:58 smithi119 ceph-mon[31697]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:26:58.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:58 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:58.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:58 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:58.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:58 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:58.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:58 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:26:58.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:58 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:58.541 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:58 smithi094 ceph-mon[31531]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:26:58.542 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:58 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:58.542 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:58 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:58.542 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:58 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:58.542 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:58 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:26:58.542 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:58 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:58.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:58 smithi002 ceph-mon[28843]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:26:58.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:58 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:58.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:58 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:58.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:58 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:26:58.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:58 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:26:58.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:58 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:59.049 INFO:teuthology.orchestra.run.smithi119.stdout:Created osd(s) 5 on host 'smithi119' 2024-09-18T10:26:59.648 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:59 smithi119 ceph-mon[31697]: from='osd.5 [v2:172.21.15.119:6808/4051111401,v1:172.21.15.119:6809/4051111401]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-18T10:26:59.649 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:59 smithi119 ceph-mon[31697]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-18T10:26:59.649 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:59 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:59.649 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:59 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:59.649 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:26:59 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:59.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:59 smithi002 ceph-mon[28843]: from='osd.5 [v2:172.21.15.119:6808/4051111401,v1:172.21.15.119:6809/4051111401]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-18T10:26:59.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:59 smithi002 ceph-mon[28843]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-18T10:26:59.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:59 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:59.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:59 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:59.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:26:59 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:59.673 DEBUG:teuthology.orchestra.run.smithi119:osd.5> sudo journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.5.service 2024-09-18T10:26:59.676 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-09-18T10:26:59.676 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-18T10:26:59.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:59 smithi094 ceph-mon[31531]: from='osd.5 [v2:172.21.15.119:6808/4051111401,v1:172.21.15.119:6809/4051111401]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-18T10:26:59.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:59 smithi094 ceph-mon[31531]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-18T10:26:59.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:59 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:26:59.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:59 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:59.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:26:59 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:26:59.939 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:00.381 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:00 smithi002 ceph-mon[28843]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:27:00.381 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:00 smithi002 ceph-mon[28843]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-18T10:27:00.381 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:00 smithi002 ceph-mon[28843]: osdmap e36: 6 total, 5 up, 6 in 2024-09-18T10:27:00.381 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:00 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:27:00.381 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:00 smithi002 ceph-mon[28843]: from='osd.5 [v2:172.21.15.119:6808/4051111401,v1:172.21.15.119:6809/4051111401]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-09-18T10:27:00.382 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:00 smithi002 ceph-mon[28843]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-09-18T10:27:00.580 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:00 smithi119 ceph-mon[31697]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:27:00.580 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:00 smithi119 ceph-mon[31697]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-18T10:27:00.580 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:00 smithi119 ceph-mon[31697]: osdmap e36: 6 total, 5 up, 6 in 2024-09-18T10:27:00.581 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:00 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:27:00.581 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:00 smithi119 ceph-mon[31697]: from='osd.5 [v2:172.21.15.119:6808/4051111401,v1:172.21.15.119:6809/4051111401]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-09-18T10:27:00.581 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:00 smithi119 ceph-mon[31697]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-09-18T10:27:00.581 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:27:00 smithi119 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5[42577]: 2024-09-18T10:27:00.294+0000 7f884af32640 -1 osd.5 0 waiting for initial osdmap 2024-09-18T10:27:00.581 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:27:00 smithi119 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5[42577]: 2024-09-18T10:27:00.299+0000 7f8844d67640 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-18T10:27:00.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:00 smithi094 ceph-mon[31531]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:27:00.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:00 smithi094 ceph-mon[31531]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-18T10:27:00.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:00 smithi094 ceph-mon[31531]: osdmap e36: 6 total, 5 up, 6 in 2024-09-18T10:27:00.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:00 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:27:00.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:00 smithi094 ceph-mon[31531]: from='osd.5 [v2:172.21.15.119:6808/4051111401,v1:172.21.15.119:6809/4051111401]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-09-18T10:27:00.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:00 smithi094 ceph-mon[31531]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]: dispatch 2024-09-18T10:27:01.503 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:01 smithi002 ceph-mon[28843]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2024-09-18T10:27:01.503 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:01 smithi002 ceph-mon[28843]: osdmap e37: 6 total, 5 up, 6 in 2024-09-18T10:27:01.503 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:01 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:27:01.504 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:01 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:27:01.559 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:01 smithi119 ceph-mon[31697]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2024-09-18T10:27:01.559 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:01 smithi119 ceph-mon[31697]: osdmap e37: 6 total, 5 up, 6 in 2024-09-18T10:27:01.559 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:01 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:27:01.559 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:01 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:27:01.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:01 smithi094 ceph-mon[31531]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi119", "root=default"]}]': finished 2024-09-18T10:27:01.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:01 smithi094 ceph-mon[31531]: osdmap e37: 6 total, 5 up, 6 in 2024-09-18T10:27:01.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:01 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:27:01.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:01 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:27:01.860 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:27:02.353 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:02 smithi119 ceph-mon[31697]: purged_snaps scrub starts 2024-09-18T10:27:02.353 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:02 smithi119 ceph-mon[31697]: purged_snaps scrub ok 2024-09-18T10:27:02.353 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:02 smithi119 ceph-mon[31697]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:27:02.353 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:02 smithi119 ceph-mon[31697]: osd.5 [v2:172.21.15.119:6808/4051111401,v1:172.21.15.119:6809/4051111401] boot 2024-09-18T10:27:02.353 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:02 smithi119 ceph-mon[31697]: osdmap e38: 6 total, 6 up, 6 in 2024-09-18T10:27:02.353 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:02 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:27:02.354 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:02 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/4159798013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-18T10:27:02.354 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:02 smithi119 ceph-mon[31697]: osdmap e39: 6 total, 6 up, 6 in 2024-09-18T10:27:02.440 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:02 smithi002 ceph-mon[28843]: purged_snaps scrub starts 2024-09-18T10:27:02.440 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:02 smithi002 ceph-mon[28843]: purged_snaps scrub ok 2024-09-18T10:27:02.440 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:02 smithi002 ceph-mon[28843]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:27:02.441 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:02 smithi002 ceph-mon[28843]: osd.5 [v2:172.21.15.119:6808/4051111401,v1:172.21.15.119:6809/4051111401] boot 2024-09-18T10:27:02.441 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:02 smithi002 ceph-mon[28843]: osdmap e38: 6 total, 6 up, 6 in 2024-09-18T10:27:02.441 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:02 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:27:02.441 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:02 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/4159798013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-18T10:27:02.441 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:02 smithi002 ceph-mon[28843]: osdmap e39: 6 total, 6 up, 6 in 2024-09-18T10:27:02.465 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":38,"num_osds":6,"num_up_osds":6,"osd_up_since":1726655221,"num_in_osds":6,"osd_in_since":1726655205,"num_remapped_pgs":1} 2024-09-18T10:27:02.466 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-18T10:27:02.716 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:02.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:02 smithi094 ceph-mon[31531]: purged_snaps scrub starts 2024-09-18T10:27:02.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:02 smithi094 ceph-mon[31531]: purged_snaps scrub ok 2024-09-18T10:27:02.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:02 smithi094 ceph-mon[31531]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:27:02.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:02 smithi094 ceph-mon[31531]: osd.5 [v2:172.21.15.119:6808/4051111401,v1:172.21.15.119:6809/4051111401] boot 2024-09-18T10:27:02.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:02 smithi094 ceph-mon[31531]: osdmap e38: 6 total, 6 up, 6 in 2024-09-18T10:27:02.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:02 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:27:02.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:02 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/4159798013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-18T10:27:02.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:02 smithi094 ceph-mon[31531]: osdmap e39: 6 total, 6 up, 6 in 2024-09-18T10:27:03.647 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:03 smithi002 ceph-mon[28843]: Detected new or changed devices on smithi119 2024-09-18T10:27:03.647 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:03.647 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:03.647 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:27:03.647 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:27:03.647 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:03 smithi002 ceph-mon[28843]: Adjusting osd_memory_target on smithi119 to 10592M 2024-09-18T10:27:03.647 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:03.648 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:27:03.648 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:27:03.648 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:03.648 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:03 smithi002 ceph-mon[28843]: osdmap e40: 6 total, 6 up, 6 in 2024-09-18T10:27:03.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:03 smithi119 ceph-mon[31697]: Detected new or changed devices on smithi119 2024-09-18T10:27:03.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:03 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:03.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:03 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:03.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:03 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:27:03.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:03 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:27:03.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:03 smithi119 ceph-mon[31697]: Adjusting osd_memory_target on smithi119 to 10592M 2024-09-18T10:27:03.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:03 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:03.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:03 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:27:03.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:03 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:27:03.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:03 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:03.669 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:03 smithi119 ceph-mon[31697]: osdmap e40: 6 total, 6 up, 6 in 2024-09-18T10:27:03.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:03 smithi094 ceph-mon[31531]: Detected new or changed devices on smithi119 2024-09-18T10:27:03.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:03 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:03.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:03 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:03.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:03 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:27:03.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:03 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-18T10:27:03.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:03 smithi094 ceph-mon[31531]: Adjusting osd_memory_target on smithi119 to 10592M 2024-09-18T10:27:03.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:03 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:03.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:03 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:27:03.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:03 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:27:03.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:03 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:03.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:03 smithi094 ceph-mon[31531]: osdmap e40: 6 total, 6 up, 6 in 2024-09-18T10:27:04.596 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:27:04.597 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":40,"fsid":"cdb93d6e-75a7-11ef-bceb-c7b262605968","created":"2024-09-18T10:22:52.317780+0000","modified":"2024-09-18T10:27:03.115884+0000","last_up_change":"2024-09-18T10:27:01.288382+0000","last_in_change":"2024-09-18T10:26:45.276129+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-18T10:25:55.708557+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"e364db4c-fe0f-4c95-aabd-ec463522d1e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6802","nonce":358475799},{"type":"v1","addr":"172.21.15.2:6803","nonce":358475799}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":358475799},{"type":"v1","addr":"172.21.15.2:6805","nonce":358475799}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":358475799},{"type":"v1","addr":"172.21.15.2:6809","nonce":358475799}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":358475799},{"type":"v1","addr":"172.21.15.2:6807","nonce":358475799}]},"public_addr":"172.21.15.2:6803/358475799","cluster_addr":"172.21.15.2:6805/358475799","heartbeat_back_addr":"172.21.15.2:6809/358475799","heartbeat_front_addr":"172.21.15.2:6807/358475799","state":["exists","up"]},{"osd":1,"uuid":"2cdd3f97-e9e2-4e2e-8f9a-229a759ad16c","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.2:6810","nonce":3825310105},{"type":"v1","addr":"172.21.15.2:6811","nonce":3825310105}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6812","nonce":3825310105},{"type":"v1","addr":"172.21.15.2:6813","nonce":3825310105}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6816","nonce":3825310105},{"type":"v1","addr":"172.21.15.2:6817","nonce":3825310105}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6814","nonce":3825310105},{"type":"v1","addr":"172.21.15.2:6815","nonce":3825310105}]},"public_addr":"172.21.15.2:6811/3825310105","cluster_addr":"172.21.15.2:6813/3825310105","heartbeat_back_addr":"172.21.15.2:6817/3825310105","heartbeat_front_addr":"172.21.15.2:6815/3825310105","state":["exists","up"]},{"osd":2,"uuid":"990fc1a0-5604-41c4-bb0b-10f953b3cd62","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.94:6800","nonce":2241624097},{"type":"v1","addr":"172.21.15.94:6801","nonce":2241624097}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":2241624097},{"type":"v1","addr":"172.21.15.94:6803","nonce":2241624097}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":2241624097},{"type":"v1","addr":"172.21.15.94:6807","nonce":2241624097}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":2241624097},{"type":"v1","addr":"172.21.15.94:6805","nonce":2241624097}]},"public_addr":"172.21.15.94:6801/2241624097","cluster_addr":"172.21.15.94:6803/2241624097","heartbeat_back_addr":"172.21.15.94:6807/2241624097","heartbeat_front_addr":"172.21.15.94:6805/2241624097","state":["exists","up"]},{"osd":3,"uuid":"f1d0de52-8ea6-44eb-b25b-4114564b93a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6808","nonce":1055775264},{"type":"v1","addr":"172.21.15.94:6809","nonce":1055775264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6810","nonce":1055775264},{"type":"v1","addr":"172.21.15.94:6811","nonce":1055775264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6814","nonce":1055775264},{"type":"v1","addr":"172.21.15.94:6815","nonce":1055775264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6812","nonce":1055775264},{"type":"v1","addr":"172.21.15.94:6813","nonce":1055775264}]},"public_addr":"172.21.15.94:6809/1055775264","cluster_addr":"172.21.15.94:6811/1055775264","heartbeat_back_addr":"172.21.15.94:6815/1055775264","heartbeat_front_addr":"172.21.15.94:6813/1055775264","state":["exists","up"]},{"osd":4,"uuid":"97637eb0-552e-4573-ac0b-f541859445da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6800","nonce":1470887914},{"type":"v1","addr":"172.21.15.119:6801","nonce":1470887914}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6802","nonce":1470887914},{"type":"v1","addr":"172.21.15.119:6803","nonce":1470887914}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6806","nonce":1470887914},{"type":"v1","addr":"172.21.15.119:6807","nonce":1470887914}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6804","nonce":1470887914},{"type":"v1","addr":"172.21.15.119:6805","nonce":1470887914}]},"public_addr":"172.21.15.119:6801/1470887914","cluster_addr":"172.21.15.119:6803/1470887914","heartbeat_back_addr":"172.21.15.119:6807/1470887914","heartbeat_front_addr":"172.21.15.119:6805/1470887914","state":["exists","up"]},{"osd":5,"uuid":"57fb6905-2288-436c-8dba-9607eb5b3eb6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6808","nonce":4051111401},{"type":"v1","addr":"172.21.15.119:6809","nonce":4051111401}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6810","nonce":4051111401},{"type":"v1","addr":"172.21.15.119:6811","nonce":4051111401}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6814","nonce":4051111401},{"type":"v1","addr":"172.21.15.119:6815","nonce":4051111401}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6812","nonce":4051111401},{"type":"v1","addr":"172.21.15.119:6813","nonce":4051111401}]},"public_addr":"172.21.15.119:6809/4051111401","cluster_addr":"172.21.15.119:6811/4051111401","heartbeat_back_addr":"172.21.15.119:6815/4051111401","heartbeat_front_addr":"172.21.15.119:6813/4051111401","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:25:07.147499+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:25:30.811171+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:25:51.959004+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:26:15.827572+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:26:37.284017+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:26:59.775812+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.2:0/252909816":"2024-09-19T10:23:37.209902+0000","172.21.15.2:6800/514798312":"2024-09-19T10:23:37.209902+0000","172.21.15.2:0/2756454987":"2024-09-19T10:23:37.209902+0000","172.21.15.2:6801/1042286298":"2024-09-19T10:23:13.708485+0000","172.21.15.2:6800/1042286298":"2024-09-19T10:23:13.708485+0000","172.21.15.2:6801/514798312":"2024-09-19T10:23:37.209902+0000","172.21.15.2:0/81815371":"2024-09-19T10:23:37.209902+0000","172.21.15.2:0/2633707466":"2024-09-19T10:23:13.708485+0000","172.21.15.2:0/3247077561":"2024-09-19T10:23:13.708485+0000","172.21.15.2:0/131302548":"2024-09-19T10:23:13.708485+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-18T10:27:04.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:04 smithi002 ceph-mon[28843]: pgmap v133: 1 pgs: 1 peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:04.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:04 smithi119 ceph-mon[31697]: pgmap v133: 1 pgs: 1 peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:04.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:04 smithi094 ceph-mon[31531]: pgmap v133: 1 pgs: 1 peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:05.242 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-18T10:25:55.708557+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2024-09-18T10:27:05.242 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-18T10:27:05.500 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:05.619 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:05 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/2137319700' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T10:27:05.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:05 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/2137319700' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T10:27:05.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:05 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/2137319700' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T10:27:06.603 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:06 smithi002 ceph-mon[28843]: pgmap v134: 1 pgs: 1 peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:06.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:06 smithi119 ceph-mon[31697]: pgmap v134: 1 pgs: 1 peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:06.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:06 smithi094 ceph-mon[31531]: pgmap v134: 1 pgs: 1 peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:07.295 INFO:teuthology.orchestra.run.smithi002.stdout:pg_num: 1 2024-09-18T10:27:07.592 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:07 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/1064676338' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-18T10:27:07.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:07 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/1064676338' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-18T10:27:07.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:07 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/1064676338' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-18T10:27:07.904 INFO:tasks.cephadm:Setting up client nodes... 2024-09-18T10:27:07.904 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-18T10:27:07.904 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-18T10:27:07.904 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-18T10:27:08.157 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:08.604 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:08 smithi002 ceph-mon[28843]: pgmap v135: 1 pgs: 1 peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:08.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:08 smithi119 ceph-mon[31697]: pgmap v135: 1 pgs: 1 peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:08.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:08 smithi094 ceph-mon[31531]: pgmap v135: 1 pgs: 1 peering; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:09.929 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:27:10.505 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:10 smithi002 ceph-mon[28843]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-18T10:27:10.505 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:10 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/2416869651' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-18T10:27:10.531 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6800","nonce":2362179350},{"type":"v1","addr":"172.21.15.2:6801","nonce":2362179350}]},"active_addr":"172.21.15.2:6801/2362179350","active_change":"2024-09-18T10:23:37.210011+0000","active_mgr_features":4540138320759226367,"available":true,"standbys":[{"gid":24110,"name":"b","mgr_features":4540138320759226367,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"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":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.1.5","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":[]},"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":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"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":[]},"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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"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":"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"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":[]},"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","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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"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":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.1.5","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"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":[]},"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":[]},"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":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":"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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"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":[]},"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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"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":"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":[]},"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":[]},"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.2: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"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.2:0","nonce":859577651}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.2:0","nonce":2475253123}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.2:0","nonce":772221150}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.2:0","nonce":2104239353}]}]} 2024-09-18T10:27:10.535 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-18T10:27:10.535 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-18T10:27:10.536 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-18T10:27:10.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:10 smithi119 ceph-mon[31697]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-18T10:27:10.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:10 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/2416869651' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-18T10:27:10.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:10 smithi094 ceph-mon[31531]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-18T10:27:10.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:10 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/2416869651' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-18T10:27:10.787 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:12.617 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:27:12.617 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":40,"fsid":"cdb93d6e-75a7-11ef-bceb-c7b262605968","created":"2024-09-18T10:22:52.317780+0000","modified":"2024-09-18T10:27:03.115884+0000","last_up_change":"2024-09-18T10:27:01.288382+0000","last_in_change":"2024-09-18T10:26:45.276129+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-18T10:25:55.708557+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"e364db4c-fe0f-4c95-aabd-ec463522d1e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6802","nonce":358475799},{"type":"v1","addr":"172.21.15.2:6803","nonce":358475799}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":358475799},{"type":"v1","addr":"172.21.15.2:6805","nonce":358475799}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":358475799},{"type":"v1","addr":"172.21.15.2:6809","nonce":358475799}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":358475799},{"type":"v1","addr":"172.21.15.2:6807","nonce":358475799}]},"public_addr":"172.21.15.2:6803/358475799","cluster_addr":"172.21.15.2:6805/358475799","heartbeat_back_addr":"172.21.15.2:6809/358475799","heartbeat_front_addr":"172.21.15.2:6807/358475799","state":["exists","up"]},{"osd":1,"uuid":"2cdd3f97-e9e2-4e2e-8f9a-229a759ad16c","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.2:6810","nonce":3825310105},{"type":"v1","addr":"172.21.15.2:6811","nonce":3825310105}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6812","nonce":3825310105},{"type":"v1","addr":"172.21.15.2:6813","nonce":3825310105}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6816","nonce":3825310105},{"type":"v1","addr":"172.21.15.2:6817","nonce":3825310105}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6814","nonce":3825310105},{"type":"v1","addr":"172.21.15.2:6815","nonce":3825310105}]},"public_addr":"172.21.15.2:6811/3825310105","cluster_addr":"172.21.15.2:6813/3825310105","heartbeat_back_addr":"172.21.15.2:6817/3825310105","heartbeat_front_addr":"172.21.15.2:6815/3825310105","state":["exists","up"]},{"osd":2,"uuid":"990fc1a0-5604-41c4-bb0b-10f953b3cd62","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.94:6800","nonce":2241624097},{"type":"v1","addr":"172.21.15.94:6801","nonce":2241624097}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":2241624097},{"type":"v1","addr":"172.21.15.94:6803","nonce":2241624097}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":2241624097},{"type":"v1","addr":"172.21.15.94:6807","nonce":2241624097}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":2241624097},{"type":"v1","addr":"172.21.15.94:6805","nonce":2241624097}]},"public_addr":"172.21.15.94:6801/2241624097","cluster_addr":"172.21.15.94:6803/2241624097","heartbeat_back_addr":"172.21.15.94:6807/2241624097","heartbeat_front_addr":"172.21.15.94:6805/2241624097","state":["exists","up"]},{"osd":3,"uuid":"f1d0de52-8ea6-44eb-b25b-4114564b93a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6808","nonce":1055775264},{"type":"v1","addr":"172.21.15.94:6809","nonce":1055775264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6810","nonce":1055775264},{"type":"v1","addr":"172.21.15.94:6811","nonce":1055775264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6814","nonce":1055775264},{"type":"v1","addr":"172.21.15.94:6815","nonce":1055775264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6812","nonce":1055775264},{"type":"v1","addr":"172.21.15.94:6813","nonce":1055775264}]},"public_addr":"172.21.15.94:6809/1055775264","cluster_addr":"172.21.15.94:6811/1055775264","heartbeat_back_addr":"172.21.15.94:6815/1055775264","heartbeat_front_addr":"172.21.15.94:6813/1055775264","state":["exists","up"]},{"osd":4,"uuid":"97637eb0-552e-4573-ac0b-f541859445da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6800","nonce":1470887914},{"type":"v1","addr":"172.21.15.119:6801","nonce":1470887914}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6802","nonce":1470887914},{"type":"v1","addr":"172.21.15.119:6803","nonce":1470887914}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6806","nonce":1470887914},{"type":"v1","addr":"172.21.15.119:6807","nonce":1470887914}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6804","nonce":1470887914},{"type":"v1","addr":"172.21.15.119:6805","nonce":1470887914}]},"public_addr":"172.21.15.119:6801/1470887914","cluster_addr":"172.21.15.119:6803/1470887914","heartbeat_back_addr":"172.21.15.119:6807/1470887914","heartbeat_front_addr":"172.21.15.119:6805/1470887914","state":["exists","up"]},{"osd":5,"uuid":"57fb6905-2288-436c-8dba-9607eb5b3eb6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6808","nonce":4051111401},{"type":"v1","addr":"172.21.15.119:6809","nonce":4051111401}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6810","nonce":4051111401},{"type":"v1","addr":"172.21.15.119:6811","nonce":4051111401}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6814","nonce":4051111401},{"type":"v1","addr":"172.21.15.119:6815","nonce":4051111401}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6812","nonce":4051111401},{"type":"v1","addr":"172.21.15.119:6813","nonce":4051111401}]},"public_addr":"172.21.15.119:6809/4051111401","cluster_addr":"172.21.15.119:6811/4051111401","heartbeat_back_addr":"172.21.15.119:6815/4051111401","heartbeat_front_addr":"172.21.15.119:6813/4051111401","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:25:07.147499+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:25:30.811171+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:25:51.959004+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:26:15.827572+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:26:37.284017+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:26:59.775812+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.2:0/252909816":"2024-09-19T10:23:37.209902+0000","172.21.15.2:6800/514798312":"2024-09-19T10:23:37.209902+0000","172.21.15.2:0/2756454987":"2024-09-19T10:23:37.209902+0000","172.21.15.2:6801/1042286298":"2024-09-19T10:23:13.708485+0000","172.21.15.2:6800/1042286298":"2024-09-19T10:23:13.708485+0000","172.21.15.2:6801/514798312":"2024-09-19T10:23:37.209902+0000","172.21.15.2:0/81815371":"2024-09-19T10:23:37.209902+0000","172.21.15.2:0/2633707466":"2024-09-19T10:23:13.708485+0000","172.21.15.2:0/3247077561":"2024-09-19T10:23:13.708485+0000","172.21.15.2:0/131302548":"2024-09-19T10:23:13.708485+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-18T10:27:12.617 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:12 smithi002 ceph-mon[28843]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-18T10:27:12.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:12 smithi119 ceph-mon[31697]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-18T10:27:12.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:12 smithi094 ceph-mon[31531]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 63 KiB/s, 0 objects/s recovering 2024-09-18T10:27:13.189 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-18T10:27:13.189 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-18T10:27:13.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:13 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/2966938123' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T10:27:13.450 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:13.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:13 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/2966938123' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T10:27:13.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:13 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/2966938123' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T10:27:14.566 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:14 smithi002 ceph-mon[28843]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-18T10:27:14.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:14 smithi119 ceph-mon[31697]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-18T10:27:14.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:14 smithi094 ceph-mon[31531]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-18T10:27:15.212 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:27:15.212 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":40,"fsid":"cdb93d6e-75a7-11ef-bceb-c7b262605968","created":"2024-09-18T10:22:52.317780+0000","modified":"2024-09-18T10:27:03.115884+0000","last_up_change":"2024-09-18T10:27:01.288382+0000","last_in_change":"2024-09-18T10:26:45.276129+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":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-18T10:25:55.708557+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"e364db4c-fe0f-4c95-aabd-ec463522d1e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6802","nonce":358475799},{"type":"v1","addr":"172.21.15.2:6803","nonce":358475799}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":358475799},{"type":"v1","addr":"172.21.15.2:6805","nonce":358475799}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":358475799},{"type":"v1","addr":"172.21.15.2:6809","nonce":358475799}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":358475799},{"type":"v1","addr":"172.21.15.2:6807","nonce":358475799}]},"public_addr":"172.21.15.2:6803/358475799","cluster_addr":"172.21.15.2:6805/358475799","heartbeat_back_addr":"172.21.15.2:6809/358475799","heartbeat_front_addr":"172.21.15.2:6807/358475799","state":["exists","up"]},{"osd":1,"uuid":"2cdd3f97-e9e2-4e2e-8f9a-229a759ad16c","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.2:6810","nonce":3825310105},{"type":"v1","addr":"172.21.15.2:6811","nonce":3825310105}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6812","nonce":3825310105},{"type":"v1","addr":"172.21.15.2:6813","nonce":3825310105}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6816","nonce":3825310105},{"type":"v1","addr":"172.21.15.2:6817","nonce":3825310105}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6814","nonce":3825310105},{"type":"v1","addr":"172.21.15.2:6815","nonce":3825310105}]},"public_addr":"172.21.15.2:6811/3825310105","cluster_addr":"172.21.15.2:6813/3825310105","heartbeat_back_addr":"172.21.15.2:6817/3825310105","heartbeat_front_addr":"172.21.15.2:6815/3825310105","state":["exists","up"]},{"osd":2,"uuid":"990fc1a0-5604-41c4-bb0b-10f953b3cd62","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.94:6800","nonce":2241624097},{"type":"v1","addr":"172.21.15.94:6801","nonce":2241624097}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":2241624097},{"type":"v1","addr":"172.21.15.94:6803","nonce":2241624097}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":2241624097},{"type":"v1","addr":"172.21.15.94:6807","nonce":2241624097}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":2241624097},{"type":"v1","addr":"172.21.15.94:6805","nonce":2241624097}]},"public_addr":"172.21.15.94:6801/2241624097","cluster_addr":"172.21.15.94:6803/2241624097","heartbeat_back_addr":"172.21.15.94:6807/2241624097","heartbeat_front_addr":"172.21.15.94:6805/2241624097","state":["exists","up"]},{"osd":3,"uuid":"f1d0de52-8ea6-44eb-b25b-4114564b93a3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6808","nonce":1055775264},{"type":"v1","addr":"172.21.15.94:6809","nonce":1055775264}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6810","nonce":1055775264},{"type":"v1","addr":"172.21.15.94:6811","nonce":1055775264}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6814","nonce":1055775264},{"type":"v1","addr":"172.21.15.94:6815","nonce":1055775264}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6812","nonce":1055775264},{"type":"v1","addr":"172.21.15.94:6813","nonce":1055775264}]},"public_addr":"172.21.15.94:6809/1055775264","cluster_addr":"172.21.15.94:6811/1055775264","heartbeat_back_addr":"172.21.15.94:6815/1055775264","heartbeat_front_addr":"172.21.15.94:6813/1055775264","state":["exists","up"]},{"osd":4,"uuid":"97637eb0-552e-4573-ac0b-f541859445da","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6800","nonce":1470887914},{"type":"v1","addr":"172.21.15.119:6801","nonce":1470887914}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6802","nonce":1470887914},{"type":"v1","addr":"172.21.15.119:6803","nonce":1470887914}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6806","nonce":1470887914},{"type":"v1","addr":"172.21.15.119:6807","nonce":1470887914}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6804","nonce":1470887914},{"type":"v1","addr":"172.21.15.119:6805","nonce":1470887914}]},"public_addr":"172.21.15.119:6801/1470887914","cluster_addr":"172.21.15.119:6803/1470887914","heartbeat_back_addr":"172.21.15.119:6807/1470887914","heartbeat_front_addr":"172.21.15.119:6805/1470887914","state":["exists","up"]},{"osd":5,"uuid":"57fb6905-2288-436c-8dba-9607eb5b3eb6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6808","nonce":4051111401},{"type":"v1","addr":"172.21.15.119:6809","nonce":4051111401}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6810","nonce":4051111401},{"type":"v1","addr":"172.21.15.119:6811","nonce":4051111401}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6814","nonce":4051111401},{"type":"v1","addr":"172.21.15.119:6815","nonce":4051111401}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.119:6812","nonce":4051111401},{"type":"v1","addr":"172.21.15.119:6813","nonce":4051111401}]},"public_addr":"172.21.15.119:6809/4051111401","cluster_addr":"172.21.15.119:6811/4051111401","heartbeat_back_addr":"172.21.15.119:6815/4051111401","heartbeat_front_addr":"172.21.15.119:6813/4051111401","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:25:07.147499+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:25:30.811171+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:25:51.959004+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:26:15.827572+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:26:37.284017+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138320759226367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-18T10:26:59.775812+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.2:0/252909816":"2024-09-19T10:23:37.209902+0000","172.21.15.2:6800/514798312":"2024-09-19T10:23:37.209902+0000","172.21.15.2:0/2756454987":"2024-09-19T10:23:37.209902+0000","172.21.15.2:6801/1042286298":"2024-09-19T10:23:13.708485+0000","172.21.15.2:6800/1042286298":"2024-09-19T10:23:13.708485+0000","172.21.15.2:6801/514798312":"2024-09-19T10:23:37.209902+0000","172.21.15.2:0/81815371":"2024-09-19T10:23:37.209902+0000","172.21.15.2:0/2633707466":"2024-09-19T10:23:13.708485+0000","172.21.15.2:0/3247077561":"2024-09-19T10:23:13.708485+0000","172.21.15.2:0/131302548":"2024-09-19T10:23:13.708485+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-18T10:27:15.513 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:15 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/2447338543' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T10:27:15.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:15 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/2447338543' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T10:27:15.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:15 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/2447338543' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-18T10:27:15.835 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-18T10:27:15.835 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-18T10:27:15.836 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-18T10:27:15.836 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-18T10:27:15.837 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-18T10:27:15.837 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-18T10:27:16.128 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:16.158 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:16.610 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:16 smithi002 ceph-mon[28843]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-18T10:27:16.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:16 smithi119 ceph-mon[31697]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-18T10:27:16.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:16 smithi094 ceph-mon[31531]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-18T10:27:17.486 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:17.487 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:18.600 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:18 smithi002 ceph-mon[28843]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-18T10:27:18.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:18 smithi119 ceph-mon[31697]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-18T10:27:18.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:18 smithi094 ceph-mon[31531]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-18T10:27:19.868 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:19.868 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:20.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:20 smithi002 ceph-mon[28843]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-18T10:27:20.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:20 smithi119 ceph-mon[31697]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-18T10:27:20.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:20 smithi094 ceph-mon[31531]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-18T10:27:22.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:22 smithi002 ceph-mon[28843]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:22.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:22 smithi119 ceph-mon[31697]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:22.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:22 smithi094 ceph-mon[31531]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:23.087 INFO:teuthology.orchestra.run.smithi002.stdout:77309411348 2024-09-18T10:27:23.088 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-18T10:27:24.130 INFO:teuthology.orchestra.run.smithi002.stdout:55834574872 2024-09-18T10:27:24.131 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-18T10:27:24.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:24 smithi002 ceph-mon[28843]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:24.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:24 smithi094 ceph-mon[31531]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:24.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:24 smithi119 ceph-mon[31697]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:25.533 INFO:teuthology.orchestra.run.smithi002.stdout:163208757255 2024-09-18T10:27:25.534 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-18T10:27:25.715 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:26.326 INFO:teuthology.orchestra.run.smithi002.stdout:137438953483 2024-09-18T10:27:26.327 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-18T10:27:26.332 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:26.597 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:26 smithi002 ceph-mon[28843]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:26.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:26 smithi094 ceph-mon[31531]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:26.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:26 smithi119 ceph-mon[31697]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:28.191 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:28.446 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:28 smithi002 ceph-mon[28843]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:28.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:28 smithi094 ceph-mon[31531]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:28.830 INFO:teuthology.orchestra.run.smithi002.stdout:163208757256 2024-09-18T10:27:28.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:28 smithi119 ceph-mon[31697]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:29.645 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:29 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/4141861671' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-18T10:27:29.668 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:29 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/4141861671' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-18T10:27:29.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:29 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/4141861671' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-18T10:27:30.682 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:30 smithi002 ceph-mon[28843]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:30.707 INFO:teuthology.orchestra.run.smithi002.stdout:111669149713 2024-09-18T10:27:30.708 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-18T10:27:30.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:30 smithi094 ceph-mon[31531]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:30.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:30 smithi119 ceph-mon[31697]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:31.502 INFO:teuthology.orchestra.run.smithi002.stdout:34359738399 2024-09-18T10:27:31.503 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-18T10:27:31.669 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:32.557 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757255 got 163208757256 for osd.5 2024-09-18T10:27:32.558 DEBUG:teuthology.parallel:result is None 2024-09-18T10:27:32.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:32 smithi094 ceph-mon[31531]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:32.758 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:32 smithi002 ceph-mon[28843]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:32.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:32 smithi119 ceph-mon[31697]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:33.380 INFO:teuthology.orchestra.run.smithi002.stdout:77309411350 2024-09-18T10:27:33.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:33 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/3644607218' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-18T10:27:33.684 INFO:teuthology.orchestra.run.smithi002.stdout:55834574874 2024-09-18T10:27:33.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:33 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/3644607218' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-18T10:27:33.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:33 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/3644607218' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-18T10:27:34.255 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411348 got 77309411350 for osd.2 2024-09-18T10:27:34.255 DEBUG:teuthology.parallel:result is None 2024-09-18T10:27:34.626 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:34 smithi002 ceph-mon[28843]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:34.626 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:34 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/71539040' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-18T10:27:34.637 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:34.668 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574872 got 55834574874 for osd.1 2024-09-18T10:27:34.668 DEBUG:teuthology.parallel:result is None 2024-09-18T10:27:34.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:34 smithi094 ceph-mon[31531]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:34.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:34 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/71539040' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-18T10:27:34.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:34 smithi119 ceph-mon[31697]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:34.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:34 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/71539040' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-18T10:27:36.328 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:36.692 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:36 smithi002 ceph-mon[28843]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:36.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:36 smithi094 ceph-mon[31531]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:36.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:36 smithi119 ceph-mon[31697]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:37.640 INFO:teuthology.orchestra.run.smithi002.stdout:137438953485 2024-09-18T10:27:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:38 smithi002 ceph-mon[28843]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:38.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:38 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/2274525061' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-18T10:27:38.731 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953483 got 137438953485 for osd.4 2024-09-18T10:27:38.732 DEBUG:teuthology.parallel:result is None 2024-09-18T10:27:38.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:38 smithi094 ceph-mon[31531]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:38.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:38 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/2274525061' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-18T10:27:38.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:38 smithi119 ceph-mon[31697]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:38.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:38 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/2274525061' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-18T10:27:39.324 INFO:teuthology.orchestra.run.smithi002.stdout:34359738401 2024-09-18T10:27:39.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:39 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/4246436272' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-18T10:27:39.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:39 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/4246436272' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-18T10:27:39.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:39 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/4246436272' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-18T10:27:39.972 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738399 got 34359738401 for osd.0 2024-09-18T10:27:39.972 DEBUG:teuthology.parallel:result is None 2024-09-18T10:27:40.295 INFO:teuthology.orchestra.run.smithi002.stdout:111669149715 2024-09-18T10:27:40.592 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:40 smithi002 ceph-mon[28843]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:40.592 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:40 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/2210527065' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-18T10:27:40.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:40 smithi094 ceph-mon[31531]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:40.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:40 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/2210527065' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-18T10:27:40.893 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149713 got 111669149715 for osd.3 2024-09-18T10:27:40.893 DEBUG:teuthology.parallel:result is None 2024-09-18T10:27:40.893 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-18T10:27:40.893 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-18T10:27:40.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:40 smithi119 ceph-mon[31697]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:40.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:40 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/2210527065' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-18T10:27:41.145 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:42.654 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:42 smithi002 ceph-mon[28843]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:42.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:42 smithi094 ceph-mon[31531]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:42.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:42 smithi119 ceph-mon[31697]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:43.029 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:27:43.029 INFO:teuthology.orchestra.run.smithi002.stderr:dumped all 2024-09-18T10:27:43.672 INFO:teuthology.orchestra.run.smithi002.stdout:{"pg_ready":true,"pg_map":{"version":152,"stamp":"2024-09-18T10:27:41.254241+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":1787980,"kb_used_data":3840,"kb_used_omap":9,"kb_used_meta":1784054,"kb_avail":560682932,"statfs":{"total":575970213888,"available":574139322368,"internally_reserved":0,"allocated":3932160,"data_stored":2590191,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10224,"internal_metadata":1826871312},"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.002102"},"pg_stats":[{"pgid":"1.0","version":"23'92","reported_seq":68,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-09-18T10:27:03.848197+0000","last_change":"2024-09-18T10:27:03.848197+0000","last_active":"2024-09-18T10:27:03.848197+0000","last_peered":"2024-09-18T10:27:03.848197+0000","last_clean":"2024-09-18T10:27:03.848197+0000","last_became_active":"2024-09-18T10:27:03.843448+0000","last_became_peered":"2024-09-18T10:27:03.843448+0000","last_unstale":"2024-09-18T10:27:03.848197+0000","last_undegraded":"2024-09-18T10:27:03.848197+0000","last_fullsized":"2024-09-18T10:27:03.848197+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T10:25:56.072491+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T10:25:56.072491+0000","last_clean_scrub_stamp":"2024-09-18T10:25:56.072491+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-19T18:13:59.979982+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":2969600,"data_stored":2951840,"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":38,"seq":163208757258,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298288,"kb_used_data":928,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446864,"statfs":{"total":95995035648,"available":95689588736,"internally_reserved":0,"allocated":950272,"data_stored":726725,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54700000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58999999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50800000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56200000000000006}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34699999999999998}]}]},{"osd":4,"up_from":32,"seq":137438953486,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":297704,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93447448,"statfs":{"total":95995035648,"available":95690186752,"internally_reserved":0,"allocated":360448,"data_stored":136672,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47999999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49299999999999999}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46500000000000002}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54100000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27400000000000002}]}]},{"osd":3,"up_from":26,"seq":111669149715,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298284,"kb_used_data":928,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446868,"statfs":{"total":95995035648,"available":95689592832,"internally_reserved":0,"allocated":950272,"data_stored":726725,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 18 10:27:19 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.433},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.51100000000000001}]},{"osd":1,"last update":"Wed Sep 18 10:27:19 2024","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.47799999999999998}]},{"osd":2,"last update":"Wed Sep 18 10:27:19 2024","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.442,"5min":0.442,"15min":0.442},"last":0.316}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44500000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54000000000000004}]}]},{"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":298288,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446864,"statfs":{"total":95995035648,"available":95689588736,"internally_reserved":0,"allocated":954368,"data_stored":727040,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 18 10:26:56 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.59599999999999997}]},{"osd":1,"last update":"Wed Sep 18 10:26:56 2024","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.61499999999999999}]},{"osd":3,"last update":"Wed Sep 18 10:27:17 2024","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.39200000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53300000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50900000000000001}]}]},{"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":297712,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93447440,"statfs":{"total":95995035648,"available":95690178560,"internally_reserved":0,"allocated":360448,"data_stored":136672,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 18 10:27:36 2024","interfaces":[{"interface":"back","average":{"1min":0.307,"5min":0.318,"15min":0.32000000000000001},"min":{"1min":0.20200000000000001,"5min":0.19400000000000001,"15min":0.19400000000000001},"max":{"1min":0.51600000000000001,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.308},{"interface":"front","average":{"1min":0.313,"5min":0.32600000000000001,"15min":0.32800000000000001},"min":{"1min":0.20599999999999999,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.47199999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"last":0.39500000000000002}]},{"osd":2,"last update":"Wed Sep 18 10:26:53 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.42199999999999999}]},{"osd":3,"last update":"Wed Sep 18 10:27:17 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.495},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.50900000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55300000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46700000000000003}]}]},{"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":297704,"kb_used_data":348,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93447448,"statfs":{"total":95995035648,"available":95690186752,"internally_reserved":0,"allocated":356352,"data_stored":136357,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Sep 18 10:27:37 2024","interfaces":[{"interface":"back","average":{"1min":0.32400000000000001,"5min":0.32800000000000001,"15min":0.32900000000000001},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.36799999999999999,"15min":0.37},"min":{"1min":0.26400000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.505,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.42499999999999999}]},{"osd":2,"last update":"Wed Sep 18 10:26:53 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.52400000000000002}]},{"osd":3,"last update":"Wed Sep 18 10:27:17 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.56599999999999995}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63900000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58299999999999996}]}]}],"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":0,"data_stored":0,"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-18T10:27:43.673 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-18T10:27:43.927 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:44.661 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:44 smithi002 ceph-mon[28843]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:44.661 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:44 smithi002 ceph-mon[28843]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:44.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:44 smithi094 ceph-mon[31531]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:44.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:44 smithi094 ceph-mon[31531]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:44.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:44 smithi119 ceph-mon[31697]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:44.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:44 smithi119 ceph-mon[31697]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:45.602 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:27:45.602 INFO:teuthology.orchestra.run.smithi002.stderr:dumped all 2024-09-18T10:27:46.280 INFO:teuthology.orchestra.run.smithi002.stdout:{"pg_ready":true,"pg_map":{"version":154,"stamp":"2024-09-18T10:27:45.254933+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":1787980,"kb_used_data":3840,"kb_used_omap":9,"kb_used_meta":1784054,"kb_avail":560682932,"statfs":{"total":575970213888,"available":574139322368,"internally_reserved":0,"allocated":3932160,"data_stored":2590191,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10224,"internal_metadata":1826871312},"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.002210"},"pg_stats":[{"pgid":"1.0","version":"23'92","reported_seq":68,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-09-18T10:27:03.848197+0000","last_change":"2024-09-18T10:27:03.848197+0000","last_active":"2024-09-18T10:27:03.848197+0000","last_peered":"2024-09-18T10:27:03.848197+0000","last_clean":"2024-09-18T10:27:03.848197+0000","last_became_active":"2024-09-18T10:27:03.843448+0000","last_became_peered":"2024-09-18T10:27:03.843448+0000","last_unstale":"2024-09-18T10:27:03.848197+0000","last_undegraded":"2024-09-18T10:27:03.848197+0000","last_fullsized":"2024-09-18T10:27:03.848197+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-18T10:25:56.072491+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-18T10:25:56.072491+0000","last_clean_scrub_stamp":"2024-09-18T10:25:56.072491+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-19T18:13:59.979982+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":2969600,"data_stored":2951840,"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":38,"seq":163208757259,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298288,"kb_used_data":928,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446864,"statfs":{"total":95995035648,"available":95689588736,"internally_reserved":0,"allocated":950272,"data_stored":726725,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49199999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54500000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60599999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59099999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41199999999999998}]}]},{"osd":4,"up_from":32,"seq":137438953487,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":297704,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93447448,"statfs":{"total":95995035648,"available":95690186752,"internally_reserved":0,"allocated":360448,"data_stored":136672,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 18 10:27:41 2024","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.497},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.47799999999999998}]},{"osd":1,"last update":"Wed Sep 18 10:27:41 2024","interfaces":[{"interface":"back","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.441},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.51900000000000002}]},{"osd":2,"last update":"Wed Sep 18 10:27:41 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.96499999999999997,"5min":0.96499999999999997,"15min":0.96499999999999997},"last":0.39000000000000001}]},{"osd":3,"last update":"Wed Sep 18 10:27:41 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"last":0.374}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.27200000000000002}]}]},{"osd":3,"up_from":26,"seq":111669149716,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298284,"kb_used_data":928,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446868,"statfs":{"total":95995035648,"available":95689592832,"internally_reserved":0,"allocated":950272,"data_stored":726725,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 18 10:27:19 2024","interfaces":[{"interface":"back","average":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.54700000000000004}]},{"osd":1,"last update":"Wed Sep 18 10:27:19 2024","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.56799999999999995}]},{"osd":2,"last update":"Wed Sep 18 10:27:19 2024","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.442,"5min":0.442,"15min":0.442},"last":0.32600000000000001}]},{"osd":4,"last update":"Wed Sep 18 10:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.40000000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52100000000000002}]}]},{"osd":2,"up_from":18,"seq":77309411353,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":298288,"kb_used_data":932,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93446864,"statfs":{"total":95995035648,"available":95689588736,"internally_reserved":0,"allocated":954368,"data_stored":727040,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 18 10:26:56 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.39200000000000002},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.42199999999999999}]},{"osd":1,"last update":"Wed Sep 18 10:26:56 2024","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.441},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.41299999999999998}]},{"osd":3,"last update":"Wed Sep 18 10:27:17 2024","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"last":0.28199999999999997},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.35399999999999998}]},{"osd":4,"last update":"Wed Sep 18 10:27:40 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.52600000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58499999999999996}]}]},{"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":297712,"kb_used_data":352,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93447440,"statfs":{"total":95995035648,"available":95690178560,"internally_reserved":0,"allocated":360448,"data_stored":136672,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Sep 18 10:27:36 2024","interfaces":[{"interface":"back","average":{"1min":0.307,"5min":0.318,"15min":0.32000000000000001},"min":{"1min":0.20200000000000001,"5min":0.19400000000000001,"15min":0.19400000000000001},"max":{"1min":0.51600000000000001,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.25700000000000001},{"interface":"front","average":{"1min":0.313,"5min":0.32600000000000001,"15min":0.32800000000000001},"min":{"1min":0.20599999999999999,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.47199999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"last":0.28899999999999998}]},{"osd":2,"last update":"Wed Sep 18 10:26:53 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.56699999999999995}]},{"osd":3,"last update":"Wed Sep 18 10:27:17 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.58499999999999996}]},{"osd":4,"last update":"Wed Sep 18 10:27:39 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.59099999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54100000000000004}]}]},{"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":297704,"kb_used_data":348,"kb_used_omap":1,"kb_used_meta":297342,"kb_avail":93447448,"statfs":{"total":95995035648,"available":95690186752,"internally_reserved":0,"allocated":356352,"data_stored":136357,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1704,"internal_metadata":304478552},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Sep 18 10:27:37 2024","interfaces":[{"interface":"back","average":{"1min":0.32400000000000001,"5min":0.32800000000000001,"15min":0.32900000000000001},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.23799999999999999},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.36799999999999999,"15min":0.37},"min":{"1min":0.26400000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.505,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.29099999999999998}]},{"osd":2,"last update":"Wed Sep 18 10:26:53 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"last":0.442},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.50600000000000001}]},{"osd":3,"last update":"Wed Sep 18 10:27:17 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.53500000000000003}]},{"osd":4,"last update":"Wed Sep 18 10:27:41 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.45800000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.432}]}]}],"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":0,"data_stored":0,"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-18T10:27:46.281 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-18T10:27:46.281 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-18T10:27:46.281 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-18T10:27:46.281 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-18T10:27:46.537 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:46.658 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:46 smithi002 ceph-mon[28843]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:46.658 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:46 smithi002 ceph-mon[28843]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:46.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:46 smithi094 ceph-mon[31531]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:46.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:46 smithi094 ceph-mon[31531]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:46.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:46 smithi119 ceph-mon[31697]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:46.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:46 smithi119 ceph-mon[31697]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:48.202 INFO:teuthology.orchestra.run.smithi002.stdout: 2024-09-18T10:27:48.202 INFO:teuthology.orchestra.run.smithi002.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-18T10:27:48.720 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:48 smithi119 ceph-mon[31697]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:48.720 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:48 smithi119 ceph-mon[31697]: from='client.? 172.21.15.2:0/761958744' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-18T10:27:48.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:48 smithi094 ceph-mon[31531]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:48.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:48 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/761958744' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-18T10:27:48.881 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:48 smithi002 ceph-mon[28843]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:48.881 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:48 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/761958744' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-18T10:27:48.908 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-18T10:27:48.908 INFO:tasks.cephadm:Setup complete, yielding 2024-09-18T10:27:48.908 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-18T10:27:48.918 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi002.front.sepia.ceph.com 2024-09-18T10:27:48.919 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 -- bash -c 'set -ex 2024-09-18T10:27:48.919 DEBUG:teuthology.orchestra.run.smithi002:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-09-18T10:27:48.919 DEBUG:teuthology.orchestra.run.smithi002:> for host in $HOSTNAMES; do 2024-09-18T10:27:48.919 DEBUG:teuthology.orchestra.run.smithi002:> # find the hostname for "host.c" which will have no mgr 2024-09-18T10:27:48.919 DEBUG:teuthology.orchestra.run.smithi002:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-09-18T10:27:48.919 DEBUG:teuthology.orchestra.run.smithi002:> if [ "$HAS_MGRS" == "false" ]; then 2024-09-18T10:27:48.919 DEBUG:teuthology.orchestra.run.smithi002:> HOST_C="${host}" 2024-09-18T10:27:48.919 DEBUG:teuthology.orchestra.run.smithi002:> fi 2024-09-18T10:27:48.919 DEBUG:teuthology.orchestra.run.smithi002:> done 2024-09-18T10:27:48.919 DEBUG:teuthology.orchestra.run.smithi002:> # now drain that host 2024-09-18T10:27:48.919 DEBUG:teuthology.orchestra.run.smithi002:> ceph orch host drain $HOST_C --zap-osd-devices 2024-09-18T10:27:48.920 DEBUG:teuthology.orchestra.run.smithi002:> # wait for drain to complete 2024-09-18T10:27:48.920 DEBUG:teuthology.orchestra.run.smithi002:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-09-18T10:27:48.920 DEBUG:teuthology.orchestra.run.smithi002:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-09-18T10:27:48.920 DEBUG:teuthology.orchestra.run.smithi002:> sleep 15 2024-09-18T10:27:48.920 DEBUG:teuthology.orchestra.run.smithi002:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-09-18T10:27:48.920 DEBUG:teuthology.orchestra.run.smithi002:> done 2024-09-18T10:27:48.920 DEBUG:teuthology.orchestra.run.smithi002:> # we want to check the ability to remove the host from 2024-09-18T10:27:48.920 DEBUG:teuthology.orchestra.run.smithi002:> # the CRUSH map, so we should first verify the host is in 2024-09-18T10:27:48.920 DEBUG:teuthology.orchestra.run.smithi002:> # the CRUSH map. 2024-09-18T10:27:48.920 DEBUG:teuthology.orchestra.run.smithi002:> ceph osd getcrushmap -o compiled-crushmap 2024-09-18T10:27:48.920 DEBUG:teuthology.orchestra.run.smithi002:> crushtool -d compiled-crushmap -o crushmap.txt 2024-09-18T10:27:48.920 DEBUG:teuthology.orchestra.run.smithi002:> CRUSH_MAP=$(cat crushmap.txt) 2024-09-18T10:27:48.920 DEBUG:teuthology.orchestra.run.smithi002:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-09-18T10:27:48.920 DEBUG:teuthology.orchestra.run.smithi002:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-09-18T10:27:48.920 DEBUG:teuthology.orchestra.run.smithi002:> exit 1 2024-09-18T10:27:48.921 DEBUG:teuthology.orchestra.run.smithi002:> fi 2024-09-18T10:27:48.921 DEBUG:teuthology.orchestra.run.smithi002:> # If the drain was successful, we should be able to remove the 2024-09-18T10:27:48.921 DEBUG:teuthology.orchestra.run.smithi002:> # host without force with no issues. If there are still daemons 2024-09-18T10:27:48.921 DEBUG:teuthology.orchestra.run.smithi002:> # we will get a response telling us to drain the host and a 2024-09-18T10:27:48.921 DEBUG:teuthology.orchestra.run.smithi002:> # non-zero return code 2024-09-18T10:27:48.921 DEBUG:teuthology.orchestra.run.smithi002:> ceph orch host rm $HOST_C --rm-crush-entry 2024-09-18T10:27:48.921 DEBUG:teuthology.orchestra.run.smithi002:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-09-18T10:27:48.921 DEBUG:teuthology.orchestra.run.smithi002:> sleep 30 2024-09-18T10:27:48.921 DEBUG:teuthology.orchestra.run.smithi002:> ceph osd getcrushmap -o compiled-crushmap 2024-09-18T10:27:48.921 DEBUG:teuthology.orchestra.run.smithi002:> crushtool -d compiled-crushmap -o crushmap.txt 2024-09-18T10:27:48.921 DEBUG:teuthology.orchestra.run.smithi002:> CRUSH_MAP=$(cat crushmap.txt) 2024-09-18T10:27:48.921 DEBUG:teuthology.orchestra.run.smithi002:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-09-18T10:27:48.921 DEBUG:teuthology.orchestra.run.smithi002:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-09-18T10:27:48.921 DEBUG:teuthology.orchestra.run.smithi002:> exit 1 2024-09-18T10:27:48.922 DEBUG:teuthology.orchestra.run.smithi002:> fi 2024-09-18T10:27:48.922 DEBUG:teuthology.orchestra.run.smithi002:> ' 2024-09-18T10:27:49.172 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/mon.a/config 2024-09-18T10:27:50.610 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:50 smithi002 ceph-mon[28843]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:50.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:50 smithi094 ceph-mon[31531]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:50.807 INFO:teuthology.orchestra.run.smithi002.stderr:++ ceph orch host ls --format json 2024-09-18T10:27:50.807 INFO:teuthology.orchestra.run.smithi002.stderr:++ jq -r '.[] | .hostname' 2024-09-18T10:27:50.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:50 smithi119 ceph-mon[31697]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:50.991 INFO:teuthology.orchestra.run.smithi002.stderr:+ HOSTNAMES='smithi002 2024-09-18T10:27:50.991 INFO:teuthology.orchestra.run.smithi002.stderr:smithi094 2024-09-18T10:27:50.991 INFO:teuthology.orchestra.run.smithi002.stderr:smithi119' 2024-09-18T10:27:50.992 INFO:teuthology.orchestra.run.smithi002.stderr:+ for host in $HOSTNAMES 2024-09-18T10:27:50.992 INFO:teuthology.orchestra.run.smithi002.stderr:++ ceph orch ps --hostname smithi002 --format json 2024-09-18T10:27:50.992 INFO:teuthology.orchestra.run.smithi002.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-09-18T10:27:51.256 INFO:teuthology.orchestra.run.smithi002.stderr:+ HAS_MGRS=true 2024-09-18T10:27:51.256 INFO:teuthology.orchestra.run.smithi002.stderr:+ '[' true == false ']' 2024-09-18T10:27:51.256 INFO:teuthology.orchestra.run.smithi002.stderr:+ for host in $HOSTNAMES 2024-09-18T10:27:51.256 INFO:teuthology.orchestra.run.smithi002.stderr:++ ceph orch ps --hostname smithi094 --format json 2024-09-18T10:27:51.257 INFO:teuthology.orchestra.run.smithi002.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-09-18T10:27:51.538 INFO:teuthology.orchestra.run.smithi002.stderr:+ HAS_MGRS=true 2024-09-18T10:27:51.539 INFO:teuthology.orchestra.run.smithi002.stderr:+ '[' true == false ']' 2024-09-18T10:27:51.539 INFO:teuthology.orchestra.run.smithi002.stderr:+ for host in $HOSTNAMES 2024-09-18T10:27:51.539 INFO:teuthology.orchestra.run.smithi002.stderr:++ ceph orch ps --hostname smithi119 --format json 2024-09-18T10:27:51.539 INFO:teuthology.orchestra.run.smithi002.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-09-18T10:27:51.803 INFO:teuthology.orchestra.run.smithi002.stderr:+ HAS_MGRS=false 2024-09-18T10:27:51.803 INFO:teuthology.orchestra.run.smithi002.stderr:+ '[' false == false ']' 2024-09-18T10:27:51.803 INFO:teuthology.orchestra.run.smithi002.stderr:+ HOST_C=smithi119 2024-09-18T10:27:51.803 INFO:teuthology.orchestra.run.smithi002.stderr:+ ceph orch host drain smithi119 --zap-osd-devices 2024-09-18T10:27:52.063 INFO:teuthology.orchestra.run.smithi002.stdout:Scheduled to remove the following daemons from host 'smithi119' 2024-09-18T10:27:52.063 INFO:teuthology.orchestra.run.smithi002.stdout:type id 2024-09-18T10:27:52.063 INFO:teuthology.orchestra.run.smithi002.stdout:-------------------- --------------- 2024-09-18T10:27:52.063 INFO:teuthology.orchestra.run.smithi002.stdout:mon c 2024-09-18T10:27:52.063 INFO:teuthology.orchestra.run.smithi002.stdout:osd 4 2024-09-18T10:27:52.063 INFO:teuthology.orchestra.run.smithi002.stdout:osd 5 2024-09-18T10:27:52.074 INFO:teuthology.orchestra.run.smithi002.stderr:++ ceph orch ps --hostname smithi119 2024-09-18T10:27:52.355 INFO:teuthology.orchestra.run.smithi002.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-18T10:27:52.355 INFO:teuthology.orchestra.run.smithi002.stderr:mon.c smithi119 running (3m) 54s ago 3m 36.8M 2048M 17.2.7-1645-g7061ea6c f2dfd3bedcfd 49087a57fd0d 2024-09-18T10:27:52.355 INFO:teuthology.orchestra.run.smithi002.stderr:osd.4 smithi119 running (79s) 54s ago 79s 32.1M 10.3G 17.2.7-1645-g7061ea6c f2dfd3bedcfd b4db32cefb5c 2024-09-18T10:27:52.355 INFO:teuthology.orchestra.run.smithi002.stderr:osd.5 smithi119 running (57s) 54s ago 56s 14.0M 10.3G 17.2.7-1645-g7061ea6c f2dfd3bedcfd 25a66a055b19 ' 2024-09-18T10:27:52.355 INFO:teuthology.orchestra.run.smithi002.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-18T10:27:52.355 INFO:teuthology.orchestra.run.smithi002.stderr:mon.c smithi119 running (3m) 54s ago 3m 36.8M 2048M 17.2.7-1645-g7061ea6c f2dfd3bedcfd 49087a57fd0d 2024-09-18T10:27:52.355 INFO:teuthology.orchestra.run.smithi002.stderr:osd.4 smithi119 running (79s) 54s ago 79s 32.1M 10.3G 17.2.7-1645-g7061ea6c f2dfd3bedcfd b4db32cefb5c 2024-09-18T10:27:52.355 INFO:teuthology.orchestra.run.smithi002.stderr:osd.5 smithi119 running (57s) 54s ago 56s 14.0M 10.3G 17.2.7-1645-g7061ea6c f2dfd3bedcfd 25a66a055b19 ' '!=' 'No daemons reported' ']' 2024-09-18T10:27:52.355 INFO:teuthology.orchestra.run.smithi002.stderr:+ sleep 15 2024-09-18T10:27:52.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:52 smithi002 ceph-mon[28843]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:52 smithi002 ceph-mon[28843]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi002", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:52 smithi002 ceph-mon[28843]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:52 smithi002 ceph-mon[28843]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi094", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:52 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:52 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:27:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:52 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:52 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-09-18T10:27:52.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:52 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-09-18T10:27:52.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:52 smithi094 ceph-mon[31531]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:52.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:52 smithi094 ceph-mon[31531]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi002", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:52.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:52 smithi094 ceph-mon[31531]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:52.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:52 smithi094 ceph-mon[31531]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi094", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:52.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:52 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:52.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:52 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:27:52.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:52 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:52.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:52 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-09-18T10:27:52.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:52 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-09-18T10:27:52.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:52 smithi119 ceph-mon[31697]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:52.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:52 smithi119 ceph-mon[31697]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi002", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:52.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:52 smithi119 ceph-mon[31697]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:52.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:52 smithi119 ceph-mon[31697]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi094", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:52.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:52 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:52.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:52 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:27:52.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:52 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:52.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:52 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-09-18T10:27:52.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:52 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-09-18T10:27:53.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi119", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:53.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi119", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:27:53.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: Added label _no_schedule to host smithi119 2024-09-18T10:27:53.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi119 2024-09-18T10:27:53.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: osd.4 crush weight is 0.0872955322265625 2024-09-18T10:27:53.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: osd.5 crush weight is 0.0872955322265625 2024-09-18T10:27:53.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi119", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:27:53.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:27:53.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:27:53.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: Removing smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:27:53.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: Removing smithi119:/etc/ceph/ceph.client.admin.keyring 2024-09-18T10:27:53.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: Removing smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T10:27:53.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:53.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:53.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:53.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:53.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:53.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:53.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-18T10:27:53.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-18T10:27:53.741 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:53 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-09-18T10:27:53.817 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi119", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:53.817 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi119", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:27:53.817 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: Added label _no_schedule to host smithi119 2024-09-18T10:27:53.817 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi119 2024-09-18T10:27:53.817 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: osd.4 crush weight is 0.0872955322265625 2024-09-18T10:27:53.817 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: osd.5 crush weight is 0.0872955322265625 2024-09-18T10:27:53.817 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi119", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:27:53.818 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:27:53.818 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:27:53.818 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: Removing smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:27:53.818 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: Removing smithi119:/etc/ceph/ceph.client.admin.keyring 2024-09-18T10:27:53.818 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: Removing smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T10:27:53.818 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:53.818 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:53.818 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:53.818 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:53.818 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:53.818 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:53.819 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-18T10:27:53.819 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-18T10:27:53.819 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-09-18T10:27:53.819 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:53 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a[28820]: 2024-09-18T10:27:53.574+0000 7fc873e15640 -1 mon.a@0(leader).osd e41 definitely_dead 0 2024-09-18T10:27:53.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi119", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-18T10:27:53.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi119", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:27:53.918 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: Added label _no_schedule to host smithi119 2024-09-18T10:27:53.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: Added label SpecialHostLabels.DRAIN_CONF_KEYRING to host smithi119 2024-09-18T10:27:53.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: osd.4 crush weight is 0.0872955322265625 2024-09-18T10:27:53.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: osd.5 crush weight is 0.0872955322265625 2024-09-18T10:27:53.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi119", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:27:53.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:27:53.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:27:53.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: Removing smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:27:53.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: Removing smithi119:/etc/ceph/ceph.client.admin.keyring 2024-09-18T10:27:53.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: Removing smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-18T10:27:53.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:53.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:27:53.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:53.919 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:53.920 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:53.920 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:53.920 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-18T10:27:53.920 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-09-18T10:27:53.920 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:53 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-09-18T10:27:54.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:54 smithi002 ceph-mon[28843]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:54.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:54 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-09-18T10:27:54.668 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:54 smithi002 ceph-mon[28843]: osdmap e41: 6 total, 6 up, 6 in 2024-09-18T10:27:54.668 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:54 smithi002 ceph-mon[28843]: osd.5 weight is now 0.0 2024-09-18T10:27:54.668 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:54 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:54.668 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:54 smithi002 ceph-mon[28843]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:54.668 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:54 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-18T10:27:54.668 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:54 smithi002 ceph-mon[28843]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-18T10:27:54.668 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:54 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-09-18T10:27:54.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:54 smithi119 ceph-mon[31697]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:54.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:54 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-09-18T10:27:54.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:54 smithi119 ceph-mon[31697]: osdmap e41: 6 total, 6 up, 6 in 2024-09-18T10:27:54.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:54 smithi119 ceph-mon[31697]: osd.5 weight is now 0.0 2024-09-18T10:27:54.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:54 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:54.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:54 smithi119 ceph-mon[31697]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:54.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:54 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-18T10:27:54.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:54 smithi119 ceph-mon[31697]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-18T10:27:54.887 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:54 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-09-18T10:27:54.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:54 smithi094 ceph-mon[31531]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:54.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:54 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-09-18T10:27:54.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:54 smithi094 ceph-mon[31531]: osdmap e41: 6 total, 6 up, 6 in 2024-09-18T10:27:54.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:54 smithi094 ceph-mon[31531]: osd.5 weight is now 0.0 2024-09-18T10:27:54.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:54 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:54.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:54 smithi094 ceph-mon[31531]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:27:54.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:54 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-18T10:27:54.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:54 smithi094 ceph-mon[31531]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-09-18T10:27:54.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:54 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-09-18T10:27:55.168 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:54 smithi119 systemd[1]: Stopping Ceph osd.4 for cdb93d6e-75a7-11ef-bceb-c7b262605968... 2024-09-18T10:27:55.168 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:55 smithi119 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-4[36401]: 2024-09-18T10:27:55.111+0000 7f71417ea640 -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-18T10:27:55.169 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:55 smithi119 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-4[36401]: 2024-09-18T10:27:55.111+0000 7f71417ea640 -1 osd.4 41 *** Got signal Terminated *** 2024-09-18T10:27:55.169 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:55 smithi119 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-4[36401]: 2024-09-18T10:27:55.111+0000 7f71417ea640 -1 osd.4 41 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-18T10:27:55.861 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:55 smithi119 ceph-mon[31697]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-18T10:27:55.861 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:55 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-09-18T10:27:55.861 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:55 smithi119 ceph-mon[31697]: osdmap e42: 6 total, 5 up, 6 in 2024-09-18T10:27:55.861 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:55 smithi119 ceph-mon[31697]: osd.4 now down 2024-09-18T10:27:55.861 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:55 smithi119 ceph-mon[31697]: Removing daemon osd.4 from smithi119 -- ports [] 2024-09-18T10:27:55.861 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:55 smithi119 podman[46431]: 2024-09-18 10:27:55.643223307 +0000 UTC m=+0.617765962 container died b4db32cefb5c00ee2dd1bb98804109f1c398b599c0712049f7403ce0bcebca18 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-4, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True) 2024-09-18T10:27:55.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:55 smithi002 ceph-mon[28843]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-18T10:27:55.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:55 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-09-18T10:27:55.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:55 smithi002 ceph-mon[28843]: osdmap e42: 6 total, 5 up, 6 in 2024-09-18T10:27:55.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:55 smithi002 ceph-mon[28843]: osd.4 now down 2024-09-18T10:27:55.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:55 smithi002 ceph-mon[28843]: Removing daemon osd.4 from smithi119 -- ports [] 2024-09-18T10:27:55.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:55 smithi094 ceph-mon[31531]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-18T10:27:55.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:55 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-09-18T10:27:55.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:55 smithi094 ceph-mon[31531]: osdmap e42: 6 total, 5 up, 6 in 2024-09-18T10:27:55.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:55 smithi094 ceph-mon[31531]: osd.4 now down 2024-09-18T10:27:55.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:55 smithi094 ceph-mon[31531]: Removing daemon osd.4 from smithi119 -- ports [] 2024-09-18T10:27:56.168 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:56 smithi119 podman[46431]: 2024-09-18 10:27:56.051044181 +0000 UTC m=+1.025586820 container cleanup b4db32cefb5c00ee2dd1bb98804109f1c398b599c0712049f7403ce0bcebca18 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-4, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-18T10:27:56.168 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:56 smithi119 bash[46431]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-4 2024-09-18T10:27:56.587 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:56 smithi119 podman[46451]: 2024-09-18 10:27:56.260645331 +0000 UTC m=+0.621614673 container remove b4db32cefb5c00ee2dd1bb98804109f1c398b599c0712049f7403ce0bcebca18 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-4, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.schema-version=1.0) 2024-09-18T10:27:56.881 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:56 smithi119 ceph-mon[31697]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:56.881 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:56 smithi119 ceph-mon[31697]: osdmap e43: 6 total, 5 up, 6 in 2024-09-18T10:27:56.881 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:56 smithi119 podman[46545]: 2024-09-18 10:27:56.57749608 +0000 UTC m=+0.015399741 image pull f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9 2024-09-18T10:27:56.881 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:56 smithi119 podman[46545]: 2024-09-18 10:27:56.726266008 +0000 UTC m=+0.164169670 container create dd5c99f15a66778c4bea96b2b522e85d4f2fa548d0260fc0041b4b0e9546526c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2) 2024-09-18T10:27:56.881 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:56 smithi119 podman[46545]: 2024-09-18 10:27:56.880381586 +0000 UTC m=+0.318285244 container init dd5c99f15a66778c4bea96b2b522e85d4f2fa548d0260fc0041b4b0e9546526c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-4-deactivate, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6) 2024-09-18T10:27:56.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:56 smithi002 ceph-mon[28843]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:56.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:56 smithi002 ceph-mon[28843]: osdmap e43: 6 total, 5 up, 6 in 2024-09-18T10:27:56.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:56 smithi094 ceph-mon[31531]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:56.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:56 smithi094 ceph-mon[31531]: osdmap e43: 6 total, 5 up, 6 in 2024-09-18T10:27:57.168 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:56 smithi119 podman[46545]: 2024-09-18 10:27:56.885351301 +0000 UTC m=+0.323254954 container start dd5c99f15a66778c4bea96b2b522e85d4f2fa548d0260fc0041b4b0e9546526c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-4-deactivate, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731) 2024-09-18T10:27:57.168 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:56 smithi119 podman[46545]: 2024-09-18 10:27:56.997104193 +0000 UTC m=+0.435007858 container attach dd5c99f15a66778c4bea96b2b522e85d4f2fa548d0260fc0041b4b0e9546526c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-18T10:27:57.168 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:57 smithi119 podman[46545]: 2024-09-18 10:27:57.061423703 +0000 UTC m=+0.499327368 container died dd5c99f15a66778c4bea96b2b522e85d4f2fa548d0260fc0041b4b0e9546526c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-4-deactivate, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, io.buildah.version=1.37.2) 2024-09-18T10:27:57.593 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:57 smithi119 ceph-mon[31697]: osdmap e44: 6 total, 5 up, 6 in 2024-09-18T10:27:57.593 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:57 smithi119 podman[46589]: 2024-09-18 10:27:57.57537431 +0000 UTC m=+0.504858152 container remove dd5c99f15a66778c4bea96b2b522e85d4f2fa548d0260fc0041b4b0e9546526c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-18T10:27:57.593 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:57 smithi119 systemd[1]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-18T10:27:57.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:57 smithi002 ceph-mon[28843]: osdmap e44: 6 total, 5 up, 6 in 2024-09-18T10:27:57.918 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:57 smithi119 systemd[1]: Stopped Ceph osd.4 for cdb93d6e-75a7-11ef-bceb-c7b262605968. 2024-09-18T10:27:57.918 INFO:journalctl@ceph.osd.4.smithi119.stdout:Sep 18 10:27:57 smithi119 systemd[1]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.4.service: Consumed 1.534s CPU time. 2024-09-18T10:27:57.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:57 smithi094 ceph-mon[31531]: osdmap e44: 6 total, 5 up, 6 in 2024-09-18T10:27:58.891 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:58 smithi094 ceph-mon[31531]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:58.891 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:58 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-09-18T10:27:58.891 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:58 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-09-18T10:27:58.891 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:58 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-09-18T10:27:58.891 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:58 smithi094 ceph-mon[31531]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-18T10:27:58.891 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:58 smithi094 ceph-mon[31531]: Cluster is now healthy 2024-09-18T10:27:58.891 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:58 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-09-18T10:27:58.891 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:58 smithi094 ceph-mon[31531]: osdmap e45: 5 total, 5 up, 5 in 2024-09-18T10:27:58.898 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:58 smithi119 ceph-mon[31697]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:58.898 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:58 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-09-18T10:27:58.898 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:58 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-09-18T10:27:58.898 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:58 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-09-18T10:27:58.898 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:58 smithi119 ceph-mon[31697]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-18T10:27:58.898 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:58 smithi119 ceph-mon[31697]: Cluster is now healthy 2024-09-18T10:27:58.898 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:58 smithi119 ceph-mon[31697]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-09-18T10:27:58.899 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:58 smithi119 ceph-mon[31697]: osdmap e45: 5 total, 5 up, 5 in 2024-09-18T10:27:58.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:58 smithi002 ceph-mon[28843]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-09-18T10:27:58.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:58 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-09-18T10:27:58.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:58 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-09-18T10:27:58.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:58 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-09-18T10:27:58.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:58 smithi002 ceph-mon[28843]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-18T10:27:58.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:58 smithi002 ceph-mon[28843]: Cluster is now healthy 2024-09-18T10:27:58.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:58 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-09-18T10:27:58.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:58 smithi002 ceph-mon[28843]: osdmap e45: 5 total, 5 up, 5 in 2024-09-18T10:27:59.904 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:59 smithi119 ceph-mon[31697]: Removing key for osd.4 2024-09-18T10:27:59.904 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:59 smithi119 ceph-mon[31697]: Successfully removed osd.4 on smithi119 2024-09-18T10:27:59.904 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:59 smithi119 ceph-mon[31697]: Successfully purged osd.4 on smithi119 2024-09-18T10:27:59.904 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:59 smithi119 ceph-mon[31697]: Zapping devices for osd.4 on smithi119 2024-09-18T10:27:59.904 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:27:59 smithi119 ceph-mon[31697]: osdmap e46: 5 total, 5 up, 5 in 2024-09-18T10:27:59.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:59 smithi002 ceph-mon[28843]: Removing key for osd.4 2024-09-18T10:27:59.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:59 smithi002 ceph-mon[28843]: Successfully removed osd.4 on smithi119 2024-09-18T10:27:59.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:59 smithi002 ceph-mon[28843]: Successfully purged osd.4 on smithi119 2024-09-18T10:27:59.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:59 smithi002 ceph-mon[28843]: Zapping devices for osd.4 on smithi119 2024-09-18T10:27:59.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:27:59 smithi002 ceph-mon[28843]: osdmap e46: 5 total, 5 up, 5 in 2024-09-18T10:27:59.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:59 smithi094 ceph-mon[31531]: Removing key for osd.4 2024-09-18T10:27:59.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:59 smithi094 ceph-mon[31531]: Successfully removed osd.4 on smithi119 2024-09-18T10:27:59.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:59 smithi094 ceph-mon[31531]: Successfully purged osd.4 on smithi119 2024-09-18T10:27:59.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:59 smithi094 ceph-mon[31531]: Zapping devices for osd.4 on smithi119 2024-09-18T10:27:59.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:27:59 smithi094 ceph-mon[31531]: osdmap e46: 5 total, 5 up, 5 in 2024-09-18T10:28:00.695 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:28:00 smithi119 ceph-mon[31697]: pgmap v167: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-09-18T10:28:00.695 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:28:00 smithi119 ceph-mon[31697]: osdmap e47: 5 total, 5 up, 5 in 2024-09-18T10:28:00.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:00 smithi002 ceph-mon[28843]: pgmap v167: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-09-18T10:28:00.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:00 smithi002 ceph-mon[28843]: osdmap e47: 5 total, 5 up, 5 in 2024-09-18T10:28:00.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:00 smithi094 ceph-mon[31531]: pgmap v167: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-09-18T10:28:00.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:00 smithi094 ceph-mon[31531]: osdmap e47: 5 total, 5 up, 5 in 2024-09-18T10:28:01.034 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:28:00 smithi119 podman[46978]: 2024-09-18 10:28:00.763189236 +0000 UTC m=+0.019348819 container died 49087a57fd0d97830d1b4852e35e92044261e0ee0b14f0b7bba68e69f2e1d343 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-18T10:28:01.418 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:28:01 smithi119 podman[46978]: 2024-09-18 10:28:01.242031675 +0000 UTC m=+0.498191302 container remove 49087a57fd0d97830d1b4852e35e92044261e0ee0b14f0b7bba68e69f2e1d343 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-c, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, ceph=True) 2024-09-18T10:28:02.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:28:01 smithi119 systemd[1]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-18T10:28:02.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:28:01 smithi119 systemd[1]: Stopped Ceph mon.c for cdb93d6e-75a7-11ef-bceb-c7b262605968. 2024-09-18T10:28:02.168 INFO:journalctl@ceph.mon.c.smithi119.stdout:Sep 18 10:28:01 smithi119 systemd[1]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.c.service: Consumed 2.984s CPU time. 2024-09-18T10:28:03.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: Successfully zapped devices for osd.4 on smithi119 2024-09-18T10:28:03.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:28:03.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-09-18T10:28:03.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: Removing monitor c from monmap... 2024-09-18T10:28:03.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: Removing daemon mon.c from smithi119 -- ports [] 2024-09-18T10:28:03.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:28:03.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:28:03.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: mon.b calling monitor election 2024-09-18T10:28:03.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: pgmap v169: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-09-18T10:28:03.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: mon.a calling monitor election 2024-09-18T10:28:03.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-18T10:28:03.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: monmap e4: 2 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],b=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0]} removed_ranks: {1} disallowed_leaders: {} 2024-09-18T10:28:03.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: fsmap 2024-09-18T10:28:03.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: osdmap e47: 5 total, 5 up, 5 in 2024-09-18T10:28:03.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: mgrmap e15: a(active, since 4m), standbys: b 2024-09-18T10:28:03.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: overall HEALTH_OK 2024-09-18T10:28:03.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:03.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:02 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:03.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: Successfully zapped devices for osd.4 on smithi119 2024-09-18T10:28:03.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:28:03.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-09-18T10:28:03.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: Removing monitor c from monmap... 2024-09-18T10:28:03.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: Removing daemon mon.c from smithi119 -- ports [] 2024-09-18T10:28:03.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-18T10:28:03.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-18T10:28:03.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: mon.b calling monitor election 2024-09-18T10:28:03.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: pgmap v169: 1 pgs: 1 active+clean+remapped+wait; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 2/6 objects misplaced (33.333%) 2024-09-18T10:28:03.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: mon.a calling monitor election 2024-09-18T10:28:03.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-18T10:28:03.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: monmap e4: 2 mons at {a=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],b=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0]} removed_ranks: {1} disallowed_leaders: {} 2024-09-18T10:28:03.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: fsmap 2024-09-18T10:28:03.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: osdmap e47: 5 total, 5 up, 5 in 2024-09-18T10:28:03.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: mgrmap e15: a(active, since 4m), standbys: b 2024-09-18T10:28:03.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: overall HEALTH_OK 2024-09-18T10:28:03.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:03.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:02 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:04.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:03 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:28:04.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:03 smithi002 ceph-mon[28843]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-18T10:28:04.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:03 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:28:04.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:03 smithi094 ceph-mon[31531]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-18T10:28:05.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:04 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:05.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:04 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:05.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:04 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:05.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:04 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:06.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:05 smithi002 ceph-mon[28843]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-09-18T10:28:06.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:05 smithi094 ceph-mon[31531]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 77 KiB/s, 0 objects/s recovering 2024-09-18T10:28:07.356 INFO:teuthology.orchestra.run.smithi002.stderr:++ ceph orch ps --hostname smithi119 2024-09-18T10:28:07.628 INFO:teuthology.orchestra.run.smithi002.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-18T10:28:07.628 INFO:teuthology.orchestra.run.smithi002.stderr:osd.5 smithi119 running (72s) 3s ago 71s 38.6M 10.3G 17.2.7-1645-g7061ea6c f2dfd3bedcfd 25a66a055b19 ' 2024-09-18T10:28:07.629 INFO:teuthology.orchestra.run.smithi002.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-18T10:28:07.629 INFO:teuthology.orchestra.run.smithi002.stderr:osd.5 smithi119 running (72s) 3s ago 71s 38.6M 10.3G 17.2.7-1645-g7061ea6c f2dfd3bedcfd 25a66a055b19 ' '!=' 'No daemons reported' ']' 2024-09-18T10:28:07.629 INFO:teuthology.orchestra.run.smithi002.stderr:+ sleep 15 2024-09-18T10:28:07.629 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a[28820]: 2024-09-18T10:28:07.396+0000 7fc873e15640 -1 mon.a@0(leader).osd e47 definitely_dead 0 2024-09-18T10:28:08.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: Detected new or changed devices on smithi119 2024-09-18T10:28:08.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:08.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:08.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:08.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:28:08.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: Updating smithi002:/etc/ceph/ceph.conf 2024-09-18T10:28:08.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: Updating smithi094:/etc/ceph/ceph.conf 2024-09-18T10:28:08.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: Updating smithi002:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:28:08.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: Updating smithi094:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:28:08.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-09-18T10:28:08.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:08.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:08.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:08.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:08.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:08.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:28:08.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:28:08.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:28:08.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:28:08.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:28:08.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:28:08.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-18T10:28:08.167 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-18T10:28:08.167 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-09-18T10:28:08.167 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:07 smithi002 ceph-mon[28843]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi119", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:28:08.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: Detected new or changed devices on smithi119 2024-09-18T10:28:08.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:08.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:08.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:08.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:28:08.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: Updating smithi002:/etc/ceph/ceph.conf 2024-09-18T10:28:08.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: Updating smithi094:/etc/ceph/ceph.conf 2024-09-18T10:28:08.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: Updating smithi002:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:28:08.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: Updating smithi094:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-18T10:28:08.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-09-18T10:28:08.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:08.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:08.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:08.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:08.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:08.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:28:08.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:28:08.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:28:08.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:28:08.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:28:08.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-09-18T10:28:08.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-18T10:28:08.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-09-18T10:28:08.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-09-18T10:28:08.242 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:07 smithi094 ceph-mon[31531]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi119", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:28:09.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:08 smithi002 ceph-mon[28843]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-18T10:28:09.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:08 smithi002 ceph-mon[28843]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-09-18T10:28:09.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:08 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-09-18T10:28:09.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:08 smithi002 ceph-mon[28843]: osdmap e48: 5 total, 4 up, 5 in 2024-09-18T10:28:09.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:08 smithi002 ceph-mon[28843]: osd.5 now down 2024-09-18T10:28:09.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:08 smithi002 ceph-mon[28843]: Removing daemon osd.5 from smithi119 -- ports [] 2024-09-18T10:28:09.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:08 smithi002 ceph-mon[28843]: Monitor daemon marked osd.5 down, but it is still running 2024-09-18T10:28:09.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:08 smithi002 ceph-mon[28843]: map e48 wrongly marked me down at e48 2024-09-18T10:28:09.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:08 smithi002 ceph-mon[28843]: osd.5 marked itself dead as of e48 2024-09-18T10:28:09.168 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:08 smithi119 systemd[1]: Stopping Ceph osd.5 for cdb93d6e-75a7-11ef-bceb-c7b262605968... 2024-09-18T10:28:09.169 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:08 smithi119 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5[42577]: 2024-09-18T10:28:08.820+0000 7f8844d67640 -1 osd.5 48 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-18T10:28:09.169 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:08 smithi119 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5[42577]: 2024-09-18T10:28:08.946+0000 7f884bf56640 -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-18T10:28:09.169 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:08 smithi119 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5[42577]: 2024-09-18T10:28:08.946+0000 7f884bf56640 -1 osd.5 48 *** Got signal Terminated *** 2024-09-18T10:28:09.169 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:08 smithi119 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5[42577]: 2024-09-18T10:28:08.946+0000 7f884bf56640 -1 osd.5 48 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-18T10:28:09.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:08 smithi094 ceph-mon[31531]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-18T10:28:09.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:08 smithi094 ceph-mon[31531]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-09-18T10:28:09.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:08 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-09-18T10:28:09.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:08 smithi094 ceph-mon[31531]: osdmap e48: 5 total, 4 up, 5 in 2024-09-18T10:28:09.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:08 smithi094 ceph-mon[31531]: osd.5 now down 2024-09-18T10:28:09.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:08 smithi094 ceph-mon[31531]: Removing daemon osd.5 from smithi119 -- ports [] 2024-09-18T10:28:09.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:08 smithi094 ceph-mon[31531]: Monitor daemon marked osd.5 down, but it is still running 2024-09-18T10:28:09.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:08 smithi094 ceph-mon[31531]: map e48 wrongly marked me down at e48 2024-09-18T10:28:09.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:08 smithi094 ceph-mon[31531]: osd.5 marked itself dead as of e48 2024-09-18T10:28:09.789 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:09 smithi119 podman[49817]: 2024-09-18 10:28:09.478100169 +0000 UTC m=+0.627213581 container died 25a66a055b19d797b14d4e749bf05b332dc2e646d784653f1973ea01c41d0519 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD) 2024-09-18T10:28:10.046 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:09 smithi119 podman[49817]: 2024-09-18 10:28:09.869519686 +0000 UTC m=+1.018633095 container cleanup 25a66a055b19d797b14d4e749bf05b332dc2e646d784653f1973ea01c41d0519 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-18T10:28:10.046 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:09 smithi119 bash[49817]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5 2024-09-18T10:28:10.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-18T10:28:10.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-18T10:28:10.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-09-18T10:28:10.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: Cluster is now healthy 2024-09-18T10:28:10.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: osd.5 [v2:172.21.15.119:6808/4051111401,v1:172.21.15.119:6809/4051111401] boot 2024-09-18T10:28:10.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: osdmap e49: 5 total, 5 up, 5 in 2024-09-18T10:28:10.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:28:10.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.1 2024-09-18T10:28:10.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: osd.5 failed (root=default,host=smithi119) (connection refused reported by osd.1) 2024-09-18T10:28:10.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.0 2024-09-18T10:28:10.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.3 2024-09-18T10:28:10.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.1 2024-09-18T10:28:10.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.0 2024-09-18T10:28:10.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.3 2024-09-18T10:28:10.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.0 2024-09-18T10:28:10.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.1 2024-09-18T10:28:10.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.0 2024-09-18T10:28:10.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.1 2024-09-18T10:28:10.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.3 2024-09-18T10:28:10.166 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:09 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.3 2024-09-18T10:28:10.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-09-18T10:28:10.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-18T10:28:10.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-09-18T10:28:10.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: Cluster is now healthy 2024-09-18T10:28:10.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: osd.5 [v2:172.21.15.119:6808/4051111401,v1:172.21.15.119:6809/4051111401] boot 2024-09-18T10:28:10.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: osdmap e49: 5 total, 5 up, 5 in 2024-09-18T10:28:10.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-18T10:28:10.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.1 2024-09-18T10:28:10.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: osd.5 failed (root=default,host=smithi119) (connection refused reported by osd.1) 2024-09-18T10:28:10.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.0 2024-09-18T10:28:10.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.3 2024-09-18T10:28:10.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.1 2024-09-18T10:28:10.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.0 2024-09-18T10:28:10.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.3 2024-09-18T10:28:10.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.0 2024-09-18T10:28:10.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.1 2024-09-18T10:28:10.241 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.0 2024-09-18T10:28:10.242 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.1 2024-09-18T10:28:10.242 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.3 2024-09-18T10:28:10.242 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:09 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.3 2024-09-18T10:28:10.418 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:10 smithi119 podman[49838]: 2024-09-18 10:28:10.045624598 +0000 UTC m=+0.557929292 container remove 25a66a055b19d797b14d4e749bf05b332dc2e646d784653f1973ea01c41d0519 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-18T10:28:10.733 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:10 smithi119 podman[49929]: 2024-09-18 10:28:10.429584255 +0000 UTC m=+0.111919717 container create b9e4537bef9b2a353ccc99039764400929fb593d404135b46c4d48d8d8b2eed1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5-deactivate, io.buildah.version=1.37.2, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-18T10:28:10.733 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:10 smithi119 podman[49929]: 2024-09-18 10:28:10.333617352 +0000 UTC m=+0.015952823 image pull f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9 2024-09-18T10:28:10.733 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:10 smithi119 podman[49929]: 2024-09-18 10:28:10.648671834 +0000 UTC m=+0.331007303 container init b9e4537bef9b2a353ccc99039764400929fb593d404135b46c4d48d8d8b2eed1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5-deactivate, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-18T10:28:10.733 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:10 smithi119 podman[49929]: 2024-09-18 10:28:10.653738083 +0000 UTC m=+0.336073550 container start b9e4537bef9b2a353ccc99039764400929fb593d404135b46c4d48d8d8b2eed1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5-deactivate, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-18T10:28:10.733 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:10 smithi119 podman[49929]: 2024-09-18 10:28:10.732129654 +0000 UTC m=+0.414465137 container attach b9e4537bef9b2a353ccc99039764400929fb593d404135b46c4d48d8d8b2eed1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-18T10:28:11.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:10 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.0 2024-09-18T10:28:11.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:10 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.1 2024-09-18T10:28:11.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:10 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.0 2024-09-18T10:28:11.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:10 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.1 2024-09-18T10:28:11.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:10 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.3 2024-09-18T10:28:11.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:10 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.3 2024-09-18T10:28:11.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:10 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.2 2024-09-18T10:28:11.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:10 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.2 2024-09-18T10:28:11.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:10 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.2 2024-09-18T10:28:11.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:10 smithi002 ceph-mon[28843]: osd.5 reported immediately failed by osd.2 2024-09-18T10:28:11.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:10 smithi002 ceph-mon[28843]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-18T10:28:11.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:10 smithi002 ceph-mon[28843]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-09-18T10:28:11.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:10 smithi002 ceph-mon[28843]: osdmap e50: 5 total, 4 up, 5 in 2024-09-18T10:28:11.168 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:10 smithi119 podman[49929]: 2024-09-18 10:28:10.829939218 +0000 UTC m=+0.512274689 container died b9e4537bef9b2a353ccc99039764400929fb593d404135b46c4d48d8d8b2eed1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5-deactivate, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-09-18T10:28:11.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:10 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.0 2024-09-18T10:28:11.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:10 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.1 2024-09-18T10:28:11.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:10 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.0 2024-09-18T10:28:11.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:10 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.1 2024-09-18T10:28:11.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:10 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.3 2024-09-18T10:28:11.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:10 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.3 2024-09-18T10:28:11.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:10 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.2 2024-09-18T10:28:11.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:10 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.2 2024-09-18T10:28:11.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:10 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.2 2024-09-18T10:28:11.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:10 smithi094 ceph-mon[31531]: osd.5 reported immediately failed by osd.2 2024-09-18T10:28:11.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:10 smithi094 ceph-mon[31531]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-18T10:28:11.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:10 smithi094 ceph-mon[31531]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-09-18T10:28:11.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:10 smithi094 ceph-mon[31531]: osdmap e50: 5 total, 4 up, 5 in 2024-09-18T10:28:11.918 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:11 smithi119 podman[49973]: 2024-09-18 10:28:11.451719794 +0000 UTC m=+0.616591984 container remove b9e4537bef9b2a353ccc99039764400929fb593d404135b46c4d48d8d8b2eed1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6) 2024-09-18T10:28:11.918 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:11 smithi119 systemd[1]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.5.service: Deactivated successfully. 2024-09-18T10:28:11.918 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:11 smithi119 systemd[1]: Stopped Ceph osd.5 for cdb93d6e-75a7-11ef-bceb-c7b262605968. 2024-09-18T10:28:11.918 INFO:journalctl@ceph.osd.5.smithi119.stdout:Sep 18 10:28:11 smithi119 systemd[1]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.5.service: Consumed 1.604s CPU time. 2024-09-18T10:28:12.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:11 smithi002 ceph-mon[28843]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:28:12.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:11 smithi002 ceph-mon[28843]: Removing key for osd.5 2024-09-18T10:28:12.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:11 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-09-18T10:28:12.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:11 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-09-18T10:28:12.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:11 smithi002 ceph-mon[28843]: Successfully removed osd.5 on smithi119 2024-09-18T10:28:12.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:11 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-09-18T10:28:12.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:11 smithi002 ceph-mon[28843]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-18T10:28:12.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:11 smithi002 ceph-mon[28843]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-09-18T10:28:12.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:11 smithi002 ceph-mon[28843]: Cluster is now healthy 2024-09-18T10:28:12.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:11 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-09-18T10:28:12.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:11 smithi002 ceph-mon[28843]: osdmap e51: 4 total, 4 up, 4 in 2024-09-18T10:28:12.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:11 smithi002 ceph-mon[28843]: Successfully purged osd.5 on smithi119 2024-09-18T10:28:12.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:11 smithi002 ceph-mon[28843]: Zapping devices for osd.5 on smithi119 2024-09-18T10:28:12.239 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:11 smithi094 ceph-mon[31531]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-09-18T10:28:12.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:11 smithi094 ceph-mon[31531]: Removing key for osd.5 2024-09-18T10:28:12.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:11 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-09-18T10:28:12.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:11 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-09-18T10:28:12.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:11 smithi094 ceph-mon[31531]: Successfully removed osd.5 on smithi119 2024-09-18T10:28:12.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:11 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-09-18T10:28:12.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:11 smithi094 ceph-mon[31531]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-18T10:28:12.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:11 smithi094 ceph-mon[31531]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-09-18T10:28:12.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:11 smithi094 ceph-mon[31531]: Cluster is now healthy 2024-09-18T10:28:12.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:11 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-09-18T10:28:12.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:11 smithi094 ceph-mon[31531]: osdmap e51: 4 total, 4 up, 4 in 2024-09-18T10:28:12.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:11 smithi094 ceph-mon[31531]: Successfully purged osd.5 on smithi119 2024-09-18T10:28:12.240 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:11 smithi094 ceph-mon[31531]: Zapping devices for osd.5 on smithi119 2024-09-18T10:28:14.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:14 smithi002 ceph-mon[28843]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:14.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:14 smithi094 ceph-mon[31531]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:15.812 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:15 smithi002 ceph-mon[28843]: Successfully zapped devices for osd.5 on smithi119 2024-09-18T10:28:15.812 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:15 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:15.812 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:15 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:28:15.812 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:15 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T10:28:15.812 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:15 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:15.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:15 smithi094 ceph-mon[31531]: Successfully zapped devices for osd.5 on smithi119 2024-09-18T10:28:15.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:15 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:15.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:15 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:28:15.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:15 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T10:28:15.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:15 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:16.887 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:16 smithi002 ceph-mon[28843]: Reconfiguring mon.a (monmap changed)... 2024-09-18T10:28:16.887 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:16 smithi002 ceph-mon[28843]: Reconfiguring daemon mon.a on smithi002 2024-09-18T10:28:16.887 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:16 smithi002 ceph-mon[28843]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:16.887 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:16 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:16.887 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:16 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:16.888 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:16 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T10:28:16.888 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:16 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T10:28:16.888 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:16 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:16.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:16 smithi094 ceph-mon[31531]: Reconfiguring mon.a (monmap changed)... 2024-09-18T10:28:16.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:16 smithi094 ceph-mon[31531]: Reconfiguring daemon mon.a on smithi002 2024-09-18T10:28:16.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:16 smithi094 ceph-mon[31531]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:16.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:16 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:16.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:16 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:16.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:16 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T10:28:16.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:16 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T10:28:16.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:16 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:17.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:17 smithi094 ceph-mon[31531]: Reconfiguring mgr.a (monmap changed)... 2024-09-18T10:28:17.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:17 smithi094 ceph-mon[31531]: Reconfiguring daemon mgr.a on smithi002 2024-09-18T10:28:18.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:17 smithi002 ceph-mon[28843]: Reconfiguring mgr.a (monmap changed)... 2024-09-18T10:28:18.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:17 smithi002 ceph-mon[28843]: Reconfiguring daemon mgr.a on smithi002 2024-09-18T10:28:18.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:18 smithi002 ceph-mon[28843]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:18.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:18 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:18.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:18 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:18.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:18 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-18T10:28:18.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:18 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:18.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:18 smithi094 ceph-mon[31531]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:18.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:18 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:18.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:18 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:18.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:18 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-18T10:28:18.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:18 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:19.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:19 smithi094 ceph-mon[31531]: Reconfiguring osd.0 (monmap changed)... 2024-09-18T10:28:19.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:19 smithi094 ceph-mon[31531]: Reconfiguring daemon osd.0 on smithi002 2024-09-18T10:28:19.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:19 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:19.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:19 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:19.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:19 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-18T10:28:19.990 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:19 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:20.024 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:19 smithi002 ceph-mon[28843]: Reconfiguring osd.0 (monmap changed)... 2024-09-18T10:28:20.025 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:19 smithi002 ceph-mon[28843]: Reconfiguring daemon osd.0 on smithi002 2024-09-18T10:28:20.025 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:19 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:20.025 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:19 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:20.025 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:19 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-18T10:28:20.025 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:19 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:20.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:20 smithi002 ceph-mon[28843]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:20.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:20 smithi002 ceph-mon[28843]: Reconfiguring osd.1 (monmap changed)... 2024-09-18T10:28:20.915 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:20 smithi002 ceph-mon[28843]: Reconfiguring daemon osd.1 on smithi002 2024-09-18T10:28:20.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:20 smithi094 ceph-mon[31531]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:20.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:20 smithi094 ceph-mon[31531]: Reconfiguring osd.1 (monmap changed)... 2024-09-18T10:28:20.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:20 smithi094 ceph-mon[31531]: Reconfiguring daemon osd.1 on smithi002 2024-09-18T10:28:22.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:21 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:22.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:21 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:22.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:21 smithi002 ceph-mon[28843]: Reconfiguring mon.b (monmap changed)... 2024-09-18T10:28:22.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:21 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:28:22.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:21 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T10:28:22.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:21 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:22.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:21 smithi002 ceph-mon[28843]: Reconfiguring daemon mon.b on smithi094 2024-09-18T10:28:22.165 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:21 smithi002 ceph-mon[28843]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:22.166 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:21 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:22.166 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:21 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:22.166 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:21 smithi094 ceph-mon[31531]: Reconfiguring mon.b (monmap changed)... 2024-09-18T10:28:22.166 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:21 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-18T10:28:22.166 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:21 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-18T10:28:22.166 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:21 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:22.166 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:21 smithi094 ceph-mon[31531]: Reconfiguring daemon mon.b on smithi094 2024-09-18T10:28:22.166 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:21 smithi094 ceph-mon[31531]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:22.630 INFO:teuthology.orchestra.run.smithi002.stderr:++ ceph orch ps --hostname smithi119 2024-09-18T10:28:22.909 INFO:teuthology.orchestra.run.smithi002.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-09-18T10:28:22.909 INFO:teuthology.orchestra.run.smithi002.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-09-18T10:28:22.909 INFO:teuthology.orchestra.run.smithi002.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-09-18T10:28:23.153 INFO:teuthology.orchestra.run.smithi002.stderr:17 2024-09-18T10:28:23.163 INFO:teuthology.orchestra.run.smithi002.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-09-18T10:28:23.173 INFO:teuthology.orchestra.run.smithi002.stderr:++ cat crushmap.txt 2024-09-18T10:28:23.174 INFO:teuthology.orchestra.run.smithi002.stderr:+ CRUSH_MAP='# begin crush map 2024-09-18T10:28:23.175 INFO:teuthology.orchestra.run.smithi002.stderr:tunable choose_local_tries 0 2024-09-18T10:28:23.175 INFO:teuthology.orchestra.run.smithi002.stderr:tunable choose_local_fallback_tries 0 2024-09-18T10:28:23.175 INFO:teuthology.orchestra.run.smithi002.stderr:tunable choose_total_tries 50 2024-09-18T10:28:23.175 INFO:teuthology.orchestra.run.smithi002.stderr:tunable chooseleaf_descend_once 1 2024-09-18T10:28:23.175 INFO:teuthology.orchestra.run.smithi002.stderr:tunable chooseleaf_vary_r 1 2024-09-18T10:28:23.175 INFO:teuthology.orchestra.run.smithi002.stderr:tunable chooseleaf_stable 1 2024-09-18T10:28:23.175 INFO:teuthology.orchestra.run.smithi002.stderr:tunable straw_calc_version 1 2024-09-18T10:28:23.175 INFO:teuthology.orchestra.run.smithi002.stderr:tunable allowed_bucket_algs 54 2024-09-18T10:28:23.175 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-09-18T10:28:23.175 INFO:teuthology.orchestra.run.smithi002.stderr:# devices 2024-09-18T10:28:23.175 INFO:teuthology.orchestra.run.smithi002.stderr:device 0 osd.0 class ssd 2024-09-18T10:28:23.175 INFO:teuthology.orchestra.run.smithi002.stderr:device 1 osd.1 class ssd 2024-09-18T10:28:23.175 INFO:teuthology.orchestra.run.smithi002.stderr:device 2 osd.2 class ssd 2024-09-18T10:28:23.175 INFO:teuthology.orchestra.run.smithi002.stderr:device 3 osd.3 class ssd 2024-09-18T10:28:23.176 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-09-18T10:28:23.176 INFO:teuthology.orchestra.run.smithi002.stderr:# types 2024-09-18T10:28:23.176 INFO:teuthology.orchestra.run.smithi002.stderr:type 0 osd 2024-09-18T10:28:23.176 INFO:teuthology.orchestra.run.smithi002.stderr:type 1 host 2024-09-18T10:28:23.176 INFO:teuthology.orchestra.run.smithi002.stderr:type 2 chassis 2024-09-18T10:28:23.176 INFO:teuthology.orchestra.run.smithi002.stderr:type 3 rack 2024-09-18T10:28:23.176 INFO:teuthology.orchestra.run.smithi002.stderr:type 4 row 2024-09-18T10:28:23.176 INFO:teuthology.orchestra.run.smithi002.stderr:type 5 pdu 2024-09-18T10:28:23.176 INFO:teuthology.orchestra.run.smithi002.stderr:type 6 pod 2024-09-18T10:28:23.176 INFO:teuthology.orchestra.run.smithi002.stderr:type 7 room 2024-09-18T10:28:23.176 INFO:teuthology.orchestra.run.smithi002.stderr:type 8 datacenter 2024-09-18T10:28:23.176 INFO:teuthology.orchestra.run.smithi002.stderr:type 9 zone 2024-09-18T10:28:23.176 INFO:teuthology.orchestra.run.smithi002.stderr:type 10 region 2024-09-18T10:28:23.176 INFO:teuthology.orchestra.run.smithi002.stderr:type 11 root 2024-09-18T10:28:23.177 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-09-18T10:28:23.177 INFO:teuthology.orchestra.run.smithi002.stderr:# buckets 2024-09-18T10:28:23.177 INFO:teuthology.orchestra.run.smithi002.stderr:host smithi002 { 2024-09-18T10:28:23.177 INFO:teuthology.orchestra.run.smithi002.stderr: id -3 # do not change unnecessarily 2024-09-18T10:28:23.177 INFO:teuthology.orchestra.run.smithi002.stderr: id -4 class ssd # do not change unnecessarily 2024-09-18T10:28:23.177 INFO:teuthology.orchestra.run.smithi002.stderr: # weight 0.17459 2024-09-18T10:28:23.177 INFO:teuthology.orchestra.run.smithi002.stderr: alg straw2 2024-09-18T10:28:23.177 INFO:teuthology.orchestra.run.smithi002.stderr: hash 0 # rjenkins1 2024-09-18T10:28:23.177 INFO:teuthology.orchestra.run.smithi002.stderr: item osd.0 weight 0.08730 2024-09-18T10:28:23.177 INFO:teuthology.orchestra.run.smithi002.stderr: item osd.1 weight 0.08730 2024-09-18T10:28:23.177 INFO:teuthology.orchestra.run.smithi002.stderr:} 2024-09-18T10:28:23.177 INFO:teuthology.orchestra.run.smithi002.stderr:host smithi094 { 2024-09-18T10:28:23.178 INFO:teuthology.orchestra.run.smithi002.stderr: id -5 # do not change unnecessarily 2024-09-18T10:28:23.178 INFO:teuthology.orchestra.run.smithi002.stderr: id -6 class ssd # do not change unnecessarily 2024-09-18T10:28:23.178 INFO:teuthology.orchestra.run.smithi002.stderr: # weight 0.17459 2024-09-18T10:28:23.178 INFO:teuthology.orchestra.run.smithi002.stderr: alg straw2 2024-09-18T10:28:23.178 INFO:teuthology.orchestra.run.smithi002.stderr: hash 0 # rjenkins1 2024-09-18T10:28:23.178 INFO:teuthology.orchestra.run.smithi002.stderr: item osd.2 weight 0.08730 2024-09-18T10:28:23.178 INFO:teuthology.orchestra.run.smithi002.stderr: item osd.3 weight 0.08730 2024-09-18T10:28:23.178 INFO:teuthology.orchestra.run.smithi002.stderr:} 2024-09-18T10:28:23.178 INFO:teuthology.orchestra.run.smithi002.stderr:host smithi119 { 2024-09-18T10:28:23.178 INFO:teuthology.orchestra.run.smithi002.stderr: id -7 # do not change unnecessarily 2024-09-18T10:28:23.179 INFO:teuthology.orchestra.run.smithi002.stderr: id -8 class ssd # do not change unnecessarily 2024-09-18T10:28:23.179 INFO:teuthology.orchestra.run.smithi002.stderr: # weight 0.00000 2024-09-18T10:28:23.179 INFO:teuthology.orchestra.run.smithi002.stderr: alg straw2 2024-09-18T10:28:23.179 INFO:teuthology.orchestra.run.smithi002.stderr: hash 0 # rjenkins1 2024-09-18T10:28:23.179 INFO:teuthology.orchestra.run.smithi002.stderr:} 2024-09-18T10:28:23.179 INFO:teuthology.orchestra.run.smithi002.stderr:root default { 2024-09-18T10:28:23.179 INFO:teuthology.orchestra.run.smithi002.stderr: id -1 # do not change unnecessarily 2024-09-18T10:28:23.179 INFO:teuthology.orchestra.run.smithi002.stderr: id -2 class ssd # do not change unnecessarily 2024-09-18T10:28:23.179 INFO:teuthology.orchestra.run.smithi002.stderr: # weight 0.34918 2024-09-18T10:28:23.179 INFO:teuthology.orchestra.run.smithi002.stderr: alg straw2 2024-09-18T10:28:23.179 INFO:teuthology.orchestra.run.smithi002.stderr: hash 0 # rjenkins1 2024-09-18T10:28:23.179 INFO:teuthology.orchestra.run.smithi002.stderr: item smithi002 weight 0.17459 2024-09-18T10:28:23.180 INFO:teuthology.orchestra.run.smithi002.stderr: item smithi094 weight 0.17459 2024-09-18T10:28:23.180 INFO:teuthology.orchestra.run.smithi002.stderr: item smithi119 weight 0.00000 2024-09-18T10:28:23.180 INFO:teuthology.orchestra.run.smithi002.stderr:} 2024-09-18T10:28:23.180 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-09-18T10:28:23.180 INFO:teuthology.orchestra.run.smithi002.stderr:# rules 2024-09-18T10:28:23.180 INFO:teuthology.orchestra.run.smithi002.stderr:rule replicated_rule { 2024-09-18T10:28:23.180 INFO:teuthology.orchestra.run.smithi002.stderr: id 0 2024-09-18T10:28:23.180 INFO:teuthology.orchestra.run.smithi002.stderr: type replicated 2024-09-18T10:28:23.180 INFO:teuthology.orchestra.run.smithi002.stderr: step take default 2024-09-18T10:28:23.180 INFO:teuthology.orchestra.run.smithi002.stderr: step choose firstn 0 type osd 2024-09-18T10:28:23.180 INFO:teuthology.orchestra.run.smithi002.stderr: step emit 2024-09-18T10:28:23.180 INFO:teuthology.orchestra.run.smithi002.stderr:} 2024-09-18T10:28:23.181 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-09-18T10:28:23.181 INFO:teuthology.orchestra.run.smithi002.stderr:# end crush map' 2024-09-18T10:28:23.181 INFO:teuthology.orchestra.run.smithi002.stderr:+ grep -q smithi119 2024-09-18T10:28:23.181 INFO:teuthology.orchestra.run.smithi002.stderr:+ ceph orch host rm smithi119 --rm-crush-entry 2024-09-18T10:28:23.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:23 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:23.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:23 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:23.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:23 smithi002 ceph-mon[28843]: Reconfiguring mgr.b (monmap changed)... 2024-09-18T10:28:23.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:23 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T10:28:23.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:23 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T10:28:23.415 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:23 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:23.416 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:23 smithi002 ceph-mon[28843]: Reconfiguring daemon mgr.b on smithi094 2024-09-18T10:28:23.416 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:23 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/2569852823' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-09-18T10:28:23.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:23 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:23.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:23 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:23.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:23 smithi094 ceph-mon[31531]: Reconfiguring mgr.b (monmap changed)... 2024-09-18T10:28:23.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:23 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-18T10:28:23.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:23 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-18T10:28:23.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:23 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:23.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:23 smithi094 ceph-mon[31531]: Reconfiguring daemon mgr.b on smithi094 2024-09-18T10:28:23.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:23 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/2569852823' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-09-18T10:28:24.231 INFO:teuthology.orchestra.run.smithi002.stdout:Removed host 'smithi119' 2024-09-18T10:28:24.246 INFO:teuthology.orchestra.run.smithi002.stderr:+ sleep 30 2024-09-18T10:28:24.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:24 smithi094 ceph-mon[31531]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi119", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:28:24.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:24 smithi094 ceph-mon[31531]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:24.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:24 smithi094 ceph-mon[31531]: from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi119", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:28:24.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:24 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi119"}]: dispatch 2024-09-18T10:28:24.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:24 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:24.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:24 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:24.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:24 smithi094 ceph-mon[31531]: Reconfiguring osd.2 (monmap changed)... 2024-09-18T10:28:24.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:24 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-18T10:28:24.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:24 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:24.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:24 smithi094 ceph-mon[31531]: Reconfiguring daemon osd.2 on smithi094 2024-09-18T10:28:24.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:24 smithi002 ceph-mon[28843]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi119", "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:28:24.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:24 smithi002 ceph-mon[28843]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:24.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:24 smithi002 ceph-mon[28843]: from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi119", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-18T10:28:24.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:24 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi119"}]: dispatch 2024-09-18T10:28:24.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:24 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:24.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:24 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:24.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:24 smithi002 ceph-mon[28843]: Reconfiguring osd.2 (monmap changed)... 2024-09-18T10:28:24.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:24 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-18T10:28:24.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:24 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:24.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:24 smithi002 ceph-mon[28843]: Reconfiguring daemon osd.2 on smithi094 2024-09-18T10:28:25.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:25 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi119"}]': finished 2024-09-18T10:28:25.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:25 smithi094 ceph-mon[31531]: osdmap e52: 4 total, 4 up, 4 in 2024-09-18T10:28:25.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:25 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:25.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:25 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi119"}]: dispatch 2024-09-18T10:28:25.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:25 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi119"}]': finished 2024-09-18T10:28:25.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:25 smithi094 ceph-mon[31531]: Removed host smithi119 2024-09-18T10:28:25.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:25 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:25.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:25 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:25.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:25 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-18T10:28:25.490 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:25 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:25.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:25 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi119"}]': finished 2024-09-18T10:28:25.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:25 smithi002 ceph-mon[28843]: osdmap e52: 4 total, 4 up, 4 in 2024-09-18T10:28:25.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:25 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:25.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:25 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi119"}]: dispatch 2024-09-18T10:28:25.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:25 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi119"}]': finished 2024-09-18T10:28:25.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:25 smithi002 ceph-mon[28843]: Removed host smithi119 2024-09-18T10:28:25.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:25 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:25.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:25 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:25.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:25 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-18T10:28:25.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:25 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:26.312 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:26 smithi094 ceph-mon[31531]: Reconfiguring osd.3 (monmap changed)... 2024-09-18T10:28:26.312 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:26 smithi094 ceph-mon[31531]: Reconfiguring daemon osd.3 on smithi094 2024-09-18T10:28:26.312 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:26 smithi094 ceph-mon[31531]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:26.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:26 smithi002 ceph-mon[28843]: Reconfiguring osd.3 (monmap changed)... 2024-09-18T10:28:26.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:26 smithi002 ceph-mon[28843]: Reconfiguring daemon osd.3 on smithi094 2024-09-18T10:28:26.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:26 smithi002 ceph-mon[28843]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:26.665 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:28:26 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:28:26.405+0000 7f611507e640 -1 log_channel(cephadm) log [ERR] : Failed to apply mon spec MONSpec.from_json(yaml.safe_load('''service_type: mon 2024-09-18T10:28:26.665 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:28:26 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: service_name: mon 2024-09-18T10:28:26.665 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:28:26 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: placement: 2024-09-18T10:28:26.665 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:28:26 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: count: 3 2024-09-18T10:28:26.665 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:28:26 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: hosts: 2024-09-18T10:28:26.665 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:28:26 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: - smithi002:172.21.15.2=a 2024-09-18T10:28:26.665 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:28:26 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: - smithi094:172.21.15.94=b 2024-09-18T10:28:26.665 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:28:26 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: - smithi119:172.21.15.119=c 2024-09-18T10:28:26.666 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:28:26 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: ''')): Cannot place on smithi119: Unknown hosts 2024-09-18T10:28:27.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:27 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:27.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:27 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:27.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:27 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:28:27.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:27 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:27.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:27 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:28:27.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:27 smithi002 ceph-mon[28843]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:27.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:27 smithi002 ceph-mon[28843]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:27.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:27 smithi002 ceph-mon[28843]: Failed to apply mon spec MONSpec.from_json(yaml.safe_load('''service_type: mon 2024-09-18T10:28:27.665 INFO:journalctl@ceph.mon.a.smithi002.stdout: service_name: mon 2024-09-18T10:28:27.665 INFO:journalctl@ceph.mon.a.smithi002.stdout: placement: 2024-09-18T10:28:27.666 INFO:journalctl@ceph.mon.a.smithi002.stdout: count: 3 2024-09-18T10:28:27.666 INFO:journalctl@ceph.mon.a.smithi002.stdout: hosts: 2024-09-18T10:28:27.666 INFO:journalctl@ceph.mon.a.smithi002.stdout: - smithi002:172.21.15.2=a 2024-09-18T10:28:27.666 INFO:journalctl@ceph.mon.a.smithi002.stdout: - smithi094:172.21.15.94=b 2024-09-18T10:28:27.666 INFO:journalctl@ceph.mon.a.smithi002.stdout: - smithi119:172.21.15.119=c 2024-09-18T10:28:27.666 INFO:journalctl@ceph.mon.a.smithi002.stdout: ''')): Cannot place on smithi119: Unknown hosts 2024-09-18T10:28:27.666 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:27 smithi002 ceph-mon[28843]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:27.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:27 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:27.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:27 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:27.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:27 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-18T10:28:27.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:27 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-18T10:28:27.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:27 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-18T10:28:27.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:27 smithi094 ceph-mon[31531]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:27.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:27 smithi094 ceph-mon[31531]: from='mgr.14150 172.21.15.2:0/1183208903' entity='mgr.a' 2024-09-18T10:28:27.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:27 smithi094 ceph-mon[31531]: Failed to apply mon spec MONSpec.from_json(yaml.safe_load('''service_type: mon 2024-09-18T10:28:27.740 INFO:journalctl@ceph.mon.b.smithi094.stdout: service_name: mon 2024-09-18T10:28:27.740 INFO:journalctl@ceph.mon.b.smithi094.stdout: placement: 2024-09-18T10:28:27.740 INFO:journalctl@ceph.mon.b.smithi094.stdout: count: 3 2024-09-18T10:28:27.740 INFO:journalctl@ceph.mon.b.smithi094.stdout: hosts: 2024-09-18T10:28:27.740 INFO:journalctl@ceph.mon.b.smithi094.stdout: - smithi002:172.21.15.2=a 2024-09-18T10:28:27.740 INFO:journalctl@ceph.mon.b.smithi094.stdout: - smithi094:172.21.15.94=b 2024-09-18T10:28:27.740 INFO:journalctl@ceph.mon.b.smithi094.stdout: - smithi119:172.21.15.119=c 2024-09-18T10:28:27.740 INFO:journalctl@ceph.mon.b.smithi094.stdout: ''')): Cannot place on smithi119: Unknown hosts 2024-09-18T10:28:27.740 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:27 smithi094 ceph-mon[31531]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:28.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:28 smithi002 ceph-mon[28843]: Health check failed: Failed to apply 1 service(s): mon (CEPHADM_APPLY_SPEC_FAIL) 2024-09-18T10:28:28.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:28 smithi002 ceph-mon[28843]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-09-18T10:28:28.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:28 smithi094 ceph-mon[31531]: Health check failed: Failed to apply 1 service(s): mon (CEPHADM_APPLY_SPEC_FAIL) 2024-09-18T10:28:28.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:28 smithi094 ceph-mon[31531]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-09-18T10:28:29.656 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:29 smithi094 ceph-mon[31531]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:29.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:29 smithi002 ceph-mon[28843]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:31.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:31 smithi094 ceph-mon[31531]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:31.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:31 smithi002 ceph-mon[28843]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:33.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:33 smithi094 ceph-mon[31531]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:33.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:33 smithi002 ceph-mon[28843]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:35.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:35 smithi094 ceph-mon[31531]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:35.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:35 smithi002 ceph-mon[28843]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:37.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:37 smithi094 ceph-mon[31531]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:37.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:37 smithi002 ceph-mon[28843]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:39.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:39 smithi094 ceph-mon[31531]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:39.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:39 smithi002 ceph-mon[28843]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:41.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:41 smithi094 ceph-mon[31531]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:41.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:41 smithi002 ceph-mon[28843]: pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:43.731 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:43 smithi002 ceph-mon[28843]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:43.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:43 smithi094 ceph-mon[31531]: pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:45.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:45 smithi094 ceph-mon[31531]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:45.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:45 smithi002 ceph-mon[28843]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:47.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:47 smithi094 ceph-mon[31531]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:47.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:47 smithi002 ceph-mon[28843]: pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:49.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:49 smithi094 ceph-mon[31531]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:49.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:49 smithi002 ceph-mon[28843]: pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:51.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:51 smithi002 ceph-mon[28843]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:51.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:51 smithi094 ceph-mon[31531]: pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:53.914 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:53 smithi002 ceph-mon[28843]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:53.989 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:53 smithi094 ceph-mon[31531]: pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:54.248 INFO:teuthology.orchestra.run.smithi002.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-09-18T10:28:54.508 INFO:teuthology.orchestra.run.smithi002.stderr:18 2024-09-18T10:28:54.518 INFO:teuthology.orchestra.run.smithi002.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-09-18T10:28:54.529 INFO:teuthology.orchestra.run.smithi002.stderr:++ cat crushmap.txt 2024-09-18T10:28:54.530 INFO:teuthology.orchestra.run.smithi002.stderr:+ CRUSH_MAP='# begin crush map 2024-09-18T10:28:54.530 INFO:teuthology.orchestra.run.smithi002.stderr:tunable choose_local_tries 0 2024-09-18T10:28:54.530 INFO:teuthology.orchestra.run.smithi002.stderr:tunable choose_local_fallback_tries 0 2024-09-18T10:28:54.530 INFO:teuthology.orchestra.run.smithi002.stderr:tunable choose_total_tries 50 2024-09-18T10:28:54.530 INFO:teuthology.orchestra.run.smithi002.stderr:tunable chooseleaf_descend_once 1 2024-09-18T10:28:54.530 INFO:teuthology.orchestra.run.smithi002.stderr:tunable chooseleaf_vary_r 1 2024-09-18T10:28:54.530 INFO:teuthology.orchestra.run.smithi002.stderr:tunable chooseleaf_stable 1 2024-09-18T10:28:54.530 INFO:teuthology.orchestra.run.smithi002.stderr:tunable straw_calc_version 1 2024-09-18T10:28:54.531 INFO:teuthology.orchestra.run.smithi002.stderr:tunable allowed_bucket_algs 54 2024-09-18T10:28:54.531 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-09-18T10:28:54.531 INFO:teuthology.orchestra.run.smithi002.stderr:# devices 2024-09-18T10:28:54.531 INFO:teuthology.orchestra.run.smithi002.stderr:device 0 osd.0 class ssd 2024-09-18T10:28:54.531 INFO:teuthology.orchestra.run.smithi002.stderr:device 1 osd.1 class ssd 2024-09-18T10:28:54.531 INFO:teuthology.orchestra.run.smithi002.stderr:device 2 osd.2 class ssd 2024-09-18T10:28:54.531 INFO:teuthology.orchestra.run.smithi002.stderr:device 3 osd.3 class ssd 2024-09-18T10:28:54.531 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-09-18T10:28:54.531 INFO:teuthology.orchestra.run.smithi002.stderr:# types 2024-09-18T10:28:54.531 INFO:teuthology.orchestra.run.smithi002.stderr:type 0 osd 2024-09-18T10:28:54.531 INFO:teuthology.orchestra.run.smithi002.stderr:type 1 host 2024-09-18T10:28:54.531 INFO:teuthology.orchestra.run.smithi002.stderr:type 2 chassis 2024-09-18T10:28:54.531 INFO:teuthology.orchestra.run.smithi002.stderr:type 3 rack 2024-09-18T10:28:54.532 INFO:teuthology.orchestra.run.smithi002.stderr:type 4 row 2024-09-18T10:28:54.532 INFO:teuthology.orchestra.run.smithi002.stderr:type 5 pdu 2024-09-18T10:28:54.532 INFO:teuthology.orchestra.run.smithi002.stderr:type 6 pod 2024-09-18T10:28:54.532 INFO:teuthology.orchestra.run.smithi002.stderr:type 7 room 2024-09-18T10:28:54.532 INFO:teuthology.orchestra.run.smithi002.stderr:type 8 datacenter 2024-09-18T10:28:54.532 INFO:teuthology.orchestra.run.smithi002.stderr:type 9 zone 2024-09-18T10:28:54.532 INFO:teuthology.orchestra.run.smithi002.stderr:type 10 region 2024-09-18T10:28:54.532 INFO:teuthology.orchestra.run.smithi002.stderr:type 11 root 2024-09-18T10:28:54.532 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-09-18T10:28:54.532 INFO:teuthology.orchestra.run.smithi002.stderr:# buckets 2024-09-18T10:28:54.532 INFO:teuthology.orchestra.run.smithi002.stderr:host smithi002 { 2024-09-18T10:28:54.532 INFO:teuthology.orchestra.run.smithi002.stderr: id -3 # do not change unnecessarily 2024-09-18T10:28:54.533 INFO:teuthology.orchestra.run.smithi002.stderr: id -4 class ssd # do not change unnecessarily 2024-09-18T10:28:54.533 INFO:teuthology.orchestra.run.smithi002.stderr: # weight 0.17459 2024-09-18T10:28:54.533 INFO:teuthology.orchestra.run.smithi002.stderr: alg straw2 2024-09-18T10:28:54.533 INFO:teuthology.orchestra.run.smithi002.stderr: hash 0 # rjenkins1 2024-09-18T10:28:54.533 INFO:teuthology.orchestra.run.smithi002.stderr: item osd.0 weight 0.08730 2024-09-18T10:28:54.533 INFO:teuthology.orchestra.run.smithi002.stderr: item osd.1 weight 0.08730 2024-09-18T10:28:54.533 INFO:teuthology.orchestra.run.smithi002.stderr:} 2024-09-18T10:28:54.533 INFO:teuthology.orchestra.run.smithi002.stderr:host smithi094 { 2024-09-18T10:28:54.533 INFO:teuthology.orchestra.run.smithi002.stderr: id -5 # do not change unnecessarily 2024-09-18T10:28:54.533 INFO:teuthology.orchestra.run.smithi002.stderr: id -6 class ssd # do not change unnecessarily 2024-09-18T10:28:54.533 INFO:teuthology.orchestra.run.smithi002.stderr: # weight 0.17459 2024-09-18T10:28:54.533 INFO:teuthology.orchestra.run.smithi002.stderr: alg straw2 2024-09-18T10:28:54.533 INFO:teuthology.orchestra.run.smithi002.stderr: hash 0 # rjenkins1 2024-09-18T10:28:54.534 INFO:teuthology.orchestra.run.smithi002.stderr: item osd.2 weight 0.08730 2024-09-18T10:28:54.534 INFO:teuthology.orchestra.run.smithi002.stderr: item osd.3 weight 0.08730 2024-09-18T10:28:54.534 INFO:teuthology.orchestra.run.smithi002.stderr:} 2024-09-18T10:28:54.534 INFO:teuthology.orchestra.run.smithi002.stderr:root default { 2024-09-18T10:28:54.534 INFO:teuthology.orchestra.run.smithi002.stderr: id -1 # do not change unnecessarily 2024-09-18T10:28:54.534 INFO:teuthology.orchestra.run.smithi002.stderr: id -2 class ssd # do not change unnecessarily 2024-09-18T10:28:54.534 INFO:teuthology.orchestra.run.smithi002.stderr: # weight 0.34918 2024-09-18T10:28:54.534 INFO:teuthology.orchestra.run.smithi002.stderr: alg straw2 2024-09-18T10:28:54.534 INFO:teuthology.orchestra.run.smithi002.stderr: hash 0 # rjenkins1 2024-09-18T10:28:54.534 INFO:teuthology.orchestra.run.smithi002.stderr: item smithi002 weight 0.17459 2024-09-18T10:28:54.534 INFO:teuthology.orchestra.run.smithi002.stderr: item smithi094 weight 0.17459 2024-09-18T10:28:54.534 INFO:teuthology.orchestra.run.smithi002.stderr:} 2024-09-18T10:28:54.535 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-09-18T10:28:54.535 INFO:teuthology.orchestra.run.smithi002.stderr:# rules 2024-09-18T10:28:54.535 INFO:teuthology.orchestra.run.smithi002.stderr:rule replicated_rule { 2024-09-18T10:28:54.535 INFO:teuthology.orchestra.run.smithi002.stderr: id 0 2024-09-18T10:28:54.535 INFO:teuthology.orchestra.run.smithi002.stderr: type replicated 2024-09-18T10:28:54.535 INFO:teuthology.orchestra.run.smithi002.stderr: step take default 2024-09-18T10:28:54.535 INFO:teuthology.orchestra.run.smithi002.stderr: step choose firstn 0 type osd 2024-09-18T10:28:54.535 INFO:teuthology.orchestra.run.smithi002.stderr: step emit 2024-09-18T10:28:54.535 INFO:teuthology.orchestra.run.smithi002.stderr:} 2024-09-18T10:28:54.535 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-09-18T10:28:54.535 INFO:teuthology.orchestra.run.smithi002.stderr:# end crush map' 2024-09-18T10:28:54.535 INFO:teuthology.orchestra.run.smithi002.stderr:+ grep -q smithi119 2024-09-18T10:28:55.275 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-18T10:28:55.284 INFO:tasks.cephadm:Teardown begin 2024-09-18T10:28:55.285 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T10:28:55.312 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T10:28:55.347 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T10:28:55.382 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-18T10:28:55.383 DEBUG:teuthology.orchestra.run.smithi002:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-18T10:28:55.399 DEBUG:teuthology.orchestra.run.smithi094:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-18T10:28:55.417 DEBUG:teuthology.orchestra.run.smithi119:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-18T10:28:55.440 INFO:tasks.cephadm:Stopping all daemons... 2024-09-18T10:28:55.440 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-18T10:28:55.440 DEBUG:teuthology.orchestra.run.smithi002:> sudo systemctl stop ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.a 2024-09-18T10:28:55.664 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:55 smithi002 systemd[1]: Stopping Ceph mon.a for cdb93d6e-75a7-11ef-bceb-c7b262605968... 2024-09-18T10:28:55.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:55 smithi002 ceph-mon[28843]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:55.665 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:55 smithi002 ceph-mon[28843]: from='client.? 172.21.15.2:0/3922367453' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-09-18T10:28:55.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:55 smithi094 ceph-mon[31531]: pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-09-18T10:28:55.739 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:55 smithi094 ceph-mon[31531]: from='client.? 172.21.15.2:0/3922367453' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-09-18T10:28:56.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:55 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a[28820]: 2024-09-18T10:28:55.756+0000 7fc879620640 -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-18T10:28:56.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:55 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a[28820]: 2024-09-18T10:28:55.756+0000 7fc879620640 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-09-18T10:28:56.164 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:55 smithi002 podman[60579]: 2024-09-18 10:28:55.899858734 +0000 UTC m=+0.266304042 container died 60980f3e2551dc224f551a8d21b3ac6d29710489722b9c4a2eaacc0c7c6e1ba1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_CLEAN=True, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-18T10:28:56.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:56 smithi002 podman[60579]: 2024-09-18 10:28:56.25394773 +0000 UTC m=+0.620393037 container cleanup 60980f3e2551dc224f551a8d21b3ac6d29710489722b9c4a2eaacc0c7c6e1ba1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6) 2024-09-18T10:28:56.414 INFO:journalctl@ceph.mon.a.smithi002.stdout:Sep 18 10:28:56 smithi002 bash[60579]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-a 2024-09-18T10:28:56.845 DEBUG:teuthology.orchestra.run.smithi002:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.a.service' 2024-09-18T10:28:56.897 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T10:28:56.897 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-18T10:28:56.897 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-18T10:28:56.897 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.b 2024-09-18T10:28:57.193 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:56 smithi094 systemd[1]: Stopping Ceph mon.b for cdb93d6e-75a7-11ef-bceb-c7b262605968... 2024-09-18T10:28:57.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:57 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-b[31508]: 2024-09-18T10:28:57.190+0000 7f30d5fc5640 -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-18T10:28:57.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:57 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-b[31508]: 2024-09-18T10:28:57.190+0000 7f30d5fc5640 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-09-18T10:28:57.489 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:57 smithi094 podman[46989]: 2024-09-18 10:28:57.355117798 +0000 UTC m=+0.270393863 container died 21fbc277ab5ce5f5243187b3f6c50a52753a9c752ce232732a83fc338e5f88c0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-b, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=) 2024-09-18T10:28:57.983 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:57 smithi094 podman[46989]: 2024-09-18 10:28:57.706301502 +0000 UTC m=+0.621577573 container cleanup 21fbc277ab5ce5f5243187b3f6c50a52753a9c752ce232732a83fc338e5f88c0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-18T10:28:57.983 INFO:journalctl@ceph.mon.b.smithi094.stdout:Sep 18 10:28:57 smithi094 bash[46989]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mon-b 2024-09-18T10:28:58.139 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.b.service' 2024-09-18T10:28:58.213 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T10:28:58.213 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-18T10:28:58.213 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-18T10:28:58.213 DEBUG:teuthology.orchestra.run.smithi119:> sudo systemctl stop ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.c 2024-09-18T10:28:58.257 DEBUG:teuthology.orchestra.run.smithi119:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mon.c.service' 2024-09-18T10:28:58.342 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T10:28:58.343 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-18T10:28:58.343 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-18T10:28:58.343 DEBUG:teuthology.orchestra.run.smithi002:> sudo systemctl stop ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mgr.a 2024-09-18T10:28:58.645 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:28:58 smithi002 systemd[1]: Stopping Ceph mgr.a for cdb93d6e-75a7-11ef-bceb-c7b262605968... 2024-09-18T10:28:58.914 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:28:58 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a[29093]: 2024-09-18T10:28:58.643+0000 7f613b2ec640 -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-18T10:28:58.915 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:28:58 smithi002 podman[60705]: 2024-09-18 10:28:58.675917611 +0000 UTC m=+0.140478400 container died 5768515e899d59a6370a7b301c697c4b2edf2622ef2662f158203b18e9f26b44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, io.buildah.version=1.37.2, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6) 2024-09-18T10:28:59.377 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:28:59 smithi002 podman[60705]: 2024-09-18 10:28:59.141560206 +0000 UTC m=+0.606120984 container cleanup 5768515e899d59a6370a7b301c697c4b2edf2622ef2662f158203b18e9f26b44 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:7061ea6ca50908d104e9f3979dc615e118d9e153, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-18T10:28:59.377 INFO:journalctl@ceph.mgr.a.smithi002.stdout:Sep 18 10:28:59 smithi002 bash[60705]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-a 2024-09-18T10:28:59.527 DEBUG:teuthology.orchestra.run.smithi002:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mgr.a.service' 2024-09-18T10:28:59.561 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T10:28:59.561 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-18T10:28:59.561 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-18T10:28:59.561 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mgr.b 2024-09-18T10:28:59.846 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:28:59 smithi094 systemd[1]: Stopping Ceph mgr.b for cdb93d6e-75a7-11ef-bceb-c7b262605968... 2024-09-18T10:29:00.163 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:28:59 smithi094 podman[47124]: 2024-09-18 10:28:59.917497168 +0000 UTC m=+0.171335662 container died 08599d95e04df80af6d51f13723c2d3cf4698f21b4e8a98c7db38c143d5f67c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True) 2024-09-18T10:29:00.489 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:29:00 smithi094 podman[47124]: 2024-09-18 10:29:00.354801916 +0000 UTC m=+0.608640403 container cleanup 08599d95e04df80af6d51f13723c2d3cf4698f21b4e8a98c7db38c143d5f67c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-18T10:29:00.489 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:29:00 smithi094 bash[47124]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b 2024-09-18T10:29:00.783 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:29:00 smithi094 podman[47142]: 2024-09-18 10:29:00.53001353 +0000 UTC m=+0.608025261 container remove 08599d95e04df80af6d51f13723c2d3cf4698f21b4e8a98c7db38c143d5f67c1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-mgr-b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-18T10:29:00.783 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Sep 18 10:29:00 smithi094 systemd[1]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-09-18T10:29:00.801 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@mgr.b.service' 2024-09-18T10:29:00.837 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T10:29:00.838 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-18T10:29:00.838 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-18T10:29:00.838 DEBUG:teuthology.orchestra.run.smithi002:> sudo systemctl stop ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.0 2024-09-18T10:29:01.131 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:29:00 smithi002 systemd[1]: Stopping Ceph osd.0 for cdb93d6e-75a7-11ef-bceb-c7b262605968... 2024-09-18T10:29:01.415 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:29:01 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-0[44167]: 2024-09-18T10:29:01.130+0000 7febc6095640 -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-18T10:29:01.415 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:29:01 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-0[44167]: 2024-09-18T10:29:01.130+0000 7febc6095640 -1 osd.0 52 *** Got signal Terminated *** 2024-09-18T10:29:01.415 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:29:01 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-0[44167]: 2024-09-18T10:29:01.130+0000 7febc6095640 -1 osd.0 52 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-18T10:29:06.756 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:29:06 smithi002 podman[60839]: 2024-09-18 10:29:06.44434603 +0000 UTC m=+5.416306987 container died d469bd4f65f8d524202f543bd8bdeba47e0b62040a17dcdb9dcf0c277ef4771e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-18T10:29:07.165 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:29:06 smithi002 podman[60839]: 2024-09-18 10:29:06.937233508 +0000 UTC m=+5.909194456 container cleanup d469bd4f65f8d524202f543bd8bdeba47e0b62040a17dcdb9dcf0c277ef4771e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-18T10:29:07.165 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:29:06 smithi002 bash[60839]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-0 2024-09-18T10:29:07.561 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:29:07 smithi002 podman[60859]: 2024-09-18 10:29:07.221961567 +0000 UTC m=+0.773017037 container remove d469bd4f65f8d524202f543bd8bdeba47e0b62040a17dcdb9dcf0c277ef4771e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-0, org.label-schema.vendor=CentOS, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0) 2024-09-18T10:29:07.851 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:29:07 smithi002 podman[60957]: 2024-09-18 10:29:07.463056508 +0000 UTC m=+0.016281144 image pull f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9 2024-09-18T10:29:07.851 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:29:07 smithi002 podman[60957]: 2024-09-18 10:29:07.564387505 +0000 UTC m=+0.117612164 container create 0741aca949f1ae785c0445f602cca16532d57b6c000e59af16bc7cecd248cf38 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True) 2024-09-18T10:29:07.851 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:29:07 smithi002 podman[60957]: 2024-09-18 10:29:07.766685568 +0000 UTC m=+0.319910204 container init 0741aca949f1ae785c0445f602cca16532d57b6c000e59af16bc7cecd248cf38 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-18T10:29:07.851 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:29:07 smithi002 podman[60957]: 2024-09-18 10:29:07.771567502 +0000 UTC m=+0.324792126 container start 0741aca949f1ae785c0445f602cca16532d57b6c000e59af16bc7cecd248cf38 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731) 2024-09-18T10:29:07.851 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:29:07 smithi002 podman[60957]: 2024-09-18 10:29:07.84975622 +0000 UTC m=+0.402980864 container attach 0741aca949f1ae785c0445f602cca16532d57b6c000e59af16bc7cecd248cf38 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-0-deactivate, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-18T10:29:08.164 INFO:journalctl@ceph.osd.0.smithi002.stdout:Sep 18 10:29:07 smithi002 podman[60957]: 2024-09-18 10:29:07.953297775 +0000 UTC m=+0.506522400 container died 0741aca949f1ae785c0445f602cca16532d57b6c000e59af16bc7cecd248cf38 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-0-deactivate, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-18T10:29:08.649 DEBUG:teuthology.orchestra.run.smithi002:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.0.service' 2024-09-18T10:29:08.695 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T10:29:08.696 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-18T10:29:08.696 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-18T10:29:08.696 DEBUG:teuthology.orchestra.run.smithi002:> sudo systemctl stop ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.1 2024-09-18T10:29:08.914 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:29:08 smithi002 systemd[1]: Stopping Ceph osd.1 for cdb93d6e-75a7-11ef-bceb-c7b262605968... 2024-09-18T10:29:09.415 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:29:09 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-1[50305]: 2024-09-18T10:29:09.024+0000 7f5e2c8f3640 -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-18T10:29:09.415 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:29:09 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-1[50305]: 2024-09-18T10:29:09.024+0000 7f5e2c8f3640 -1 osd.1 52 *** Got signal Terminated *** 2024-09-18T10:29:09.415 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:29:09 smithi002 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-1[50305]: 2024-09-18T10:29:09.024+0000 7f5e2c8f3640 -1 osd.1 52 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-18T10:29:14.599 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:29:14 smithi002 podman[61087]: 2024-09-18 10:29:14.336322481 +0000 UTC m=+5.446852748 container died 86de87ace6ddc0d9e71fdf8ca0e033c3e2fd4ce40e524c9fa19eabe897fa8194 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-1, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-18T10:29:14.914 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:29:14 smithi002 podman[61087]: 2024-09-18 10:29:14.772545824 +0000 UTC m=+5.883076080 container cleanup 86de87ace6ddc0d9e71fdf8ca0e033c3e2fd4ce40e524c9fa19eabe897fa8194 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-1, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-18T10:29:14.915 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:29:14 smithi002 bash[61087]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-1 2024-09-18T10:29:15.375 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:29:14 smithi002 podman[61107]: 2024-09-18 10:29:14.957080627 +0000 UTC m=+0.616651235 container remove 86de87ace6ddc0d9e71fdf8ca0e033c3e2fd4ce40e524c9fa19eabe897fa8194 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-1, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=) 2024-09-18T10:29:15.665 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:29:15 smithi002 podman[61204]: 2024-09-18 10:29:15.374362258 +0000 UTC m=+0.104690231 container create 986364d25d9ac8a28ce720f38a99613a9d9861eaab0b02263ea772a1e9095cd9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-18T10:29:15.665 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:29:15 smithi002 podman[61204]: 2024-09-18 10:29:15.285864846 +0000 UTC m=+0.016192833 image pull f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9 2024-09-18T10:29:15.665 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:29:15 smithi002 podman[61204]: 2024-09-18 10:29:15.58500974 +0000 UTC m=+0.315337716 container init 986364d25d9ac8a28ce720f38a99613a9d9861eaab0b02263ea772a1e9095cd9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6) 2024-09-18T10:29:15.665 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:29:15 smithi002 podman[61204]: 2024-09-18 10:29:15.59014263 +0000 UTC m=+0.320470608 container start 986364d25d9ac8a28ce720f38a99613a9d9861eaab0b02263ea772a1e9095cd9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-09-18T10:29:16.064 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:29:15 smithi002 podman[61204]: 2024-09-18 10:29:15.692993676 +0000 UTC m=+0.423321665 container attach 986364d25d9ac8a28ce720f38a99613a9d9861eaab0b02263ea772a1e9095cd9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-18T10:29:16.064 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:29:15 smithi002 podman[61204]: 2024-09-18 10:29:15.774687547 +0000 UTC m=+0.505015531 container died 986364d25d9ac8a28ce720f38a99613a9d9861eaab0b02263ea772a1e9095cd9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-18T10:29:16.314 INFO:journalctl@ceph.osd.1.smithi002.stdout:Sep 18 10:29:16 smithi002 podman[61247]: 2024-09-18 10:29:16.287695627 +0000 UTC m=+0.503757161 container remove 986364d25d9ac8a28ce720f38a99613a9d9861eaab0b02263ea772a1e9095cd9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-18T10:29:16.319 DEBUG:teuthology.orchestra.run.smithi002:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.1.service' 2024-09-18T10:29:16.359 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T10:29:16.359 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-18T10:29:16.359 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-18T10:29:16.360 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.2 2024-09-18T10:29:16.661 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:29:16 smithi094 systemd[1]: Stopping Ceph osd.2 for cdb93d6e-75a7-11ef-bceb-c7b262605968... 2024-09-18T10:29:16.989 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:29:16 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-2[36087]: 2024-09-18T10:29:16.657+0000 7f0d71d85640 -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-18T10:29:16.989 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:29:16 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-2[36087]: 2024-09-18T10:29:16.657+0000 7f0d71d85640 -1 osd.2 52 *** Got signal Terminated *** 2024-09-18T10:29:16.990 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:29:16 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-2[36087]: 2024-09-18T10:29:16.657+0000 7f0d71d85640 -1 osd.2 52 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-18T10:29:22.414 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:29:22 smithi094 podman[47266]: 2024-09-18 10:29:22.15155462 +0000 UTC m=+5.598125005 container died dc188a548478d79bdb9436d504f6585960d0c9465f0485ed1cef2b2fe2b6d514 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.build-date=20240731) 2024-09-18T10:29:22.739 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:29:22 smithi094 podman[47266]: 2024-09-18 10:29:22.58290596 +0000 UTC m=+6.029476388 container cleanup dc188a548478d79bdb9436d504f6585960d0c9465f0485ed1cef2b2fe2b6d514 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6) 2024-09-18T10:29:22.739 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:29:22 smithi094 bash[47266]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-2 2024-09-18T10:29:23.185 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:29:22 smithi094 podman[47286]: 2024-09-18 10:29:22.767787588 +0000 UTC m=+0.612329052 container remove dc188a548478d79bdb9436d504f6585960d0c9465f0485ed1cef2b2fe2b6d514 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-18T10:29:23.472 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:29:23 smithi094 podman[47382]: 2024-09-18 10:29:23.185174071 +0000 UTC m=+0.110197014 container create 439f0eb0233af9fe3e88b396d4cf60d8d2d5c149f71893ee09ef0a5f9356f043 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-18T10:29:23.472 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:29:23 smithi094 podman[47382]: 2024-09-18 10:29:23.090446899 +0000 UTC m=+0.015469866 image pull f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9 2024-09-18T10:29:23.472 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:29:23 smithi094 podman[47382]: 2024-09-18 10:29:23.387872505 +0000 UTC m=+0.312895467 container init 439f0eb0233af9fe3e88b396d4cf60d8d2d5c149f71893ee09ef0a5f9356f043 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-18T10:29:23.472 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:29:23 smithi094 podman[47382]: 2024-09-18 10:29:23.39266376 +0000 UTC m=+0.317686705 container start 439f0eb0233af9fe3e88b396d4cf60d8d2d5c149f71893ee09ef0a5f9356f043 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-2-deactivate, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=) 2024-09-18T10:29:23.472 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:29:23 smithi094 podman[47382]: 2024-09-18 10:29:23.471068973 +0000 UTC m=+0.396091927 container attach 439f0eb0233af9fe3e88b396d4cf60d8d2d5c149f71893ee09ef0a5f9356f043 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, maintainer=Guillaume Abrioux ) 2024-09-18T10:29:23.739 INFO:journalctl@ceph.osd.2.smithi094.stdout:Sep 18 10:29:23 smithi094 podman[47382]: 2024-09-18 10:29:23.567977723 +0000 UTC m=+0.493000686 container died 439f0eb0233af9fe3e88b396d4cf60d8d2d5c149f71893ee09ef0a5f9356f043 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-2-deactivate, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-18T10:29:24.161 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.2.service' 2024-09-18T10:29:24.197 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T10:29:24.198 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-18T10:29:24.198 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-18T10:29:24.198 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.3 2024-09-18T10:29:24.489 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:24 smithi094 systemd[1]: Stopping Ceph osd.3 for cdb93d6e-75a7-11ef-bceb-c7b262605968... 2024-09-18T10:29:24.989 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:24 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3[41959]: 2024-09-18T10:29:24.525+0000 7fe53fae8640 -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-18T10:29:24.989 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:24 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3[41959]: 2024-09-18T10:29:24.525+0000 7fe53fae8640 -1 osd.3 52 *** Got signal Terminated *** 2024-09-18T10:29:24.989 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:24 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3[41959]: 2024-09-18T10:29:24.525+0000 7fe53fae8640 -1 osd.3 52 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-18T10:29:28.239 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:27 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3[41959]: 2024-09-18T10:29:27.825+0000 7fe53d903640 -1 osd.3 52 heartbeat_check: no reply from 172.21.15.2:6806 osd.0 since back 2024-09-18T10:29:03.790493+0000 front 2024-09-18T10:29:03.790531+0000 (oldest deadline 2024-09-18T10:29:27.290476+0000) 2024-09-18T10:29:29.239 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:28 smithi094 ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3[41959]: 2024-09-18T10:29:28.864+0000 7fe53d903640 -1 osd.3 52 heartbeat_check: no reply from 172.21.15.2:6806 osd.0 since back 2024-09-18T10:29:03.790493+0000 front 2024-09-18T10:29:03.790531+0000 (oldest deadline 2024-09-18T10:29:27.290476+0000) 2024-09-18T10:29:30.279 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:29 smithi094 podman[47509]: 2024-09-18 10:29:29.99150598 +0000 UTC m=+5.576376483 container died ae76ba3ba223197cb094a3728bfdf111427b0cbe0251d72e7a1766da37573792 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_CLEAN=True) 2024-09-18T10:29:30.672 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:30 smithi094 podman[47509]: 2024-09-18 10:29:30.461784456 +0000 UTC m=+6.046654949 container cleanup ae76ba3ba223197cb094a3728bfdf111427b0cbe0251d72e7a1766da37573792 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6) 2024-09-18T10:29:30.672 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:30 smithi094 bash[47509]: ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3 2024-09-18T10:29:30.975 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:30 smithi094 podman[47544]: 2024-09-18 10:29:30.671455614 +0000 UTC m=+0.674181859 container remove ae76ba3ba223197cb094a3728bfdf111427b0cbe0251d72e7a1766da37573792 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, 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, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-18T10:29:31.239 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:30 smithi094 podman[47640]: 2024-09-18 10:29:30.974540219 +0000 UTC m=+0.110249287 container create 76781689fdbc915cac8183d9146503a3770e68e20861fa164e0248018f93ab43 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6) 2024-09-18T10:29:31.239 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:30 smithi094 podman[47640]: 2024-09-18 10:29:30.879681472 +0000 UTC m=+0.015390495 image pull f2dfd3bedcfd8a352dfcb2d35150edfb80cae3a6389830dbb2d080962a731a96 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9 2024-09-18T10:29:31.239 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:31 smithi094 podman[47640]: 2024-09-18 10:29:31.177092794 +0000 UTC m=+0.312801827 container init 76781689fdbc915cac8183d9146503a3770e68e20861fa164e0248018f93ab43 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-18T10:29:31.240 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:31 smithi094 podman[47640]: 2024-09-18 10:29:31.181878381 +0000 UTC m=+0.317587405 container start 76781689fdbc915cac8183d9146503a3770e68e20861fa164e0248018f93ab43 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3-deactivate, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-18T10:29:31.656 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:31 smithi094 podman[47640]: 2024-09-18 10:29:31.260200084 +0000 UTC m=+0.395909119 container attach 76781689fdbc915cac8183d9146503a3770e68e20861fa164e0248018f93ab43 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-18T10:29:31.656 INFO:journalctl@ceph.osd.3.smithi094.stdout:Sep 18 10:29:31 smithi094 podman[47640]: 2024-09-18 10:29:31.356117602 +0000 UTC m=+0.491826626 container died 76781689fdbc915cac8183d9146503a3770e68e20861fa164e0248018f93ab43 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:cb120a6b46da6dc9ef8e5823ee6ffcecedd484583d1744ffc3f0e661425145e9, name=ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968-osd-3-deactivate, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-bharath11-testing-2024-09-18-1115-quincy-7061ea6, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-18T10:29:31.940 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.3.service' 2024-09-18T10:29:31.977 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T10:29:31.977 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-18T10:29:31.977 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-18T10:29:31.978 DEBUG:teuthology.orchestra.run.smithi119:> sudo systemctl stop ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.4 2024-09-18T10:29:32.022 DEBUG:teuthology.orchestra.run.smithi119:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.4.service' 2024-09-18T10:29:32.098 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T10:29:32.098 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-18T10:29:32.098 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-18T10:29:32.098 DEBUG:teuthology.orchestra.run.smithi119:> sudo systemctl stop ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.5 2024-09-18T10:29:32.177 DEBUG:teuthology.orchestra.run.smithi119:> sudo pkill -f 'journalctl -f -n 0 -u ceph-cdb93d6e-75a7-11ef-bceb-c7b262605968@osd.5.service' 2024-09-18T10:29:32.251 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-18T10:29:32.251 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-18T10:29:32.251 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-18T10:29:33.696 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-18T10:29:35.083 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-18T10:29:35.746 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T10:29:35.780 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T10:29:35.808 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-18T10:29:35.835 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-18T10:29:35.837 DEBUG:teuthology.misc:Transferring archived files from smithi002:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7910862/remote/smithi002/crash 2024-09-18T10:29:35.837 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/crash -- . 2024-09-18T10:29:35.887 INFO:teuthology.orchestra.run.smithi002.stderr:tar: /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-18T10:29:35.888 INFO:teuthology.orchestra.run.smithi002.stderr:tar: Error is not recoverable: exiting now 2024-09-18T10:29:35.889 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7910862/remote/smithi094/crash 2024-09-18T10:29:35.890 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/crash -- . 2024-09-18T10:29:35.933 INFO:teuthology.orchestra.run.smithi094.stderr:tar: /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-18T10:29:35.934 INFO:teuthology.orchestra.run.smithi094.stderr:tar: Error is not recoverable: exiting now 2024-09-18T10:29:35.935 DEBUG:teuthology.misc:Transferring archived files from smithi119:/var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7910862/remote/smithi119/crash 2024-09-18T10:29:35.936 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/crash -- . 2024-09-18T10:29:35.970 INFO:teuthology.orchestra.run.smithi119.stderr:tar: /var/lib/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-18T10:29:35.971 INFO:teuthology.orchestra.run.smithi119.stderr:tar: Error is not recoverable: exiting now 2024-09-18T10:29:35.972 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-18T10:29:35.972 DEBUG:teuthology.orchestra.run.smithi002:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph.log | 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' | head -n 1 2024-09-18T10:29:36.004 INFO:teuthology.orchestra.run.smithi002.stderr:grep: /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph.log: No such file or directory 2024-09-18T10:29:36.006 INFO:tasks.cephadm:Compressing logs... 2024-09-18T10:29:36.006 DEBUG:teuthology.orchestra.run.smithi002:> 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-18T10:29:36.049 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T10:29:36.051 DEBUG:teuthology.orchestra.run.smithi119:> 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-18T10:29:36.074 INFO:teuthology.orchestra.run.smithi002.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-18T10:29:36.074 INFO:teuthology.orchestra.run.smithi002.stderr:: No such file or directory 2024-09-18T10:29:36.080 INFO:teuthology.orchestra.run.smithi119.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-18T10:29:36.080 INFO:teuthology.orchestra.run.smithi119.stderr:gzip -5 --verbose -- /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-18T10:29:36.080 INFO:teuthology.orchestra.run.smithi119.stderr:gzip -5 --verbose -- /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.4.log 2024-09-18T10:29:36.080 INFO:teuthology.orchestra.run.smithi119.stderr:gzip -5 --verbose -- /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-18T10:29:36.080 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.5.log 2024-09-18T10:29:36.080 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-18T10:29:36.080 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.5.log: /var/log/ceph/cephadm.log: 90.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-18T10:29:36.080 INFO:teuthology.orchestra.run.smithi002.stderr:gzip -5 --verbose -- /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-18T10:29:36.080 INFO:teuthology.orchestra.run.smithi002.stderr:gzip -5 --verbose/var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.0.log: -- /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-mgr.a.log 2024-09-18T10:29:36.080 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-18T10:29:36.081 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-18T10:29:36.081 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-18T10:29:36.081 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-mon.a.log: /var/log/ceph/cephadm.log: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-18T10:29:36.082 INFO:teuthology.orchestra.run.smithi094.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-18T10:29:36.082 INFO:teuthology.orchestra.run.smithi094.stderr:: No such file or directory 2024-09-18T10:29:36.082 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-mgr.b.log 2024-09-18T10:29:36.082 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-18T10:29:36.082 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-18T10:29:36.082 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.3.log 2024-09-18T10:29:36.082 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-18T10:29:36.083 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-mon.b.log: /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.3.log: /var/log/ceph/cephadm.log: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-18T10:29:36.083 INFO:teuthology.orchestra.run.smithi094.stderr: 91.0% -- replaced with /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-mgr.b.log.gz 2024-09-18T10:29:36.083 INFO:teuthology.orchestra.run.smithi094.stderr: 91.2% -- replaced with /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-18T10:29:36.083 INFO:teuthology.orchestra.run.smithi119.stderr: 91.3% -- replaced with /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-18T10:29:36.084 INFO:teuthology.orchestra.run.smithi002.stderr: 91.3% -- replaced with /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-18T10:29:36.102 INFO:teuthology.orchestra.run.smithi119.stderr: 92.8% -- replaced with /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.4.log.gz 2024-09-18T10:29:36.104 INFO:teuthology.orchestra.run.smithi119.stderr: 92.7% -- replaced with /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.5.log.gz 2024-09-18T10:29:36.108 INFO:teuthology.orchestra.run.smithi002.stderr: 93.1% -- replaced with /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-18T10:29:36.113 INFO:teuthology.orchestra.run.smithi002.stderr: 92.8% -- replaced with /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-18T10:29:36.118 INFO:teuthology.orchestra.run.smithi094.stderr: 93.0% -- replaced with /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.3.log.gz 2024-09-18T10:29:36.119 INFO:teuthology.orchestra.run.smithi119.stderr: 92.4% -- replaced with /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-18T10:29:36.121 INFO:teuthology.orchestra.run.smithi119.stderr: 2024-09-18T10:29:36.121 INFO:teuthology.orchestra.run.smithi119.stderr:real 0m0.056s 2024-09-18T10:29:36.121 INFO:teuthology.orchestra.run.smithi119.stderr:user 0m0.114s 2024-09-18T10:29:36.121 INFO:teuthology.orchestra.run.smithi119.stderr:sys 0m0.013s 2024-09-18T10:29:36.132 INFO:teuthology.orchestra.run.smithi094.stderr: 93.2% -- replaced with /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-18T10:29:36.134 INFO:teuthology.orchestra.run.smithi094.stderr: 92.3% -- replaced with /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-18T10:29:36.136 INFO:teuthology.orchestra.run.smithi094.stderr: 2024-09-18T10:29:36.136 INFO:teuthology.orchestra.run.smithi094.stderr:real 0m0.072s 2024-09-18T10:29:36.136 INFO:teuthology.orchestra.run.smithi094.stderr:user 0m0.168s 2024-09-18T10:29:36.137 INFO:teuthology.orchestra.run.smithi094.stderr:sys 0m0.022s 2024-09-18T10:29:36.137 INFO:teuthology.orchestra.run.smithi002.stderr: 89.4% -- replaced with /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-mgr.a.log.gz 2024-09-18T10:29:36.280 INFO:teuthology.orchestra.run.smithi002.stderr: 91.0% -- replaced with /var/log/ceph/cdb93d6e-75a7-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-18T10:29:36.281 INFO:teuthology.orchestra.run.smithi002.stderr: 2024-09-18T10:29:36.281 INFO:teuthology.orchestra.run.smithi002.stderr:real 0m0.218s 2024-09-18T10:29:36.282 INFO:teuthology.orchestra.run.smithi002.stderr:user 0m0.352s 2024-09-18T10:29:36.282 INFO:teuthology.orchestra.run.smithi002.stderr:sys 0m0.021s 2024-09-18T10:29:36.282 INFO:tasks.cephadm:Archiving logs... 2024-09-18T10:29:36.282 DEBUG:teuthology.misc:Transferring archived files from smithi002:/var/log/ceph to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7910862/remote/smithi002/log 2024-09-18T10:29:36.283 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-18T10:29:36.419 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/log/ceph to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7910862/remote/smithi094/log 2024-09-18T10:29:36.420 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-18T10:29:36.477 DEBUG:teuthology.misc:Transferring archived files from smithi119:/var/log/ceph to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7910862/remote/smithi119/log 2024-09-18T10:29:36.478 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-18T10:29:36.521 INFO:tasks.cephadm:Removing cluster... 2024-09-18T10:29:36.522 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 --force 2024-09-18T10:29:36.994 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 --force 2024-09-18T10:29:37.461 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid cdb93d6e-75a7-11ef-bceb-c7b262605968 --force 2024-09-18T10:29:37.926 INFO:tasks.cephadm:Removing cephadm ... 2024-09-18T10:29:37.926 DEBUG:teuthology.orchestra.run.smithi002:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-18T10:29:37.946 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-18T10:29:37.964 DEBUG:teuthology.orchestra.run.smithi119:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-18T10:29:37.980 INFO:tasks.cephadm:Teardown complete 2024-09-18T10:29:37.980 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-18T10:29:37.992 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-18T10:29:37.992 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-18T10:29:37.996 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-18T10:29:38.009 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-18T10:29:38.118 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-18T10:29:38.126 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-18T10:29:38.126 DEBUG:teuthology.orchestra.run.smithi002:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-18T10:29:38.129 DEBUG:teuthology.orchestra.run.smithi094:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-18T10:29:38.132 DEBUG:teuthology.orchestra.run.smithi119:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-18T10:29:38.145 INFO:teuthology.orchestra.run.smithi002.stderr:bash: line 1: ntpq: command not found 2024-09-18T10:29:38.146 INFO:teuthology.orchestra.run.smithi094.stderr:bash: line 1: ntpq: command not found 2024-09-18T10:29:38.147 INFO:teuthology.orchestra.run.smithi119.stderr:bash: line 1: ntpq: command not found 2024-09-18T10:29:38.149 INFO:teuthology.orchestra.run.smithi002.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-18T10:29:38.150 INFO:teuthology.orchestra.run.smithi002.stdout:=============================================================================== 2024-09-18T10:29:38.150 INFO:teuthology.orchestra.run.smithi002.stdout:^* hv01.front.sepia.ceph.com 3 6 377 31 -295us[ -295us] +/- 43ms 2024-09-18T10:29:38.150 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 31 +1234us[+1234us] +/- 56ms 2024-09-18T10:29:38.150 INFO:teuthology.orchestra.run.smithi002.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 31 -1179us[-1179us] +/- 82ms 2024-09-18T10:29:38.150 INFO:teuthology.orchestra.run.smithi002.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T10:29:38.152 INFO:teuthology.orchestra.run.smithi119.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-18T10:29:38.152 INFO:teuthology.orchestra.run.smithi119.stdout:=============================================================================== 2024-09-18T10:29:38.152 INFO:teuthology.orchestra.run.smithi119.stdout:^* hv01.front.sepia.ceph.com 3 6 377 28 -307us[ -295us] +/- 43ms 2024-09-18T10:29:38.153 INFO:teuthology.orchestra.run.smithi119.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 29 +1222us[+1235us] +/- 56ms 2024-09-18T10:29:38.153 INFO:teuthology.orchestra.run.smithi119.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 29 -1196us[-1184us] +/- 82ms 2024-09-18T10:29:38.153 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T10:29:38.153 INFO:teuthology.orchestra.run.smithi094.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-18T10:29:38.153 INFO:teuthology.orchestra.run.smithi094.stdout:=============================================================================== 2024-09-18T10:29:38.153 INFO:teuthology.orchestra.run.smithi094.stdout:^* hv01.front.sepia.ceph.com 3 6 377 29 -287us[ -292us] +/- 43ms 2024-09-18T10:29:38.153 INFO:teuthology.orchestra.run.smithi094.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 30 +1244us[+1239us] +/- 56ms 2024-09-18T10:29:38.153 INFO:teuthology.orchestra.run.smithi094.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 30 -1172us[-1177us] +/- 82ms 2024-09-18T10:29:38.153 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-18T10:29:38.153 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-18T10:29:38.166 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-18T10:29:38.167 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-18T10:29:38.180 DEBUG:teuthology.orchestra.run.smithi002:> 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-18T10:29:38.273 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T10:29:38.345 DEBUG:teuthology.orchestra.run.smithi119:> 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-18T10:29:38.412 DEBUG:teuthology.orchestra.run.smithi002:> 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 2024-09-18T10:29:38.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T10:29:38.443 DEBUG:teuthology.orchestra.run.smithi094:> 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 2024-09-18T10:29:38.473 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T10:29:38.473 DEBUG:teuthology.orchestra.run.smithi119:> 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 2024-09-18T10:29:38.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T10:29:38.502 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-18T10:29:38.515 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-18T10:29:38.530 INFO:teuthology.task.internal:Duration was 849.765108 seconds 2024-09-18T10:29:38.531 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-18T10:29:38.593 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-18T10:29:38.594 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-18T10:29:38.597 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-18T10:29:38.599 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-18T10:29:38.637 INFO:teuthology.orchestra.run.smithi002.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-18T10:29:38.638 INFO:teuthology.orchestra.run.smithi119.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-18T10:29:38.638 INFO:teuthology.orchestra.run.smithi094.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-18T10:29:39.012 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-18T10:29:39.012 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi002.front.sepia.ceph.com 2024-09-18T10:29:39.013 DEBUG:teuthology.orchestra.run.smithi002:> 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-18T10:29:39.038 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi094.front.sepia.ceph.com 2024-09-18T10:29:39.039 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T10:29:39.078 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi119.front.sepia.ceph.com 2024-09-18T10:29:39.078 DEBUG:teuthology.orchestra.run.smithi119:> 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-18T10:29:39.106 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-18T10:29:39.106 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-18T10:29:39.109 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-18T10:29:39.121 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-18T10:29:39.172 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-18T10:29:39.172 DEBUG:teuthology.orchestra.run.smithi002:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-18T10:29:39.182 DEBUG:teuthology.orchestra.run.smithi094:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-18T10:29:39.188 DEBUG:teuthology.orchestra.run.smithi119:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-18T10:29:39.374 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-18T10:29:39.383 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-18T10:29:39.383 DEBUG:teuthology.orchestra.run.smithi002:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-18T10:29:39.412 DEBUG:teuthology.orchestra.run.smithi094:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-18T10:29:39.437 DEBUG:teuthology.orchestra.run.smithi119:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-18T10:29:39.462 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-18T10:29:39.471 DEBUG:teuthology.orchestra.run.smithi002:> 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-18T10:29:39.474 DEBUG:teuthology.orchestra.run.smithi094:> 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-18T10:29:39.479 DEBUG:teuthology.orchestra.run.smithi119:> 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-18T10:29:39.495 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = core 2024-09-18T10:29:39.501 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = core 2024-09-18T10:29:39.525 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = core 2024-09-18T10:29:39.567 DEBUG:teuthology.orchestra.run.smithi002:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-18T10:29:39.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T10:29:39.598 DEBUG:teuthology.orchestra.run.smithi094:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-18T10:29:39.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T10:29:39.616 DEBUG:teuthology.orchestra.run.smithi119:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-18T10:29:39.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-18T10:29:39.631 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-18T10:29:39.640 INFO:teuthology.task.internal:Transferring archived files... 2024-09-18T10:29:39.641 DEBUG:teuthology.misc:Transferring archived files from smithi002:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7910862/remote/smithi002 2024-09-18T10:29:39.641 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-18T10:29:39.679 DEBUG:teuthology.misc:Transferring archived files from smithi094:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7910862/remote/smithi094 2024-09-18T10:29:39.679 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-18T10:29:39.713 DEBUG:teuthology.misc:Transferring archived files from smithi119:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/skanta-2024-09-18_09:13:00-rados-wip-bharath11-testing-2024-09-18-1115-quincy-distro-default-smithi/7910862/remote/smithi119 2024-09-18T10:29:39.714 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-18T10:29:39.750 INFO:teuthology.task.internal:Removing archive directory... 2024-09-18T10:29:39.750 DEBUG:teuthology.orchestra.run.smithi002:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-18T10:29:39.752 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-18T10:29:39.754 DEBUG:teuthology.orchestra.run.smithi119:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-18T10:29:39.800 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-18T10:29:39.819 INFO:teuthology.task.internal:Not uploading archives. 2024-09-18T10:29:39.819 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-18T10:29:39.831 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-18T10:29:39.831 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-18T10:29:39.834 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-18T10:29:39.837 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-18T10:29:39.847 INFO:teuthology.orchestra.run.smithi002.stdout: 266064 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 18 10:29 /home/ubuntu/cephtest 2024-09-18T10:29:39.849 INFO:teuthology.orchestra.run.smithi094.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 18 10:29 /home/ubuntu/cephtest 2024-09-18T10:29:39.854 INFO:teuthology.orchestra.run.smithi119.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 18 10:29 /home/ubuntu/cephtest 2024-09-18T10:29:39.856 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-18T10:29:39.868 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-18T10:29:39.891 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_host_drain} duration: 849.7651078701019 flavor: default owner: scheduled_skanta@teuthology success: true 2024-09-18T10:29:39.891 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-18T10:29:39.971 INFO:teuthology.run:pass