2024-04-22T22:57:44.177 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T22:57:44.177 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} --owner scheduled_adking@teuthology --verbose --name adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169 -- /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169/orig.config.yaml 2024-04-22T22:57:44.208 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:57:44.286 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169 branch: wip-adk-testing-2024-04-22-1618 description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} email: adking@redhat.com first_in_suite: false job_id: '7669169' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-04-22-1618 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_HOST - CEPHADM_STRAY_DAEMON log-only-match: - CEPHADM_ sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-04-22-1618 sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/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: 6551 sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-22-1618 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 targets: smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDmR+MpNTKWEJnJ778EnkHuuYDosVORnShtxv/HC7jeAQ03K5TH0yjRFx4OagjwqbFiyQnTBkVvLsxH+FF0pJS8= smithi094.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMA9fTc1WTEFHNfJIfBoOXXA/7ovZetfiNyO5sK0+QpcqQyvBwCHgh21InbAJz1zcwKwsivoTZRm+QscI+WCth4= smithi189.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO6x6ukxTcbu29qv+WR722tirUL4dnCZPCvaiw1zbeERd86atyCNyYq35djfnkD7JdByoRbriXZWOTAxGNOpV7I= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_22:45:33 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T22:57:44.286 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa; will attempt to use it 2024-04-22T22:57:44.287 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks 2024-04-22T22:57:44.287 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T22:57:44.288 INFO:teuthology.task.internal:Checking packages... 2024-04-22T22:57:44.311 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '43be020184947e53516056c9931e1ac5bdbbb1a5' 2024-04-22T22:57:44.311 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T22:57:44.311 INFO:teuthology.packaging:ref: None 2024-04-22T22:57:44.311 INFO:teuthology.packaging:tag: None 2024-04-22T22:57:44.311 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-22-1618 2024-04-22T22:57:44.311 INFO:teuthology.packaging:sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T22:57:44.311 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-04-22-1618 2024-04-22T22:57:44.524 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3252.g43be0201 2024-04-22T22:57:44.526 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T22:57:44.533 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T22:57:44.533 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T22:57:44.553 INFO:teuthology.task.internal:Saving configuration 2024-04-22T22:57:44.567 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T22:57:44.573 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:57:44.597 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:52:37.819698', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDmR+MpNTKWEJnJ778EnkHuuYDosVORnShtxv/HC7jeAQ03K5TH0yjRFx4OagjwqbFiyQnTBkVvLsxH+FF0pJS8='} 2024-04-22T22:57:44.620 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:52:37.822947', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMA9fTc1WTEFHNfJIfBoOXXA/7ovZetfiNyO5sK0+QpcqQyvBwCHgh21InbAJz1zcwKwsivoTZRm+QscI+WCth4='} 2024-04-22T22:57:44.644 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi189.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:52:37.821428', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO6x6ukxTcbu29qv+WR722tirUL4dnCZPCvaiw1zbeERd86atyCNyYq35djfnkD7JdByoRbriXZWOTAxGNOpV7I='} 2024-04-22T22:57:44.644 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T22:57:44.650 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-04-22T22:57:44.650 INFO:teuthology.task.internal:roles: ubuntu@smithi094.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-04-22T22:57:44.651 INFO:teuthology.task.internal:roles: ubuntu@smithi189.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-04-22T22:57:44.651 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T22:57:44.741 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0de220bf70>, signals=[15]) 2024-04-22T22:57:44.742 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T22:57:44.748 INFO:teuthology.task.internal:Opening connections... 2024-04-22T22:57:44.748 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2024-04-22T22:57:44.750 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:57:44.824 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi094.front.sepia.ceph.com 2024-04-22T22:57:44.825 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:57:44.899 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi189.front.sepia.ceph.com 2024-04-22T22:57:44.899 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:57:44.971 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T22:57:44.979 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2024-04-22T22:57:44.997 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2024-04-22T22:57:44.998 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2024-04-22T22:57:45.055 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="CentOS Stream" 2024-04-22T22:57:45.055 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="9" 2024-04-22T22:57:45.055 INFO:teuthology.orchestra.run.smithi045.stdout:ID="centos" 2024-04-22T22:57:45.056 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:57:45.056 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="9" 2024-04-22T22:57:45.056 INFO:teuthology.orchestra.run.smithi045.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:57:45.056 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:57:45.056 INFO:teuthology.orchestra.run.smithi045.stdout:ANSI_COLOR="0;31" 2024-04-22T22:57:45.056 INFO:teuthology.orchestra.run.smithi045.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:57:45.056 INFO:teuthology.orchestra.run.smithi045.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:57:45.056 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:57:45.056 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:57:45.056 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:57:45.056 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:57:45.057 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2024-04-22T22:57:45.081 DEBUG:teuthology.orchestra.run.smithi094:> uname -m 2024-04-22T22:57:45.099 INFO:teuthology.orchestra.run.smithi094.stdout:x86_64 2024-04-22T22:57:45.099 DEBUG:teuthology.orchestra.run.smithi094:> cat /etc/os-release 2024-04-22T22:57:45.156 INFO:teuthology.orchestra.run.smithi094.stdout:NAME="CentOS Stream" 2024-04-22T22:57:45.156 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION="9" 2024-04-22T22:57:45.156 INFO:teuthology.orchestra.run.smithi094.stdout:ID="centos" 2024-04-22T22:57:45.156 INFO:teuthology.orchestra.run.smithi094.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:57:45.156 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_ID="9" 2024-04-22T22:57:45.157 INFO:teuthology.orchestra.run.smithi094.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:57:45.157 INFO:teuthology.orchestra.run.smithi094.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:57:45.157 INFO:teuthology.orchestra.run.smithi094.stdout:ANSI_COLOR="0;31" 2024-04-22T22:57:45.157 INFO:teuthology.orchestra.run.smithi094.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:57:45.157 INFO:teuthology.orchestra.run.smithi094.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:57:45.157 INFO:teuthology.orchestra.run.smithi094.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:57:45.157 INFO:teuthology.orchestra.run.smithi094.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:57:45.157 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:57:45.157 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:57:45.157 INFO:teuthology.lock.ops:Updating smithi094.front.sepia.ceph.com on lock server 2024-04-22T22:57:45.181 DEBUG:teuthology.orchestra.run.smithi189:> uname -m 2024-04-22T22:57:45.198 INFO:teuthology.orchestra.run.smithi189.stdout:x86_64 2024-04-22T22:57:45.198 DEBUG:teuthology.orchestra.run.smithi189:> cat /etc/os-release 2024-04-22T22:57:45.256 INFO:teuthology.orchestra.run.smithi189.stdout:NAME="CentOS Stream" 2024-04-22T22:57:45.256 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION="9" 2024-04-22T22:57:45.256 INFO:teuthology.orchestra.run.smithi189.stdout:ID="centos" 2024-04-22T22:57:45.256 INFO:teuthology.orchestra.run.smithi189.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:57:45.256 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION_ID="9" 2024-04-22T22:57:45.256 INFO:teuthology.orchestra.run.smithi189.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:57:45.256 INFO:teuthology.orchestra.run.smithi189.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:57:45.256 INFO:teuthology.orchestra.run.smithi189.stdout:ANSI_COLOR="0;31" 2024-04-22T22:57:45.256 INFO:teuthology.orchestra.run.smithi189.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:57:45.256 INFO:teuthology.orchestra.run.smithi189.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:57:45.256 INFO:teuthology.orchestra.run.smithi189.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:57:45.256 INFO:teuthology.orchestra.run.smithi189.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:57:45.257 INFO:teuthology.orchestra.run.smithi189.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:57:45.257 INFO:teuthology.orchestra.run.smithi189.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:57:45.257 INFO:teuthology.lock.ops:Updating smithi189.front.sepia.ceph.com on lock server 2024-04-22T22:57:45.280 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T22:57:45.290 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T22:57:45.295 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T22:57:45.295 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:57:45.298 DEBUG:teuthology.orchestra.run.smithi094:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:57:45.300 DEBUG:teuthology.orchestra.run.smithi189:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:57:45.316 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T22:57:45.322 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T22:57:45.322 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:57:45.356 DEBUG:teuthology.orchestra.run.smithi094:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:57:45.358 DEBUG:teuthology.orchestra.run.smithi189:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:57:45.466 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T22:57:45.541 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T22:57:45.556 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T22:57:45.556 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T22:57:45.556 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:57:45.556 DEBUG:teuthology.orchestra.run.smithi094:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:57:45.557 DEBUG:teuthology.orchestra.run.smithi189:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:57:45.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:57:45.573 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-04-22T22:57:45.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:57:45.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:57:45.575 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-04-22T22:57:45.576 DEBUG:teuthology.orchestra.run.smithi189:> uname -r 2024-04-22T22:57:45.631 INFO:teuthology.orchestra.run.smithi094.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:57:45.631 INFO:teuthology.task.kernel:Running kernel on smithi094: 5.14.0-437.el9.x86_64 2024-04-22T22:57:45.631 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum install -y kernel 2024-04-22T22:57:45.633 INFO:teuthology.orchestra.run.smithi189.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:57:45.633 INFO:teuthology.task.kernel:Running kernel on smithi189: 5.14.0-437.el9.x86_64 2024-04-22T22:57:45.633 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum install -y kernel 2024-04-22T22:57:45.634 INFO:teuthology.orchestra.run.smithi045.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:57:45.634 INFO:teuthology.task.kernel:Running kernel on smithi045: 5.14.0-437.el9.x86_64 2024-04-22T22:57:45.634 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum install -y kernel 2024-04-22T22:57:47.840 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-04-22T22:57:49.189 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.0 MB 00:01 2024-04-22T22:57:49.885 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - AppStream 19 MB/s | 19 MB 00:00 2024-04-22T22:57:51.243 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - AppStream 20 MB/s | 19 MB 00:00 2024-04-22T22:57:56.124 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - BaseOS 921 kB/s | 8.0 MB 00:08 2024-04-22T22:57:56.617 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - CRB 2.0 MB/s | 6.2 MB 00:03 2024-04-22T22:57:58.477 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - Extras packages 32 kB/s | 16 kB 00:00 2024-04-22T22:57:59.611 INFO:teuthology.orchestra.run.smithi094.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:01 2024-04-22T22:58:00.458 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - AppStream 5.8 MB/s | 19 MB 00:03 2024-04-22T22:58:02.690 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - CRB 816 kB/s | 6.2 MB 00:07 2024-04-22T22:58:04.198 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - Extras packages 51 kB/s | 16 kB 00:00 2024-04-22T22:58:04.603 INFO:teuthology.orchestra.run.smithi094.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-22T22:58:04.758 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - CRB 9.4 MB/s | 6.2 MB 00:00 2024-04-22T22:58:05.578 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-22T22:58:06.451 INFO:teuthology.orchestra.run.smithi094.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:58:06.451 INFO:teuthology.orchestra.run.smithi094.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:58:06.535 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:58:06.536 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:58:06.536 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:58:06.608 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - Extras packages 32 kB/s | 16 kB 00:00 2024-04-22T22:58:06.648 DEBUG:teuthology.orchestra.run.smithi094:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:58:07.144 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:58:04 PM UTC. 2024-04-22T22:58:07.262 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:58:07.278 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:58:07.278 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-04-22T22:58:07.278 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:58:07.278 INFO:teuthology.orchestra.run.smithi094.stdout:Reinstalling: 2024-04-22T22:58:07.278 INFO:teuthology.orchestra.run.smithi094.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:58:07.278 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:58:07.278 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:58:07.278 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:58:07.278 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:58:07.278 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 255 k 2024-04-22T22:58:07.278 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 0 2024-04-22T22:58:07.279 INFO:teuthology.orchestra.run.smithi094.stderr:Operation aborted. 2024-04-22T22:58:07.339 INFO:teuthology.orchestra.run.smithi094.stdout:Is this ok [y/N]: 2024-04-22T22:58:07.339 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum reinstall -y kernel || true 2024-04-22T22:58:07.834 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:58:04 PM UTC. 2024-04-22T22:58:07.950 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:58:07.950 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:58:07.950 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-04-22T22:58:07.951 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:58:07.951 INFO:teuthology.orchestra.run.smithi094.stdout:Reinstalling: 2024-04-22T22:58:07.951 INFO:teuthology.orchestra.run.smithi094.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:58:07.951 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:58:07.951 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:58:07.951 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:58:07.951 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:58:07.951 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 255 k 2024-04-22T22:58:07.951 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 0 2024-04-22T22:58:07.952 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:58:08.231 INFO:teuthology.orchestra.run.smithi094.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.6 MB/s | 255 kB 00:00 2024-04-22T22:58:08.231 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:58:08.231 INFO:teuthology.orchestra.run.smithi094.stdout:Total 911 kB/s | 255 kB 00:00 2024-04-22T22:58:08.250 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:58:08.418 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:58:08.419 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:58:08.424 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:58:08.424 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:58:08.553 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:58:08.554 INFO:teuthology.orchestra.run.smithi189.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-22T22:58:08.632 INFO:teuthology.orchestra.run.smithi094.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:58:08.632 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:58:09.343 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:58:09.343 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:58:10.059 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:58:10.060 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:58:10.060 INFO:teuthology.orchestra.run.smithi094.stdout:Reinstalled: 2024-04-22T22:58:10.060 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:58:10.060 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:58:10.060 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:58:10.243 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:58:10.289 INFO:teuthology.orchestra.run.smithi094.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:58:10.290 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:58:10.290 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:58:10.290 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T22:58:10.290 DEBUG:teuthology.orchestra.run.smithi094:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:58:10.322 INFO:teuthology.orchestra.run.smithi094.stdout:ttyS1 2024-04-22T22:58:10.342 DEBUG:teuthology.parallel:result is None 2024-04-22T22:58:10.849 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-04-22T22:58:12.797 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:58:12.798 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:58:12.892 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T22:58:12.894 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-04-22T22:58:12.894 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T22:58:13.000 DEBUG:teuthology.orchestra.run.smithi045:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:58:13.521 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:58:10 PM UTC. 2024-04-22T22:58:13.618 INFO:teuthology.orchestra.run.smithi189.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-22T22:58:13.653 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T22:58:13.658 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T22:58:13.658 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-04-22T22:58:13.658 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T22:58:13.658 INFO:teuthology.orchestra.run.smithi045.stdout:Reinstalling: 2024-04-22T22:58:13.658 INFO:teuthology.orchestra.run.smithi045.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:58:13.658 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T22:58:13.658 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T22:58:13.658 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T22:58:13.658 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T22:58:13.659 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 255 k 2024-04-22T22:58:13.659 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 0 2024-04-22T22:58:13.659 INFO:teuthology.orchestra.run.smithi045.stderr:Operation aborted. 2024-04-22T22:58:13.723 INFO:teuthology.orchestra.run.smithi045.stdout:Is this ok [y/N]: 2024-04-22T22:58:13.723 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum reinstall -y kernel || true 2024-04-22T22:58:14.238 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 10:58:10 PM UTC. 2024-04-22T22:58:14.358 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T22:58:14.359 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T22:58:14.359 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-04-22T22:58:14.360 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T22:58:14.360 INFO:teuthology.orchestra.run.smithi045.stdout:Reinstalling: 2024-04-22T22:58:14.360 INFO:teuthology.orchestra.run.smithi045.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:58:14.360 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T22:58:14.360 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T22:58:14.360 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T22:58:14.360 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T22:58:14.360 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 255 k 2024-04-22T22:58:14.360 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 0 2024-04-22T22:58:14.360 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T22:58:14.776 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.7 MB/s | 255 kB 00:00 2024-04-22T22:58:14.777 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:58:14.777 INFO:teuthology.orchestra.run.smithi045.stdout:Total 612 kB/s | 255 kB 00:00 2024-04-22T22:58:14.793 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T22:58:14.961 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T22:58:14.961 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T22:58:14.967 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T22:58:14.967 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T22:58:15.099 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T22:58:15.177 INFO:teuthology.orchestra.run.smithi045.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:58:15.178 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:58:15.441 INFO:teuthology.orchestra.run.smithi189.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:58:15.441 INFO:teuthology.orchestra.run.smithi189.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:58:15.521 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:58:15.523 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:58:15.523 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:58:15.632 DEBUG:teuthology.orchestra.run.smithi189:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:58:15.835 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:58:15.835 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:58:16.135 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:58:13 PM UTC. 2024-04-22T22:58:16.258 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:58:16.272 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:58:16.272 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-04-22T22:58:16.272 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:58:16.272 INFO:teuthology.orchestra.run.smithi189.stdout:Reinstalling: 2024-04-22T22:58:16.272 INFO:teuthology.orchestra.run.smithi189.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:58:16.272 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:58:16.272 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:58:16.273 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:58:16.273 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:58:16.273 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 255 k 2024-04-22T22:58:16.273 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 0 2024-04-22T22:58:16.273 INFO:teuthology.orchestra.run.smithi189.stderr:Operation aborted. 2024-04-22T22:58:16.338 INFO:teuthology.orchestra.run.smithi189.stdout:Is this ok [y/N]: 2024-04-22T22:58:16.338 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum reinstall -y kernel || true 2024-04-22T22:58:16.559 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:58:16.559 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T22:58:16.559 INFO:teuthology.orchestra.run.smithi045.stdout:Reinstalled: 2024-04-22T22:58:16.559 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:58:16.559 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T22:58:16.559 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T22:58:16.721 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:58:16.769 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:58:16.769 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:58:16.769 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:58:16.769 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T22:58:16.769 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:58:16.801 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2024-04-22T22:58:16.827 DEBUG:teuthology.parallel:result is None 2024-04-22T22:58:16.833 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:58:13 PM UTC. 2024-04-22T22:58:16.950 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:58:16.950 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:58:16.951 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-04-22T22:58:16.951 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:58:16.951 INFO:teuthology.orchestra.run.smithi189.stdout:Reinstalling: 2024-04-22T22:58:16.951 INFO:teuthology.orchestra.run.smithi189.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:58:16.951 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:58:16.951 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:58:16.951 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:58:16.951 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:58:16.951 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 255 k 2024-04-22T22:58:16.951 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 0 2024-04-22T22:58:16.951 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:58:17.370 INFO:teuthology.orchestra.run.smithi189.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.7 MB/s | 255 kB 00:00 2024-04-22T22:58:17.370 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:58:17.371 INFO:teuthology.orchestra.run.smithi189.stdout:Total 608 kB/s | 255 kB 00:00 2024-04-22T22:58:17.392 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:58:17.572 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:58:17.573 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:58:17.578 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:58:17.578 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:58:17.726 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:58:17.788 INFO:teuthology.orchestra.run.smithi189.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:58:17.788 INFO:teuthology.orchestra.run.smithi189.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:58:18.534 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:58:18.535 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:58:19.214 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:58:19.214 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:58:19.214 INFO:teuthology.orchestra.run.smithi189.stdout:Reinstalled: 2024-04-22T22:58:19.214 INFO:teuthology.orchestra.run.smithi189.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:58:19.214 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:58:19.214 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:58:19.389 DEBUG:teuthology.orchestra.run.smithi189:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:58:19.436 INFO:teuthology.orchestra.run.smithi189.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:58:19.436 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:58:19.437 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:58:19.437 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-22T22:58:19.437 DEBUG:teuthology.orchestra.run.smithi189:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:58:19.469 INFO:teuthology.orchestra.run.smithi189.stdout:ttyS1 2024-04-22T22:58:19.492 DEBUG:teuthology.parallel:result is None 2024-04-22T22:58:19.493 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T22:58:19.499 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T22:58:19.499 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:58:19.502 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:58:19.504 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:58:19.547 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T22:58:19.552 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T22:58:19.558 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T22:58:19.559 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:58:19.561 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:58:19.565 DEBUG:teuthology.orchestra.run.smithi189:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:58:19.617 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T22:58:19.624 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T22:58:19.624 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T22:58:19.629 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-04-22T22:58:19.632 DEBUG:teuthology.orchestra.run.smithi189:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T22:58:19.662 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:58:19.671 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:58:19.673 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:58:19.681 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:58:19.682 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:58:19.690 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:58:19.692 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T22:58:19.699 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T22:58:19.699 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:58:19.717 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-04-22T22:58:19.726 DEBUG:teuthology.orchestra.run.smithi189:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:58:19.756 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T22:58:19.765 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T22:58:19.765 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:58:19.786 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:58:19.794 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:58:19.810 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:58:19.884 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:58:19.929 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:58:20.013 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:58:20.055 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-22T22:58:20.055 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:58:20.122 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:58:20.166 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:58:20.217 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:58:20.301 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:58:20.343 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T22:58:20.343 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:58:20.408 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:58:20.451 DEBUG:teuthology.orchestra.run.smithi189:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:58:20.495 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:58:20.577 DEBUG:teuthology.orchestra.run.smithi189:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:58:20.617 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T22:58:20.617 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:58:20.681 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2024-04-22T22:58:20.684 DEBUG:teuthology.orchestra.run.smithi094:> sudo service rsyslog restart 2024-04-22T22:58:20.686 DEBUG:teuthology.orchestra.run.smithi189:> sudo service rsyslog restart 2024-04-22T22:58:20.720 INFO:teuthology.orchestra.run.smithi094.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:58:20.722 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:58:20.767 INFO:teuthology.orchestra.run.smithi189.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:58:21.243 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T22:58:21.251 INFO:teuthology.task.internal:Starting timer... 2024-04-22T22:58:21.251 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T22:58:21.261 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T22:58:21.270 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T22:58:21.270 DEBUG:teuthology.orchestra.run.smithi045:> sudo service auditd rotate 2024-04-22T22:58:21.319 INFO:teuthology.orchestra.run.smithi045.stdout:Rotating logs: 2024-04-22T22:58:21.321 DEBUG:teuthology.orchestra.run.smithi094:> sudo service auditd rotate 2024-04-22T22:58:21.388 INFO:teuthology.orchestra.run.smithi094.stdout:Rotating logs: 2024-04-22T22:58:21.390 DEBUG:teuthology.orchestra.run.smithi189:> sudo service auditd rotate 2024-04-22T22:58:21.448 INFO:teuthology.orchestra.run.smithi189.stdout:Rotating logs: 2024-04-22T22:58:21.449 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T22:58:21.449 DEBUG:teuthology.orchestra.run.smithi045:> /usr/sbin/getenforce 2024-04-22T22:58:21.476 INFO:teuthology.orchestra.run.smithi045.stdout:Permissive 2024-04-22T22:58:21.476 DEBUG:teuthology.orchestra.run.smithi094:> /usr/sbin/getenforce 2024-04-22T22:58:21.501 INFO:teuthology.orchestra.run.smithi094.stdout:Permissive 2024-04-22T22:58:21.501 DEBUG:teuthology.orchestra.run.smithi189:> /usr/sbin/getenforce 2024-04-22T22:58:21.523 INFO:teuthology.orchestra.run.smithi189.stdout:Permissive 2024-04-22T22:58:21.523 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi045.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi094.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi189.front.sepia.ceph.com': 'permissive'} 2024-04-22T22:58:21.523 DEBUG:teuthology.orchestra.run.smithi045:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-22T22:58:21.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:58:21.549 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-22T22:58:21.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:58:21.576 DEBUG:teuthology.orchestra.run.smithi189:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-22T22:58:21.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:58:21.599 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T22:58:21.599 DEBUG:teuthology.orchestra.run.smithi045:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:58:21.629 DEBUG:teuthology.orchestra.run.smithi094:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:58:21.654 DEBUG:teuthology.orchestra.run.smithi189:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:58:21.677 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T22:58:21.687 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T22:58:21.705 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-22T22:58:21.706 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi045.front.sepia.ceph.com,smithi094.front.sepia.ceph.com,smithi189.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T23:02:05.720 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi045.front.sepia.ceph.com'), Remote(name='ubuntu@smithi094.front.sepia.ceph.com'), Remote(name='ubuntu@smithi189.front.sepia.ceph.com')] 2024-04-22T23:02:05.721 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-04-22T23:02:05.722 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:02:05.799 DEBUG:teuthology.orchestra.run.smithi045:> true 2024-04-22T23:02:05.886 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-04-22T23:02:05.886 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-22T23:02:05.887 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:02:05.963 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-04-22T23:02:06.046 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-22T23:02:06.046 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-04-22T23:02:06.047 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:02:06.138 DEBUG:teuthology.orchestra.run.smithi189:> true 2024-04-22T23:02:06.223 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-04-22T23:02:06.223 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T23:02:06.233 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T23:02:06.234 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:02:06.234 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:02:06.237 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:02:06.237 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-04-22T23:02:06.239 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:02:06.239 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:02:06.266 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T23:02:06.270 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T23:02:06.276 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T23:02:06.284 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T23:02:06.296 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T23:02:06.299 INFO:teuthology.orchestra.run.smithi045.stderr:sudo: ntpd: command not found 2024-04-22T23:02:06.306 INFO:teuthology.orchestra.run.smithi094.stderr:sudo: ntpd: command not found 2024-04-22T23:02:06.309 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T23:02:06.310 INFO:teuthology.orchestra.run.smithi045.stdout:506 Cannot talk to daemon 2024-04-22T23:02:06.318 INFO:teuthology.orchestra.run.smithi094.stdout:506 Cannot talk to daemon 2024-04-22T23:02:06.324 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T23:02:06.331 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T23:02:06.332 INFO:teuthology.orchestra.run.smithi189.stderr:sudo: ntpd: command not found 2024-04-22T23:02:06.338 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T23:02:06.343 INFO:teuthology.orchestra.run.smithi189.stdout:506 Cannot talk to daemon 2024-04-22T23:02:06.346 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T23:02:06.356 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T23:02:06.369 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T23:02:06.399 INFO:teuthology.orchestra.run.smithi094.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:02:06.399 INFO:teuthology.orchestra.run.smithi045.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:02:06.402 INFO:teuthology.orchestra.run.smithi094.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:02:06.403 INFO:teuthology.orchestra.run.smithi094.stdout:=============================================================================== 2024-04-22T23:02:06.403 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:06.403 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:06.403 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:06.403 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:06.405 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:02:06.405 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2024-04-22T23:02:06.405 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:06.406 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:06.406 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:06.406 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:06.425 INFO:teuthology.orchestra.run.smithi189.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:02:06.429 INFO:teuthology.orchestra.run.smithi189.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:02:06.429 INFO:teuthology.orchestra.run.smithi189.stdout:=============================================================================== 2024-04-22T23:02:06.430 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:06.430 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:06.430 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:06.430 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:06.430 INFO:teuthology.run_tasks:Running task install... 2024-04-22T23:02:06.439 DEBUG:teuthology.task.install:project ceph 2024-04-22T23:02:06.439 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'}} 2024-04-22T23:02:06.439 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'} 2024-04-22T23:02:06.439 INFO:teuthology.task.install:Using flavor: default 2024-04-22T23:02:06.445 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-22T23:02:06.445 INFO:teuthology.task.install:extra packages: [] 2024-04-22T23:02:06.446 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': '43be020184947e53516056c9931e1ac5bdbbb1a5', 'tag': None, 'wait_for_package': False} 2024-04-22T23:02:06.446 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:02:06.448 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': '43be020184947e53516056c9931e1ac5bdbbb1a5', 'tag': None, 'wait_for_package': False} 2024-04-22T23:02:06.449 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:02:06.450 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': '43be020184947e53516056c9931e1ac5bdbbb1a5', 'tag': None, 'wait_for_package': False} 2024-04-22T23:02:06.450 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:02:06.605 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/ 2024-04-22T23:02:06.606 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3252.g43be0201 2024-04-22T23:02:06.685 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/ 2024-04-22T23:02:06.685 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3252.g43be0201 2024-04-22T23:02:06.688 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/ 2024-04-22T23:02:06.688 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3252.g43be0201 2024-04-22T23:02:06.785 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T23:02:06.785 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-22T23:02:06.786 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T23:02:06.812 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-22T23:02:06.812 DEBUG:teuthology.orchestra.run.smithi045:> 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/43be020184947e53516056c9931e1ac5bdbbb1a5/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T23:02:06.856 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T23:02:06.856 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T23:02:06.856 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T23:02:06.867 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T23:02:06.867 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T23:02:06.867 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T23:02:06.878 DEBUG:teuthology.orchestra.run.smithi045:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-22T23:02:06.881 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-22T23:02:06.882 DEBUG:teuthology.orchestra.run.smithi189:> 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/43be020184947e53516056c9931e1ac5bdbbb1a5/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T23:02:06.893 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-04-22T23:02:06.893 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/43be020184947e53516056c9931e1ac5bdbbb1a5/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T23:02:06.946 DEBUG:teuthology.orchestra.run.smithi189:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-22T23:02:06.953 DEBUG:teuthology.orchestra.run.smithi045:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-22T23:02:06.960 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-04-22T23:02:07.018 INFO:teuthology.orchestra.run.smithi045.stdout:check_obsoletes = 1 2024-04-22T23:02:07.019 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum clean all 2024-04-22T23:02:07.020 DEBUG:teuthology.orchestra.run.smithi189:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-22T23:02:07.035 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-04-22T23:02:07.087 INFO:teuthology.orchestra.run.smithi189.stdout:check_obsoletes = 1 2024-04-22T23:02:07.087 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum clean all 2024-04-22T23:02:07.099 INFO:teuthology.orchestra.run.smithi094.stdout:check_obsoletes = 1 2024-04-22T23:02:07.101 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum clean all 2024-04-22T23:02:07.254 INFO:teuthology.orchestra.run.smithi045.stdout:48 files removed 2024-04-22T23:02:07.285 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-radosgw 2024-04-22T23:02:07.312 INFO:teuthology.orchestra.run.smithi189.stdout:48 files removed 2024-04-22T23:02:07.326 INFO:teuthology.orchestra.run.smithi094.stdout:48 files removed 2024-04-22T23:02:07.340 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-radosgw 2024-04-22T23:02:07.353 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-radosgw 2024-04-22T23:02:07.960 INFO:teuthology.orchestra.run.smithi094.stdout:ceph packages for x86_64 240 kB/s | 83 kB 00:00 2024-04-22T23:02:07.966 INFO:teuthology.orchestra.run.smithi045.stdout:ceph packages for x86_64 204 kB/s | 83 kB 00:00 2024-04-22T23:02:08.063 INFO:teuthology.orchestra.run.smithi189.stdout:ceph packages for x86_64 180 kB/s | 83 kB 00:00 2024-04-22T23:02:08.319 INFO:teuthology.orchestra.run.smithi094.stdout:ceph noarch packages 37 kB/s | 12 kB 00:00 2024-04-22T23:02:08.400 INFO:teuthology.orchestra.run.smithi045.stdout:ceph noarch packages 30 kB/s | 12 kB 00:00 2024-04-22T23:02:08.489 INFO:teuthology.orchestra.run.smithi189.stdout:ceph noarch packages 31 kB/s | 12 kB 00:00 2024-04-22T23:02:08.669 INFO:teuthology.orchestra.run.smithi094.stdout:ceph source packages 6.0 kB/s | 1.9 kB 00:00 2024-04-22T23:02:08.750 INFO:teuthology.orchestra.run.smithi045.stdout:ceph source packages 6.0 kB/s | 1.9 kB 00:00 2024-04-22T23:02:08.923 INFO:teuthology.orchestra.run.smithi189.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-04-22T23:02:09.825 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - BaseOS 9.3 MB/s | 8.0 MB 00:00 2024-04-22T23:02:10.125 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - BaseOS 6.0 MB/s | 8.0 MB 00:01 2024-04-22T23:02:11.743 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - AppStream 23 MB/s | 19 MB 00:00 2024-04-22T23:02:12.093 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-04-22T23:02:16.178 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - CRB 8.5 MB/s | 6.2 MB 00:00 2024-04-22T23:02:16.486 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - CRB 8.8 MB/s | 6.2 MB 00:00 2024-04-22T23:02:17.436 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - BaseOS 943 kB/s | 8.0 MB 00:08 2024-04-22T23:02:17.626 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 16 kB 00:00 2024-04-22T23:02:18.053 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - Extras packages 56 kB/s | 16 kB 00:00 2024-04-22T23:02:19.390 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-22T23:02:19.487 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - AppStream 19 MB/s | 19 MB 00:00 2024-04-22T23:02:23.839 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - CRB 7.9 MB/s | 6.2 MB 00:00 2024-04-22T23:02:24.696 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-22T23:02:26.231 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - Extras packages 13 kB/s | 16 kB 00:01 2024-04-22T23:02:26.933 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:02:26.935 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:02:26.935 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-04-22T23:02:26.935 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:02:26.935 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:02:26.936 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 11 M 2024-04-22T23:02:26.936 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrading: 2024-04-22T23:02:26.936 INFO:teuthology.orchestra.run.smithi045.stdout: librados2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.4 M 2024-04-22T23:02:26.936 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:02:26.936 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-04-22T23:02:26.936 INFO:teuthology.orchestra.run.smithi045.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T23:02:26.936 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:02:26.936 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 21 M 2024-04-22T23:02:26.937 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux x86_64 2:19.0.0-3252.g43be0201.el9 ceph 25 k 2024-04-22T23:02:26.937 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T23:02:26.937 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T23:02:26.937 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T23:02:26.937 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 746 k 2024-04-22T23:02:26.937 INFO:teuthology.orchestra.run.smithi045.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T23:02:26.937 INFO:teuthology.orchestra.run.smithi045.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T23:02:26.937 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T23:02:26.937 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 500 k 2024-04-22T23:02:26.937 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T23:02:26.937 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:02:26.937 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T23:02:26.938 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T23:02:26.938 INFO:teuthology.orchestra.run.smithi045.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T23:02:26.938 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 45 k 2024-04-22T23:02:26.938 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 135 k 2024-04-22T23:02:26.938 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs x86_64 2:19.0.0-3252.g43be0201.el9 ceph 161 k 2024-04-22T23:02:26.938 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T23:02:26.938 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados x86_64 2:19.0.0-3252.g43be0201.el9 ceph 321 k 2024-04-22T23:02:26.938 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 298 k 2024-04-22T23:02:26.938 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 99 k 2024-04-22T23:02:26.938 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T23:02:26.938 INFO:teuthology.orchestra.run.smithi045.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T23:02:26.938 INFO:teuthology.orchestra.run.smithi045.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T23:02:26.938 INFO:teuthology.orchestra.run.smithi045.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T23:02:26.939 INFO:teuthology.orchestra.run.smithi045.stdout:Installing weak dependencies: 2024-04-22T23:02:26.939 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T23:02:26.939 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:02:26.939 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:02:26.939 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:02:26.939 INFO:teuthology.orchestra.run.smithi045.stdout:Install 30 Packages 2024-04-22T23:02:26.939 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrade 2 Packages 2024-04-22T23:02:26.939 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:02:26.940 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 60 M 2024-04-22T23:02:26.940 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:02:27.500 INFO:teuthology.orchestra.run.smithi094.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-04-22T23:02:28.081 INFO:teuthology.orchestra.run.smithi045.stdout:(1/32): ceph-base-19.0.0-3252.g43be0201.el9.x86 7.7 MB/s | 5.4 MB 00:00 2024-04-22T23:02:28.147 INFO:teuthology.orchestra.run.smithi045.stdout:(2/32): ceph-selinux-19.0.0-3252.g43be0201.el9. 379 kB/s | 25 kB 00:00 2024-04-22T23:02:28.298 INFO:teuthology.orchestra.run.smithi045.stdout:(3/32): ceph-radosgw-19.0.0-3252.g43be0201.el9. 12 MB/s | 11 MB 00:00 2024-04-22T23:02:28.348 INFO:teuthology.orchestra.run.smithi045.stdout:(4/32): libcephfs2-19.0.0-3252.g43be0201.el9.x8 3.6 MB/s | 746 kB 00:00 2024-04-22T23:02:28.373 INFO:teuthology.orchestra.run.smithi045.stdout:(5/32): libradosstriper1-19.0.0-3252.g43be0201. 6.5 MB/s | 500 kB 00:00 2024-04-22T23:02:28.440 INFO:teuthology.orchestra.run.smithi045.stdout:(6/32): python3-ceph-argparse-19.0.0-3252.g43be 678 kB/s | 45 kB 00:00 2024-04-22T23:02:28.515 INFO:teuthology.orchestra.run.smithi045.stdout:(7/32): python3-ceph-common-19.0.0-3252.g43be02 1.8 MB/s | 135 kB 00:00 2024-04-22T23:02:28.599 INFO:teuthology.orchestra.run.smithi045.stdout:(8/32): python3-cephfs-19.0.0-3252.g43be0201.el 1.9 MB/s | 161 kB 00:00 2024-04-22T23:02:28.674 INFO:teuthology.orchestra.run.smithi045.stdout:(9/32): librgw2-19.0.0-3252.g43be0201.el9.x86_6 16 MB/s | 5.4 MB 00:00 2024-04-22T23:02:28.699 INFO:teuthology.orchestra.run.smithi045.stdout:(10/32): python3-rados-19.0.0-3252.g43be0201.el 3.1 MB/s | 321 kB 00:00 2024-04-22T23:02:28.724 INFO:teuthology.orchestra.run.smithi045.stdout:(11/32): python3-rbd-19.0.0-3252.g43be0201.el9. 5.8 MB/s | 298 kB 00:00 2024-04-22T23:02:28.749 INFO:teuthology.orchestra.run.smithi045.stdout:(12/32): python3-rgw-19.0.0-3252.g43be0201.el9. 1.9 MB/s | 99 kB 00:00 2024-04-22T23:02:29.500 INFO:teuthology.orchestra.run.smithi045.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 138 kB/s | 107 kB 00:00 2024-04-22T23:02:29.600 INFO:teuthology.orchestra.run.smithi045.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 188 kB/s | 160 kB 00:00 2024-04-22T23:02:30.300 INFO:teuthology.orchestra.run.smithi045.stdout:(15/32): ceph-common-19.0.0-3252.g43be0201.el9. 7.2 MB/s | 21 MB 00:02 2024-04-22T23:02:30.326 INFO:teuthology.orchestra.run.smithi045.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 55 kB/s | 45 kB 00:00 2024-04-22T23:02:30.951 INFO:teuthology.orchestra.run.smithi045.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 68 kB/s | 42 kB 00:00 2024-04-22T23:02:31.293 INFO:teuthology.orchestra.run.smithi045.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 295 kB/s | 292 kB 00:00 2024-04-22T23:02:31.393 INFO:teuthology.orchestra.run.smithi045.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 370 kB/s | 662 kB 00:01 2024-04-22T23:02:31.876 INFO:teuthology.orchestra.run.smithi045.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 239 kB/s | 221 kB 00:00 2024-04-22T23:02:31.943 INFO:teuthology.orchestra.run.smithi045.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 55 kB/s | 36 kB 00:00 2024-04-22T23:02:32.060 INFO:teuthology.orchestra.run.smithi045.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 71 kB/s | 47 kB 00:00 2024-04-22T23:02:32.327 INFO:teuthology.orchestra.run.smithi045.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 97 kB/s | 26 kB 00:00 2024-04-22T23:02:32.386 INFO:teuthology.orchestra.run.smithi045.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 607 kB/s | 309 kB 00:00 2024-04-22T23:02:32.617 INFO:teuthology.orchestra.run.smithi094.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-04-22T23:02:32.670 INFO:teuthology.orchestra.run.smithi045.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 142 kB/s | 49 kB 00:00 2024-04-22T23:02:32.728 INFO:teuthology.orchestra.run.smithi045.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 197 kB/s | 67 kB 00:00 2024-04-22T23:02:33.195 INFO:teuthology.orchestra.run.smithi045.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.5 MB/s | 4.4 MB 00:01 2024-04-22T23:02:33.237 INFO:teuthology.orchestra.run.smithi045.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 377 kB/s | 192 kB 00:00 2024-04-22T23:02:33.387 INFO:teuthology.orchestra.run.smithi045.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.1 MB/s | 838 kB 00:00 2024-04-22T23:02:33.704 INFO:teuthology.orchestra.run.smithi045.stdout:(30/32): librados2-19.0.0-3252.g43be0201.el9.x8 7.3 MB/s | 3.4 MB 00:00 2024-04-22T23:02:33.896 INFO:teuthology.orchestra.run.smithi045.stdout:(31/32): librbd1-19.0.0-3252.g43be0201.el9.x86_ 6.2 MB/s | 3.1 MB 00:00 2024-04-22T23:02:33.980 INFO:teuthology.orchestra.run.smithi045.stdout:(32/32): thrift-0.15.0-2.el9.x86_64.rpm 2.0 MB/s | 1.6 MB 00:00 2024-04-22T23:02:33.984 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:02:33.984 INFO:teuthology.orchestra.run.smithi045.stdout:Total 8.6 MB/s | 60 MB 00:07 2024-04-22T23:02:34.092 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:02:34.134 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:02:34.134 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:02:34.627 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:02:34.627 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:02:34.768 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T23:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-radosgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 11 M 2024-04-22T23:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout:Upgrading: 2024-04-22T23:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout: librados2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.4 M 2024-04-22T23:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout: librbd1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T23:02:34.771 INFO:teuthology.orchestra.run.smithi094.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T23:02:34.772 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:02:34.772 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 21 M 2024-04-22T23:02:34.772 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-selinux x86_64 2:19.0.0-3252.g43be0201.el9 ceph 25 k 2024-04-22T23:02:34.772 INFO:teuthology.orchestra.run.smithi094.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T23:02:34.772 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T23:02:34.772 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T23:02:34.772 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 746 k 2024-04-22T23:02:34.772 INFO:teuthology.orchestra.run.smithi094.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T23:02:34.772 INFO:teuthology.orchestra.run.smithi094.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T23:02:34.772 INFO:teuthology.orchestra.run.smithi094.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T23:02:34.772 INFO:teuthology.orchestra.run.smithi094.stdout: libradosstriper1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 500 k 2024-04-22T23:02:34.772 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T23:02:34.772 INFO:teuthology.orchestra.run.smithi094.stdout: librgw2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:02:34.772 INFO:teuthology.orchestra.run.smithi094.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T23:02:34.773 INFO:teuthology.orchestra.run.smithi094.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T23:02:34.773 INFO:teuthology.orchestra.run.smithi094.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T23:02:34.773 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 45 k 2024-04-22T23:02:34.773 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 135 k 2024-04-22T23:02:34.773 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cephfs x86_64 2:19.0.0-3252.g43be0201.el9 ceph 161 k 2024-04-22T23:02:34.773 INFO:teuthology.orchestra.run.smithi094.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T23:02:34.773 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rados x86_64 2:19.0.0-3252.g43be0201.el9 ceph 321 k 2024-04-22T23:02:34.773 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 298 k 2024-04-22T23:02:34.773 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 99 k 2024-04-22T23:02:34.773 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T23:02:34.773 INFO:teuthology.orchestra.run.smithi094.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T23:02:34.773 INFO:teuthology.orchestra.run.smithi094.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T23:02:34.773 INFO:teuthology.orchestra.run.smithi094.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T23:02:34.773 INFO:teuthology.orchestra.run.smithi094.stdout:Installing weak dependencies: 2024-04-22T23:02:34.773 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T23:02:34.774 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:02:34.774 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:02:34.774 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:02:34.774 INFO:teuthology.orchestra.run.smithi094.stdout:Install 30 Packages 2024-04-22T23:02:34.774 INFO:teuthology.orchestra.run.smithi094.stdout:Upgrade 2 Packages 2024-04-22T23:02:34.774 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:02:34.774 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 60 M 2024-04-22T23:02:34.775 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:02:36.027 INFO:teuthology.orchestra.run.smithi094.stdout:(1/32): ceph-base-19.0.0-3252.g43be0201.el9.x86 8.4 MB/s | 5.4 MB 00:00 2024-04-22T23:02:36.068 INFO:teuthology.orchestra.run.smithi094.stdout:(2/32): ceph-selinux-19.0.0-3252.g43be0201.el9. 605 kB/s | 25 kB 00:00 2024-04-22T23:02:36.161 INFO:teuthology.orchestra.run.smithi094.stdout:(3/32): libcephfs2-19.0.0-3252.g43be0201.el9.x8 8.0 MB/s | 746 kB 00:00 2024-04-22T23:02:36.171 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:02:36.244 INFO:teuthology.orchestra.run.smithi094.stdout:(4/32): libradosstriper1-19.0.0-3252.g43be0201. 5.9 MB/s | 500 kB 00:00 2024-04-22T23:02:36.273 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T23:02:36.295 INFO:teuthology.orchestra.run.smithi189.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 21 MB 00:18 2024-04-22T23:02:36.309 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T23:02:36.343 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T23:02:36.366 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:02:36.389 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:02:36.542 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:02:36.614 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:02:36.794 INFO:teuthology.orchestra.run.smithi094.stdout:(5/32): librgw2-19.0.0-3252.g43be0201.el9.x86_6 9.8 MB/s | 5.4 MB 00:00 2024-04-22T23:02:36.853 INFO:teuthology.orchestra.run.smithi094.stdout:(6/32): python3-ceph-argparse-19.0.0-3252.g43be 774 kB/s | 45 kB 00:00 2024-04-22T23:02:37.018 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T23:02:37.061 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:02:37.095 INFO:teuthology.orchestra.run.smithi094.stdout:(7/32): ceph-common-19.0.0-3252.g43be0201.el9.x 12 MB/s | 21 MB 00:01 2024-04-22T23:02:37.120 INFO:teuthology.orchestra.run.smithi094.stdout:(8/32): python3-ceph-common-19.0.0-3252.g43be02 507 kB/s | 135 kB 00:00 2024-04-22T23:02:37.155 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:02:37.179 INFO:teuthology.orchestra.run.smithi094.stdout:(9/32): python3-cephfs-19.0.0-3252.g43be0201.el 1.9 MB/s | 161 kB 00:00 2024-04-22T23:02:37.255 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 8/34 2024-04-22T23:02:37.279 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:02:37.342 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:02:37.380 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T23:02:37.423 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 11/34 2024-04-22T23:02:37.493 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:02:37.515 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:02:37.563 INFO:teuthology.orchestra.run.smithi094.stdout:(10/32): python3-rados-19.0.0-3252.g43be0201.el 725 kB/s | 321 kB 00:00 2024-04-22T23:02:37.580 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:02:37.605 INFO:teuthology.orchestra.run.smithi094.stdout:(11/32): python3-rbd-19.0.0-3252.g43be0201.el9. 701 kB/s | 298 kB 00:00 2024-04-22T23:02:37.613 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T23:02:37.638 INFO:teuthology.orchestra.run.smithi094.stdout:(12/32): python3-rgw-19.0.0-3252.g43be0201.el9. 1.3 MB/s | 99 kB 00:00 2024-04-22T23:02:37.726 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T23:02:37.755 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T23:02:37.796 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T23:02:37.814 INFO:teuthology.orchestra.run.smithi094.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 512 kB/s | 107 kB 00:00 2024-04-22T23:02:37.829 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T23:02:37.858 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T23:02:37.872 INFO:teuthology.orchestra.run.smithi094.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 775 kB/s | 45 kB 00:00 2024-04-22T23:02:37.891 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T23:02:37.898 INFO:teuthology.orchestra.run.smithi094.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 618 kB/s | 160 kB 00:00 2024-04-22T23:02:38.005 INFO:teuthology.orchestra.run.smithi094.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.9 MB/s | 662 kB 00:00 2024-04-22T23:02:38.032 INFO:teuthology.orchestra.run.smithi094.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 292 kB 00:00 2024-04-22T23:02:38.065 INFO:teuthology.orchestra.run.smithi094.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 700 kB/s | 42 kB 00:00 2024-04-22T23:02:38.091 INFO:teuthology.orchestra.run.smithi094.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.7 MB/s | 221 kB 00:00 2024-04-22T23:02:38.124 INFO:teuthology.orchestra.run.smithi094.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 612 kB/s | 36 kB 00:00 2024-04-22T23:02:38.150 INFO:teuthology.orchestra.run.smithi094.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 809 kB/s | 47 kB 00:00 2024-04-22T23:02:38.222 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T23:02:38.278 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:02:38.370 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:02:38.383 INFO:teuthology.orchestra.run.smithi094.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.2 MB/s | 309 kB 00:00 2024-04-22T23:02:38.400 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 23/34 2024-04-22T23:02:38.434 INFO:teuthology.orchestra.run.smithi094.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 521 kB/s | 26 kB 00:00 2024-04-22T23:02:38.436 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T23:02:38.501 INFO:teuthology.orchestra.run.smithi094.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 729 kB/s | 49 kB 00:00 2024-04-22T23:02:38.576 INFO:teuthology.orchestra.run.smithi094.stdout:(25/32): libarrow-9.0.0-10.el9.x86_64.rpm 10 MB/s | 4.4 MB 00:00 2024-04-22T23:02:38.601 INFO:teuthology.orchestra.run.smithi094.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 672 kB/s | 67 kB 00:00 2024-04-22T23:02:38.660 INFO:teuthology.orchestra.run.smithi094.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 9.8 MB/s | 838 kB 00:00 2024-04-22T23:02:38.694 INFO:teuthology.orchestra.run.smithi094.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 2.0 MB/s | 192 kB 00:00 2024-04-22T23:02:38.753 INFO:teuthology.orchestra.run.smithi094.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-04-22T23:02:38.945 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T23:02:38.972 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:02:39.044 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:02:39.078 INFO:teuthology.orchestra.run.smithi094.stdout:(30/32): librados2-19.0.0-3252.g43be0201.el9.x8 8.8 MB/s | 3.4 MB 00:00 2024-04-22T23:02:39.132 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 27/34 2024-04-22T23:02:39.166 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 28/34 2024-04-22T23:02:39.170 INFO:teuthology.orchestra.run.smithi094.stdout:(31/32): librbd1-19.0.0-3252.g43be0201.el9.x86_ 7.5 MB/s | 3.1 MB 00:00 2024-04-22T23:02:39.413 INFO:teuthology.orchestra.run.smithi094.stdout:(32/32): ceph-radosgw-19.0.0-3252.g43be0201.el9 2.6 MB/s | 11 MB 00:04 2024-04-22T23:02:39.417 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:02:39.417 INFO:teuthology.orchestra.run.smithi094.stdout:Total 13 MB/s | 60 MB 00:04 2024-04-22T23:02:39.517 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:02:39.553 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:02:39.553 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:02:40.020 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:02:40.021 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:02:41.508 INFO:teuthology.orchestra.run.smithi189.stdout:lab-extras 17 kB/s | 1.7 kB 00:00 2024-04-22T23:02:41.542 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:02:41.542 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:02:41.579 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:02:41.630 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T23:02:41.668 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T23:02:41.693 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T23:02:41.716 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:02:41.736 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:02:41.925 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:02:41.979 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:02:42.153 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:02:42.190 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:02:42.282 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:02:42.282 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T23:02:42.282 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T23:02:42.282 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:02:42.317 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:02:42.358 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T23:02:42.413 INFO:teuthology.orchestra.run.smithi094.stdout: Upgrading : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:02:42.505 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:02:42.595 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 8/34 2024-04-22T23:02:42.698 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:02:42.761 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:02:42.790 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T23:02:42.834 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 11/34 2024-04-22T23:02:42.903 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:02:42.925 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:02:42.990 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:02:43.024 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T23:02:43.135 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T23:02:43.166 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T23:02:43.198 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T23:02:43.232 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T23:02:43.261 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T23:02:43.323 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T23:02:43.684 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:02:43.686 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:02:43.686 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T23:02:43.686 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:02:43.686 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:02:43.687 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-radosgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 11 M 2024-04-22T23:02:43.687 INFO:teuthology.orchestra.run.smithi189.stdout:Upgrading: 2024-04-22T23:02:43.687 INFO:teuthology.orchestra.run.smithi189.stdout: librados2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.4 M 2024-04-22T23:02:43.687 INFO:teuthology.orchestra.run.smithi189.stdout: librbd1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:02:43.687 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T23:02:43.687 INFO:teuthology.orchestra.run.smithi189.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T23:02:43.687 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-base x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:02:43.687 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 21 M 2024-04-22T23:02:43.687 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-selinux x86_64 2:19.0.0-3252.g43be0201.el9 ceph 25 k 2024-04-22T23:02:43.687 INFO:teuthology.orchestra.run.smithi189.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T23:02:43.687 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T23:02:43.687 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T23:02:43.687 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 746 k 2024-04-22T23:02:43.687 INFO:teuthology.orchestra.run.smithi189.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T23:02:43.688 INFO:teuthology.orchestra.run.smithi189.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T23:02:43.688 INFO:teuthology.orchestra.run.smithi189.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T23:02:43.688 INFO:teuthology.orchestra.run.smithi189.stdout: libradosstriper1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 500 k 2024-04-22T23:02:43.688 INFO:teuthology.orchestra.run.smithi189.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T23:02:43.688 INFO:teuthology.orchestra.run.smithi189.stdout: librgw2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:02:43.688 INFO:teuthology.orchestra.run.smithi189.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T23:02:43.688 INFO:teuthology.orchestra.run.smithi189.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T23:02:43.688 INFO:teuthology.orchestra.run.smithi189.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T23:02:43.688 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-argparse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 45 k 2024-04-22T23:02:43.688 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 135 k 2024-04-22T23:02:43.688 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cephfs x86_64 2:19.0.0-3252.g43be0201.el9 ceph 161 k 2024-04-22T23:02:43.688 INFO:teuthology.orchestra.run.smithi189.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T23:02:43.688 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rados x86_64 2:19.0.0-3252.g43be0201.el9 ceph 321 k 2024-04-22T23:02:43.688 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 298 k 2024-04-22T23:02:43.689 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 99 k 2024-04-22T23:02:43.689 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T23:02:43.689 INFO:teuthology.orchestra.run.smithi189.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T23:02:43.689 INFO:teuthology.orchestra.run.smithi189.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T23:02:43.689 INFO:teuthology.orchestra.run.smithi189.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T23:02:43.689 INFO:teuthology.orchestra.run.smithi189.stdout:Installing weak dependencies: 2024-04-22T23:02:43.689 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T23:02:43.689 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:02:43.689 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:02:43.689 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:02:43.689 INFO:teuthology.orchestra.run.smithi189.stdout:Install 30 Packages 2024-04-22T23:02:43.689 INFO:teuthology.orchestra.run.smithi189.stdout:Upgrade 2 Packages 2024-04-22T23:02:43.689 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:02:43.690 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 60 M 2024-04-22T23:02:43.690 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:02:43.764 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T23:02:43.807 INFO:teuthology.orchestra.run.smithi094.stdout: Upgrading : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:02:43.881 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:02:43.912 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 23/34 2024-04-22T23:02:43.948 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T23:02:44.425 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T23:02:44.452 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:02:44.523 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:02:44.592 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 27/34 2024-04-22T23:02:44.621 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 28/34 2024-04-22T23:02:45.018 INFO:teuthology.orchestra.run.smithi189.stdout:(1/32): ceph-base-19.0.0-3252.g43be0201.el9.x86 6.6 MB/s | 5.4 MB 00:00 2024-04-22T23:02:45.060 INFO:teuthology.orchestra.run.smithi189.stdout:(2/32): ceph-selinux-19.0.0-3252.g43be0201.el9. 606 kB/s | 25 kB 00:00 2024-04-22T23:02:45.143 INFO:teuthology.orchestra.run.smithi189.stdout:(3/32): libcephfs2-19.0.0-3252.g43be0201.el9.x8 8.7 MB/s | 746 kB 00:00 2024-04-22T23:02:45.244 INFO:teuthology.orchestra.run.smithi189.stdout:(4/32): libradosstriper1-19.0.0-3252.g43be0201. 4.9 MB/s | 500 kB 00:00 2024-04-22T23:02:45.631 INFO:teuthology.orchestra.run.smithi189.stdout:(5/32): librgw2-19.0.0-3252.g43be0201.el9.x86_6 14 MB/s | 5.4 MB 00:00 2024-04-22T23:02:45.677 INFO:teuthology.orchestra.run.smithi189.stdout:(6/32): python3-ceph-argparse-19.0.0-3252.g43be 986 kB/s | 45 kB 00:00 2024-04-22T23:02:45.736 INFO:teuthology.orchestra.run.smithi189.stdout:(7/32): python3-ceph-common-19.0.0-3252.g43be02 2.3 MB/s | 135 kB 00:00 2024-04-22T23:02:45.778 INFO:teuthology.orchestra.run.smithi189.stdout:(8/32): python3-cephfs-19.0.0-3252.g43be0201.el 3.8 MB/s | 161 kB 00:00 2024-04-22T23:02:45.828 INFO:teuthology.orchestra.run.smithi189.stdout:(9/32): python3-rados-19.0.0-3252.g43be0201.el9 6.3 MB/s | 321 kB 00:00 2024-04-22T23:02:45.887 INFO:teuthology.orchestra.run.smithi189.stdout:(10/32): python3-rbd-19.0.0-3252.g43be0201.el9. 5.0 MB/s | 298 kB 00:00 2024-04-22T23:02:45.945 INFO:teuthology.orchestra.run.smithi189.stdout:(11/32): python3-rgw-19.0.0-3252.g43be0201.el9. 1.7 MB/s | 99 kB 00:00 2024-04-22T23:02:46.129 INFO:teuthology.orchestra.run.smithi189.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 583 kB/s | 107 kB 00:00 2024-04-22T23:02:46.262 INFO:teuthology.orchestra.run.smithi189.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.2 MB/s | 160 kB 00:00 2024-04-22T23:02:46.338 INFO:teuthology.orchestra.run.smithi189.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 604 kB/s | 45 kB 00:00 2024-04-22T23:02:46.738 INFO:teuthology.orchestra.run.smithi189.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.6 MB/s | 662 kB 00:00 2024-04-22T23:02:46.851 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:02:46.871 INFO:teuthology.orchestra.run.smithi189.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 292 kB 00:00 2024-04-22T23:02:46.894 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:02:47.014 INFO:teuthology.orchestra.run.smithi189.stdout:(17/32): ceph-radosgw-19.0.0-3252.g43be0201.el9 3.8 MB/s | 11 MB 00:02 2024-04-22T23:02:47.039 INFO:teuthology.orchestra.run.smithi189.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 253 kB/s | 42 kB 00:00 2024-04-22T23:02:47.106 INFO:teuthology.orchestra.run.smithi189.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 538 kB/s | 36 kB 00:00 2024-04-22T23:02:47.181 INFO:teuthology.orchestra.run.smithi189.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 633 kB/s | 47 kB 00:00 2024-04-22T23:02:47.315 INFO:teuthology.orchestra.run.smithi189.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 735 kB/s | 221 kB 00:00 2024-04-22T23:02:47.430 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:02:47.473 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:02:47.532 INFO:teuthology.orchestra.run.smithi189.stdout:(22/32): ceph-common-19.0.0-3252.g43be0201.el9. 6.3 MB/s | 21 MB 00:03 2024-04-22T23:02:47.555 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:02:47.555 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T23:02:47.556 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-04-22T23:02:47.556 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:02:47.600 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:02:47.858 INFO:teuthology.orchestra.run.smithi189.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 87 kB/s | 26 kB 00:00 2024-04-22T23:02:47.925 INFO:teuthology.orchestra.run.smithi189.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 415 kB/s | 309 kB 00:00 2024-04-22T23:02:47.958 INFO:teuthology.orchestra.run.smithi189.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 485 kB/s | 49 kB 00:00 2024-04-22T23:02:48.017 INFO:teuthology.orchestra.run.smithi189.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 735 kB/s | 67 kB 00:00 2024-04-22T23:02:48.167 INFO:teuthology.orchestra.run.smithi189.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 3.9 MB/s | 838 kB 00:00 2024-04-22T23:02:48.192 INFO:teuthology.orchestra.run.smithi189.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.1 MB/s | 192 kB 00:00 2024-04-22T23:02:48.376 INFO:teuthology.orchestra.run.smithi189.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.2 MB/s | 4.4 MB 00:01 2024-04-22T23:02:48.418 INFO:teuthology.orchestra.run.smithi189.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 6.3 MB/s | 1.6 MB 00:00 2024-04-22T23:02:48.559 INFO:teuthology.orchestra.run.smithi189.stdout:(31/32): librados2-19.0.0-3252.g43be0201.el9.x8 9.3 MB/s | 3.4 MB 00:00 2024-04-22T23:02:48.868 INFO:teuthology.orchestra.run.smithi189.stdout:(32/32): librbd1-19.0.0-3252.g43be0201.el9.x86_ 6.4 MB/s | 3.1 MB 00:00 2024-04-22T23:02:48.872 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:02:48.872 INFO:teuthology.orchestra.run.smithi189.stdout:Total 12 MB/s | 60 MB 00:05 2024-04-22T23:02:48.972 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:02:49.008 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:02:49.008 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:02:49.477 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:02:49.477 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:02:50.970 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:02:51.052 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T23:02:51.090 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T23:02:51.115 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T23:02:51.138 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:02:51.159 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:02:51.354 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:02:51.408 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:02:51.787 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T23:02:51.842 INFO:teuthology.orchestra.run.smithi189.stdout: Upgrading : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:02:51.946 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:02:52.038 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 8/34 2024-04-22T23:02:52.068 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:02:52.162 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:02:52.285 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T23:02:52.328 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 11/34 2024-04-22T23:02:52.396 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:02:52.420 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:02:52.484 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:02:52.518 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T23:02:52.548 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:02:52.548 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /sys 2024-04-22T23:02:52.548 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /proc 2024-04-22T23:02:52.548 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /mnt 2024-04-22T23:02:52.548 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /var/tmp 2024-04-22T23:02:52.548 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /home 2024-04-22T23:02:52.548 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /root 2024-04-22T23:02:52.548 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /tmp 2024-04-22T23:02:52.548 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:02:52.627 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T23:02:52.660 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T23:02:52.701 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T23:02:52.727 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T23:02:52.757 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T23:02:52.790 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T23:02:53.101 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T23:02:53.146 INFO:teuthology.orchestra.run.smithi189.stdout: Upgrading : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:02:53.235 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:02:53.265 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 23/34 2024-04-22T23:02:53.301 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T23:02:53.556 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:02:53.582 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:02:53.582 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:02:53.582 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T23:02:53.582 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:02:53.582 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:02:53.582 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:02:53.584 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:02:53.667 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:02:53.667 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:02:53.780 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T23:02:53.814 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:02:53.885 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:02:53.954 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 27/34 2024-04-22T23:02:53.983 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 28/34 2024-04-22T23:02:54.892 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:02:54.892 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 1/34 2024-04-22T23:02:54.892 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2/34 2024-04-22T23:02:54.893 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 3/34 2024-04-22T23:02:54.893 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 4/34 2024-04-22T23:02:54.893 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 5/34 2024-04-22T23:02:54.893 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 6/34 2024-04-22T23:02:54.893 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:02:54.893 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 8/34 2024-04-22T23:02:54.894 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 9/34 2024-04-22T23:02:54.894 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 10/34 2024-04-22T23:02:54.894 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 11/34 2024-04-22T23:02:54.894 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:02:54.894 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 13/34 2024-04-22T23:02:54.895 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T23:02:54.895 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T23:02:54.895 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T23:02:54.895 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T23:02:54.896 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T23:02:54.896 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T23:02:54.896 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T23:02:54.896 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T23:02:54.896 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T23:02:54.897 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T23:02:54.897 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T23:02:54.897 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T23:02:54.897 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T23:02:54.897 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T23:02:54.897 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T23:02:54.898 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T23:02:54.898 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T23:02:54.898 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:02:54.898 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T23:02:54.898 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 33/34 2024-04-22T23:02:55.685 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:02:55.685 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:02:55.685 INFO:teuthology.orchestra.run.smithi045.stdout:Upgraded: 2024-04-22T23:02:55.685 INFO:teuthology.orchestra.run.smithi045.stdout: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:02:55.685 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:02:55.685 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:02:55.685 INFO:teuthology.orchestra.run.smithi045.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T23:02:55.686 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:02:55.686 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:02:55.686 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:02:55.686 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:02:55.686 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T23:02:55.686 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T23:02:55.686 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T23:02:55.686 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:02:55.686 INFO:teuthology.orchestra.run.smithi045.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T23:02:55.686 INFO:teuthology.orchestra.run.smithi045.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T23:02:55.686 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T23:02:55.686 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:02:55.687 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T23:02:55.687 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:02:55.687 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T23:02:55.687 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T23:02:55.687 INFO:teuthology.orchestra.run.smithi045.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T23:02:55.687 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:02:55.687 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:02:55.687 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:02:55.687 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T23:02:55.687 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:02:55.687 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:02:55.687 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:02:55.687 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T23:02:55.687 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T23:02:55.687 INFO:teuthology.orchestra.run.smithi045.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T23:02:55.688 INFO:teuthology.orchestra.run.smithi045.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T23:02:55.688 INFO:teuthology.orchestra.run.smithi045.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T23:02:55.688 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:02:55.688 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:02:55.968 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-test 2024-04-22T23:02:56.357 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:02:56.396 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:02:56.512 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:32 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:02:56.639 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:02:56.639 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:02:56.639 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-04-22T23:02:56.640 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:02:56.640 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:02:56.640 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-test x86_64 2:19.0.0-3252.g43be0201.el9 ceph 49 M 2024-04-22T23:02:56.640 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-04-22T23:02:56.640 INFO:teuthology.orchestra.run.smithi045.stdout: libcephsqlite x86_64 2:19.0.0-3252.g43be0201.el9 ceph 163 k 2024-04-22T23:02:56.640 INFO:teuthology.orchestra.run.smithi045.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T23:02:56.640 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T23:02:56.640 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:02:56.640 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:02:56.640 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:02:56.640 INFO:teuthology.orchestra.run.smithi045.stdout:Install 4 Packages 2024-04-22T23:02:56.640 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:02:56.641 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 50 M 2024-04-22T23:02:56.641 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 211 M 2024-04-22T23:02:56.641 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:02:56.890 INFO:teuthology.orchestra.run.smithi045.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 2.3 MB/s | 305 kB 00:00 2024-04-22T23:02:56.942 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:02:56.965 INFO:teuthology.orchestra.run.smithi045.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 866 kB/s | 64 kB 00:00 2024-04-22T23:02:56.982 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:02:57.075 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:02:57.075 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T23:02:57.075 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T23:02:57.075 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:02:57.108 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:02:57.201 INFO:teuthology.orchestra.run.smithi045.stdout:(3/4): libcephsqlite-19.0.0-3252.g43be0201.el9. 370 kB/s | 163 kB 00:00 2024-04-22T23:02:57.311 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:02:57.311 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /sys 2024-04-22T23:02:57.311 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /proc 2024-04-22T23:02:57.312 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /mnt 2024-04-22T23:02:57.312 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /var/tmp 2024-04-22T23:02:57.312 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /home 2024-04-22T23:02:57.312 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /root 2024-04-22T23:02:57.312 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /tmp 2024-04-22T23:02:57.312 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:02:58.297 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:02:58.322 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:02:58.322 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:02:58.322 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T23:02:58.322 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-04-22T23:02:58.322 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-04-22T23:02:58.322 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:02:58.324 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:02:58.409 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:02:58.409 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:02:59.610 INFO:teuthology.orchestra.run.smithi045.stdout:(4/4): ceph-test-19.0.0-3252.g43be0201.el9.x86_ 17 MB/s | 49 MB 00:02 2024-04-22T23:02:59.613 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:02:59.613 INFO:teuthology.orchestra.run.smithi045.stdout:Total 17 MB/s | 50 MB 00:02 2024-04-22T23:02:59.633 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:02:59.699 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 1/34 2024-04-22T23:02:59.699 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2/34 2024-04-22T23:02:59.699 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 3/34 2024-04-22T23:02:59.699 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 4/34 2024-04-22T23:02:59.699 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 5/34 2024-04-22T23:02:59.699 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 6/34 2024-04-22T23:02:59.699 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:02:59.699 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 8/34 2024-04-22T23:02:59.699 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 9/34 2024-04-22T23:02:59.699 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 10/34 2024-04-22T23:02:59.699 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 11/34 2024-04-22T23:02:59.700 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:02:59.700 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 13/34 2024-04-22T23:02:59.700 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T23:02:59.700 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T23:02:59.700 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T23:02:59.700 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T23:02:59.700 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T23:02:59.700 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T23:02:59.700 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T23:02:59.700 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T23:02:59.700 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T23:02:59.700 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T23:02:59.700 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T23:02:59.701 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T23:02:59.701 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T23:02:59.701 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T23:02:59.701 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T23:02:59.701 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T23:02:59.701 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T23:02:59.701 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:02:59.701 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T23:02:59.701 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 33/34 2024-04-22T23:02:59.702 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:02:59.702 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:02:59.702 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:03:00.053 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:03:00.053 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:03:00.336 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:03:00.336 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:00.336 INFO:teuthology.orchestra.run.smithi094.stdout:Upgraded: 2024-04-22T23:03:00.336 INFO:teuthology.orchestra.run.smithi094.stdout: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:00.337 INFO:teuthology.orchestra.run.smithi094.stdout: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:00.337 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:03:00.337 INFO:teuthology.orchestra.run.smithi094.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T23:03:00.337 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:00.337 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:00.337 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:00.337 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:00.337 INFO:teuthology.orchestra.run.smithi094.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T23:03:00.338 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T23:03:00.338 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T23:03:00.338 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:00.338 INFO:teuthology.orchestra.run.smithi094.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T23:03:00.338 INFO:teuthology.orchestra.run.smithi094.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T23:03:00.338 INFO:teuthology.orchestra.run.smithi094.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T23:03:00.338 INFO:teuthology.orchestra.run.smithi094.stdout: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:00.338 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T23:03:00.339 INFO:teuthology.orchestra.run.smithi094.stdout: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:00.339 INFO:teuthology.orchestra.run.smithi094.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T23:03:00.339 INFO:teuthology.orchestra.run.smithi094.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T23:03:00.339 INFO:teuthology.orchestra.run.smithi094.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T23:03:00.339 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:00.339 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:00.339 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:00.339 INFO:teuthology.orchestra.run.smithi094.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T23:03:00.340 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:00.340 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:00.340 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:00.340 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T23:03:00.340 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T23:03:00.340 INFO:teuthology.orchestra.run.smithi094.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T23:03:00.340 INFO:teuthology.orchestra.run.smithi094.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T23:03:00.340 INFO:teuthology.orchestra.run.smithi094.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T23:03:00.340 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:00.341 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:03:00.611 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:03:00.621 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-test 2024-04-22T23:03:00.704 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T23:03:00.743 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T23:03:00.770 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:03:01.188 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:29 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:03:01.311 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:03:01.312 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:03:01.312 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T23:03:01.312 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:03:01.312 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:03:01.312 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-test x86_64 2:19.0.0-3252.g43be0201.el9 ceph 49 M 2024-04-22T23:03:01.312 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T23:03:01.312 INFO:teuthology.orchestra.run.smithi094.stdout: libcephsqlite x86_64 2:19.0.0-3252.g43be0201.el9 ceph 163 k 2024-04-22T23:03:01.313 INFO:teuthology.orchestra.run.smithi094.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T23:03:01.313 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T23:03:01.313 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:01.313 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:03:01.313 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:03:01.313 INFO:teuthology.orchestra.run.smithi094.stdout:Install 4 Packages 2024-04-22T23:03:01.313 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:01.314 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 50 M 2024-04-22T23:03:01.314 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 211 M 2024-04-22T23:03:01.314 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:03:01.746 INFO:teuthology.orchestra.run.smithi094.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.9 MB/s | 305 kB 00:00 2024-04-22T23:03:01.822 INFO:teuthology.orchestra.run.smithi094.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 844 kB/s | 64 kB 00:00 2024-04-22T23:03:01.873 INFO:teuthology.orchestra.run.smithi094.stdout:(3/4): libcephsqlite-19.0.0-3252.g43be0201.el9. 579 kB/s | 163 kB 00:00 2024-04-22T23:03:04.085 INFO:teuthology.orchestra.run.smithi094.stdout:(4/4): ceph-test-19.0.0-3252.g43be0201.el9.x86_ 20 MB/s | 49 MB 00:02 2024-04-22T23:03:04.087 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:04.088 INFO:teuthology.orchestra.run.smithi094.stdout:Total 18 MB/s | 50 MB 00:02 2024-04-22T23:03:04.113 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:03:04.132 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:03:04.132 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:03:04.504 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:03:04.504 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:03:05.031 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:03:05.119 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T23:03:05.184 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T23:03:05.212 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:03:05.643 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:03:05.726 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:03:06.938 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:03:06.938 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /sys 2024-04-22T23:03:06.938 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /proc 2024-04-22T23:03:06.938 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /mnt 2024-04-22T23:03:06.938 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /var/tmp 2024-04-22T23:03:06.939 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /home 2024-04-22T23:03:06.939 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /root 2024-04-22T23:03:06.939 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /tmp 2024-04-22T23:03:06.939 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:07.882 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:03:07.906 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:03:07.907 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:07.907 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T23:03:07.907 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:03:07.907 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:03:07.907 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:07.908 INFO:teuthology.orchestra.run.smithi189.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:03:07.993 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:03:07.993 INFO:teuthology.orchestra.run.smithi189.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:03:08.225 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:03:08.225 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 1/4 2024-04-22T23:03:08.225 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2/4 2024-04-22T23:03:08.225 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T23:03:08.475 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T23:03:08.475 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:08.475 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:03:08.475 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:08.476 INFO:teuthology.orchestra.run.smithi045.stdout: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:08.476 INFO:teuthology.orchestra.run.smithi045.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T23:03:08.476 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T23:03:08.476 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:08.476 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:03:08.752 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph 2024-04-22T23:03:09.211 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:03:09.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 1/34 2024-04-22T23:03:09.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2/34 2024-04-22T23:03:09.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 3/34 2024-04-22T23:03:09.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 4/34 2024-04-22T23:03:09.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 5/34 2024-04-22T23:03:09.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 6/34 2024-04-22T23:03:09.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:03:09.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 8/34 2024-04-22T23:03:09.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 9/34 2024-04-22T23:03:09.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 10/34 2024-04-22T23:03:09.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 11/34 2024-04-22T23:03:09.212 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:03:09.213 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 13/34 2024-04-22T23:03:09.213 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T23:03:09.213 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T23:03:09.213 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T23:03:09.213 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T23:03:09.213 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T23:03:09.213 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T23:03:09.213 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T23:03:09.213 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T23:03:09.213 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T23:03:09.213 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T23:03:09.213 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T23:03:09.214 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T23:03:09.214 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T23:03:09.214 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T23:03:09.214 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T23:03:09.215 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T23:03:09.215 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T23:03:09.215 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:03:09.215 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T23:03:09.215 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 33/34 2024-04-22T23:03:09.282 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:45 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:03:09.407 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:03:09.410 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:09.410 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-04-22T23:03:09.410 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:09.410 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:03:09.410 INFO:teuthology.orchestra.run.smithi045.stdout: ceph x86_64 2:19.0.0-3252.g43be0201.el9 ceph 6.6 k 2024-04-22T23:03:09.410 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-04-22T23:03:09.410 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mds x86_64 2:19.0.0-3252.g43be0201.el9 ceph 2.4 M 2024-04-22T23:03:09.410 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr x86_64 2:19.0.0-3252.g43be0201.el9 ceph 1.5 M 2024-04-22T23:03:09.410 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 249 k 2024-04-22T23:03:09.410 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mon x86_64 2:19.0.0-3252.g43be0201.el9 ceph 4.7 M 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-osd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 17 M 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi045.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi045.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi045.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi045.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-collections 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi045.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T23:03:09.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T23:03:09.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T23:03:09.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T23:03:09.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T23:03:09.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T23:03:09.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T23:03:09.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T23:03:09.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T23:03:09.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T23:03:09.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T23:03:09.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T23:03:09.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T23:03:09.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T23:03:09.412 INFO:teuthology.orchestra.run.smithi045.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T23:03:09.413 INFO:teuthology.orchestra.run.smithi045.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T23:03:09.413 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T23:03:09.413 INFO:teuthology.orchestra.run.smithi045.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T23:03:09.413 INFO:teuthology.orchestra.run.smithi045.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T23:03:09.413 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:09.413 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:03:09.413 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:09.413 INFO:teuthology.orchestra.run.smithi045.stdout:Install 36 Packages 2024-04-22T23:03:09.413 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:09.414 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 30 M 2024-04-22T23:03:09.414 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 107 M 2024-04-22T23:03:09.414 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:03:09.854 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:03:09.914 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:03:09.914 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:09.914 INFO:teuthology.orchestra.run.smithi189.stdout:Upgraded: 2024-04-22T23:03:09.914 INFO:teuthology.orchestra.run.smithi189.stdout: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:09.914 INFO:teuthology.orchestra.run.smithi189.stdout: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:09.914 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:03:09.914 INFO:teuthology.orchestra.run.smithi189.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T23:03:09.914 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:09.914 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:09.914 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:09.914 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:09.915 INFO:teuthology.orchestra.run.smithi189.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T23:03:09.915 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T23:03:09.915 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T23:03:09.915 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:09.915 INFO:teuthology.orchestra.run.smithi189.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T23:03:09.915 INFO:teuthology.orchestra.run.smithi189.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T23:03:09.915 INFO:teuthology.orchestra.run.smithi189.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T23:03:09.915 INFO:teuthology.orchestra.run.smithi189.stdout: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:09.915 INFO:teuthology.orchestra.run.smithi189.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T23:03:09.915 INFO:teuthology.orchestra.run.smithi189.stdout: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:09.915 INFO:teuthology.orchestra.run.smithi189.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T23:03:09.915 INFO:teuthology.orchestra.run.smithi189.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T23:03:09.915 INFO:teuthology.orchestra.run.smithi189.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T23:03:09.916 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:09.916 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:09.916 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:09.916 INFO:teuthology.orchestra.run.smithi189.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T23:03:09.916 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:09.916 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:09.916 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:09.916 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T23:03:09.916 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T23:03:09.916 INFO:teuthology.orchestra.run.smithi189.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T23:03:09.916 INFO:teuthology.orchestra.run.smithi189.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T23:03:09.916 INFO:teuthology.orchestra.run.smithi189.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T23:03:09.916 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:09.916 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:03:09.936 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:03:10.186 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-test 2024-04-22T23:03:10.310 INFO:teuthology.orchestra.run.smithi045.stdout:(1/36): ceph-19.0.0-3252.g43be0201.el9.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-04-22T23:03:10.677 INFO:teuthology.orchestra.run.smithi045.stdout:(2/36): ceph-mds-19.0.0-3252.g43be0201.el9.x86_ 4.1 MB/s | 2.4 MB 00:00 2024-04-22T23:03:10.718 INFO:teuthology.orchestra.run.smithi045.stdout:(3/36): ceph-mgr-19.0.0-3252.g43be0201.el9.x86_ 2.4 MB/s | 1.5 MB 00:00 2024-04-22T23:03:10.761 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:29 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:03:10.835 INFO:teuthology.orchestra.run.smithi045.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3252.g43be 2.1 MB/s | 249 kB 00:00 2024-04-22T23:03:10.882 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:03:10.883 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:03:10.883 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T23:03:10.883 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:03:10.883 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:03:10.883 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-test x86_64 2:19.0.0-3252.g43be0201.el9 ceph 49 M 2024-04-22T23:03:10.883 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T23:03:10.883 INFO:teuthology.orchestra.run.smithi189.stdout: libcephsqlite x86_64 2:19.0.0-3252.g43be0201.el9 ceph 163 k 2024-04-22T23:03:10.883 INFO:teuthology.orchestra.run.smithi189.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T23:03:10.884 INFO:teuthology.orchestra.run.smithi189.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T23:03:10.884 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:10.884 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:03:10.884 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:03:10.884 INFO:teuthology.orchestra.run.smithi189.stdout:Install 4 Packages 2024-04-22T23:03:10.884 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:10.884 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 50 M 2024-04-22T23:03:10.885 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 211 M 2024-04-22T23:03:10.885 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:03:10.969 INFO:teuthology.orchestra.run.smithi045.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.9 MB/s | 253 kB 00:00 2024-04-22T23:03:11.036 INFO:teuthology.orchestra.run.smithi045.stdout:(6/36): ceph-mon-19.0.0-3252.g43be0201.el9.x86_ 6.5 MB/s | 4.7 MB 00:00 2024-04-22T23:03:11.095 INFO:teuthology.orchestra.run.smithi045.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 9.8 MB/s | 1.2 MB 00:00 2024-04-22T23:03:11.137 INFO:teuthology.orchestra.run.smithi045.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-04-22T23:03:11.161 INFO:teuthology.orchestra.run.smithi045.stdout:(9/36): python3-ply-3.11-14.el9.noarch.rpm 851 kB/s | 106 kB 00:00 2024-04-22T23:03:11.187 INFO:teuthology.orchestra.run.smithi045.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 2.4 MB/s | 125 kB 00:00 2024-04-22T23:03:11.229 INFO:teuthology.orchestra.run.smithi045.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.1 MB/s | 215 kB 00:00 2024-04-22T23:03:11.336 INFO:teuthology.orchestra.run.smithi189.stdout:(1/4): libcephsqlite-19.0.0-3252.g43be0201.el9. 428 kB/s | 163 kB 00:00 2024-04-22T23:03:11.462 INFO:teuthology.orchestra.run.smithi045.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 685 kB/s | 188 kB 00:00 2024-04-22T23:03:11.538 INFO:teuthology.orchestra.run.smithi189.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 522 kB/s | 305 kB 00:00 2024-04-22T23:03:11.629 INFO:teuthology.orchestra.run.smithi045.stdout:(13/36): ceph-osd-19.0.0-3252.g43be0201.el9.x86 18 MB/s | 17 MB 00:00 2024-04-22T23:03:11.654 INFO:teuthology.orchestra.run.smithi045.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 405 kB/s | 172 kB 00:00 2024-04-22T23:03:11.671 INFO:teuthology.orchestra.run.smithi045.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 166 kB/s | 35 kB 00:00 2024-04-22T23:03:11.688 INFO:teuthology.orchestra.run.smithi045.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 871 kB/s | 51 kB 00:00 2024-04-22T23:03:11.690 INFO:teuthology.orchestra.run.smithi189.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 180 kB/s | 64 kB 00:00 2024-04-22T23:03:11.705 INFO:teuthology.orchestra.run.smithi045.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 830 kB/s | 42 kB 00:00 2024-04-22T23:03:11.930 INFO:teuthology.orchestra.run.smithi045.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 86 kB/s | 22 kB 00:00 2024-04-22T23:03:12.147 INFO:teuthology.orchestra.run.smithi045.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 98 kB/s | 43 kB 00:00 2024-04-22T23:03:12.260 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:03:12.260 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 1/4 2024-04-22T23:03:12.260 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2/4 2024-04-22T23:03:12.260 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T23:03:12.281 INFO:teuthology.orchestra.run.smithi045.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 255 kB/s | 151 kB 00:00 2024-04-22T23:03:12.390 INFO:teuthology.orchestra.run.smithi045.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 99 kB/s | 11 kB 00:00 2024-04-22T23:03:12.498 INFO:teuthology.orchestra.run.smithi045.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 163 kB/s | 18 kB 00:00 2024-04-22T23:03:12.523 INFO:teuthology.orchestra.run.smithi045.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 956 kB/s | 358 kB 00:00 2024-04-22T23:03:12.555 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T23:03:12.555 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:12.555 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:03:12.555 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:12.555 INFO:teuthology.orchestra.run.smithi094.stdout: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:12.555 INFO:teuthology.orchestra.run.smithi094.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T23:03:12.555 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T23:03:12.556 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:12.556 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:03:12.557 INFO:teuthology.orchestra.run.smithi045.stdout:(24/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 274 kB/s | 172 kB 00:00 2024-04-22T23:03:12.607 INFO:teuthology.orchestra.run.smithi045.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 213 kB/s | 23 kB 00:00 2024-04-22T23:03:12.633 INFO:teuthology.orchestra.run.smithi045.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 178 kB/s | 19 kB 00:00 2024-04-22T23:03:12.666 INFO:teuthology.orchestra.run.smithi045.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 180 kB/s | 20 kB 00:00 2024-04-22T23:03:12.725 INFO:teuthology.orchestra.run.smithi045.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 396 kB/s | 46 kB 00:00 2024-04-22T23:03:12.750 INFO:teuthology.orchestra.run.smithi045.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 673 kB/s | 79 kB 00:00 2024-04-22T23:03:12.819 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph 2024-04-22T23:03:12.833 INFO:teuthology.orchestra.run.smithi045.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-04-22T23:03:12.867 INFO:teuthology.orchestra.run.smithi045.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 770 kB/s | 90 kB 00:00 2024-04-22T23:03:12.892 INFO:teuthology.orchestra.run.smithi045.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.2 MB/s | 272 kB 00:00 2024-04-22T23:03:12.976 INFO:teuthology.orchestra.run.smithi045.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 251 kB/s | 36 kB 00:00 2024-04-22T23:03:13.010 INFO:teuthology.orchestra.run.smithi045.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.6 MB/s | 230 kB 00:00 2024-04-22T23:03:13.085 INFO:teuthology.orchestra.run.smithi045.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.2 MB/s | 427 kB 00:00 2024-04-22T23:03:13.110 INFO:teuthology.orchestra.run.smithi045.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 150 kB/s | 20 kB 00:00 2024-04-22T23:03:13.116 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:13.117 INFO:teuthology.orchestra.run.smithi045.stdout:Total 8.1 MB/s | 30 MB 00:03 2024-04-22T23:03:13.255 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:03:13.300 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:03:13.300 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:03:13.346 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:41 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:03:13.476 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:03:13.478 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:03:13.478 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T23:03:13.478 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:03:13.478 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:03:13.478 INFO:teuthology.orchestra.run.smithi094.stdout: ceph x86_64 2:19.0.0-3252.g43be0201.el9 ceph 6.6 k 2024-04-22T23:03:13.478 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T23:03:13.478 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mds x86_64 2:19.0.0-3252.g43be0201.el9 ceph 2.4 M 2024-04-22T23:03:13.479 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr x86_64 2:19.0.0-3252.g43be0201.el9 ceph 1.5 M 2024-04-22T23:03:13.479 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 249 k 2024-04-22T23:03:13.479 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mon x86_64 2:19.0.0-3252.g43be0201.el9 ceph 4.7 M 2024-04-22T23:03:13.479 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-osd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 17 M 2024-04-22T23:03:13.479 INFO:teuthology.orchestra.run.smithi094.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T23:03:13.479 INFO:teuthology.orchestra.run.smithi094.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T23:03:13.479 INFO:teuthology.orchestra.run.smithi094.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T23:03:13.479 INFO:teuthology.orchestra.run.smithi094.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T23:03:13.479 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T23:03:13.479 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T23:03:13.479 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T23:03:13.479 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T23:03:13.479 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T23:03:13.479 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T23:03:13.479 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-collections 2024-04-22T23:03:13.480 INFO:teuthology.orchestra.run.smithi094.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T23:03:13.480 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T23:03:13.480 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T23:03:13.480 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T23:03:13.480 INFO:teuthology.orchestra.run.smithi094.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T23:03:13.480 INFO:teuthology.orchestra.run.smithi094.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T23:03:13.480 INFO:teuthology.orchestra.run.smithi094.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T23:03:13.480 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T23:03:13.480 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T23:03:13.480 INFO:teuthology.orchestra.run.smithi094.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T23:03:13.480 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T23:03:13.480 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T23:03:13.480 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T23:03:13.480 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T23:03:13.481 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T23:03:13.481 INFO:teuthology.orchestra.run.smithi094.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T23:03:13.481 INFO:teuthology.orchestra.run.smithi094.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T23:03:13.481 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T23:03:13.481 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T23:03:13.481 INFO:teuthology.orchestra.run.smithi094.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T23:03:13.481 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:13.481 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:03:13.481 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:03:13.481 INFO:teuthology.orchestra.run.smithi094.stdout:Install 36 Packages 2024-04-22T23:03:13.481 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:13.482 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 30 M 2024-04-22T23:03:13.482 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 107 M 2024-04-22T23:03:13.482 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:03:13.614 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:03:13.615 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:03:14.123 INFO:teuthology.orchestra.run.smithi189.stdout:(4/4): ceph-test-19.0.0-3252.g43be0201.el9.x86_ 15 MB/s | 49 MB 00:03 2024-04-22T23:03:14.125 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:14.125 INFO:teuthology.orchestra.run.smithi189.stdout:Total 15 MB/s | 50 MB 00:03 2024-04-22T23:03:14.152 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:03:14.172 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:03:14.172 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:03:14.543 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:03:14.543 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:03:14.905 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:03:14.954 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T23:03:14.995 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T23:03:15.023 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T23:03:15.082 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:03:15.098 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T23:03:15.156 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T23:03:15.165 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T23:03:15.189 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T23:03:15.205 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T23:03:15.233 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:03:15.285 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T23:03:15.362 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T23:03:15.408 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T23:03:15.443 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T23:03:15.472 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T23:03:15.499 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T23:03:15.532 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T23:03:15.573 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T23:03:15.618 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T23:03:15.650 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T23:03:15.688 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T23:03:15.766 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T23:03:15.918 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T23:03:16.009 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T23:03:16.067 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T23:03:16.105 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T23:03:16.164 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T23:03:16.227 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T23:03:16.424 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T23:03:16.483 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T23:03:16.565 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T23:03:16.661 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T23:03:16.699 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T23:03:16.824 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T23:03:16.995 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 31/36 2024-04-22T23:03:17.025 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:03:17.051 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:03:17.051 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:17.051 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T23:03:17.051 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:03:17.051 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:03:17.052 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:17.465 INFO:teuthology.orchestra.run.smithi094.stdout:(1/36): ceph-19.0.0-3252.g43be0201.el9.x86_64.r 22 kB/s | 6.6 kB 00:00 2024-04-22T23:03:18.115 INFO:teuthology.orchestra.run.smithi094.stdout:(2/36): ceph-mgr-19.0.0-3252.g43be0201.el9.x86_ 1.6 MB/s | 1.5 MB 00:00 2024-04-22T23:03:18.232 INFO:teuthology.orchestra.run.smithi094.stdout:(3/36): ceph-mds-19.0.0-3252.g43be0201.el9.x86_ 2.2 MB/s | 2.4 MB 00:01 2024-04-22T23:03:18.333 INFO:teuthology.orchestra.run.smithi094.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3252.g43be 2.4 MB/s | 249 kB 00:00 2024-04-22T23:03:18.576 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:03:18.591 INFO:teuthology.orchestra.run.smithi094.stdout:(5/36): ceph-mon-19.0.0-3252.g43be0201.el9.x86_ 4.2 MB/s | 4.7 MB 00:01 2024-04-22T23:03:18.603 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:03:18.603 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:18.603 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T23:03:18.603 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:03:18.604 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:03:18.604 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:18.917 INFO:teuthology.orchestra.run.smithi094.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 434 kB/s | 253 kB 00:00 2024-04-22T23:03:19.025 INFO:teuthology.orchestra.run.smithi094.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 984 kB/s | 106 kB 00:00 2024-04-22T23:03:19.068 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:03:19.092 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:03:19.092 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:19.092 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T23:03:19.092 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:03:19.092 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:03:19.092 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:19.126 INFO:teuthology.orchestra.run.smithi094.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.3 MB/s | 135 kB 00:00 2024-04-22T23:03:19.234 INFO:teuthology.orchestra.run.smithi094.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.1 MB/s | 125 kB 00:00 2024-04-22T23:03:19.326 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:03:19.351 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:03:19.351 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:19.351 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T23:03:19.351 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:03:19.351 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:03:19.351 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:19.352 INFO:teuthology.orchestra.run.smithi094.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.8 MB/s | 215 kB 00:00 2024-04-22T23:03:19.416 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:03:19.460 INFO:teuthology.orchestra.run.smithi094.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 1.4 MB/s | 1.2 MB 00:00 2024-04-22T23:03:19.627 INFO:teuthology.orchestra.run.smithi094.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 685 kB/s | 188 kB 00:00 2024-04-22T23:03:19.694 INFO:teuthology.orchestra.run.smithi094.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 738 kB/s | 172 kB 00:00 2024-04-22T23:03:19.719 INFO:teuthology.orchestra.run.smithi094.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 378 kB/s | 35 kB 00:00 2024-04-22T23:03:19.745 INFO:teuthology.orchestra.run.smithi094.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-04-22T23:03:19.770 INFO:teuthology.orchestra.run.smithi094.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 823 kB/s | 42 kB 00:00 2024-04-22T23:03:19.847 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:03:19.921 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:03:19.962 INFO:teuthology.orchestra.run.smithi094.stdout:(17/36): ceph-osd-19.0.0-3252.g43be0201.el9.x86 9.1 MB/s | 17 MB 00:01 2024-04-22T23:03:20.029 INFO:teuthology.orchestra.run.smithi094.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 78 kB/s | 22 kB 00:00 2024-04-22T23:03:20.371 INFO:teuthology.orchestra.run.smithi094.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 106 kB/s | 43 kB 00:00 2024-04-22T23:03:20.488 INFO:teuthology.orchestra.run.smithi094.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 211 kB/s | 151 kB 00:00 2024-04-22T23:03:20.597 INFO:teuthology.orchestra.run.smithi094.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 99 kB/s | 11 kB 00:00 2024-04-22T23:03:20.664 INFO:teuthology.orchestra.run.smithi094.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 295 kB/s | 172 kB 00:00 2024-04-22T23:03:20.697 INFO:teuthology.orchestra.run.smithi094.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-04-22T23:03:20.748 INFO:teuthology.orchestra.run.smithi094.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 952 kB/s | 358 kB 00:00 2024-04-22T23:03:20.764 INFO:teuthology.orchestra.run.smithi094.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 230 kB/s | 23 kB 00:00 2024-04-22T23:03:20.782 INFO:teuthology.orchestra.run.smithi094.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 231 kB/s | 19 kB 00:00 2024-04-22T23:03:20.849 INFO:teuthology.orchestra.run.smithi094.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 196 kB/s | 20 kB 00:00 2024-04-22T23:03:20.882 INFO:teuthology.orchestra.run.smithi094.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 395 kB/s | 46 kB 00:00 2024-04-22T23:03:20.916 INFO:teuthology.orchestra.run.smithi094.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 588 kB/s | 79 kB 00:00 2024-04-22T23:03:20.991 INFO:teuthology.orchestra.run.smithi094.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-04-22T23:03:21.016 INFO:teuthology.orchestra.run.smithi094.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.6 MB/s | 272 kB 00:00 2024-04-22T23:03:21.042 INFO:teuthology.orchestra.run.smithi094.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 716 kB/s | 90 kB 00:00 2024-04-22T23:03:21.076 INFO:teuthology.orchestra.run.smithi094.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 425 kB/s | 36 kB 00:00 2024-04-22T23:03:21.085 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:03:21.085 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 1/36 2024-04-22T23:03:21.085 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2/36 2024-04-22T23:03:21.085 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 3/36 2024-04-22T23:03:21.086 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 4/36 2024-04-22T23:03:21.086 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 5/36 2024-04-22T23:03:21.086 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 6/36 2024-04-22T23:03:21.086 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T23:03:21.086 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T23:03:21.086 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T23:03:21.086 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T23:03:21.086 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T23:03:21.086 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T23:03:21.086 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T23:03:21.086 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T23:03:21.086 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T23:03:21.087 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T23:03:21.087 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T23:03:21.087 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T23:03:21.087 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T23:03:21.087 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T23:03:21.087 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T23:03:21.087 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T23:03:21.087 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T23:03:21.087 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T23:03:21.087 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T23:03:21.087 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T23:03:21.087 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T23:03:21.088 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T23:03:21.088 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T23:03:21.088 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T23:03:21.088 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T23:03:21.088 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T23:03:21.088 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T23:03:21.088 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T23:03:21.088 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T23:03:21.126 INFO:teuthology.orchestra.run.smithi094.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.1 MB/s | 230 kB 00:00 2024-04-22T23:03:21.151 INFO:teuthology.orchestra.run.smithi094.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 266 kB/s | 20 kB 00:00 2024-04-22T23:03:21.285 INFO:teuthology.orchestra.run.smithi094.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.7 MB/s | 427 kB 00:00 2024-04-22T23:03:21.289 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:21.289 INFO:teuthology.orchestra.run.smithi094.stdout:Total 3.9 MB/s | 30 MB 00:07 2024-04-22T23:03:21.426 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:03:21.466 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:03:21.466 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:03:21.763 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:03:21.765 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:03:22.070 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T23:03:22.071 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:22.071 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:03:22.071 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:22.071 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:22.071 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:22.071 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:22.071 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:22.071 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:22.071 INFO:teuthology.orchestra.run.smithi045.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T23:03:22.071 INFO:teuthology.orchestra.run.smithi045.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T23:03:22.071 INFO:teuthology.orchestra.run.smithi045.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T23:03:22.071 INFO:teuthology.orchestra.run.smithi045.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T23:03:22.072 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T23:03:22.072 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T23:03:22.072 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T23:03:22.072 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T23:03:22.072 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T23:03:22.072 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T23:03:22.072 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T23:03:22.072 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T23:03:22.072 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T23:03:22.072 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T23:03:22.072 INFO:teuthology.orchestra.run.smithi045.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T23:03:22.072 INFO:teuthology.orchestra.run.smithi045.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T23:03:22.072 INFO:teuthology.orchestra.run.smithi045.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T23:03:22.072 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T23:03:22.072 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T23:03:22.073 INFO:teuthology.orchestra.run.smithi045.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T23:03:22.073 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T23:03:22.073 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T23:03:22.073 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T23:03:22.073 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T23:03:22.073 INFO:teuthology.orchestra.run.smithi045.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T23:03:22.073 INFO:teuthology.orchestra.run.smithi045.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T23:03:22.073 INFO:teuthology.orchestra.run.smithi045.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T23:03:22.073 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T23:03:22.073 INFO:teuthology.orchestra.run.smithi045.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T23:03:22.073 INFO:teuthology.orchestra.run.smithi045.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T23:03:22.073 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:22.073 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:03:22.177 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:03:22.177 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 1/4 2024-04-22T23:03:22.177 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2/4 2024-04-22T23:03:22.177 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T23:03:22.429 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-base 2024-04-22T23:03:22.453 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T23:03:22.453 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:22.453 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:03:22.453 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:22.453 INFO:teuthology.orchestra.run.smithi189.stdout: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:22.453 INFO:teuthology.orchestra.run.smithi189.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T23:03:22.453 INFO:teuthology.orchestra.run.smithi189.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T23:03:22.453 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:22.453 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:03:22.721 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph 2024-04-22T23:03:22.961 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:58 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:03:23.003 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:03:23.043 INFO:teuthology.orchestra.run.smithi045.stdout:Package ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:03:23.062 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T23:03:23.086 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:03:23.087 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-04-22T23:03:23.087 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:03:23.104 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T23:03:23.133 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T23:03:23.152 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install cephadm 2024-04-22T23:03:23.203 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T23:03:23.244 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:42 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:03:23.280 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T23:03:23.314 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T23:03:23.373 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:03:23.376 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:03:23.376 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T23:03:23.376 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:03:23.376 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:03:23.376 INFO:teuthology.orchestra.run.smithi189.stdout: ceph x86_64 2:19.0.0-3252.g43be0201.el9 ceph 6.6 k 2024-04-22T23:03:23.376 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T23:03:23.376 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mds x86_64 2:19.0.0-3252.g43be0201.el9 ceph 2.4 M 2024-04-22T23:03:23.376 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr x86_64 2:19.0.0-3252.g43be0201.el9 ceph 1.5 M 2024-04-22T23:03:23.376 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 249 k 2024-04-22T23:03:23.376 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mon x86_64 2:19.0.0-3252.g43be0201.el9 ceph 4.7 M 2024-04-22T23:03:23.377 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-osd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 17 M 2024-04-22T23:03:23.377 INFO:teuthology.orchestra.run.smithi189.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T23:03:23.377 INFO:teuthology.orchestra.run.smithi189.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T23:03:23.377 INFO:teuthology.orchestra.run.smithi189.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T23:03:23.377 INFO:teuthology.orchestra.run.smithi189.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T23:03:23.377 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T23:03:23.377 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T23:03:23.377 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T23:03:23.377 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T23:03:23.377 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T23:03:23.377 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T23:03:23.378 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-collections 2024-04-22T23:03:23.378 INFO:teuthology.orchestra.run.smithi189.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T23:03:23.378 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T23:03:23.378 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T23:03:23.378 INFO:teuthology.orchestra.run.smithi189.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T23:03:23.378 INFO:teuthology.orchestra.run.smithi189.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T23:03:23.378 INFO:teuthology.orchestra.run.smithi189.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T23:03:23.378 INFO:teuthology.orchestra.run.smithi189.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T23:03:23.378 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T23:03:23.378 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T23:03:23.378 INFO:teuthology.orchestra.run.smithi189.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T23:03:23.378 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T23:03:23.379 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T23:03:23.379 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T23:03:23.379 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T23:03:23.379 INFO:teuthology.orchestra.run.smithi189.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T23:03:23.379 INFO:teuthology.orchestra.run.smithi189.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T23:03:23.379 INFO:teuthology.orchestra.run.smithi189.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T23:03:23.379 INFO:teuthology.orchestra.run.smithi189.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T23:03:23.379 INFO:teuthology.orchestra.run.smithi189.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T23:03:23.379 INFO:teuthology.orchestra.run.smithi189.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T23:03:23.379 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:23.379 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:03:23.380 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:03:23.380 INFO:teuthology.orchestra.run.smithi189.stdout:Install 36 Packages 2024-04-22T23:03:23.380 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:23.380 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 30 M 2024-04-22T23:03:23.380 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 107 M 2024-04-22T23:03:23.381 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:03:23.407 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T23:03:23.484 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T23:03:23.525 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T23:03:23.561 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T23:03:23.591 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T23:03:23.617 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T23:03:23.650 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T23:03:23.678 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:03:23.691 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T23:03:23.726 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T23:03:23.761 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T23:03:23.800 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T23:03:23.804 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:03:23.805 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:23.805 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-04-22T23:03:23.805 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:23.806 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:03:23.806 INFO:teuthology.orchestra.run.smithi045.stdout: cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 763 k 2024-04-22T23:03:23.806 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:23.806 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:03:23.806 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:23.806 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-04-22T23:03:23.806 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:23.806 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 763 k 2024-04-22T23:03:23.806 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 770 k 2024-04-22T23:03:23.806 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:03:23.872 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T23:03:24.011 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T23:03:24.099 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T23:03:24.153 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T23:03:24.191 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T23:03:24.233 INFO:teuthology.orchestra.run.smithi045.stdout:cephadm-19.0.0-3252.g43be0201.el9.noarch.rpm 1.7 MB/s | 763 kB 00:00 2024-04-22T23:03:24.234 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:24.234 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.7 MB/s | 763 kB 00:00 2024-04-22T23:03:24.234 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:03:24.240 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:03:24.240 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:03:24.240 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T23:03:24.246 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:03:24.246 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:03:24.296 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T23:03:24.318 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:03:24.503 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T23:03:24.547 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T23:03:24.624 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T23:03:24.690 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:24.714 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T23:03:24.756 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T23:03:24.771 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:24.870 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T23:03:25.029 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 31/36 2024-04-22T23:03:25.065 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:03:25.091 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:03:25.091 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:25.091 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T23:03:25.091 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-04-22T23:03:25.091 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-04-22T23:03:25.091 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:25.100 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:25.342 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:25.342 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:25.342 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:03:25.343 INFO:teuthology.orchestra.run.smithi045.stdout: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:25.343 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:25.343 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:03:25.570 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T23:03:26.106 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:03:26.191 INFO:teuthology.orchestra.run.smithi189.stdout:(1/36): ceph-19.0.0-3252.g43be0201.el9.x86_64.r 26 kB/s | 6.6 kB 00:00 2024-04-22T23:03:26.231 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:03:26.231 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:26.232 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-04-22T23:03:26.232 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:26.232 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:03:26.232 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3252.g43be0201.el9 ceph 145 k 2024-04-22T23:03:26.232 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:26.232 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:03:26.232 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:26.232 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-04-22T23:03:26.232 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:26.233 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 145 k 2024-04-22T23:03:26.233 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 435 k 2024-04-22T23:03:26.233 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:03:26.366 INFO:teuthology.orchestra.run.smithi189.stdout:(2/36): ceph-mds-19.0.0-3252.g43be0201.el9.x86_ 5.6 MB/s | 2.4 MB 00:00 2024-04-22T23:03:26.407 INFO:teuthology.orchestra.run.smithi189.stdout:(3/36): ceph-mgr-19.0.0-3252.g43be0201.el9.x86_ 3.2 MB/s | 1.5 MB 00:00 2024-04-22T23:03:26.516 INFO:teuthology.orchestra.run.smithi189.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3252.g43be 2.2 MB/s | 249 kB 00:00 2024-04-22T23:03:26.525 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:03:26.551 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:03:26.551 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:26.551 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T23:03:26.551 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-04-22T23:03:26.552 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-04-22T23:03:26.552 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:26.672 INFO:teuthology.orchestra.run.smithi045.stdout:ceph-immutable-object-cache-19.0.0-3252.g43be02 330 kB/s | 145 kB 00:00 2024-04-22T23:03:26.672 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:26.673 INFO:teuthology.orchestra.run.smithi045.stdout:Total 329 kB/s | 145 kB 00:00 2024-04-22T23:03:26.673 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:03:26.681 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:03:26.681 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:03:26.741 INFO:teuthology.orchestra.run.smithi189.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-04-22T23:03:26.742 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:03:26.742 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:03:26.858 INFO:teuthology.orchestra.run.smithi189.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-04-22T23:03:26.915 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:03:26.917 INFO:teuthology.orchestra.run.smithi189.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-04-22T23:03:26.984 INFO:teuthology.orchestra.run.smithi189.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-04-22T23:03:26.992 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:03:27.015 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:03:27.015 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:03:27.016 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:27.016 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T23:03:27.016 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-04-22T23:03:27.016 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-04-22T23:03:27.016 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:27.040 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:03:27.040 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:27.040 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T23:03:27.041 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:27.176 INFO:teuthology.orchestra.run.smithi189.stdout:(9/36): ceph-osd-19.0.0-3252.g43be0201.el9.x86_ 21 MB/s | 17 MB 00:00 2024-04-22T23:03:27.217 INFO:teuthology.orchestra.run.smithi189.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 535 kB/s | 125 kB 00:00 2024-04-22T23:03:27.243 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:03:27.266 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:03:27.266 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:27.266 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T23:03:27.266 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-04-22T23:03:27.266 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-04-22T23:03:27.266 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:27.329 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:03:27.368 INFO:teuthology.orchestra.run.smithi189.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.5 MB/s | 188 kB 00:00 2024-04-22T23:03:27.393 INFO:teuthology.orchestra.run.smithi189.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 990 kB/s | 215 kB 00:00 2024-04-22T23:03:27.418 INFO:teuthology.orchestra.run.smithi189.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.3 MB/s | 172 kB 00:00 2024-04-22T23:03:27.460 INFO:teuthology.orchestra.run.smithi189.stdout:(14/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.2 MB/s | 51 kB 00:00 2024-04-22T23:03:27.485 INFO:teuthology.orchestra.run.smithi189.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 377 kB/s | 35 kB 00:00 2024-04-22T23:03:27.511 INFO:teuthology.orchestra.run.smithi189.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 833 kB/s | 42 kB 00:00 2024-04-22T23:03:27.536 INFO:teuthology.orchestra.run.smithi189.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 444 kB/s | 22 kB 00:00 2024-04-22T23:03:27.728 INFO:teuthology.orchestra.run.smithi189.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 697 kB/s | 151 kB 00:00 2024-04-22T23:03:27.753 INFO:teuthology.orchestra.run.smithi189.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 200 kB/s | 43 kB 00:00 2024-04-22T23:03:27.803 INFO:teuthology.orchestra.run.smithi189.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.2 MB/s | 172 kB 00:00 2024-04-22T23:03:27.829 INFO:teuthology.orchestra.run.smithi189.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 4.7 MB/s | 358 kB 00:00 2024-04-22T23:03:27.854 INFO:teuthology.orchestra.run.smithi189.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 214 kB/s | 11 kB 00:00 2024-04-22T23:03:27.879 INFO:teuthology.orchestra.run.smithi189.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 351 kB/s | 18 kB 00:00 2024-04-22T23:03:27.891 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:03:27.891 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:27.891 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:03:27.891 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:27.891 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:27.891 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:03:27.904 INFO:teuthology.orchestra.run.smithi189.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 464 kB/s | 23 kB 00:00 2024-04-22T23:03:27.930 INFO:teuthology.orchestra.run.smithi189.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-04-22T23:03:27.955 INFO:teuthology.orchestra.run.smithi189.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-04-22T23:03:27.980 INFO:teuthology.orchestra.run.smithi189.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 922 kB/s | 46 kB 00:00 2024-04-22T23:03:28.006 INFO:teuthology.orchestra.run.smithi189.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-04-22T23:03:28.031 INFO:teuthology.orchestra.run.smithi189.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 5.3 MB/s | 272 kB 00:00 2024-04-22T23:03:28.056 INFO:teuthology.orchestra.run.smithi189.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-04-22T23:03:28.082 INFO:teuthology.orchestra.run.smithi189.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-04-22T23:03:28.100 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr 2024-04-22T23:03:28.107 INFO:teuthology.orchestra.run.smithi189.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 715 kB/s | 36 kB 00:00 2024-04-22T23:03:28.133 INFO:teuthology.orchestra.run.smithi189.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-04-22T23:03:28.158 INFO:teuthology.orchestra.run.smithi189.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 8.4 MB/s | 427 kB 00:00 2024-04-22T23:03:28.183 INFO:teuthology.orchestra.run.smithi189.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 404 kB/s | 20 kB 00:00 2024-04-22T23:03:28.638 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:04 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:03:28.723 INFO:teuthology.orchestra.run.smithi045.stdout:Package ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:03:28.767 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:03:28.769 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-04-22T23:03:28.769 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:03:28.839 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T23:03:29.069 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:03:29.069 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 1/36 2024-04-22T23:03:29.069 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2/36 2024-04-22T23:03:29.069 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 3/36 2024-04-22T23:03:29.069 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 4/36 2024-04-22T23:03:29.069 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 5/36 2024-04-22T23:03:29.069 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 6/36 2024-04-22T23:03:29.069 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T23:03:29.069 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T23:03:29.069 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T23:03:29.069 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T23:03:29.069 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T23:03:29.070 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T23:03:29.070 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T23:03:29.070 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T23:03:29.070 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T23:03:29.070 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T23:03:29.070 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T23:03:29.070 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T23:03:29.070 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T23:03:29.070 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T23:03:29.070 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T23:03:29.070 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T23:03:29.070 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T23:03:29.070 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T23:03:29.071 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T23:03:29.071 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T23:03:29.071 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T23:03:29.071 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T23:03:29.072 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T23:03:29.072 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T23:03:29.072 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T23:03:29.072 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T23:03:29.072 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T23:03:29.072 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T23:03:29.072 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T23:03:29.363 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:05 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:03:29.489 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:03:29.490 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:29.490 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-04-22T23:03:29.490 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:29.490 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:03:29.490 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 3.5 M 2024-04-22T23:03:29.490 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-04-22T23:03:29.491 INFO:teuthology.orchestra.run.smithi045.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T23:03:29.491 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 34 k 2024-04-22T23:03:29.491 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 16 k 2024-04-22T23:03:29.491 INFO:teuthology.orchestra.run.smithi045.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T23:03:29.491 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T23:03:29.491 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T23:03:29.491 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T23:03:29.491 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T23:03:29.491 INFO:teuthology.orchestra.run.smithi045.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T23:03:29.491 INFO:teuthology.orchestra.run.smithi045.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T23:03:29.491 INFO:teuthology.orchestra.run.smithi045.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T23:03:29.491 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:29.491 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:03:29.491 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:29.492 INFO:teuthology.orchestra.run.smithi045.stdout:Install 12 Packages 2024-04-22T23:03:29.492 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:29.492 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 8.6 M 2024-04-22T23:03:29.492 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 104 M 2024-04-22T23:03:29.492 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:03:30.154 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T23:03:30.155 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:30.155 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:03:30.155 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:30.155 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:30.155 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:30.155 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:30.155 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:30.155 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:30.155 INFO:teuthology.orchestra.run.smithi094.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T23:03:30.155 INFO:teuthology.orchestra.run.smithi094.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T23:03:30.155 INFO:teuthology.orchestra.run.smithi094.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T23:03:30.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T23:03:30.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T23:03:30.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T23:03:30.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T23:03:30.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T23:03:30.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T23:03:30.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T23:03:30.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T23:03:30.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T23:03:30.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T23:03:30.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T23:03:30.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T23:03:30.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T23:03:30.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T23:03:30.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T23:03:30.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T23:03:30.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T23:03:30.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T23:03:30.157 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T23:03:30.157 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T23:03:30.157 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T23:03:30.157 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T23:03:30.157 INFO:teuthology.orchestra.run.smithi094.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T23:03:30.157 INFO:teuthology.orchestra.run.smithi094.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T23:03:30.157 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T23:03:30.157 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T23:03:30.157 INFO:teuthology.orchestra.run.smithi094.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T23:03:30.157 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:30.157 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:03:30.392 INFO:teuthology.orchestra.run.smithi045.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3252.g43 114 kB/s | 34 kB 00:00 2024-04-22T23:03:30.492 INFO:teuthology.orchestra.run.smithi045.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3252.g43b 41 kB/s | 16 kB 00:00 2024-04-22T23:03:30.499 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-base 2024-04-22T23:03:30.542 INFO:teuthology.orchestra.run.smithi189.stdout:(36/36): ceph-mon-19.0.0-3252.g43be0201.el9.x86 1.1 MB/s | 4.7 MB 00:04 2024-04-22T23:03:30.548 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:30.548 INFO:teuthology.orchestra.run.smithi189.stdout:Total 4.2 MB/s | 30 MB 00:07 2024-04-22T23:03:30.686 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:03:30.709 INFO:teuthology.orchestra.run.smithi045.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.2 MB/s | 1.0 MB 00:00 2024-04-22T23:03:30.727 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:03:30.727 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:03:30.742 INFO:teuthology.orchestra.run.smithi045.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 269 kB 00:00 2024-04-22T23:03:30.985 INFO:teuthology.orchestra.run.smithi045.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.1 MB/s | 863 kB 00:00 2024-04-22T23:03:31.009 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:03:31.021 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:03:31.021 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:03:31.085 INFO:teuthology.orchestra.run.smithi045.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.6 MB/s | 548 kB 00:00 2024-04-22T23:03:31.088 INFO:teuthology.orchestra.run.smithi094.stdout:Package ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:03:31.132 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:03:31.133 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T23:03:31.133 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:03:31.160 INFO:teuthology.orchestra.run.smithi045.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 111 kB/s | 19 kB 00:00 2024-04-22T23:03:31.201 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install cephadm 2024-04-22T23:03:31.277 INFO:teuthology.orchestra.run.smithi045.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.2 MB/s | 144 kB 00:00 2024-04-22T23:03:31.319 INFO:teuthology.orchestra.run.smithi045.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 8.8 MB/s | 2.0 MB 00:00 2024-04-22T23:03:31.344 INFO:teuthology.orchestra.run.smithi045.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 459 kB/s | 31 kB 00:00 2024-04-22T23:03:31.419 INFO:teuthology.orchestra.run.smithi045.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.8 MB/s | 188 kB 00:00 2024-04-22T23:03:31.701 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:03:31.822 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:03:31.822 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:03:31.823 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T23:03:31.823 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:03:31.823 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:03:31.823 INFO:teuthology.orchestra.run.smithi094.stdout: cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 763 k 2024-04-22T23:03:31.823 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:31.823 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:03:31.823 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:03:31.823 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T23:03:31.823 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:31.823 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 763 k 2024-04-22T23:03:31.823 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 770 k 2024-04-22T23:03:31.823 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:03:32.069 INFO:teuthology.orchestra.run.smithi045.stdout:(12/12): ceph-mgr-dashboard-19.0.0-3252.g43be02 1.8 MB/s | 3.5 MB 00:01 2024-04-22T23:03:32.074 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:32.074 INFO:teuthology.orchestra.run.smithi045.stdout:Total 3.3 MB/s | 8.6 MB 00:02 2024-04-22T23:03:32.126 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:03:32.146 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:03:32.146 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:03:32.276 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:03:32.311 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:03:32.313 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:03:32.335 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T23:03:32.368 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T23:03:32.387 INFO:teuthology.orchestra.run.smithi094.stdout:cephadm-19.0.0-3252.g43be0201.el9.noarch.rpm 1.3 MB/s | 763 kB 00:00 2024-04-22T23:03:32.388 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:32.388 INFO:teuthology.orchestra.run.smithi094.stdout:Total 1.3 MB/s | 763 kB 00:00 2024-04-22T23:03:32.388 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:03:32.393 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:03:32.393 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:03:32.396 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T23:03:32.399 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:03:32.399 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:03:32.467 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T23:03:32.473 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:03:32.529 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T23:03:32.561 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T23:03:32.671 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T23:03:32.748 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T23:03:32.797 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T23:03:32.832 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T23:03:32.848 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:03:32.862 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T23:03:32.897 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T23:03:32.930 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T23:03:32.936 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:32.937 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T23:03:32.971 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T23:03:32.972 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T23:03:33.014 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T23:03:33.019 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T23:03:33.032 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:33.048 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T23:03:33.049 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T23:03:33.086 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T23:03:33.129 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T23:03:33.160 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T23:03:33.256 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T23:03:33.299 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T23:03:33.348 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:33.356 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T23:03:33.378 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T23:03:33.404 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T23:03:33.431 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T23:03:33.432 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:03:33.464 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 10/12 2024-04-22T23:03:33.469 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T23:03:33.527 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T23:03:33.550 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:33.550 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:33.550 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:03:33.550 INFO:teuthology.orchestra.run.smithi094.stdout: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:33.550 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:33.550 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:03:33.582 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T23:03:33.750 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T23:03:33.772 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T23:03:33.832 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T23:03:33.910 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T23:03:33.999 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T23:03:34.039 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T23:03:34.155 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T23:03:34.266 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:03:34.318 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 31/36 2024-04-22T23:03:34.342 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:03:34.367 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:03:34.367 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:34.367 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T23:03:34.367 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:03:34.367 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:03:34.367 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:34.388 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:03:34.389 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:03:34.389 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-04-22T23:03:34.389 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:03:34.389 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:03:34.389 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3252.g43be0201.el9 ceph 145 k 2024-04-22T23:03:34.389 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:34.389 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:03:34.390 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:03:34.390 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T23:03:34.390 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:34.390 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 145 k 2024-04-22T23:03:34.390 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 435 k 2024-04-22T23:03:34.390 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:03:34.593 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 11/12 2024-04-22T23:03:34.630 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:03:35.809 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:03:35.835 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:03:35.835 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:35.835 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T23:03:35.836 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:03:35.836 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:03:35.836 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:35.956 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:03:35.956 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 1/12 2024-04-22T23:03:35.956 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 2/12 2024-04-22T23:03:35.957 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 3/12 2024-04-22T23:03:35.957 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T23:03:35.957 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T23:03:35.957 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T23:03:35.957 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T23:03:35.957 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T23:03:35.957 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:03:35.957 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T23:03:35.957 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T23:03:36.273 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T23:03:36.273 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:36.273 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:03:36.274 INFO:teuthology.orchestra.run.smithi045.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T23:03:36.274 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:36.274 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:36.274 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:36.274 INFO:teuthology.orchestra.run.smithi045.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T23:03:36.274 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T23:03:36.274 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T23:03:36.274 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T23:03:36.274 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T23:03:36.274 INFO:teuthology.orchestra.run.smithi045.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T23:03:36.274 INFO:teuthology.orchestra.run.smithi045.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T23:03:36.274 INFO:teuthology.orchestra.run.smithi045.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T23:03:36.274 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:36.274 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:03:36.276 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:03:36.299 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:03:36.300 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:36.300 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T23:03:36.300 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:03:36.300 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:03:36.300 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:36.507 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T23:03:36.527 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:03:36.550 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:03:36.550 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:36.550 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T23:03:36.550 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:03:36.550 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:03:36.551 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:36.613 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:03:37.051 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:13 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:03:37.185 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:03:37.186 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================= 2024-04-22T23:03:37.186 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-04-22T23:03:37.186 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================= 2024-04-22T23:03:37.186 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:03:37.186 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 7.4 M 2024-04-22T23:03:37.186 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-04-22T23:03:37.187 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T23:03:37.187 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T23:03:37.187 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T23:03:37.187 INFO:teuthology.orchestra.run.smithi045.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T23:03:37.187 INFO:teuthology.orchestra.run.smithi045.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T23:03:37.187 INFO:teuthology.orchestra.run.smithi045.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T23:03:37.187 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T23:03:37.187 INFO:teuthology.orchestra.run.smithi045.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T23:03:37.187 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T23:03:37.187 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T23:03:37.187 INFO:teuthology.orchestra.run.smithi045.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T23:03:37.187 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:37.187 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:03:37.187 INFO:teuthology.orchestra.run.smithi045.stdout:======================================================================================= 2024-04-22T23:03:37.188 INFO:teuthology.orchestra.run.smithi045.stdout:Install 12 Packages 2024-04-22T23:03:37.188 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:37.188 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 38 M 2024-04-22T23:03:37.188 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 209 M 2024-04-22T23:03:37.188 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:03:37.643 INFO:teuthology.orchestra.run.smithi045.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 761 kB/s | 195 kB 00:00 2024-04-22T23:03:37.677 INFO:teuthology.orchestra.run.smithi045.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.7 MB/s | 803 kB 00:00 2024-04-22T23:03:37.718 INFO:teuthology.orchestra.run.smithi045.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 436 kB/s | 33 kB 00:00 2024-04-22T23:03:37.769 INFO:teuthology.orchestra.run.smithi045.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 365 kB/s | 18 kB 00:00 2024-04-22T23:03:37.819 INFO:teuthology.orchestra.run.smithi045.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 705 kB/s | 35 kB 00:00 2024-04-22T23:03:37.986 INFO:teuthology.orchestra.run.smithi045.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-32 12 MB/s | 7.4 MB 00:00 2024-04-22T23:03:38.045 INFO:teuthology.orchestra.run.smithi045.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.1 MB/s | 3.0 MB 00:00 2024-04-22T23:03:38.153 INFO:teuthology.orchestra.run.smithi045.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.4 MB/s | 244 kB 00:00 2024-04-22T23:03:38.354 INFO:teuthology.orchestra.run.smithi045.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 8.9 MB/s | 4.7 MB 00:00 2024-04-22T23:03:38.379 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:03:38.379 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 1/36 2024-04-22T23:03:38.379 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2/36 2024-04-22T23:03:38.379 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 3/36 2024-04-22T23:03:38.379 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 4/36 2024-04-22T23:03:38.379 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 5/36 2024-04-22T23:03:38.379 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 6/36 2024-04-22T23:03:38.379 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T23:03:38.380 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T23:03:38.380 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T23:03:38.380 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T23:03:38.380 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T23:03:38.380 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T23:03:38.380 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T23:03:38.380 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T23:03:38.380 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T23:03:38.380 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T23:03:38.380 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T23:03:38.380 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T23:03:38.380 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T23:03:38.380 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T23:03:38.380 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T23:03:38.381 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T23:03:38.381 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T23:03:38.381 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T23:03:38.381 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T23:03:38.381 INFO:teuthology.orchestra.run.smithi045.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.1 MB/s | 250 kB 00:00 2024-04-22T23:03:38.382 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T23:03:38.382 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T23:03:38.383 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T23:03:38.383 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T23:03:38.383 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T23:03:38.383 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T23:03:38.383 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T23:03:38.383 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T23:03:38.383 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T23:03:38.383 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T23:03:38.571 INFO:teuthology.orchestra.run.smithi045.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 9.7 MB/s | 5.1 MB 00:00 2024-04-22T23:03:39.223 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T23:03:39.223 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:39.224 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:03:39.224 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:39.224 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:39.224 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:39.224 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:39.224 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:39.224 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:39.224 INFO:teuthology.orchestra.run.smithi189.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T23:03:39.224 INFO:teuthology.orchestra.run.smithi189.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T23:03:39.224 INFO:teuthology.orchestra.run.smithi189.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T23:03:39.224 INFO:teuthology.orchestra.run.smithi189.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T23:03:39.224 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T23:03:39.224 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T23:03:39.225 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T23:03:39.225 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T23:03:39.225 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T23:03:39.225 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T23:03:39.225 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T23:03:39.225 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T23:03:39.225 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T23:03:39.225 INFO:teuthology.orchestra.run.smithi189.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T23:03:39.225 INFO:teuthology.orchestra.run.smithi189.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T23:03:39.225 INFO:teuthology.orchestra.run.smithi189.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T23:03:39.225 INFO:teuthology.orchestra.run.smithi189.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T23:03:39.225 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T23:03:39.225 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T23:03:39.225 INFO:teuthology.orchestra.run.smithi189.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T23:03:39.226 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T23:03:39.226 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T23:03:39.226 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T23:03:39.226 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T23:03:39.226 INFO:teuthology.orchestra.run.smithi189.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T23:03:39.226 INFO:teuthology.orchestra.run.smithi189.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T23:03:39.226 INFO:teuthology.orchestra.run.smithi189.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T23:03:39.226 INFO:teuthology.orchestra.run.smithi189.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T23:03:39.226 INFO:teuthology.orchestra.run.smithi189.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T23:03:39.226 INFO:teuthology.orchestra.run.smithi189.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T23:03:39.226 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:39.226 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:03:39.521 INFO:teuthology.orchestra.run.smithi045.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 14 MB/s | 16 MB 00:01 2024-04-22T23:03:39.521 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:39.522 INFO:teuthology.orchestra.run.smithi045.stdout:Total 16 MB/s | 38 MB 00:02 2024-04-22T23:03:39.572 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-base 2024-04-22T23:03:39.883 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:03:39.911 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:03:39.912 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:03:40.080 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:03:40.160 INFO:teuthology.orchestra.run.smithi189.stdout:Package ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:03:40.202 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:03:40.205 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T23:03:40.205 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:03:40.278 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install cephadm 2024-04-22T23:03:40.346 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:03:40.346 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:03:40.779 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:03:40.863 INFO:teuthology.orchestra.run.smithi094.stdout:ceph-immutable-object-cache-19.0.0-3252.g43be02 22 kB/s | 145 kB 00:06 2024-04-22T23:03:40.863 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:40.864 INFO:teuthology.orchestra.run.smithi094.stdout:Total 22 kB/s | 145 kB 00:06 2024-04-22T23:03:40.864 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:03:40.873 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:03:40.873 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:03:40.899 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:03:40.900 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:03:40.901 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T23:03:40.901 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:03:40.901 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:03:40.901 INFO:teuthology.orchestra.run.smithi189.stdout: cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 763 k 2024-04-22T23:03:40.901 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:40.901 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:03:40.902 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:03:40.902 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T23:03:40.902 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:40.902 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 763 k 2024-04-22T23:03:40.902 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 770 k 2024-04-22T23:03:40.903 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:03:40.933 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:03:40.933 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:03:41.076 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:03:41.138 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:03:41.162 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:03:41.162 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:41.162 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T23:03:41.163 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:41.176 INFO:teuthology.orchestra.run.smithi189.stdout:cephadm-19.0.0-3252.g43be0201.el9.noarch.rpm 2.7 MB/s | 763 kB 00:00 2024-04-22T23:03:41.176 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:41.177 INFO:teuthology.orchestra.run.smithi189.stdout:Total 2.7 MB/s | 763 kB 00:00 2024-04-22T23:03:41.177 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:03:41.182 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:03:41.182 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:03:41.188 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:03:41.188 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:03:41.258 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:03:41.352 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:03:41.425 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T23:03:41.470 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:03:41.572 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:03:41.613 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T23:03:41.648 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:41.730 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:41.811 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T23:03:41.844 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T23:03:41.925 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T23:03:42.013 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:03:42.013 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:42.013 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:03:42.013 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:42.013 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:42.013 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:03:42.041 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:42.248 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr 2024-04-22T23:03:42.305 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:42.305 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:42.306 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:03:42.306 INFO:teuthology.orchestra.run.smithi189.stdout: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:42.306 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:42.306 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:03:42.530 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T23:03:42.607 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T23:03:42.729 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T23:03:42.762 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:10 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:03:42.844 INFO:teuthology.orchestra.run.smithi094.stdout:Package ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:03:42.887 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:03:42.888 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T23:03:42.888 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:03:42.959 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T23:03:43.050 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:03:43.171 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:03:43.171 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:03:43.172 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-04-22T23:03:43.172 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:03:43.172 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:03:43.172 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3252.g43be0201.el9 ceph 145 k 2024-04-22T23:03:43.172 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:43.172 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:03:43.172 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:03:43.172 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T23:03:43.172 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:43.172 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 145 k 2024-04-22T23:03:43.172 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 435 k 2024-04-22T23:03:43.172 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:03:43.481 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:11 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:03:43.482 INFO:teuthology.orchestra.run.smithi189.stdout:ceph-immutable-object-cache-19.0.0-3252.g43be02 468 kB/s | 145 kB 00:00 2024-04-22T23:03:43.482 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:43.483 INFO:teuthology.orchestra.run.smithi189.stdout:Total 465 kB/s | 145 kB 00:00 2024-04-22T23:03:43.483 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:03:43.490 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:03:43.491 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:03:43.547 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:03:43.547 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:03:43.611 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:03:43.613 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:03:43.613 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T23:03:43.613 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:03:43.613 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:03:43.613 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 3.5 M 2024-04-22T23:03:43.613 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T23:03:43.613 INFO:teuthology.orchestra.run.smithi094.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T23:03:43.613 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 34 k 2024-04-22T23:03:43.613 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 16 k 2024-04-22T23:03:43.613 INFO:teuthology.orchestra.run.smithi094.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T23:03:43.613 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T23:03:43.614 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T23:03:43.614 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T23:03:43.614 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T23:03:43.614 INFO:teuthology.orchestra.run.smithi094.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T23:03:43.614 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T23:03:43.614 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T23:03:43.614 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:43.614 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:03:43.614 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:03:43.614 INFO:teuthology.orchestra.run.smithi094.stdout:Install 12 Packages 2024-04-22T23:03:43.614 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:43.615 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 8.6 M 2024-04-22T23:03:43.615 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 104 M 2024-04-22T23:03:43.615 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:03:43.693 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:03:43.758 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:03:43.782 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:03:43.782 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:43.782 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T23:03:43.782 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:44.044 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:03:44.378 INFO:teuthology.orchestra.run.smithi094.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3252.g43 176 kB/s | 34 kB 00:00 2024-04-22T23:03:44.412 INFO:teuthology.orchestra.run.smithi094.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3252.g43b 72 kB/s | 16 kB 00:00 2024-04-22T23:03:44.579 INFO:teuthology.orchestra.run.smithi094.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 269 kB 00:00 2024-04-22T23:03:44.628 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:03:44.628 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:44.628 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:03:44.629 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:44.629 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:44.629 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:03:44.706 INFO:teuthology.orchestra.run.smithi094.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.1 MB/s | 1.0 MB 00:00 2024-04-22T23:03:44.763 INFO:teuthology.orchestra.run.smithi094.stdout:(5/12): ceph-mgr-dashboard-19.0.0-3252.g43be020 6.1 MB/s | 3.5 MB 00:00 2024-04-22T23:03:44.822 INFO:teuthology.orchestra.run.smithi094.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.5 MB/s | 863 kB 00:00 2024-04-22T23:03:44.862 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr 2024-04-22T23:03:44.997 INFO:teuthology.orchestra.run.smithi094.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 83 kB/s | 19 kB 00:00 2024-04-22T23:03:45.148 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T23:03:45.176 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:03:45.222 INFO:teuthology.orchestra.run.smithi094.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 642 kB/s | 144 kB 00:00 2024-04-22T23:03:45.256 INFO:teuthology.orchestra.run.smithi094.stdout:(9/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 994 kB/s | 548 kB 00:00 2024-04-22T23:03:45.314 INFO:teuthology.orchestra.run.smithi094.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 334 kB/s | 31 kB 00:00 2024-04-22T23:03:45.356 INFO:teuthology.orchestra.run.smithi094.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.8 MB/s | 188 kB 00:00 2024-04-22T23:03:45.386 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:04 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:03:45.468 INFO:teuthology.orchestra.run.smithi189.stdout:Package ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:03:45.511 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:03:45.513 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T23:03:45.513 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:03:45.515 INFO:teuthology.orchestra.run.smithi094.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.9 MB/s | 2.0 MB 00:00 2024-04-22T23:03:45.516 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:45.516 INFO:teuthology.orchestra.run.smithi094.stdout:Total 4.5 MB/s | 8.6 MB 00:01 2024-04-22T23:03:45.563 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:03:45.580 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:03:45.580 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:03:45.585 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T23:03:45.734 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:03:45.734 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:03:46.089 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:05 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:03:46.209 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:03:46.210 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:03:46.210 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T23:03:46.210 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:03:46.211 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:03:46.211 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 3.5 M 2024-04-22T23:03:46.211 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T23:03:46.211 INFO:teuthology.orchestra.run.smithi189.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T23:03:46.211 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 34 k 2024-04-22T23:03:46.211 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 16 k 2024-04-22T23:03:46.211 INFO:teuthology.orchestra.run.smithi189.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T23:03:46.211 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T23:03:46.211 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T23:03:46.211 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T23:03:46.211 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T23:03:46.212 INFO:teuthology.orchestra.run.smithi189.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T23:03:46.212 INFO:teuthology.orchestra.run.smithi189.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T23:03:46.212 INFO:teuthology.orchestra.run.smithi189.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T23:03:46.212 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:46.212 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:03:46.212 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:03:46.212 INFO:teuthology.orchestra.run.smithi189.stdout:Install 12 Packages 2024-04-22T23:03:46.212 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:46.213 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 8.6 M 2024-04-22T23:03:46.213 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 104 M 2024-04-22T23:03:46.213 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:03:46.259 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:03:46.341 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T23:03:46.376 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T23:03:46.422 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T23:03:46.453 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T23:03:46.529 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T23:03:46.656 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T23:03:46.749 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T23:03:46.793 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T23:03:46.821 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:03:46.854 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 10/12 2024-04-22T23:03:46.878 INFO:teuthology.orchestra.run.smithi189.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3252.g43 137 kB/s | 34 kB 00:00 2024-04-22T23:03:46.903 INFO:teuthology.orchestra.run.smithi189.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3252.g43b 60 kB/s | 16 kB 00:00 2024-04-22T23:03:47.054 INFO:teuthology.orchestra.run.smithi189.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.8 MB/s | 269 kB 00:00 2024-04-22T23:03:47.095 INFO:teuthology.orchestra.run.smithi189.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.7 MB/s | 1.0 MB 00:00 2024-04-22T23:03:47.254 INFO:teuthology.orchestra.run.smithi189.stdout:(5/12): ceph-mgr-dashboard-19.0.0-3252.g43be020 5.7 MB/s | 3.5 MB 00:00 2024-04-22T23:03:47.296 INFO:teuthology.orchestra.run.smithi189.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.7 MB/s | 548 kB 00:00 2024-04-22T23:03:47.321 INFO:teuthology.orchestra.run.smithi189.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 290 kB/s | 19 kB 00:00 2024-04-22T23:03:47.396 INFO:teuthology.orchestra.run.smithi189.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.9 MB/s | 144 kB 00:00 2024-04-22T23:03:47.438 INFO:teuthology.orchestra.run.smithi189.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 14 MB/s | 2.0 MB 00:00 2024-04-22T23:03:47.464 INFO:teuthology.orchestra.run.smithi189.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 459 kB/s | 31 kB 00:00 2024-04-22T23:03:47.481 INFO:teuthology.orchestra.run.smithi189.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 4.4 MB/s | 188 kB 00:00 2024-04-22T23:03:47.589 INFO:teuthology.orchestra.run.smithi189.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.6 MB/s | 863 kB 00:00 2024-04-22T23:03:47.592 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:47.592 INFO:teuthology.orchestra.run.smithi189.stdout:Total 6.3 MB/s | 8.6 MB 00:01 2024-04-22T23:03:47.639 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:03:47.655 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:03:47.656 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:03:47.767 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:03:47.767 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 1/12 2024-04-22T23:03:47.767 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:03:47.767 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:03:47.767 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T23:03:47.767 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T23:03:47.768 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T23:03:47.768 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T23:03:47.768 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T23:03:47.768 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T23:03:47.768 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:03:47.768 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T23:03:47.811 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:03:47.811 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:03:47.903 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 11/12 2024-04-22T23:03:47.946 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:03:48.183 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T23:03:48.183 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:48.183 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:03:48.183 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:48.183 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T23:03:48.184 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T23:03:48.184 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T23:03:48.184 INFO:teuthology.orchestra.run.smithi045.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T23:03:48.184 INFO:teuthology.orchestra.run.smithi045.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T23:03:48.184 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T23:03:48.184 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T23:03:48.184 INFO:teuthology.orchestra.run.smithi045.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T23:03:48.184 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T23:03:48.184 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T23:03:48.184 INFO:teuthology.orchestra.run.smithi045.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T23:03:48.184 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:48.184 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:03:48.334 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:03:48.415 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T23:03:48.459 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T23:03:48.504 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T23:03:48.535 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T23:03:48.543 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-rook 2024-04-22T23:03:48.611 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T23:03:48.736 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T23:03:48.822 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T23:03:48.882 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T23:03:48.910 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:03:48.942 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 10/12 2024-04-22T23:03:49.083 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:25 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:03:49.208 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:03:49.210 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:49.210 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-04-22T23:03:49.210 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:49.210 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:03:49.210 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-rook noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 49 k 2024-04-22T23:03:49.210 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-04-22T23:03:49.210 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T23:03:49.210 INFO:teuthology.orchestra.run.smithi045.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T23:03:49.210 INFO:teuthology.orchestra.run.smithi045.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T23:03:49.210 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T23:03:49.210 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T23:03:49.210 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T23:03:49.210 INFO:teuthology.orchestra.run.smithi045.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T23:03:49.211 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T23:03:49.211 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T23:03:49.211 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T23:03:49.211 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T23:03:49.211 INFO:teuthology.orchestra.run.smithi045.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T23:03:49.211 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:49.211 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:03:49.211 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:49.211 INFO:teuthology.orchestra.run.smithi045.stdout:Install 13 Packages 2024-04-22T23:03:49.211 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:49.212 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 2.2 M 2024-04-22T23:03:49.212 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 26 M 2024-04-22T23:03:49.212 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:03:49.410 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:03:49.410 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 1/12 2024-04-22T23:03:49.410 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 2/12 2024-04-22T23:03:49.410 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 3/12 2024-04-22T23:03:49.411 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T23:03:49.411 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T23:03:49.411 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T23:03:49.411 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T23:03:49.411 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T23:03:49.411 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:03:49.411 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T23:03:49.411 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T23:03:49.704 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T23:03:49.704 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:49.704 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:03:49.704 INFO:teuthology.orchestra.run.smithi094.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T23:03:49.704 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:49.705 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:49.705 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:49.705 INFO:teuthology.orchestra.run.smithi094.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T23:03:49.705 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T23:03:49.705 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T23:03:49.705 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T23:03:49.705 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T23:03:49.705 INFO:teuthology.orchestra.run.smithi094.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T23:03:49.705 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T23:03:49.705 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T23:03:49.705 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:49.705 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:03:49.852 INFO:teuthology.orchestra.run.smithi045.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 180 kB/s | 26 kB 00:00 2024-04-22T23:03:49.877 INFO:teuthology.orchestra.run.smithi045.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 114 kB/s | 19 kB 00:00 2024-04-22T23:03:49.902 INFO:teuthology.orchestra.run.smithi045.stdout:(3/13): ceph-mgr-rook-19.0.0-3252.g43be0201.el9 255 kB/s | 49 kB 00:00 2024-04-22T23:03:49.953 INFO:teuthology.orchestra.run.smithi045.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.2 MB/s | 222 kB 00:00 2024-04-22T23:03:49.967 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T23:03:49.978 INFO:teuthology.orchestra.run.smithi045.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.5 MB/s | 159 kB 00:00 2024-04-22T23:03:49.995 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 11/12 2024-04-22T23:03:50.003 INFO:teuthology.orchestra.run.smithi045.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-04-22T23:03:50.026 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:03:50.062 INFO:teuthology.orchestra.run.smithi045.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.7 MB/s | 279 kB 00:00 2024-04-22T23:03:50.204 INFO:teuthology.orchestra.run.smithi045.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 75 kB/s | 15 kB 00:00 2024-04-22T23:03:50.229 INFO:teuthology.orchestra.run.smithi045.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 128 kB/s | 32 kB 00:00 2024-04-22T23:03:50.313 INFO:teuthology.orchestra.run.smithi045.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 809 kB/s | 203 kB 00:00 2024-04-22T23:03:50.338 INFO:teuthology.orchestra.run.smithi045.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 545 kB/s | 59 kB 00:00 2024-04-22T23:03:50.397 INFO:teuthology.orchestra.run.smithi045.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.0 MB/s | 90 kB 00:00 2024-04-22T23:03:50.474 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:18 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:03:50.497 INFO:teuthology.orchestra.run.smithi045.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.5 MB/s | 1.0 MB 00:00 2024-04-22T23:03:50.497 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:50.497 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.7 MB/s | 2.2 MB 00:01 2024-04-22T23:03:50.570 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:03:50.587 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:03:50.587 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:03:50.596 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:03:50.597 INFO:teuthology.orchestra.run.smithi094.stdout:======================================================================================= 2024-04-22T23:03:50.597 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T23:03:50.597 INFO:teuthology.orchestra.run.smithi094.stdout:======================================================================================= 2024-04-22T23:03:50.597 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:03:50.597 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 7.4 M 2024-04-22T23:03:50.597 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T23:03:50.597 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T23:03:50.597 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T23:03:50.598 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T23:03:50.598 INFO:teuthology.orchestra.run.smithi094.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T23:03:50.598 INFO:teuthology.orchestra.run.smithi094.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T23:03:50.598 INFO:teuthology.orchestra.run.smithi094.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T23:03:50.598 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T23:03:50.598 INFO:teuthology.orchestra.run.smithi094.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T23:03:50.598 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T23:03:50.598 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T23:03:50.598 INFO:teuthology.orchestra.run.smithi094.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T23:03:50.598 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:50.598 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:03:50.598 INFO:teuthology.orchestra.run.smithi094.stdout:======================================================================================= 2024-04-22T23:03:50.598 INFO:teuthology.orchestra.run.smithi094.stdout:Install 12 Packages 2024-04-22T23:03:50.599 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:03:50.599 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 38 M 2024-04-22T23:03:50.599 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 209 M 2024-04-22T23:03:50.599 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:03:50.681 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:03:50.682 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:03:50.951 INFO:teuthology.orchestra.run.smithi094.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.1 MB/s | 195 kB 00:00 2024-04-22T23:03:51.044 INFO:teuthology.orchestra.run.smithi094.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.0 MB/s | 803 kB 00:00 2024-04-22T23:03:51.069 INFO:teuthology.orchestra.run.smithi094.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 279 kB/s | 33 kB 00:00 2024-04-22T23:03:51.111 INFO:teuthology.orchestra.run.smithi094.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 436 kB/s | 18 kB 00:00 2024-04-22T23:03:51.153 INFO:teuthology.orchestra.run.smithi094.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 841 kB/s | 35 kB 00:00 2024-04-22T23:03:51.189 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:03:51.312 INFO:teuthology.orchestra.run.smithi094.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-04-22T23:03:51.354 INFO:teuthology.orchestra.run.smithi094.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 5.7 MB/s | 244 kB 00:00 2024-04-22T23:03:51.363 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:03:51.363 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 1/12 2024-04-22T23:03:51.363 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 2/12 2024-04-22T23:03:51.363 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 3/12 2024-04-22T23:03:51.363 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T23:03:51.363 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T23:03:51.363 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T23:03:51.364 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T23:03:51.364 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T23:03:51.364 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:03:51.364 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T23:03:51.364 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T23:03:51.370 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T23:03:51.425 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T23:03:51.446 INFO:teuthology.orchestra.run.smithi094.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 16 MB/s | 4.7 MB 00:00 2024-04-22T23:03:51.481 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T23:03:51.496 INFO:teuthology.orchestra.run.smithi094.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.9 MB/s | 250 kB 00:00 2024-04-22T23:03:51.525 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T23:03:51.567 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T23:03:51.588 INFO:teuthology.orchestra.run.smithi094.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 22 MB/s | 5.1 MB 00:00 2024-04-22T23:03:51.662 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T23:03:51.662 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:51.662 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:03:51.662 INFO:teuthology.orchestra.run.smithi189.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T23:03:51.662 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:51.662 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:51.662 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:51.662 INFO:teuthology.orchestra.run.smithi189.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T23:03:51.662 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T23:03:51.663 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T23:03:51.663 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T23:03:51.663 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T23:03:51.663 INFO:teuthology.orchestra.run.smithi189.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T23:03:51.663 INFO:teuthology.orchestra.run.smithi189.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T23:03:51.663 INFO:teuthology.orchestra.run.smithi189.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T23:03:51.663 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:51.663 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:03:51.665 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T23:03:51.673 INFO:teuthology.orchestra.run.smithi094.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-3 8.3 MB/s | 7.4 MB 00:00 2024-04-22T23:03:51.776 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T23:03:51.844 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T23:03:51.907 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T23:03:51.922 INFO:teuthology.orchestra.run.smithi094.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 38 MB/s | 16 MB 00:00 2024-04-22T23:03:51.923 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:51.923 INFO:teuthology.orchestra.run.smithi094.stdout:Total 29 MB/s | 38 MB 00:01 2024-04-22T23:03:52.272 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:03:52.298 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:03:52.298 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:03:52.417 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:11 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:03:52.539 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:03:52.540 INFO:teuthology.orchestra.run.smithi189.stdout:======================================================================================= 2024-04-22T23:03:52.541 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T23:03:52.541 INFO:teuthology.orchestra.run.smithi189.stdout:======================================================================================= 2024-04-22T23:03:52.541 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:03:52.541 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 7.4 M 2024-04-22T23:03:52.541 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T23:03:52.541 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T23:03:52.541 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T23:03:52.541 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T23:03:52.541 INFO:teuthology.orchestra.run.smithi189.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T23:03:52.542 INFO:teuthology.orchestra.run.smithi189.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T23:03:52.542 INFO:teuthology.orchestra.run.smithi189.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T23:03:52.542 INFO:teuthology.orchestra.run.smithi189.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T23:03:52.542 INFO:teuthology.orchestra.run.smithi189.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T23:03:52.542 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T23:03:52.542 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T23:03:52.543 INFO:teuthology.orchestra.run.smithi189.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T23:03:52.543 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:52.543 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:03:52.543 INFO:teuthology.orchestra.run.smithi189.stdout:======================================================================================= 2024-04-22T23:03:52.543 INFO:teuthology.orchestra.run.smithi189.stdout:Install 12 Packages 2024-04-22T23:03:52.543 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:03:52.544 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 38 M 2024-04-22T23:03:52.544 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 209 M 2024-04-22T23:03:52.544 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:03:52.605 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T23:03:52.656 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T23:03:52.690 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T23:03:52.707 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:03:52.707 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:03:52.739 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T23:03:52.768 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:03:52.872 INFO:teuthology.orchestra.run.smithi189.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.6 MB/s | 195 kB 00:00 2024-04-22T23:03:52.947 INFO:teuthology.orchestra.run.smithi189.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.0 MB/s | 803 kB 00:00 2024-04-22T23:03:53.097 INFO:teuthology.orchestra.run.smithi189.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 145 kB/s | 33 kB 00:00 2024-04-22T23:03:53.156 INFO:teuthology.orchestra.run.smithi189.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 312 kB/s | 18 kB 00:00 2024-04-22T23:03:53.215 INFO:teuthology.orchestra.run.smithi189.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 603 kB/s | 35 kB 00:00 2024-04-22T23:03:53.282 INFO:teuthology.orchestra.run.smithi189.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.9 MB/s | 3.0 MB 00:00 2024-04-22T23:03:53.399 INFO:teuthology.orchestra.run.smithi189.stdout:(7/12): ceph-mgr-diskprediction-local-19.0.0-32 11 MB/s | 7.4 MB 00:00 2024-04-22T23:03:53.424 INFO:teuthology.orchestra.run.smithi189.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.7 MB/s | 244 kB 00:00 2024-04-22T23:03:53.491 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:03:53.491 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 1/13 2024-04-22T23:03:53.491 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T23:03:53.491 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T23:03:53.491 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T23:03:53.491 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T23:03:53.491 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T23:03:53.491 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T23:03:53.491 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T23:03:53.492 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T23:03:53.492 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T23:03:53.492 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T23:03:53.492 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T23:03:53.549 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:03:53.599 INFO:teuthology.orchestra.run.smithi189.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 25 MB/s | 5.1 MB 00:00 2024-04-22T23:03:53.610 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T23:03:53.662 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:03:53.666 INFO:teuthology.orchestra.run.smithi189.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 11 MB/s | 4.7 MB 00:00 2024-04-22T23:03:53.725 INFO:teuthology.orchestra.run.smithi189.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 834 kB/s | 250 kB 00:00 2024-04-22T23:03:53.764 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:03:53.806 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T23:03:53.813 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T23:03:53.813 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:53.813 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:03:53.813 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:53.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T23:03:53.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T23:03:53.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T23:03:53.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T23:03:53.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T23:03:53.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T23:03:53.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T23:03:53.814 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T23:03:53.814 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T23:03:53.814 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T23:03:53.814 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T23:03:53.814 INFO:teuthology.orchestra.run.smithi045.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T23:03:53.814 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:53.814 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:03:53.989 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T23:03:54.021 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T23:03:54.046 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T23:03:54.050 INFO:teuthology.orchestra.run.smithi189.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 36 MB/s | 16 MB 00:00 2024-04-22T23:03:54.053 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:54.053 INFO:teuthology.orchestra.run.smithi189.stdout:Total 25 MB/s | 38 MB 00:01 2024-04-22T23:03:54.099 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T23:03:54.403 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:03:54.430 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:03:54.431 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:03:54.584 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:30 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:03:54.709 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:03:54.709 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:54.709 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-04-22T23:03:54.709 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:54.710 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:03:54.710 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 143 k 2024-04-22T23:03:54.710 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-04-22T23:03:54.710 INFO:teuthology.orchestra.run.smithi045.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T23:03:54.710 INFO:teuthology.orchestra.run.smithi045.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T23:03:54.710 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T23:03:54.710 INFO:teuthology.orchestra.run.smithi045.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T23:03:54.710 INFO:teuthology.orchestra.run.smithi045.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T23:03:54.710 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:54.710 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:03:54.710 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:03:54.710 INFO:teuthology.orchestra.run.smithi045.stdout:Install 6 Packages 2024-04-22T23:03:54.710 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:54.711 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 7.0 M 2024-04-22T23:03:54.711 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 33 M 2024-04-22T23:03:54.711 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:03:54.765 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T23:03:54.846 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:03:54.847 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:03:54.896 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T23:03:55.448 INFO:teuthology.orchestra.run.smithi045.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 991 kB/s | 248 kB 00:00 2024-04-22T23:03:55.693 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:03:55.830 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T23:03:55.857 INFO:teuthology.orchestra.run.smithi045.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.3 MB/s | 548 kB 00:00 2024-04-22T23:03:55.873 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:03:55.915 INFO:teuthology.orchestra.run.smithi045.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 993 kB/s | 58 kB 00:00 2024-04-22T23:03:55.974 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:03:55.983 INFO:teuthology.orchestra.run.smithi045.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 763 kB/s | 51 kB 00:00 2024-04-22T23:03:56.043 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T23:03:56.140 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:03:56.212 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T23:03:56.248 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T23:03:56.325 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T23:03:56.616 INFO:teuthology.orchestra.run.smithi045.stdout:(5/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.2 MB/s | 6.0 MB 00:01 2024-04-22T23:03:57.003 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T23:03:57.129 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T23:03:57.172 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T23:03:57.198 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:03:57.499 INFO:teuthology.orchestra.run.smithi045.stdout:(6/6): ceph-mgr-cephadm-19.0.0-3252.g43be0201.e 62 kB/s | 143 kB 00:02 2024-04-22T23:03:57.501 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:57.502 INFO:teuthology.orchestra.run.smithi045.stdout:Total 2.5 MB/s | 7.0 MB 00:02 2024-04-22T23:03:57.578 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:03:57.590 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:03:57.591 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:03:57.695 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:03:57.695 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:03:58.014 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:03:58.190 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T23:03:58.253 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T23:03:58.406 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:03:58.807 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T23:03:58.899 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T23:03:58.970 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T23:03:58.996 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:03:59.438 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T23:03:59.465 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:03:59.682 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:03:59.683 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/6 2024-04-22T23:03:59.683 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T23:03:59.683 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T23:03:59.683 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T23:03:59.683 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T23:03:59.796 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:03:59.796 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 1/12 2024-04-22T23:03:59.796 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:03:59.796 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:03:59.797 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T23:03:59.797 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T23:03:59.797 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T23:03:59.797 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T23:03:59.797 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T23:03:59.797 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T23:03:59.797 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:03:59.797 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T23:03:59.946 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T23:03:59.946 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:59.946 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:03:59.946 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:59.947 INFO:teuthology.orchestra.run.smithi045.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T23:03:59.947 INFO:teuthology.orchestra.run.smithi045.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T23:03:59.947 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T23:03:59.947 INFO:teuthology.orchestra.run.smithi045.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T23:03:59.947 INFO:teuthology.orchestra.run.smithi045.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T23:03:59.947 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:03:59.948 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:04:00.146 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T23:04:00.146 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:00.146 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:04:00.146 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:04:00.146 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T23:04:00.146 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T23:04:00.146 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T23:04:00.146 INFO:teuthology.orchestra.run.smithi094.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T23:04:00.146 INFO:teuthology.orchestra.run.smithi094.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T23:04:00.147 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T23:04:00.147 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T23:04:00.147 INFO:teuthology.orchestra.run.smithi094.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T23:04:00.147 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T23:04:00.147 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T23:04:00.147 INFO:teuthology.orchestra.run.smithi094.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T23:04:00.147 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:00.147 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:00.201 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-fuse 2024-04-22T23:04:00.500 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-rook 2024-04-22T23:04:00.739 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:36 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:04:00.865 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:04:00.865 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:00.865 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-04-22T23:04:00.866 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:00.866 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:04:00.866 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 890 k 2024-04-22T23:04:00.866 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-04-22T23:04:00.866 INFO:teuthology.orchestra.run.smithi045.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T23:04:00.866 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:00.866 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:04:00.866 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:00.866 INFO:teuthology.orchestra.run.smithi045.stdout:Install 2 Packages 2024-04-22T23:04:00.866 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:00.867 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 970 k 2024-04-22T23:04:00.867 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 2.8 M 2024-04-22T23:04:00.867 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:04:01.024 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:29 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:01.145 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:01.147 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:01.147 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T23:04:01.147 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:01.147 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:04:01.147 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-rook noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 49 k 2024-04-22T23:04:01.147 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T23:04:01.147 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T23:04:01.147 INFO:teuthology.orchestra.run.smithi094.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T23:04:01.148 INFO:teuthology.orchestra.run.smithi094.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T23:04:01.148 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T23:04:01.148 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T23:04:01.148 INFO:teuthology.orchestra.run.smithi094.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T23:04:01.148 INFO:teuthology.orchestra.run.smithi094.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T23:04:01.148 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T23:04:01.148 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T23:04:01.148 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T23:04:01.148 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T23:04:01.148 INFO:teuthology.orchestra.run.smithi094.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T23:04:01.148 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:01.148 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:04:01.148 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:01.149 INFO:teuthology.orchestra.run.smithi094.stdout:Install 13 Packages 2024-04-22T23:04:01.149 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:01.149 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 2.2 M 2024-04-22T23:04:01.149 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 26 M 2024-04-22T23:04:01.149 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:04:01.218 INFO:teuthology.orchestra.run.smithi045.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 389 kB/s | 80 kB 00:00 2024-04-22T23:04:01.468 INFO:teuthology.orchestra.run.smithi045.stdout:(2/2): ceph-fuse-19.0.0-3252.g43be0201.el9.x86_ 1.9 MB/s | 890 kB 00:00 2024-04-22T23:04:01.468 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:01.469 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.6 MB/s | 970 kB 00:00 2024-04-22T23:04:01.481 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:04:01.505 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:04:01.505 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:04:01.588 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:04:01.588 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:04:01.630 INFO:teuthology.orchestra.run.smithi094.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 137 kB/s | 19 kB 00:00 2024-04-22T23:04:01.655 INFO:teuthology.orchestra.run.smithi094.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 156 kB/s | 26 kB 00:00 2024-04-22T23:04:01.680 INFO:teuthology.orchestra.run.smithi094.stdout:(3/13): ceph-mgr-rook-19.0.0-3252.g43be0201.el9 259 kB/s | 49 kB 00:00 2024-04-22T23:04:01.782 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:04:01.788 INFO:teuthology.orchestra.run.smithi094.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 222 kB 00:00 2024-04-22T23:04:01.814 INFO:teuthology.orchestra.run.smithi094.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.0 MB/s | 159 kB 00:00 2024-04-22T23:04:01.856 INFO:teuthology.orchestra.run.smithi094.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 801 kB/s | 54 kB 00:00 2024-04-22T23:04:01.914 INFO:teuthology.orchestra.run.smithi094.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.2 MB/s | 279 kB 00:00 2024-04-22T23:04:01.932 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T23:04:02.001 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:04:02.006 INFO:teuthology.orchestra.run.smithi094.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 167 kB/s | 32 kB 00:00 2024-04-22T23:04:02.065 INFO:teuthology.orchestra.run.smithi094.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 81 kB/s | 15 kB 00:00 2024-04-22T23:04:02.102 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:04:02.102 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 1/12 2024-04-22T23:04:02.102 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:04:02.102 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:04:02.102 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T23:04:02.102 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T23:04:02.102 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T23:04:02.102 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T23:04:02.103 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T23:04:02.103 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T23:04:02.103 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:04:02.103 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T23:04:02.123 INFO:teuthology.orchestra.run.smithi094.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.0 MB/s | 59 kB 00:00 2024-04-22T23:04:02.157 INFO:teuthology.orchestra.run.smithi094.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 933 kB/s | 203 kB 00:00 2024-04-22T23:04:02.199 INFO:teuthology.orchestra.run.smithi094.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.2 MB/s | 90 kB 00:00 2024-04-22T23:04:02.468 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T23:04:02.468 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:02.468 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:04:02.468 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:04:02.468 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T23:04:02.468 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T23:04:02.468 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T23:04:02.468 INFO:teuthology.orchestra.run.smithi189.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T23:04:02.469 INFO:teuthology.orchestra.run.smithi189.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T23:04:02.469 INFO:teuthology.orchestra.run.smithi189.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T23:04:02.469 INFO:teuthology.orchestra.run.smithi189.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T23:04:02.469 INFO:teuthology.orchestra.run.smithi189.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T23:04:02.469 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T23:04:02.469 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T23:04:02.469 INFO:teuthology.orchestra.run.smithi189.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T23:04:02.469 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:02.469 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:02.673 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:04:02.673 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/2 2024-04-22T23:04:02.749 INFO:teuthology.orchestra.run.smithi094.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.4 MB/s | 1.0 MB 00:00 2024-04-22T23:04:02.752 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:02.752 INFO:teuthology.orchestra.run.smithi094.stdout:Total 1.4 MB/s | 2.2 MB 00:01 2024-04-22T23:04:02.815 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:04:02.829 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:04:02.829 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:04:02.844 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-rook 2024-04-22T23:04:02.914 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:04:02.916 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:04:02.942 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T23:04:02.943 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:02.943 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:04:02.943 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T23:04:02.943 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:02.943 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:04:03.206 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-volume 2024-04-22T23:04:03.369 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:22 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:03.422 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:04:03.491 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:03.492 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:03.492 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T23:04:03.492 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:03.492 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:04:03.492 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-rook noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 49 k 2024-04-22T23:04:03.492 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T23:04:03.492 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T23:04:03.492 INFO:teuthology.orchestra.run.smithi189.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T23:04:03.492 INFO:teuthology.orchestra.run.smithi189.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T23:04:03.493 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T23:04:03.493 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T23:04:03.493 INFO:teuthology.orchestra.run.smithi189.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T23:04:03.493 INFO:teuthology.orchestra.run.smithi189.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T23:04:03.493 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T23:04:03.493 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T23:04:03.493 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T23:04:03.493 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T23:04:03.493 INFO:teuthology.orchestra.run.smithi189.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T23:04:03.493 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:03.493 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:04:03.493 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:03.494 INFO:teuthology.orchestra.run.smithi189.stdout:Install 13 Packages 2024-04-22T23:04:03.494 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:03.494 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 2.2 M 2024-04-22T23:04:03.494 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 26 M 2024-04-22T23:04:03.494 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:04:03.597 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T23:04:03.659 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T23:04:03.714 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T23:04:03.741 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:04:03.754 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T23:04:03.784 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T23:04:03.868 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:04:03.869 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:03.869 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-04-22T23:04:03.869 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:03.869 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:04:03.869 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-volume noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 273 k 2024-04-22T23:04:03.869 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-04-22T23:04:03.869 INFO:teuthology.orchestra.run.smithi045.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T23:04:03.869 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:03.869 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:04:03.870 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:03.870 INFO:teuthology.orchestra.run.smithi045.stdout:Install 2 Packages 2024-04-22T23:04:03.870 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:03.870 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 350 k 2024-04-22T23:04:03.870 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 1.5 M 2024-04-22T23:04:03.870 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:04:03.874 INFO:teuthology.orchestra.run.smithi189.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 146 kB/s | 26 kB 00:00 2024-04-22T23:04:03.879 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T23:04:03.899 INFO:teuthology.orchestra.run.smithi189.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 95 kB/s | 19 kB 00:00 2024-04-22T23:04:03.924 INFO:teuthology.orchestra.run.smithi189.stdout:(3/13): ceph-mgr-rook-19.0.0-3252.g43be0201.el9 218 kB/s | 49 kB 00:00 2024-04-22T23:04:03.988 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T23:04:04.016 INFO:teuthology.orchestra.run.smithi189.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-04-22T23:04:04.033 INFO:teuthology.orchestra.run.smithi189.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.2 MB/s | 159 kB 00:00 2024-04-22T23:04:04.036 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T23:04:04.083 INFO:teuthology.orchestra.run.smithi189.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 811 kB/s | 54 kB 00:00 2024-04-22T23:04:04.131 INFO:teuthology.orchestra.run.smithi045.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 521 kB/s | 77 kB 00:00 2024-04-22T23:04:04.192 INFO:teuthology.orchestra.run.smithi189.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.0 MB/s | 279 kB 00:00 2024-04-22T23:04:04.334 INFO:teuthology.orchestra.run.smithi189.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 60 kB/s | 15 kB 00:00 2024-04-22T23:04:04.359 INFO:teuthology.orchestra.run.smithi189.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 99 kB/s | 32 kB 00:00 2024-04-22T23:04:04.373 INFO:teuthology.orchestra.run.smithi045.stdout:(2/2): ceph-volume-19.0.0-3252.g43be0201.el9.no 700 kB/s | 273 kB 00:00 2024-04-22T23:04:04.373 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:04.373 INFO:teuthology.orchestra.run.smithi045.stdout:Total 695 kB/s | 350 kB 00:00 2024-04-22T23:04:04.386 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:04:04.397 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:04:04.397 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:04:04.424 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:04:04.425 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:04:04.493 INFO:teuthology.orchestra.run.smithi189.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 442 kB/s | 59 kB 00:00 2024-04-22T23:04:04.583 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:04:04.593 INFO:teuthology.orchestra.run.smithi189.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 898 kB/s | 90 kB 00:00 2024-04-22T23:04:04.626 INFO:teuthology.orchestra.run.smithi189.stdout:(12/13): python3-google-auth-2.28.2-1.el9.noarc 468 kB/s | 203 kB 00:00 2024-04-22T23:04:04.685 INFO:teuthology.orchestra.run.smithi189.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.9 MB/s | 1.0 MB 00:00 2024-04-22T23:04:04.690 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:04.691 INFO:teuthology.orchestra.run.smithi189.stdout:Total 1.8 MB/s | 2.2 MB 00:01 2024-04-22T23:04:04.752 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:04:04.760 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T23:04:04.763 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T23:04:04.766 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:04:04.767 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:04:04.808 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T23:04:04.809 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:04:04.824 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:04:04.825 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:04:04.825 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T23:04:04.825 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:04.841 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T23:04:04.852 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:04:04.852 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:04:04.881 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T23:04:04.903 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:04:05.361 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:04:05.512 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 1/2 2024-04-22T23:04:05.519 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T23:04:05.578 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T23:04:05.642 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T23:04:05.650 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:04:05.650 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 1/13 2024-04-22T23:04:05.650 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T23:04:05.650 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T23:04:05.650 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T23:04:05.650 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T23:04:05.651 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T23:04:05.651 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T23:04:05.651 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T23:04:05.651 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T23:04:05.651 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T23:04:05.651 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T23:04:05.651 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T23:04:05.679 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T23:04:05.721 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T23:04:05.812 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T23:04:05.812 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:05.812 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:04:05.812 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:04:05.813 INFO:teuthology.orchestra.run.smithi045.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T23:04:05.813 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:05.813 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:04:05.816 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T23:04:05.925 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T23:04:05.951 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T23:04:05.951 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:05.951 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:04:05.951 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:04:05.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T23:04:05.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T23:04:05.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T23:04:05.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T23:04:05.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T23:04:05.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T23:04:05.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T23:04:05.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T23:04:05.951 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T23:04:05.952 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T23:04:05.952 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T23:04:05.952 INFO:teuthology.orchestra.run.smithi094.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T23:04:05.952 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:05.952 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:05.972 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T23:04:06.158 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librados-devel 2024-04-22T23:04:06.211 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T23:04:06.702 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:04:06.703 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T23:04:06.719 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:34 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:06.744 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T23:04:06.778 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T23:04:06.827 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T23:04:06.828 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:04:06.828 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:06.828 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-04-22T23:04:06.828 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:06.828 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:04:06.828 INFO:teuthology.orchestra.run.smithi045.stdout: librados-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 127 k 2024-04-22T23:04:06.828 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:06.828 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:04:06.828 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:06.828 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-04-22T23:04:06.828 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:06.829 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 127 k 2024-04-22T23:04:06.829 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 456 k 2024-04-22T23:04:06.829 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:04:06.838 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:06.839 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:06.839 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T23:04:06.839 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:06.839 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:04:06.839 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 143 k 2024-04-22T23:04:06.839 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T23:04:06.839 INFO:teuthology.orchestra.run.smithi094.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T23:04:06.839 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T23:04:06.840 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T23:04:06.840 INFO:teuthology.orchestra.run.smithi094.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T23:04:06.840 INFO:teuthology.orchestra.run.smithi094.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T23:04:06.840 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:06.840 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:04:06.840 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:06.840 INFO:teuthology.orchestra.run.smithi094.stdout:Install 6 Packages 2024-04-22T23:04:06.840 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:06.841 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 7.0 M 2024-04-22T23:04:06.841 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 33 M 2024-04-22T23:04:06.841 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:04:06.856 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:04:07.146 INFO:teuthology.orchestra.run.smithi045.stdout:librados-devel-19.0.0-3252.g43be0201.el9.x86_64 400 kB/s | 127 kB 00:00 2024-04-22T23:04:07.146 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:07.147 INFO:teuthology.orchestra.run.smithi045.stdout:Total 398 kB/s | 127 kB 00:00 2024-04-22T23:04:07.147 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:04:07.153 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:04:07.153 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:04:07.221 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:04:07.221 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:04:07.381 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:04:07.466 INFO:teuthology.orchestra.run.smithi094.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.8 MB/s | 248 kB 00:00 2024-04-22T23:04:07.494 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:07.585 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:04:07.586 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 1/13 2024-04-22T23:04:07.586 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T23:04:07.586 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T23:04:07.586 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T23:04:07.586 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T23:04:07.586 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T23:04:07.586 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T23:04:07.586 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T23:04:07.586 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T23:04:07.586 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T23:04:07.586 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T23:04:07.586 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T23:04:07.658 INFO:teuthology.orchestra.run.smithi094.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 18 MB/s | 6.0 MB 00:00 2024-04-22T23:04:07.717 INFO:teuthology.orchestra.run.smithi094.stdout:(3/6): ceph-mgr-cephadm-19.0.0-3252.g43be0201.e 373 kB/s | 143 kB 00:00 2024-04-22T23:04:07.870 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:07.909 INFO:teuthology.orchestra.run.smithi094.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 232 kB/s | 58 kB 00:00 2024-04-22T23:04:07.910 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T23:04:07.910 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:07.910 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:04:07.910 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:04:07.910 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T23:04:07.910 INFO:teuthology.orchestra.run.smithi189.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T23:04:07.910 INFO:teuthology.orchestra.run.smithi189.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T23:04:07.910 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T23:04:07.910 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T23:04:07.910 INFO:teuthology.orchestra.run.smithi189.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T23:04:07.910 INFO:teuthology.orchestra.run.smithi189.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T23:04:07.910 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T23:04:07.911 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T23:04:07.911 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T23:04:07.911 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T23:04:07.911 INFO:teuthology.orchestra.run.smithi189.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T23:04:07.911 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:07.911 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:07.951 INFO:teuthology.orchestra.run.smithi094.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 218 kB/s | 51 kB 00:00 2024-04-22T23:04:08.076 INFO:teuthology.orchestra.run.smithi094.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 900 kB/s | 548 kB 00:00 2024-04-22T23:04:08.078 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:08.078 INFO:teuthology.orchestra.run.smithi094.stdout:Total 5.6 MB/s | 7.0 MB 00:01 2024-04-22T23:04:08.118 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:08.118 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:08.118 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:04:08.119 INFO:teuthology.orchestra.run.smithi045.stdout: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:08.119 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:08.119 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:04:08.140 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T23:04:08.147 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:04:08.158 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:04:08.159 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:04:08.254 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:04:08.255 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:04:08.437 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install libcephfs2 2024-04-22T23:04:08.556 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:04:08.651 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:27 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:08.718 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T23:04:08.769 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T23:04:08.771 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:08.772 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:08.772 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T23:04:08.772 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:08.772 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:04:08.772 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 143 k 2024-04-22T23:04:08.772 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T23:04:08.772 INFO:teuthology.orchestra.run.smithi189.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T23:04:08.772 INFO:teuthology.orchestra.run.smithi189.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T23:04:08.772 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T23:04:08.772 INFO:teuthology.orchestra.run.smithi189.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T23:04:08.772 INFO:teuthology.orchestra.run.smithi189.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T23:04:08.773 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:08.773 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:04:08.773 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:08.773 INFO:teuthology.orchestra.run.smithi189.stdout:Install 6 Packages 2024-04-22T23:04:08.773 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:08.773 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 7.0 M 2024-04-22T23:04:08.773 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 33 M 2024-04-22T23:04:08.774 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:04:08.974 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:04:09.056 INFO:teuthology.orchestra.run.smithi045.stdout:Package libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:09.099 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:04:09.100 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-04-22T23:04:09.100 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:04:09.180 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install libcephfs-devel 2024-04-22T23:04:09.285 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T23:04:09.362 INFO:teuthology.orchestra.run.smithi189.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 2.3 MB/s | 248 kB 00:00 2024-04-22T23:04:09.373 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T23:04:09.435 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T23:04:09.465 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:04:09.596 INFO:teuthology.orchestra.run.smithi189.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 18 MB/s | 6.0 MB 00:00 2024-04-22T23:04:09.690 INFO:teuthology.orchestra.run.smithi189.stdout:(3/6): ceph-mgr-cephadm-19.0.0-3252.g43be0201.e 331 kB/s | 143 kB 00:00 2024-04-22T23:04:09.715 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:04:09.840 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:04:09.840 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:09.840 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-04-22T23:04:09.840 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:09.840 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:04:09.840 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 32 k 2024-04-22T23:04:09.841 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:09.841 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:04:09.841 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:09.841 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-04-22T23:04:09.841 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:09.842 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 32 k 2024-04-22T23:04:09.842 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 142 k 2024-04-22T23:04:09.842 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:04:10.000 INFO:teuthology.orchestra.run.smithi045.stdout:libcephfs-devel-19.0.0-3252.g43be0201.el9.x86_6 199 kB/s | 32 kB 00:00 2024-04-22T23:04:10.001 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:10.001 INFO:teuthology.orchestra.run.smithi045.stdout:Total 198 kB/s | 32 kB 00:00 2024-04-22T23:04:10.001 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:04:10.005 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:04:10.005 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:04:10.007 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:04:10.008 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:04:10.092 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:04:10.096 INFO:teuthology.orchestra.run.smithi189.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 115 kB/s | 58 kB 00:00 2024-04-22T23:04:10.171 INFO:teuthology.orchestra.run.smithi189.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 111 kB/s | 51 kB 00:00 2024-04-22T23:04:10.199 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:10.222 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:04:10.222 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/6 2024-04-22T23:04:10.222 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T23:04:10.222 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T23:04:10.222 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T23:04:10.222 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T23:04:10.313 INFO:teuthology.orchestra.run.smithi189.stdout:(6/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 577 kB/s | 548 kB 00:00 2024-04-22T23:04:10.314 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:10.314 INFO:teuthology.orchestra.run.smithi189.stdout:Total 4.5 MB/s | 7.0 MB 00:01 2024-04-22T23:04:10.385 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:04:10.396 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:04:10.396 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:04:10.467 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T23:04:10.467 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:10.467 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:04:10.467 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:04:10.467 INFO:teuthology.orchestra.run.smithi094.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T23:04:10.467 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T23:04:10.468 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T23:04:10.468 INFO:teuthology.orchestra.run.smithi094.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T23:04:10.468 INFO:teuthology.orchestra.run.smithi094.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T23:04:10.468 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:10.468 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:10.493 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:04:10.493 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:04:10.511 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:10.717 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-fuse 2024-04-22T23:04:10.718 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:10.718 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:10.718 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:04:10.718 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:10.718 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:10.718 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:04:10.801 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:04:10.891 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librados2 2024-04-22T23:04:10.971 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T23:04:11.023 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T23:04:11.232 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:11.351 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:11.352 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:11.352 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T23:04:11.352 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:11.352 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:04:11.352 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 890 k 2024-04-22T23:04:11.352 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T23:04:11.352 INFO:teuthology.orchestra.run.smithi094.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T23:04:11.353 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:11.353 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:04:11.353 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:11.353 INFO:teuthology.orchestra.run.smithi094.stdout:Install 2 Packages 2024-04-22T23:04:11.353 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:11.353 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 970 k 2024-04-22T23:04:11.353 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 2.8 M 2024-04-22T23:04:11.354 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:04:11.427 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:04:11.508 INFO:teuthology.orchestra.run.smithi045.stdout:Package librados2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:11.546 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T23:04:11.551 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:04:11.552 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-04-22T23:04:11.552 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:04:11.619 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librbd1 2024-04-22T23:04:11.635 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T23:04:11.706 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T23:04:11.738 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:04:11.786 INFO:teuthology.orchestra.run.smithi094.stdout:(1/2): ceph-fuse-19.0.0-3252.g43be0201.el9.x86_ 3.0 MB/s | 890 kB 00:00 2024-04-22T23:04:11.936 INFO:teuthology.orchestra.run.smithi094.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 181 kB/s | 80 kB 00:00 2024-04-22T23:04:11.936 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:11.937 INFO:teuthology.orchestra.run.smithi094.stdout:Total 1.6 MB/s | 970 kB 00:00 2024-04-22T23:04:11.948 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:04:11.971 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:04:11.971 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:04:12.049 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:04:12.049 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:04:12.158 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:04:12.233 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:04:12.239 INFO:teuthology.orchestra.run.smithi045.stdout:Package librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:12.282 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:04:12.283 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-04-22T23:04:12.283 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:04:12.356 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rados 2024-04-22T23:04:12.371 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T23:04:12.435 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:04:12.500 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:04:12.500 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/6 2024-04-22T23:04:12.500 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T23:04:12.500 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T23:04:12.500 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T23:04:12.500 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T23:04:12.748 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T23:04:12.748 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:12.748 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:04:12.748 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:04:12.748 INFO:teuthology.orchestra.run.smithi189.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T23:04:12.748 INFO:teuthology.orchestra.run.smithi189.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T23:04:12.749 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T23:04:12.749 INFO:teuthology.orchestra.run.smithi189.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T23:04:12.749 INFO:teuthology.orchestra.run.smithi189.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T23:04:12.749 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:12.749 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:12.889 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:04:12.970 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:12.979 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-fuse 2024-04-22T23:04:13.013 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:04:13.014 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-04-22T23:04:13.014 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:04:13.057 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:04:13.058 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/2 2024-04-22T23:04:13.096 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rgw 2024-04-22T23:04:13.310 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T23:04:13.310 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:13.310 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:04:13.310 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T23:04:13.310 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:13.310 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:13.496 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:32 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:13.599 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-volume 2024-04-22T23:04:13.617 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:13.617 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:13.617 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T23:04:13.618 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:13.618 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:04:13.618 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 890 k 2024-04-22T23:04:13.618 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T23:04:13.618 INFO:teuthology.orchestra.run.smithi189.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T23:04:13.618 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:13.618 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:04:13.618 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:13.618 INFO:teuthology.orchestra.run.smithi189.stdout:Install 2 Packages 2024-04-22T23:04:13.618 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:13.619 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 970 k 2024-04-22T23:04:13.619 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 2.8 M 2024-04-22T23:04:13.619 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:04:13.632 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:04:13.715 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:13.760 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:04:13.761 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-04-22T23:04:13.762 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:04:13.831 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-cephfs 2024-04-22T23:04:13.859 INFO:teuthology.orchestra.run.smithi189.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 462 kB/s | 80 kB 00:00 2024-04-22T23:04:14.001 INFO:teuthology.orchestra.run.smithi189.stdout:(2/2): ceph-fuse-19.0.0-3252.g43be0201.el9.x86_ 2.8 MB/s | 890 kB 00:00 2024-04-22T23:04:14.001 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:14.001 INFO:teuthology.orchestra.run.smithi189.stdout:Total 2.5 MB/s | 970 kB 00:00 2024-04-22T23:04:14.013 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:04:14.035 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:04:14.036 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:04:14.110 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:14.112 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:04:14.112 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:04:14.234 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:14.234 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:14.234 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T23:04:14.234 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:14.234 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:04:14.235 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-volume noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 273 k 2024-04-22T23:04:14.235 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T23:04:14.235 INFO:teuthology.orchestra.run.smithi094.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T23:04:14.235 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:14.235 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:04:14.235 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:14.235 INFO:teuthology.orchestra.run.smithi094.stdout:Install 2 Packages 2024-04-22T23:04:14.235 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:14.236 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 350 k 2024-04-22T23:04:14.236 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 1.5 M 2024-04-22T23:04:14.236 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:04:14.301 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:04:14.369 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:04:14.428 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T23:04:14.451 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:14.494 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:04:14.495 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-04-22T23:04:14.495 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:04:14.498 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:04:14.532 INFO:teuthology.orchestra.run.smithi094.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 547 kB/s | 77 kB 00:00 2024-04-22T23:04:14.564 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rbd 2024-04-22T23:04:14.741 INFO:teuthology.orchestra.run.smithi094.stdout:(2/2): ceph-volume-19.0.0-3252.g43be0201.el9.no 781 kB/s | 273 kB 00:00 2024-04-22T23:04:14.741 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:14.742 INFO:teuthology.orchestra.run.smithi094.stdout:Total 691 kB/s | 350 kB 00:00 2024-04-22T23:04:14.753 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:04:14.763 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:04:14.763 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:04:14.789 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:04:14.789 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:04:14.946 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:04:15.106 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:04:15.139 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:04:15.139 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/2 2024-04-22T23:04:15.141 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T23:04:15.176 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:04:15.188 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:15.192 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:04:15.192 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:04:15.192 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T23:04:15.192 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:15.231 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:04:15.232 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-04-22T23:04:15.232 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:04:15.306 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-fuse 2024-04-22T23:04:15.426 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T23:04:15.426 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:15.426 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:04:15.426 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T23:04:15.426 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:15.426 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:15.730 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-volume 2024-04-22T23:04:15.840 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:04:15.944 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 1/2 2024-04-22T23:04:15.965 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:04:15.965 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:15.966 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-04-22T23:04:15.966 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:15.966 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:04:15.966 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 85 k 2024-04-22T23:04:15.966 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:15.966 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:04:15.966 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:15.966 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-04-22T23:04:15.966 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:15.966 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 85 k 2024-04-22T23:04:15.966 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 231 k 2024-04-22T23:04:15.967 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:04:16.226 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T23:04:16.226 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:16.226 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:04:16.226 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:04:16.226 INFO:teuthology.orchestra.run.smithi094.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T23:04:16.226 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:16.226 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:16.249 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:35 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:16.353 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-fuse-19.0.0-3252.g43be0201.el9.x86_64.rpm 221 kB/s | 85 kB 00:00 2024-04-22T23:04:16.354 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:16.354 INFO:teuthology.orchestra.run.smithi045.stdout:Total 220 kB/s | 85 kB 00:00 2024-04-22T23:04:16.354 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:04:16.362 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:04:16.362 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:04:16.373 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:16.374 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:16.374 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T23:04:16.374 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:16.374 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:04:16.374 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-volume noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 273 k 2024-04-22T23:04:16.374 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T23:04:16.374 INFO:teuthology.orchestra.run.smithi189.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T23:04:16.374 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:16.374 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:04:16.374 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:16.374 INFO:teuthology.orchestra.run.smithi189.stdout:Install 2 Packages 2024-04-22T23:04:16.374 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:16.375 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 350 k 2024-04-22T23:04:16.375 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 1.5 M 2024-04-22T23:04:16.375 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:04:16.430 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:04:16.430 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:04:16.547 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librados-devel 2024-04-22T23:04:16.693 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:04:16.764 INFO:teuthology.orchestra.run.smithi189.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 653 kB/s | 77 kB 00:00 2024-04-22T23:04:16.785 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:17.039 INFO:teuthology.orchestra.run.smithi189.stdout:(2/2): ceph-volume-19.0.0-3252.g43be0201.el9.no 695 kB/s | 273 kB 00:00 2024-04-22T23:04:17.040 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:17.040 INFO:teuthology.orchestra.run.smithi189.stdout:Total 526 kB/s | 350 kB 00:00 2024-04-22T23:04:17.051 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:04:17.062 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:04:17.062 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:04:17.074 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:17.085 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:04:17.085 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:04:17.199 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:17.200 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:17.200 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-04-22T23:04:17.200 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:17.200 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:04:17.200 INFO:teuthology.orchestra.run.smithi094.stdout: librados-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 127 k 2024-04-22T23:04:17.200 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:17.200 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:04:17.200 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:17.201 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T23:04:17.201 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:17.201 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 127 k 2024-04-22T23:04:17.201 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 456 k 2024-04-22T23:04:17.201 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:04:17.227 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:04:17.264 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:17.413 INFO:teuthology.orchestra.run.smithi094.stdout:librados-devel-19.0.0-3252.g43be0201.el9.x86_64 597 kB/s | 127 kB 00:00 2024-04-22T23:04:17.414 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:17.414 INFO:teuthology.orchestra.run.smithi094.stdout:Total 593 kB/s | 127 kB 00:00 2024-04-22T23:04:17.414 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:04:17.420 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:04:17.420 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:04:17.432 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T23:04:17.467 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:04:17.482 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:04:17.483 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:04:17.483 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T23:04:17.483 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:17.484 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:04:17.485 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:04:17.524 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:17.524 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:17.524 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:04:17.524 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:17.524 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:17.524 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:04:17.636 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:04:17.743 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:17.757 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-mirror 2024-04-22T23:04:18.128 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:18.166 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 1/2 2024-04-22T23:04:18.290 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:54 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:04:18.365 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:18.365 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:18.365 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:04:18.366 INFO:teuthology.orchestra.run.smithi094.stdout: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:18.366 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:18.366 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:18.415 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:04:18.416 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:18.416 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-04-22T23:04:18.416 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:18.416 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:04:18.417 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-mirror x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:04:18.417 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:18.417 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:04:18.417 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:18.417 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-04-22T23:04:18.417 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:18.417 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 3.1 M 2024-04-22T23:04:18.417 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 13 M 2024-04-22T23:04:18.417 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:04:18.439 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T23:04:18.440 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:18.440 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:04:18.440 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:04:18.440 INFO:teuthology.orchestra.run.smithi189.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T23:04:18.440 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:18.440 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:18.587 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install libcephfs2 2024-04-22T23:04:18.760 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install librados-devel 2024-04-22T23:04:18.957 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-mirror-19.0.0-3252.g43be0201.el9.x86_64.rpm 5.7 MB/s | 3.1 MB 00:00 2024-04-22T23:04:18.957 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:18.958 INFO:teuthology.orchestra.run.smithi045.stdout:Total 5.7 MB/s | 3.1 MB 00:00 2024-04-22T23:04:18.958 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:04:18.968 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:04:18.968 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:04:19.055 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:04:19.055 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:04:19.101 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:19.181 INFO:teuthology.orchestra.run.smithi094.stdout:Package libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:19.223 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:19.224 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T23:04:19.224 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:19.289 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:38 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:19.295 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install libcephfs-devel 2024-04-22T23:04:19.411 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:19.412 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:19.412 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-04-22T23:04:19.413 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:19.413 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:04:19.413 INFO:teuthology.orchestra.run.smithi189.stdout: librados-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 127 k 2024-04-22T23:04:19.413 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:19.413 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:04:19.413 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:19.414 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T23:04:19.414 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:19.414 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 127 k 2024-04-22T23:04:19.414 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 456 k 2024-04-22T23:04:19.414 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:04:19.610 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:04:19.666 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:19.692 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:19.692 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:04:19.692 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T23:04:19.692 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:04:19.693 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:04:19.693 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:19.721 INFO:teuthology.orchestra.run.smithi189.stdout:librados-devel-19.0.0-3252.g43be0201.el9.x86_64 412 kB/s | 127 kB 00:00 2024-04-22T23:04:19.721 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:19.722 INFO:teuthology.orchestra.run.smithi189.stdout:Total 409 kB/s | 127 kB 00:00 2024-04-22T23:04:19.722 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:04:19.727 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:04:19.727 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:04:19.791 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:04:19.792 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:04:19.812 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:19.934 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:19.935 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:19.935 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-04-22T23:04:19.935 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:19.935 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:04:19.935 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 32 k 2024-04-22T23:04:19.935 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:19.935 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:04:19.935 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:19.935 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T23:04:19.936 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:19.936 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 32 k 2024-04-22T23:04:19.936 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 142 k 2024-04-22T23:04:19.936 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:04:19.944 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:04:20.042 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:20.107 INFO:teuthology.orchestra.run.smithi094.stdout:libcephfs-devel-19.0.0-3252.g43be0201.el9.x86_6 184 kB/s | 32 kB 00:00 2024-04-22T23:04:20.108 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:20.108 INFO:teuthology.orchestra.run.smithi094.stdout:Total 183 kB/s | 32 kB 00:00 2024-04-22T23:04:20.108 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:04:20.112 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:04:20.112 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:04:20.114 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:04:20.114 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:04:20.192 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:04:20.287 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:20.472 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:20.638 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:20.731 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:20.731 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:20.732 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:04:20.732 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:20.732 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:20.732 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:04:20.732 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:20.732 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:20.732 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:04:20.732 INFO:teuthology.orchestra.run.smithi189.stdout: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:20.732 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:20.733 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:20.832 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:20.832 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:20.832 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:04:20.832 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:20.832 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:20.833 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:20.943 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-nbd 2024-04-22T23:04:20.963 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install libcephfs2 2024-04-22T23:04:20.988 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librados2 2024-04-22T23:04:21.486 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:57 ago on Mon 22 Apr 2024 11:02:24 PM UTC. 2024-04-22T23:04:21.488 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:21.495 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:21.567 INFO:teuthology.orchestra.run.smithi189.stdout:Package libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:21.573 INFO:teuthology.orchestra.run.smithi094.stdout:Package librados2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:21.608 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:21.610 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T23:04:21.610 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:21.613 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-22T23:04:21.615 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:21.615 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:21.615 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-04-22T23:04:21.615 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:21.615 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-22T23:04:21.615 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-nbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 171 k 2024-04-22T23:04:21.615 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:21.616 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-22T23:04:21.616 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-22T23:04:21.616 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-04-22T23:04:21.616 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:21.616 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 171 k 2024-04-22T23:04:21.616 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 494 k 2024-04-22T23:04:21.616 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-22T23:04:21.616 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T23:04:21.617 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:21.677 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install libcephfs-devel 2024-04-22T23:04:21.682 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librbd1 2024-04-22T23:04:21.960 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-nbd-19.0.0-3252.g43be0201.el9.x86_64.rpm 496 kB/s | 171 kB 00:00 2024-04-22T23:04:21.961 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:21.961 INFO:teuthology.orchestra.run.smithi045.stdout:Total 494 kB/s | 171 kB 00:00 2024-04-22T23:04:21.961 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-22T23:04:21.970 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-22T23:04:21.970 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-22T23:04:22.040 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-22T23:04:22.041 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-22T23:04:22.196 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:22.196 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:22.203 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-22T23:04:22.275 INFO:teuthology.orchestra.run.smithi094.stdout:Package librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:22.301 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:22.317 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:22.317 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:22.318 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T23:04:22.318 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:22.318 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:22.319 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-04-22T23:04:22.319 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:22.319 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:04:22.319 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 32 k 2024-04-22T23:04:22.319 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:22.319 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:04:22.319 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:22.319 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T23:04:22.319 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:22.319 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 32 k 2024-04-22T23:04:22.319 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 142 k 2024-04-22T23:04:22.319 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:04:22.378 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rados 2024-04-22T23:04:22.558 INFO:teuthology.orchestra.run.smithi189.stdout:libcephfs-devel-19.0.0-3252.g43be0201.el9.x86_6 133 kB/s | 32 kB 00:00 2024-04-22T23:04:22.559 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:22.559 INFO:teuthology.orchestra.run.smithi189.stdout:Total 132 kB/s | 32 kB 00:00 2024-04-22T23:04:22.559 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:04:22.562 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:04:22.562 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:04:22.564 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:04:22.565 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:04:22.649 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:04:22.720 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:22.745 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:22.887 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:22.964 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:22.965 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:22.965 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-22T23:04:22.965 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:22.965 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:04:22.965 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-22T23:04:22.966 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:23.007 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:23.009 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T23:04:23.010 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:23.073 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rgw 2024-04-22T23:04:23.085 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:23.224 DEBUG:teuthology.parallel:result is None 2024-04-22T23:04:23.296 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:23.296 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:23.296 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:04:23.296 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:23.296 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:23.296 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:23.501 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install librados2 2024-04-22T23:04:23.578 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:23.658 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:23.698 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:23.699 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T23:04:23.699 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:23.773 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-cephfs 2024-04-22T23:04:24.019 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:24.098 INFO:teuthology.orchestra.run.smithi189.stdout:Package librados2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:24.139 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:24.140 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T23:04:24.140 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:24.213 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install librbd1 2024-04-22T23:04:24.288 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:24.368 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:24.410 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:24.411 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T23:04:24.411 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:24.470 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rbd 2024-04-22T23:04:24.748 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:24.837 INFO:teuthology.orchestra.run.smithi189.stdout:Package librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:24.879 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:24.880 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T23:04:24.880 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:24.951 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-rados 2024-04-22T23:04:24.989 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:25.068 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:25.110 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:25.111 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T23:04:25.111 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:25.172 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-fuse 2024-04-22T23:04:25.458 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:25.538 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:25.579 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:25.579 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T23:04:25.580 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:25.654 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-rgw 2024-04-22T23:04:25.698 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:25.818 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:25.818 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:25.819 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-04-22T23:04:25.819 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:25.819 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:04:25.819 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 85 k 2024-04-22T23:04:25.819 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:25.819 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:04:25.819 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:25.819 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T23:04:25.819 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:25.819 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 85 k 2024-04-22T23:04:25.819 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 231 k 2024-04-22T23:04:25.819 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:04:26.127 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-fuse-19.0.0-3252.g43be0201.el9.x86_64.rpm 278 kB/s | 85 kB 00:00 2024-04-22T23:04:26.127 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:26.128 INFO:teuthology.orchestra.run.smithi094.stdout:Total 276 kB/s | 85 kB 00:00 2024-04-22T23:04:26.128 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:04:26.135 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:04:26.135 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:04:26.164 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:26.201 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:04:26.202 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:04:26.242 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:26.283 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:26.285 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T23:04:26.285 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:26.347 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:04:26.362 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-cephfs 2024-04-22T23:04:26.448 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:26.852 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:26.880 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:26.960 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:27.002 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:27.002 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T23:04:27.003 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:27.075 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-rbd 2024-04-22T23:04:27.098 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:27.099 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:27.099 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:04:27.099 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:27.099 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:27.099 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:27.361 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-mirror 2024-04-22T23:04:27.597 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:27.677 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:27.719 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:27.720 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T23:04:27.720 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:27.792 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install rbd-fuse 2024-04-22T23:04:27.875 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:55 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:27.997 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:27.997 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:27.997 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-04-22T23:04:27.997 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:27.997 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:04:27.997 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-mirror x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:04:27.998 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:27.998 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:04:27.998 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:27.998 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T23:04:27.998 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:27.998 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 3.1 M 2024-04-22T23:04:27.999 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 13 M 2024-04-22T23:04:27.999 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:04:28.307 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:28.427 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:28.428 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:28.428 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-04-22T23:04:28.428 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:28.428 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:04:28.428 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 85 k 2024-04-22T23:04:28.428 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:28.429 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:04:28.429 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:28.429 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T23:04:28.429 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:28.429 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 85 k 2024-04-22T23:04:28.429 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 231 k 2024-04-22T23:04:28.429 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:04:28.513 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-mirror-19.0.0-3252.g43be0201.el9.x86_64.rpm 6.0 MB/s | 3.1 MB 00:00 2024-04-22T23:04:28.515 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:28.515 INFO:teuthology.orchestra.run.smithi094.stdout:Total 6.0 MB/s | 3.1 MB 00:00 2024-04-22T23:04:28.515 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:04:28.523 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:04:28.524 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:04:28.604 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:04:28.604 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:04:28.627 INFO:teuthology.orchestra.run.smithi189.stdout:rbd-fuse-19.0.0-3252.g43be0201.el9.x86_64.rpm 431 kB/s | 85 kB 00:00 2024-04-22T23:04:28.628 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:28.628 INFO:teuthology.orchestra.run.smithi189.stdout:Total 427 kB/s | 85 kB 00:00 2024-04-22T23:04:28.628 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:04:28.635 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:04:28.635 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:04:28.698 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:04:28.698 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:04:28.846 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:04:28.966 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:29.030 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:04:29.097 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:29.121 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:29.122 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:04:29.122 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T23:04:29.122 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-04-22T23:04:29.122 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-04-22T23:04:29.122 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:29.292 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:29.531 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:29.532 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:29.532 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:04:29.532 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:29.532 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:29.532 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:29.784 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install rbd-mirror 2024-04-22T23:04:30.158 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:30.158 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:30.158 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:04:30.158 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:30.159 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:30.159 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:30.327 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:30.410 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-nbd 2024-04-22T23:04:30.453 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:30.453 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:30.453 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-04-22T23:04:30.453 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:30.454 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:04:30.454 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-mirror x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:04:30.454 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:30.454 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:04:30.454 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:30.454 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T23:04:30.454 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:30.455 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 3.1 M 2024-04-22T23:04:30.455 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 13 M 2024-04-22T23:04:30.455 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:04:30.925 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:58 ago on Mon 22 Apr 2024 11:02:32 PM UTC. 2024-04-22T23:04:30.965 INFO:teuthology.orchestra.run.smithi189.stdout:rbd-mirror-19.0.0-3252.g43be0201.el9.x86_64.rpm 6.1 MB/s | 3.1 MB 00:00 2024-04-22T23:04:30.966 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:30.966 INFO:teuthology.orchestra.run.smithi189.stdout:Total 6.0 MB/s | 3.1 MB 00:00 2024-04-22T23:04:30.966 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:04:30.975 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:04:30.975 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:04:31.049 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T23:04:31.050 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:31.050 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-04-22T23:04:31.050 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:31.050 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T23:04:31.050 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-nbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 171 k 2024-04-22T23:04:31.050 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:31.051 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T23:04:31.051 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T23:04:31.051 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T23:04:31.051 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:31.051 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 171 k 2024-04-22T23:04:31.051 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 494 k 2024-04-22T23:04:31.051 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T23:04:31.056 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:04:31.056 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:04:31.275 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-nbd-19.0.0-3252.g43be0201.el9.x86_64.rpm 763 kB/s | 171 kB 00:00 2024-04-22T23:04:31.276 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:31.276 INFO:teuthology.orchestra.run.smithi094.stdout:Total 758 kB/s | 171 kB 00:00 2024-04-22T23:04:31.276 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T23:04:31.283 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T23:04:31.284 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T23:04:31.347 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T23:04:31.347 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T23:04:31.487 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:04:31.496 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T23:04:31.549 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:31.574 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:31.574 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:04:31.574 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T23:04:31.574 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:04:31.575 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:04:31.575 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:31.595 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:31.990 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:32.231 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:32.232 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:32.232 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T23:04:32.232 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:32.232 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T23:04:32.232 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T23:04:32.484 DEBUG:teuthology.parallel:result is None 2024-04-22T23:04:32.620 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:32.621 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:32.621 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:04:32.621 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:32.621 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:32.621 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:32.855 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install rbd-nbd 2024-04-22T23:04:33.376 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 11:02:41 PM UTC. 2024-04-22T23:04:33.499 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T23:04:33.500 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:33.500 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-04-22T23:04:33.500 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:33.500 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T23:04:33.500 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-nbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 171 k 2024-04-22T23:04:33.500 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:33.500 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T23:04:33.500 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T23:04:33.500 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T23:04:33.501 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:33.501 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 171 k 2024-04-22T23:04:33.501 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 494 k 2024-04-22T23:04:33.501 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T23:04:33.845 INFO:teuthology.orchestra.run.smithi189.stdout:rbd-nbd-19.0.0-3252.g43be0201.el9.x86_64.rpm 498 kB/s | 171 kB 00:00 2024-04-22T23:04:33.845 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:33.846 INFO:teuthology.orchestra.run.smithi189.stdout:Total 495 kB/s | 171 kB 00:00 2024-04-22T23:04:33.846 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T23:04:33.853 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T23:04:33.854 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T23:04:33.916 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T23:04:33.917 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T23:04:34.071 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T23:04:34.191 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:34.560 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:34.846 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:34.846 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:34.846 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T23:04:34.846 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:34.846 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:04:34.846 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T23:04:35.101 DEBUG:teuthology.parallel:result is None 2024-04-22T23:04:35.101 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:04:35.359 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T23:04:35.385 INFO:teuthology.orchestra.run.smithi045.stdout:19.0.0-3252.g43be0201.el9 2024-04-22T23:04:35.385 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252.g43be0201.el9 2024-04-22T23:04:35.385 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252.g43be0201 is installed. 2024-04-22T23:04:35.387 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:04:35.533 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T23:04:35.557 INFO:teuthology.orchestra.run.smithi094.stdout:19.0.0-3252.g43be0201.el9 2024-04-22T23:04:35.557 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252.g43be0201.el9 2024-04-22T23:04:35.557 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252.g43be0201 is installed. 2024-04-22T23:04:35.559 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:04:35.699 DEBUG:teuthology.orchestra.run.smithi189:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T23:04:35.723 INFO:teuthology.orchestra.run.smithi189.stdout:19.0.0-3252.g43be0201.el9 2024-04-22T23:04:35.723 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252.g43be0201.el9 2024-04-22T23:04:35.723 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252.g43be0201 is installed. 2024-04-22T23:04:35.725 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-22T23:04:35.725 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-22T23:04:35.725 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:04:35.756 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T23:04:35.756 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:04:35.785 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T23:04:35.785 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:04:35.812 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-22T23:04:35.812 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-22T23:04:35.812 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:04:35.842 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:04:35.911 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T23:04:35.911 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:04:35.939 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:04:36.004 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T23:04:36.004 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:04:36.030 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:04:36.094 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-22T23:04:36.095 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-22T23:04:36.095 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:04:36.124 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:04:36.193 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T23:04:36.193 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:04:36.219 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:04:36.286 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T23:04:36.286 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:04:36.313 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:04:36.375 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-22T23:04:36.376 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-22T23:04:36.376 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:04:36.406 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:04:36.474 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T23:04:36.474 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:04:36.501 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:04:36.567 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T23:04:36.567 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:04:36.593 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:04:36.658 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T23:04:36.764 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_HOST', 'CEPHADM_STRAY_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'} 2024-04-22T23:04:36.765 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:04:36.765 INFO:tasks.cephadm:Cluster fsid is b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:04:36.765 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T23:04:36.766 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.45', 'mon.b': '172.21.15.94', 'mon.c': '172.21.15.189'} 2024-04-22T23:04:36.766 INFO:tasks.cephadm:First mon is mon.a on smithi045 2024-04-22T23:04:36.766 INFO:tasks.cephadm:First mgr is a 2024-04-22T23:04:36.766 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T23:04:36.766 DEBUG:teuthology.orchestra.run.smithi045:> sudo hostname $(hostname -s) 2024-04-22T23:04:36.792 DEBUG:teuthology.orchestra.run.smithi094:> sudo hostname $(hostname -s) 2024-04-22T23:04:36.818 DEBUG:teuthology.orchestra.run.smithi189:> sudo hostname $(hostname -s) 2024-04-22T23:04:36.843 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T23:04:36.843 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:04:36.989 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/78807/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3252-g43be0201', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3252.g43be0201'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-22 22:31:25.102991', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-22-1618', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-22T23:04:37.214 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk-testing-2024-04-22-1618, sha1 43be020184947e53516056c9931e1ac5bdbbb1a5 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:04:37.215 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/x86_64/flavors/default/cephadm 2024-04-22T23:04:37.215 DEBUG:teuthology.orchestra.run.smithi045:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:04:37.845 INFO:teuthology.orchestra.run.smithi045.stdout:-rw-r--r--. 1 ubuntu ubuntu 782536 Apr 22 23:04 /home/ubuntu/cephtest/cephadm 2024-04-22T23:04:37.845 DEBUG:teuthology.orchestra.run.smithi094:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:04:38.296 INFO:teuthology.orchestra.run.smithi094.stdout:-rw-r--r--. 1 ubuntu ubuntu 782536 Apr 22 23:04 /home/ubuntu/cephtest/cephadm 2024-04-22T23:04:38.296 DEBUG:teuthology.orchestra.run.smithi189:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:04:38.751 INFO:teuthology.orchestra.run.smithi189.stdout:-rw-r--r--. 1 ubuntu ubuntu 782536 Apr 22 23:04 /home/ubuntu/cephtest/cephadm 2024-04-22T23:04:38.752 DEBUG:teuthology.orchestra.run.smithi045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:04:38.772 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-04-22T23:04:38.790 DEBUG:teuthology.orchestra.run.smithi189:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:04:38.822 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 on all hosts... 2024-04-22T23:04:38.822 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:04:38.825 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:04:38.833 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:04:40.283 INFO:teuthology.orchestra.run.smithi189.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:04:40.370 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:04:40.429 INFO:teuthology.orchestra.run.smithi094.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:05:14.485 INFO:teuthology.orchestra.run.smithi189.stdout:{ 2024-04-22T23:05:14.485 INFO:teuthology.orchestra.run.smithi189.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:05:14.485 INFO:teuthology.orchestra.run.smithi189.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:05:14.485 INFO:teuthology.orchestra.run.smithi189.stdout: "repo_digests": [ 2024-04-22T23:05:14.485 INFO:teuthology.orchestra.run.smithi189.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:05:14.485 INFO:teuthology.orchestra.run.smithi189.stdout: ] 2024-04-22T23:05:14.485 INFO:teuthology.orchestra.run.smithi189.stdout:} 2024-04-22T23:05:27.861 INFO:teuthology.orchestra.run.smithi094.stdout:{ 2024-04-22T23:05:27.861 INFO:teuthology.orchestra.run.smithi094.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:05:27.861 INFO:teuthology.orchestra.run.smithi094.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:05:27.861 INFO:teuthology.orchestra.run.smithi094.stdout: "repo_digests": [ 2024-04-22T23:05:27.861 INFO:teuthology.orchestra.run.smithi094.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:05:27.861 INFO:teuthology.orchestra.run.smithi094.stdout: ] 2024-04-22T23:05:27.861 INFO:teuthology.orchestra.run.smithi094.stdout:} 2024-04-22T23:05:28.214 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2024-04-22T23:05:28.214 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:05:28.214 INFO:teuthology.orchestra.run.smithi045.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:05:28.214 INFO:teuthology.orchestra.run.smithi045.stdout: "repo_digests": [ 2024-04-22T23:05:28.214 INFO:teuthology.orchestra.run.smithi045.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:05:28.214 INFO:teuthology.orchestra.run.smithi045.stdout: ] 2024-04-22T23:05:28.214 INFO:teuthology.orchestra.run.smithi045.stdout:} 2024-04-22T23:05:28.239 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /etc/ceph 2024-04-22T23:05:28.283 DEBUG:teuthology.orchestra.run.smithi094:> sudo mkdir -p /etc/ceph 2024-04-22T23:05:28.312 DEBUG:teuthology.orchestra.run.smithi189:> sudo mkdir -p /etc/ceph 2024-04-22T23:05:28.346 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 777 /etc/ceph 2024-04-22T23:05:28.370 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 777 /etc/ceph 2024-04-22T23:05:28.396 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 777 /etc/ceph 2024-04-22T23:05:28.423 INFO:tasks.cephadm:Writing seed config... 2024-04-22T23:05:28.424 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-22T23:05:28.424 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-22T23:05:28.424 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-22T23:05:28.424 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-22T23:05:28.425 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-22T23:05:28.425 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-22T23:05:28.425 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-22T23:05:28.425 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-22T23:05:28.425 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-22T23:05:28.425 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-22T23:05:28.425 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-22T23:05:28.441 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = b0aceeb6-00fc-11ef-bc93-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-22T23:05:28.441 DEBUG:teuthology.orchestra.run.smithi045:mon.a> sudo journalctl -f -n 0 -u ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.a.service 2024-04-22T23:05:28.484 DEBUG:teuthology.orchestra.run.smithi045:mgr.a> sudo journalctl -f -n 0 -u ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mgr.a.service 2024-04-22T23:05:28.527 INFO:tasks.cephadm:Bootstrapping... 2024-04-22T23:05:28.528 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 -v bootstrap --fsid b0aceeb6-00fc-11ef-bc93-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.45 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:05:28.723 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:05:28.723 INFO:teuthology.orchestra.run.smithi045.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5', '-v', 'bootstrap', '--fsid', 'b0aceeb6-00fc-11ef-bc93-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.45', '--skip-admin-label'] 2024-04-22T23:05:28.724 INFO:teuthology.orchestra.run.smithi045.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-22T23:05:28.724 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying podman|docker is present... 2024-04-22T23:05:28.750 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-22T23:05:28.750 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying lvm2 is present... 2024-04-22T23:05:28.750 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying time synchronization is in place... 2024-04-22T23:05:28.758 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:05:28.758 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:05:28.764 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:05:28.764 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-04-22T23:05:28.770 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout enabled 2024-04-22T23:05:28.776 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout active 2024-04-22T23:05:28.777 INFO:teuthology.orchestra.run.smithi045.stdout:Unit chronyd.service is enabled and running 2024-04-22T23:05:28.777 INFO:teuthology.orchestra.run.smithi045.stdout:Repeating the final host check... 2024-04-22T23:05:28.800 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-22T23:05:28.800 INFO:teuthology.orchestra.run.smithi045.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-22T23:05:28.800 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl is present 2024-04-22T23:05:28.801 INFO:teuthology.orchestra.run.smithi045.stdout:lvcreate is present 2024-04-22T23:05:28.807 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:05:28.807 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:05:28.813 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:05:28.813 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-04-22T23:05:28.820 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout enabled 2024-04-22T23:05:28.826 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout active 2024-04-22T23:05:28.826 INFO:teuthology.orchestra.run.smithi045.stdout:Unit chronyd.service is enabled and running 2024-04-22T23:05:28.826 INFO:teuthology.orchestra.run.smithi045.stdout:Host looks OK 2024-04-22T23:05:28.826 INFO:teuthology.orchestra.run.smithi045.stdout:Cluster fsid: b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:28.826 INFO:teuthology.orchestra.run.smithi045.stdout:Acquiring lock 140276422722080 on /run/cephadm/b0aceeb6-00fc-11ef-bc93-c7b262605968.lock 2024-04-22T23:05:28.826 INFO:teuthology.orchestra.run.smithi045.stdout:Lock 140276422722080 acquired on /run/cephadm/b0aceeb6-00fc-11ef-bc93-c7b262605968.lock 2024-04-22T23:05:28.827 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying IP 172.21.15.45 port 3300 ... 2024-04-22T23:05:28.827 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying IP 172.21.15.45 port 6789 ... 2024-04-22T23:05:28.827 INFO:teuthology.orchestra.run.smithi045.stdout:Base mon IP(s) is [172.21.15.45:3300, 172.21.15.45:6789], mon addrv is [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2024-04-22T23:05:28.830 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.45 metric 100 2024-04-22T23:05:28.830 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.45 metric 100 2024-04-22T23:05:28.833 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-22T23:05:28.833 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-04-22T23:05:28.833 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-04-22T23:05:28.835 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-22T23:05:28.835 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-22T23:05:28.835 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:05:28.835 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-22T23:05:28.835 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:12be/64 scope link noprefixroute 2024-04-22T23:05:28.836 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:05:28.836 INFO:teuthology.orchestra.run.smithi045.stdout:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2024-04-22T23:05:28.836 INFO:teuthology.orchestra.run.smithi045.stdout:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2024-04-22T23:05:28.836 INFO:teuthology.orchestra.run.smithi045.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-22T23:05:28.837 INFO:teuthology.orchestra.run.smithi045.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-22T23:05:28.837 INFO:teuthology.orchestra.run.smithi045.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:05:29.385 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc 2024-04-22T23:05:29.385 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:05:29.385 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Getting image source signatures 2024-04-22T23:05:29.385 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying blob sha256:7ec8071d58237120baf964bcb2a78b46559ac3cbfb68211cd54b50ae743186f0 2024-04-22T23:05:29.385 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying blob sha256:426fede9fffa2c7dfe40a4f9322a34794b72405170134d54d2c30d9cc6c6a5be 2024-04-22T23:05:29.385 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying config sha256:a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc 2024-04-22T23:05:29.385 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-22T23:05:30.223 INFO:teuthology.orchestra.run.smithi045.stdout:ceph: stdout ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:05:30.223 INFO:teuthology.orchestra.run.smithi045.stdout:Ceph version: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:05:30.223 INFO:teuthology.orchestra.run.smithi045.stdout:Extracting ceph user uid/gid from container image... 2024-04-22T23:05:31.180 INFO:teuthology.orchestra.run.smithi045.stdout:stat: stdout 167 167 2024-04-22T23:05:31.180 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial keys... 2024-04-22T23:05:32.210 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQA77SZmhJAcHhAABrrL7x7g3hJXyosrG/csTQ== 2024-04-22T23:05:33.043 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQA87SZmPiOEHhAAJkJyUJxxpjohHVgFtdfBOQ== 2024-04-22T23:05:33.917 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQA97SZmGGMbFRAAqzoAgEUVxJDBQghSnxSj1Q== 2024-04-22T23:05:33.918 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial monmap... 2024-04-22T23:05:34.718 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:05:34.721 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-22T23:05:34.721 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:34.721 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:05:34.721 INFO:teuthology.orchestra.run.smithi045.stdout:monmaptool for a [v2:172.21.15.45:3300,v1:172.21.15.45:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:05:34.721 INFO:teuthology.orchestra.run.smithi045.stdout:setting min_mon_release = quincy 2024-04-22T23:05:34.721 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: set fsid to b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:34.721 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:05:34.721 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:05:34.722 INFO:teuthology.orchestra.run.smithi045.stdout:Creating mon... 2024-04-22T23:05:35.599 INFO:teuthology.orchestra.run.smithi045.stdout:create mon.a on 2024-04-22T23:05:35.821 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-22T23:05:35.966 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-22T23:05:36.149 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968.target. 2024-04-22T23:05:36.149 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968.target. 2024-04-22T23:05:36.388 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.a 2024-04-22T23:05:36.388 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-22T23:05:36.558 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968.target.wants/ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.a.service → /etc/systemd/system/ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@.service. 2024-04-22T23:05:37.027 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:37 smithi045 ceph-mon[26683]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:05:37.027 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:37 smithi045 bash[26664]: 9c5a259896731c2483432b9135c635e636eed61cf05987b2cbe54687f94b01b8 2024-04-22T23:05:37.049 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:05:37.049 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-04-22T23:05:37.057 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:05:37.057 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-04-22T23:05:37.057 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-04-22T23:05:37.057 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:05:37.057 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mon to start... 2024-04-22T23:05:37.057 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mon... 2024-04-22T23:05:37.279 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:37 smithi045 systemd[1]: Started Ceph mon.a for b0aceeb6-00fc-11ef-bc93-c7b262605968. 2024-04-22T23:05:38.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:38 smithi045 ceph-mon[26683]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:05:38.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:38 smithi045 ceph-mon[26683]: monmap epoch 1 2024-04-22T23:05:38.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:38 smithi045 ceph-mon[26683]: fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:38.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:38 smithi045 ceph-mon[26683]: last_changed 2024-04-22T23:05:34.241947+0000 2024-04-22T23:05:38.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:38 smithi045 ceph-mon[26683]: created 2024-04-22T23:05:34.241947+0000 2024-04-22T23:05:38.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:38 smithi045 ceph-mon[26683]: min_mon_release 19 (squid) 2024-04-22T23:05:38.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:38 smithi045 ceph-mon[26683]: election_strategy: 1 2024-04-22T23:05:38.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:38 smithi045 ceph-mon[26683]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-04-22T23:05:38.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:38 smithi045 ceph-mon[26683]: fsmap 2024-04-22T23:05:38.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:38 smithi045 ceph-mon[26683]: osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:05:38.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:38 smithi045 ceph-mon[26683]: mgrmap e1: no daemons active 2024-04-22T23:05:38.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:38 smithi045 ceph-mon[26683]: from='client.? 172.21.15.45:0/3342616114' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-22T23:05:38.177 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout cluster: 2024-04-22T23:05:38.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout id: b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:38.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-22T23:05:38.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:38.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout services: 2024-04-22T23:05:38.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.59033s) 2024-04-22T23:05:38.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-22T23:05:38.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-22T23:05:38.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:38.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout data: 2024-04-22T23:05:38.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-22T23:05:38.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-22T23:05:38.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-22T23:05:38.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout pgs: 2024-04-22T23:05:38.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:38.180 INFO:teuthology.orchestra.run.smithi045.stdout:mon is available 2024-04-22T23:05:38.180 INFO:teuthology.orchestra.run.smithi045.stdout:Assimilating anything we can from ceph.conf... 2024-04-22T23:05:39.215 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:39 smithi045 ceph-mon[26683]: from='client.? 172.21.15.45:0/4020691632' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:05:39.215 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:39 smithi045 ceph-mon[26683]: from='client.? 172.21.15.45:0/4020691632' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:05:39.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:39.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:05:39.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout fsid = b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:39.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:05:39.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2024-04-22T23:05:39.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:05:39.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:05:39.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:05:39.220 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:05:39.220 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:39.220 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:05:39.220 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-22T23:05:39.220 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:05:39.220 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:39.220 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:05:39.220 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:05:39.220 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:05:39.220 INFO:teuthology.orchestra.run.smithi045.stdout:Generating new minimal ceph.conf... 2024-04-22T23:05:40.175 INFO:teuthology.orchestra.run.smithi045.stdout:Restarting the monitor... 2024-04-22T23:05:40.194 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:40 smithi045 ceph-mon[26683]: from='client.? 172.21.15.45:0/108081172' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:05:40.451 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:40 smithi045 systemd[1]: Stopping Ceph mon.a for b0aceeb6-00fc-11ef-bc93-c7b262605968... 2024-04-22T23:05:40.756 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:40 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a[26679]: 2024-04-22T23:05:40.448+0000 7f90f9495700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-22T23:05:40.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:40 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a[26679]: 2024-04-22T23:05:40.448+0000 7f90f9495700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-22T23:05:40.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:40 smithi045 podman[26939]: 2024-04-22 23:05:40.694836826 +0000 UTC m=+0.349987035 container died 9c5a259896731c2483432b9135c635e636eed61cf05987b2cbe54687f94b01b8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-04-22-1618-43be020, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5) 2024-04-22T23:05:41.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 podman[26939]: 2024-04-22 23:05:41.015864002 +0000 UTC m=+0.671014210 container cleanup 9c5a259896731c2483432b9135c635e636eed61cf05987b2cbe54687f94b01b8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.33.5) 2024-04-22T23:05:41.201 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 bash[26939]: ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:05:41.452 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 podman[26953]: 2024-04-22 23:05:41.200040942 +0000 UTC m=+0.498846766 container remove 9c5a259896731c2483432b9135c635e636eed61cf05987b2cbe54687f94b01b8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-04-22T23:05:41.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 systemd[1]: ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-22T23:05:41.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 systemd[1]: Stopped Ceph mon.a for b0aceeb6-00fc-11ef-bc93-c7b262605968. 2024-04-22T23:05:41.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 systemd[1]: Starting Ceph mon.a for b0aceeb6-00fc-11ef-bc93-c7b262605968... 2024-04-22T23:05:41.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 podman[27048]: 2024-04-22 23:05:41.650942895 +0000 UTC m=+0.098894627 container create 54e7daf6a9c14839718bdd25c33be97765266cf5c987ad7957156c4aeced74a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-22T23:05:41.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 podman[27048]: 2024-04-22 23:05:41.570710202 +0000 UTC m=+0.018661937 image pull a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:05:41.925 INFO:teuthology.orchestra.run.smithi045.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-22T23:05:42.160 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 podman[27048]: 2024-04-22 23:05:41.845324485 +0000 UTC m=+0.293276227 container init 54e7daf6a9c14839718bdd25c33be97765266cf5c987ad7957156c4aeced74a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-04-22T23:05:42.160 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 podman[27048]: 2024-04-22 23:05:41.848571424 +0000 UTC m=+0.296523149 container start 54e7daf6a9c14839718bdd25c33be97765266cf5c987ad7957156c4aeced74a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5) 2024-04-22T23:05:42.160 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:05:42.160 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 2 2024-04-22T23:05:42.160 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: pidfile_write: ignore empty --pid-file 2024-04-22T23:05:42.160 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: load: jerasure load: lrc 2024-04-22T23:05:42.160 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: RocksDB version: 7.9.2 2024-04-22T23:05:42.160 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Git sha 0 2024-04-22T23:05:42.160 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:05:42.160 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: DB SUMMARY 2024-04-22T23:05:42.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: DB Session ID: 92A1JO75LWYIBM5KSX8T 2024-04-22T23:05:42.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: CURRENT file: CURRENT 2024-04-22T23:05:42.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:05:42.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-22T23:05:42.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-22T23:05:42.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88551 ; 2024-04-22T23:05:42.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.error_if_exists: 0 2024-04-22T23:05:42.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.create_if_missing: 0 2024-04-22T23:05:42.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.paranoid_checks: 1 2024-04-22T23:05:42.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:05:42.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:05:42.161 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:05:42.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.env: 0x55a463e87cc0 2024-04-22T23:05:42.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:05:42.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.info_log: 0x55a465483be0 2024-04-22T23:05:42.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:05:42.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.statistics: (nil) 2024-04-22T23:05:42.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.use_fsync: 0 2024-04-22T23:05:42.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_log_file_size: 0 2024-04-22T23:05:42.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:05:42.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:05:42.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:05:42.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:05:42.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.allow_fallocate: 1 2024-04-22T23:05:42.162 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:05:42.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:05:42.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.use_direct_reads: 0 2024-04-22T23:05:42.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:05:42.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:05:42.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.db_log_dir: 2024-04-22T23:05:42.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.wal_dir: 2024-04-22T23:05:42.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:05:42.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:05:42.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:05:42.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:05:42.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:05:42.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:05:42.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:05:42.163 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.write_buffer_manager: 0x55a4654170e0 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.unordered_write: 0 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.row_cache: None 2024-04-22T23:05:42.164 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.wal_filter: None 2024-04-22T23:05:42.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:05:42.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:05:42.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.two_write_queues: 0 2024-04-22T23:05:42.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:05:42.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.wal_compression: 0 2024-04-22T23:05:42.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.atomic_flush: 0 2024-04-22T23:05:42.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:05:42.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:05:42.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:05:42.166 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.log_readahead_size: 0 2024-04-22T23:05:42.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:05:42.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:05:42.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:05:42.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:05:42.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:05:42.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:05:42.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:05:42.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_background_jobs: 2 2024-04-22T23:05:42.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_background_compactions: -1 2024-04-22T23:05:42.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_subcompactions: 1 2024-04-22T23:05:42.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:05:42.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:05:42.167 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:05:42.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:05:42.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:05:42.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:05:42.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:05:42.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:05:42.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_open_files: -1 2024-04-22T23:05:42.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:05:42.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:05:42.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:05:42.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:05:42.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_background_flushes: -1 2024-04-22T23:05:42.168 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Compression algorithms supported: 2024-04-22T23:05:42.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:05:42.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: kZSTD supported: 0 2024-04-22T23:05:42.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: kXpressCompression supported: 0 2024-04-22T23:05:42.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:05:42.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: kZlibCompression supported: 1 2024-04-22T23:05:42.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: kSnappyCompression supported: 1 2024-04-22T23:05:42.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: kLZ4Compression supported: 1 2024-04-22T23:05:42.169 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: kBZip2Compression supported: 0 2024-04-22T23:05:42.170 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:05:42.170 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:05:42.170 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-22T23:05:42.170 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:05:42.170 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:05:42.170 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.merge_operator: 2024-04-22T23:05:42.170 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compaction_filter: None 2024-04-22T23:05:42.170 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:05:42.171 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:05:42.171 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:05:42.171 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:05:42.171 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a465483dc0) 2024-04-22T23:05:42.171 INFO:journalctl@ceph.mon.a.smithi045.stdout: cache_index_and_filter_blocks: 1 2024-04-22T23:05:42.171 INFO:journalctl@ceph.mon.a.smithi045.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:05:42.171 INFO:journalctl@ceph.mon.a.smithi045.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:05:42.171 INFO:journalctl@ceph.mon.a.smithi045.stdout: pin_top_level_index_and_filter: 1 2024-04-22T23:05:42.171 INFO:journalctl@ceph.mon.a.smithi045.stdout: index_type: 0 2024-04-22T23:05:42.171 INFO:journalctl@ceph.mon.a.smithi045.stdout: data_block_index_type: 0 2024-04-22T23:05:42.171 INFO:journalctl@ceph.mon.a.smithi045.stdout: index_shortening: 1 2024-04-22T23:05:42.171 INFO:journalctl@ceph.mon.a.smithi045.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:05:42.172 INFO:journalctl@ceph.mon.a.smithi045.stdout: checksum: 4 2024-04-22T23:05:42.172 INFO:journalctl@ceph.mon.a.smithi045.stdout: no_block_cache: 0 2024-04-22T23:05:42.172 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache: 0x55a4654491f0 2024-04-22T23:05:42.172 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache_name: BinnedLRUCache 2024-04-22T23:05:42.172 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache_options: 2024-04-22T23:05:42.172 INFO:journalctl@ceph.mon.a.smithi045.stdout: capacity : 536870912 2024-04-22T23:05:42.172 INFO:journalctl@ceph.mon.a.smithi045.stdout: num_shard_bits : 4 2024-04-22T23:05:42.172 INFO:journalctl@ceph.mon.a.smithi045.stdout: strict_capacity_limit : 0 2024-04-22T23:05:42.172 INFO:journalctl@ceph.mon.a.smithi045.stdout: high_pri_pool_ratio: 0.000 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache_compressed: (nil) 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: persistent_cache: (nil) 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_size: 4096 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_size_deviation: 10 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_restart_interval: 16 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: index_block_restart_interval: 1 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: metadata_block_size: 4096 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: partition_filters: 0 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: use_delta_encoding: 1 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: filter_policy: bloomfilter 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: whole_key_filtering: 1 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: verify_compression: 0 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: read_amp_bytes_per_bit: 0 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: format_version: 5 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: enable_index_compression: 1 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_align: 0 2024-04-22T23:05:42.173 INFO:journalctl@ceph.mon.a.smithi045.stdout: max_auto_readahead_size: 262144 2024-04-22T23:05:42.174 INFO:journalctl@ceph.mon.a.smithi045.stdout: prepopulate_block_cache: 0 2024-04-22T23:05:42.174 INFO:journalctl@ceph.mon.a.smithi045.stdout: initial_auto_readahead_size: 8192 2024-04-22T23:05:42.174 INFO:journalctl@ceph.mon.a.smithi045.stdout: num_file_reads_for_auto_readahead: 2 2024-04-22T23:05:42.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:05:42.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:05:42.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compression: NoCompression 2024-04-22T23:05:42.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:05:42.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:05:42.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:05:42.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.num_levels: 7 2024-04-22T23:05:42.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:05:42.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:05:42.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:05:42.174 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:05:42.175 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:05:42.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:05:42.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:05:42.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:05:42.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:05:42.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:05:42.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:05:42.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:05:42.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:05:42.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:05:42.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:05:42.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:05:42.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:05:42.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:05:42.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:05:42.176 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:05:42.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:05:42.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:05:42.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:05:42.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.inplace_update_support: 0 2024-04-22T23:05:42.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:05:42.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:05:42.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:05:42.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:05:42.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.bloom_locality: 0 2024-04-22T23:05:42.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.max_successive_merges: 0 2024-04-22T23:05:42.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:05:42.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:05:42.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:05:42.178 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:05:42.179 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.ttl: 2592000 2024-04-22T23:05:42.179 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:05:42.179 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:05:42.179 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:05:42.179 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.enable_blob_files: false 2024-04-22T23:05:42.179 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.min_blob_size: 0 2024-04-22T23:05:42.179 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:05:42.179 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:05:42.179 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:05:42.179 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:05:42.179 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:05:42.179 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:05:42.179 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:05:42.179 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:05:42.180 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-22T23:05:42.180 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-22T23:05:42.180 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fa3d9d52-2ee9-4adb-8559-a16daf3ce389 2024-04-22T23:05:42.180 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713827141878282, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-22T23:05:42.180 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-22T23:05:42.180 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713827141879189, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85290, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83437, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10064, "raw_average_key_size": 46, "raw_value_size": 77649, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713827141, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fa3d9d52-2ee9-4adb-8559-a16daf3ce389", "db_session_id": "92A1JO75LWYIBM5KSX8T", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:05:42.180 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713827141879272, "job": 1, "event": "recovery_finished"} 2024-04-22T23:05:42.180 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-22T23:05:42.180 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-22T23:05:42.180 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a46555e000 2024-04-22T23:05:42.180 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: DB pointer 0x55a465548000 2024-04-22T23:05:42.181 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:05:42.181 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:05:42.181 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** DB Stats ** 2024-04-22T23:05:42.181 INFO:journalctl@ceph.mon.a.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:05:42.181 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-22T23:05:42.181 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:05:42.181 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:05:42.181 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-22T23:05:42.181 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:05:42.181 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:05:42.181 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-04-22T23:05:42.181 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** Compaction Stats [default] ** 2024-04-22T23:05:42.181 INFO:journalctl@ceph.mon.a.smithi045.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T23:05:42.181 INFO:journalctl@ceph.mon.a.smithi045.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.stdout: L0 2/0 85.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.stdout: Sum 2/0 85.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.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 147.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** Compaction Stats [default] ** 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.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 147.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:05:42.182 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative compaction: 0.00 GB write, 26.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval compaction: 0.00 GB write, 26.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout: Block cache BinnedLRUCache@0x55a4654491f0#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: starting mon.a rank 0 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: mon.a@-1(???) e1 preinit fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: mon.a@-1(???).mds e1 new map 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: mon.a@-1(???).mds e1 print_map 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout: e1 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout: legacy client fscid: -1 2024-04-22T23:05:42.183 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-04-22T23:05:42.184 INFO:journalctl@ceph.mon.a.smithi045.stdout: No filesystems configured 2024-04-22T23:05:42.184 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:05:42.184 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:05:42.184 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:05:42.184 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:05:42.184 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-22T23:05:42.184 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 bash[27048]: 54e7daf6a9c14839718bdd25c33be97765266cf5c987ad7957156c4aeced74a1 2024-04-22T23:05:42.184 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 systemd[1]: Started Ceph mon.a for b0aceeb6-00fc-11ef-bc93-c7b262605968. 2024-04-22T23:05:42.184 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:05:42.184 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: monmap epoch 1 2024-04-22T23:05:42.184 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:42.184 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: last_changed 2024-04-22T23:05:34.241947+0000 2024-04-22T23:05:42.184 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: created 2024-04-22T23:05:34.241947+0000 2024-04-22T23:05:42.185 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: min_mon_release 19 (squid) 2024-04-22T23:05:42.185 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: election_strategy: 1 2024-04-22T23:05:42.185 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-04-22T23:05:42.185 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: fsmap 2024-04-22T23:05:42.185 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:05:42.185 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:41 smithi045 ceph-mon[27067]: mgrmap e1: no daemons active 2024-04-22T23:05:42.939 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-22T23:05:42.968 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:05:42.969 INFO:teuthology.orchestra.run.smithi045.stdout:Creating mgr... 2024-04-22T23:05:42.969 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-22T23:05:42.969 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-22T23:05:43.228 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mgr.a 2024-04-22T23:05:43.229 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mgr.a.service: Unit ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mgr.a.service not loaded. 2024-04-22T23:05:43.381 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968.target.wants/ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@.service. 2024-04-22T23:05:43.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:43 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/3485819867' entity='client.admin' 2024-04-22T23:05:43.890 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:43 smithi045 podman[27282]: 2024-04-22 23:05:43.808805712 +0000 UTC m=+0.304794242 container start dcb81863ba5a9024ed5b062482673b68a1f8c3496ca2f4005aab088a0ff7d301 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-04-22T23:05:43.904 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:05:43.904 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-04-22T23:05:43.911 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:05:43.911 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-04-22T23:05:43.912 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-04-22T23:05:43.912 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:05:43.920 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:05:43.920 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-04-22T23:05:43.928 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:05:43.928 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-04-22T23:05:43.928 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-04-22T23:05:43.928 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-22T23:05:43.928 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr to start... 2024-04-22T23:05:43.928 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr... 2024-04-22T23:05:44.155 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:43 smithi045 bash[27282]: dcb81863ba5a9024ed5b062482673b68a1f8c3496ca2f4005aab088a0ff7d301 2024-04-22T23:05:44.155 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:43 smithi045 systemd[1]: Started Ceph mgr.a for b0aceeb6-00fc-11ef-bc93-c7b262605968. 2024-04-22T23:05:44.155 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:43 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:43.965+0000 7f1bd6153200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:05:44.414 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:44 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:44.163+0000 7f1bd6153200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:05:44.414 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:44 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:44.271+0000 7f1bd6153200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:05:44.704 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:44 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/2676177176' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:05:44.705 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:44 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:44.613+0000 7f1bd6153200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:05:45.006 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:44 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:44.702+0000 7f1bd6153200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:05:45.017 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:45.023 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:05:45.023 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "b0aceeb6-00fc-11ef-bc93-c7b262605968", 2024-04-22T23:05:45.023 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:05:45.023 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:05:45.023 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:05:45.023 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:05:45.023 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:45.023 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:05:45.023 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:05:45.024 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:05:45.024 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:45.024 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:05:45.024 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:05:45.024 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:45.024 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-22T23:05:45.024 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:05:45.024 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:45.024 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:05:45.024 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:05:45.024 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:45.024 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:05:45.024 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:45.024 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:05:45.025 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:05:45.025 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:05:45.025 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:05:45.025 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:05:45.025 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:05:45.025 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:45.025 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:05:45.025 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:05:45.025 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:05:45.025 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:05:45.025 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:05:45.025 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:05:45.025 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:05:45.026 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:05:45.026 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:05:45.026 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:45.026 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:05:45.026 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:45.026 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:05:45.026 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:05:45.026 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:45.026 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:05:45.026 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:05:45.026 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:05:45.026 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:05:45.026 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:05:45.027 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:05:45.027 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:05:45.027 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:45.027 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:05:45.027 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:45.027 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:05:45.027 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:45.027 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:05:37.002816+0000", 2024-04-22T23:05:45.027 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:05:45.027 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:45.027 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:05:45.027 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:05:45.027 INFO:teuthology.orchestra.run.smithi045.stdout:mgr not available, waiting (1/15)... 2024-04-22T23:05:46.257 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:45 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:45.971+0000 7f1bd6153200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:05:46.257 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:46 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:46.150+0000 7f1bd6153200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:05:46.641 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:46 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:46.339+0000 7f1bd6153200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:05:46.945 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:46 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:46.639+0000 7f1bd6153200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:05:46.945 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:46 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:46.735+0000 7f1bd6153200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:05:46.945 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:46 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:46.944+0000 7f1bd6153200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:05:47.256 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:47 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:47.151+0000 7f1bd6153200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:05:47.861 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:47 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:47.791+0000 7f1bd6153200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:05:47.861 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:47 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/2539566593' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:05:48.158 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:48.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:05:48.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "b0aceeb6-00fc-11ef-bc93-c7b262605968", 2024-04-22T23:05:48.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:05:48.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:05:48.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:05:48.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:05:48.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:48.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:05:48.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:05:48.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:05:48.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:48.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:05:48.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:05:48.159 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:48.160 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-04-22T23:05:48.160 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:05:48.160 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:48.160 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:05:48.160 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:05:48.160 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:48.160 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:05:48.160 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:48.160 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:05:48.160 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:05:48.160 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:05:48.160 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:05:48.160 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:05:48.160 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:05:48.163 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:48.163 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:05:48.163 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:05:48.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:05:48.165 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:05:48.165 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:05:48.165 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:05:48.165 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:05:48.165 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:48.165 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:05:48.165 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:48.165 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:05:48.165 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:48.165 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:05:37.002816+0000", 2024-04-22T23:05:48.165 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:05:48.165 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:48.165 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:05:48.165 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:05:48.165 INFO:teuthology.orchestra.run.smithi045.stdout:mgr not available, waiting (2/15)... 2024-04-22T23:05:48.506 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:48 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:48.228+0000 7f1bd6153200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:05:48.506 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:48 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:48.329+0000 7f1bd6153200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:05:49.006 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:48 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:48.541+0000 7f1bd6153200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:05:49.434 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:49 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:49.085+0000 7f1bd6153200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:05:49.434 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:49 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:49.180+0000 7f1bd6153200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:05:49.756 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:49 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:49.433+0000 7f1bd6153200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:05:49.756 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:49 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:49.571+0000 7f1bd6153200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:05:49.756 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:49 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:49.669+0000 7f1bd6153200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:05:50.110 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:49 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:49.790+0000 7f1bd6153200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:05:50.110 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:50 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:50.109+0000 7f1bd6153200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:05:50.984 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:50 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/3852615294' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:05:50.984 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:50 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:50.755+0000 7f1bd6153200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:05:50.984 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:05:50 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:05:50.983+0000 7f1bd6153200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:05:51.173 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:51.173 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:05:51.173 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "b0aceeb6-00fc-11ef-bc93-c7b262605968", 2024-04-22T23:05:51.173 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:05:51.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:05:51.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:05:51.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:05:51.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:51.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:05:51.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:05:51.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:05:51.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:51.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:05:51.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:05:51.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:51.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-04-22T23:05:51.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:05:51.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:51.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:05:51.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:05:51.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:51.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:05:51.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:51.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:05:51.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:05:51.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:05:51.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:05:51.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:05:51.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:05:51.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:51.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:05:51.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:05:51.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:05:51.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:05:51.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:05:51.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:05:51.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:05:51.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:05:51.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:05:51.179 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:51.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:05:51.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:51.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:05:37.002816+0000", 2024-04-22T23:05:51.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:05:51.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:51.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:05:51.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:05:51.181 INFO:teuthology.orchestra.run.smithi045.stdout:mgr not available, waiting (3/15)... 2024-04-22T23:05:52.009 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:51 smithi045 ceph-mon[27067]: Activating manager daemon a 2024-04-22T23:05:52.009 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:51 smithi045 ceph-mon[27067]: mgrmap e2: a(active, starting, since 0.00331387s) 2024-04-22T23:05:52.009 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:51 smithi045 ceph-mon[27067]: from='mgr.14100 172.21.15.45:0/1518022125' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:05:52.009 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:51 smithi045 ceph-mon[27067]: from='mgr.14100 172.21.15.45:0/1518022125' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:05:52.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:51 smithi045 ceph-mon[27067]: from='mgr.14100 172.21.15.45:0/1518022125' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:05:52.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:51 smithi045 ceph-mon[27067]: from='mgr.14100 172.21.15.45:0/1518022125' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:05:52.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:51 smithi045 ceph-mon[27067]: from='mgr.14100 172.21.15.45:0/1518022125' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T23:05:52.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:51 smithi045 ceph-mon[27067]: Manager daemon a is now available 2024-04-22T23:05:52.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:51 smithi045 ceph-mon[27067]: from='mgr.14100 172.21.15.45:0/1518022125' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:05:52.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:51 smithi045 ceph-mon[27067]: from='mgr.14100 172.21.15.45:0/1518022125' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T23:05:52.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:51 smithi045 ceph-mon[27067]: from='mgr.14100 172.21.15.45:0/1518022125' entity='mgr.a' 2024-04-22T23:05:52.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:51 smithi045 ceph-mon[27067]: from='mgr.14100 172.21.15.45:0/1518022125' entity='mgr.a' 2024-04-22T23:05:52.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:51 smithi045 ceph-mon[27067]: from='mgr.14100 172.21.15.45:0/1518022125' entity='mgr.a' 2024-04-22T23:05:53.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:52 smithi045 ceph-mon[27067]: mgrmap e3: a(active, since 1.00745s) 2024-04-22T23:05:54.256 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:53 smithi045 ceph-mon[27067]: mgrmap e4: a(active, since 2s) 2024-04-22T23:05:56.630 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:05:56 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/4133948978' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:06:01.529 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-04-22T23:06:01.529 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:06:01.529 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "b0aceeb6-00fc-11ef-bc93-c7b262605968", 2024-04-22T23:06:01.529 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:06:01.529 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:06:01.529 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:06:01.529 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:06:01.529 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:06:01.530 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:06:01.530 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:06:01.530 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:06:01.530 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:06:01.530 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:06:01.530 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:06:01.530 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:06:01.530 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-22T23:06:01.530 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:06:01.530 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:06:01.530 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:06:01.530 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:06:01.530 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:06:01.530 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:06:01.530 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:06:01.531 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:06:01.531 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:06:01.531 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:06:01.531 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:06:01.531 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:06:01.531 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:06:01.534 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:06:01.534 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:06:01.534 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:06:01.534 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:06:01.534 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:06:01.534 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:06:01.534 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:06:01.534 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:06:01.534 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:06:01.534 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:06:01.535 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:06:01.535 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:06:01.535 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:06:01.535 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:06:01.535 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:06:01.535 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:06:01.535 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:06:01.535 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:06:01.535 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:06:01.535 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:06:01.535 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:06:01.535 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:06:01.535 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:06:01.535 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:06:01.535 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:06:01.536 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:06:01.536 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:06:01.536 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:06:01.536 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:05:37.002816+0000", 2024-04-22T23:06:01.536 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:06:01.536 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:06:01.536 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:06:01.536 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:06:01.536 INFO:teuthology.orchestra.run.smithi045.stdout:mgr is available 2024-04-22T23:06:02.487 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:02 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/2063769055' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:06:02.487 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:02 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/2063769055' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:06:02.733 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-04-22T23:06:02.733 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:06:02.733 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout fsid = b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:06:02.733 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:06:02.733 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:06:02.733 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:06:02.734 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:06:02.734 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:06:02.734 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-04-22T23:06:02.734 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:06:02.734 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:06:02.734 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-04-22T23:06:02.734 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:06:02.734 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:06:02.734 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:06:02.734 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling cephadm module... 2024-04-22T23:06:03.728 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:03 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/1712254148' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T23:06:03.728 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:03 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: ignoring --setuser ceph since I am not root 2024-04-22T23:06:03.728 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:03 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: ignoring --setgroup ceph since I am not root 2024-04-22T23:06:03.728 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:03 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:03.618+0000 7f3bcb9e9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:06:04.006 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:03 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:03.812+0000 7f3bcb9e9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:06:04.006 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:03 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:03.918+0000 7f3bcb9e9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:06:04.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:04 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/1712254148' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T23:06:04.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:04 smithi045 ceph-mon[27067]: mgrmap e5: a(active, since 12s) 2024-04-22T23:06:04.507 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:04 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:04.238+0000 7f3bcb9e9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:06:04.507 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:04 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:04.327+0000 7f3bcb9e9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:06:05.591 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:05 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/656918336' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:06:05.839 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:06:05.839 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-22T23:06:05.839 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:06:05.839 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-22T23:06:05.839 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:06:05.839 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:06:05.839 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for the mgr to restart... 2024-04-22T23:06:05.839 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr epoch 5... 2024-04-22T23:06:05.947 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:05 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:05.590+0000 7f3bcb9e9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:06:05.947 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:05 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:05.767+0000 7f3bcb9e9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:06:05.947 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:05 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:05.946+0000 7f3bcb9e9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:06:06.506 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:06 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:06.251+0000 7f3bcb9e9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:06:06.507 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:06 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:06.349+0000 7f3bcb9e9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:06:07.006 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:06 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:06.558+0000 7f3bcb9e9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:06:07.006 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:06 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:06.760+0000 7f3bcb9e9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:06:07.756 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:07 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:07.383+0000 7f3bcb9e9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:06:08.131 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:07 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:07.820+0000 7f3bcb9e9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:06:08.131 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:07 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:07.920+0000 7f3bcb9e9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:06:08.131 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:08 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:08.129+0000 7f3bcb9e9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:06:09.006 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:08 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:08.670+0000 7f3bcb9e9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:06:09.007 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:08 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:08.766+0000 7f3bcb9e9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:06:09.383 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:09 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:09.020+0000 7f3bcb9e9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:06:09.383 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:09 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:09.159+0000 7f3bcb9e9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:06:09.383 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:09 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:09.259+0000 7f3bcb9e9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:06:09.383 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:09 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:09.381+0000 7f3bcb9e9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:06:10.006 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:09 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:09.703+0000 7f3bcb9e9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:06:10.619 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:10.336+0000 7f3bcb9e9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:06:10.619 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:10.564+0000 7f3bcb9e9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:06:11.009 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-mon[27067]: Active manager daemon a restarted 2024-04-22T23:06:11.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-mon[27067]: Activating manager daemon a 2024-04-22T23:06:11.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-mon[27067]: osdmap e2: 0 total, 0 up, 0 in 2024-04-22T23:06:11.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-mon[27067]: mgrmap e6: a(active, starting, since 0.00325281s) 2024-04-22T23:06:11.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:06:11.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T23:06:11.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:06:11.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:06:11.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:06:11.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-mon[27067]: Manager daemon a is now available 2024-04-22T23:06:11.010 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:11.011 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:11.011 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:11.011 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:11.011 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:10 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:12.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:11 smithi045 ceph-mon[27067]: Found migration_current of "None". Setting to last migration. 2024-04-22T23:06:12.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:11 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:06:12.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:11 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T23:06:12.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:11 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:12.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:11 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:12.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:11 smithi045 ceph-mon[27067]: mgrmap e7: a(active, since 1.00516s) 2024-04-22T23:06:12.296 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:06:12.296 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-22T23:06:12.297 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:06:12.297 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:06:12.297 INFO:teuthology.orchestra.run.smithi045.stdout:mgr epoch 5 is available 2024-04-22T23:06:12.297 INFO:teuthology.orchestra.run.smithi045.stdout:Setting orchestrator backend to cephadm... 2024-04-22T23:06:12.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:12 smithi045 ceph-mon[27067]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:06:12.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:12 smithi045 ceph-mon[27067]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:06:12.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:12 smithi045 ceph-mon[27067]: [22/Apr/2024:23:06:11] ENGINE Bus STARTING 2024-04-22T23:06:12.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:12 smithi045 ceph-mon[27067]: [22/Apr/2024:23:06:11] ENGINE Serving on https://172.21.15.45:7150 2024-04-22T23:06:12.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:12 smithi045 ceph-mon[27067]: [22/Apr/2024:23:06:11] ENGINE Serving on http://172.21.15.45:8765 2024-04-22T23:06:12.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:12 smithi045 ceph-mon[27067]: [22/Apr/2024:23:06:11] ENGINE Bus STARTED 2024-04-22T23:06:12.974 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:12 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:14.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:13 smithi045 ceph-mon[27067]: mgrmap e8: a(active, since 2s) 2024-04-22T23:06:14.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:13 smithi045 ceph-mon[27067]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:14.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:13 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:14.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:13 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:14.657 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:14 smithi045 ceph-mon[27067]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:14.660 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-22T23:06:14.660 INFO:teuthology.orchestra.run.smithi045.stdout:Generating ssh key... 2024-04-22T23:06:16.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:15 smithi045 ceph-mon[27067]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:16.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:15 smithi045 ceph-mon[27067]: Generating ssh key... 2024-04-22T23:06:16.355 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: Generating public/private rsa key pair. 2024-04-22T23:06:16.355 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: Your identification has been saved in /tmp/tmph6odo60m/key. 2024-04-22T23:06:16.356 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: Your public key has been saved in /tmp/tmph6odo60m/key.pub. 2024-04-22T23:06:16.356 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: The key fingerprint is: 2024-04-22T23:06:16.356 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: SHA256:EBA6e3lik5Zv3jBzVQrA6w0kBhSAliMMuk4kRHmZuDI ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:06:16.356 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: The key's randomart image is: 2024-04-22T23:06:16.356 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: +---[RSA 3072]----+ 2024-04-22T23:06:16.356 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: |B=Bo=+o | 2024-04-22T23:06:16.356 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: |=B =o oo | 2024-04-22T23:06:16.356 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: |=.*. o... . | 2024-04-22T23:06:16.356 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: |Eo o +o. . o | 2024-04-22T23:06:16.356 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: |oo. X..oS o | 2024-04-22T23:06:16.356 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: |o + =. .. | 2024-04-22T23:06:16.356 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: | . * . | 2024-04-22T23:06:16.356 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: | o * | 2024-04-22T23:06:16.357 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: | . . | 2024-04-22T23:06:16.357 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:16 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: +----[SHA256]-----+ 2024-04-22T23:06:17.256 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:17 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:17.256 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:17 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:17.876 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCakkxmuPLFrb545mlwtiwLwOcWpB4BpKZGqI0WdWKHIDP0JkV2pim5DHd1NUgoc215aThlyyuiYcJ6QGraKcXT09IEO6bvBMf3q4zGdeoNzeEMdJdejtt2njOtNKY8cIfqfA48MkLD9EqVfuy3iQ9RCZXQB3nIWOmXBWZzyxJutAIxVBqwni/UuDGAJhz32RGPD3bQKkecZWVIVYir8nl/eh+rv6JIIqU9Dnf2AdUXL9/6w2WVatiRQgagQc7N3Wz1N1j+FaVSJuqwiCzOBCAd0hp1NizH9EcdqDy8qhAplSj9+5Cqczm5kFdvGq7mO/2KA4CxqYD2yMikKs9pK5rldJ1xgBOT7ejOer4dKaM3YuPbCbUcWGDp/ljF9JEqKqDlTMDjkTfGGo9b7pO15c/p10g0J354kNaXJ2w+YsWX2vN3MCuAwy/PEU5IQZWoyCljn8qwlXS+Ui4pEfU/NF2EI1sCH9nEX6nXX6KZl1TK7gIrLHx2pQP44Xmm1NMFk68= ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:06:17.876 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:06:17.876 INFO:teuthology.orchestra.run.smithi045.stdout:Adding key to root@localhost authorized_keys... 2024-04-22T23:06:17.877 INFO:teuthology.orchestra.run.smithi045.stdout:Adding host smithi045... 2024-04-22T23:06:18.150 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:18 smithi045 ceph-mon[27067]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:19.371 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:19 smithi045 ceph-mon[27067]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi045", "addr": "172.21.15.45", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:20.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:20 smithi045 ceph-mon[27067]: Deploying cephadm binary to smithi045 2024-04-22T23:06:23.292 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Added host 'smithi045' with addr '172.21.15.45' 2024-04-22T23:06:23.292 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying unmanaged mon service... 2024-04-22T23:06:23.870 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:23 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:23.870 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:23 smithi045 ceph-mon[27067]: Added host smithi045 2024-04-22T23:06:23.870 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:23 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:24.679 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-22T23:06:24.847 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying unmanaged mgr service... 2024-04-22T23:06:25.220 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:24 smithi045 ceph-mon[27067]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:25.221 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:24 smithi045 ceph-mon[27067]: Saving service mon spec with placement count:5 2024-04-22T23:06:25.221 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:24 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:26.103 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-22T23:06:26.663 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:26 smithi045 ceph-mon[27067]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:26.663 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:26 smithi045 ceph-mon[27067]: Saving service mgr spec with placement count:2 2024-04-22T23:06:26.663 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:26 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:28.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:27 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:28.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:27 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/588479041' entity='client.admin' 2024-04-22T23:06:29.256 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:28 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:29.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:28 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/4214227188' entity='client.admin' 2024-04-22T23:06:29.547 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling the dashboard module... 2024-04-22T23:06:30.968 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:30 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: ignoring --setuser ceph since I am not root 2024-04-22T23:06:30.968 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:30 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: ignoring --setgroup ceph since I am not root 2024-04-22T23:06:30.968 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:30 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:30.843+0000 7f5f33a0e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:06:30.968 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:30 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:30.968 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:30 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:30.968 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:30 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:06:30.968 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:30 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' 2024-04-22T23:06:30.968 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:30 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-04-22T23:06:30.968 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:30 smithi045 ceph-mon[27067]: from='mgr.14120 172.21.15.45:0/4140734408' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2024-04-22T23:06:30.968 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:30 smithi045 ceph-mon[27067]: Deploying daemon agent.smithi045 on smithi045 2024-04-22T23:06:30.969 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:30 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/910883275' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T23:06:31.256 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:31 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:31.045+0000 7f5f33a0e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:06:31.257 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:31 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:31.156+0000 7f5f33a0e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:06:31.584 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:31 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:31.490+0000 7f5f33a0e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:06:31.584 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:31 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:31.582+0000 7f5f33a0e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:06:31.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:31 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/910883275' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T23:06:31.960 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:31 smithi045 ceph-mon[27067]: mgrmap e9: a(active, since 20s) 2024-04-22T23:06:32.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:06:32.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-22T23:06:32.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:06:32.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-22T23:06:32.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:06:32.656 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:06:32.656 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for the mgr to restart... 2024-04-22T23:06:32.657 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr epoch 9... 2024-04-22T23:06:32.756 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:32 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/3495170307' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:06:33.032 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:32 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:32.849+0000 7f5f33a0e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:06:33.032 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:33 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:33.030+0000 7f5f33a0e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:06:33.507 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:33 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:33.208+0000 7f5f33a0e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:06:33.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:33 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:33.507+0000 7f5f33a0e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:06:33.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:33 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:33.602+0000 7f5f33a0e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:06:33.813 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:33 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:33.811+0000 7f5f33a0e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:06:34.256 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:34 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:34.012+0000 7f5f33a0e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:06:35.006 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:34 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:34.634+0000 7f5f33a0e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:06:35.381 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:35 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:35.071+0000 7f5f33a0e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:06:35.381 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:35 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:35.170+0000 7f5f33a0e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:06:35.381 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:35 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:35.379+0000 7f5f33a0e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:06:36.256 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:35 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:35.920+0000 7f5f33a0e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:06:36.256 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:36 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:36.015+0000 7f5f33a0e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:06:36.623 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:36 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:36.266+0000 7f5f33a0e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:06:36.623 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:36 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:36.403+0000 7f5f33a0e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:06:36.623 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:36 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:36.502+0000 7f5f33a0e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:06:36.623 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:36 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:36.621+0000 7f5f33a0e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:06:37.256 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:36 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:36.931+0000 7f5f33a0e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:06:37.836 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:37 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:37.556+0000 7f5f33a0e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:06:37.836 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:06:37 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a[27297]: 2024-04-22T23:06:37.781+0000 7f5f33a0e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:06:38.256 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:37 smithi045 ceph-mon[27067]: Active manager daemon a restarted 2024-04-22T23:06:38.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:37 smithi045 ceph-mon[27067]: Activating manager daemon a 2024-04-22T23:06:38.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:37 smithi045 ceph-mon[27067]: osdmap e3: 0 total, 0 up, 0 in 2024-04-22T23:06:38.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:37 smithi045 ceph-mon[27067]: mgrmap e10: a(active, starting, since 0.00327948s) 2024-04-22T23:06:38.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:37 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:06:38.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:37 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T23:06:38.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:37 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:06:38.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:37 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:06:38.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:37 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:06:38.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:37 smithi045 ceph-mon[27067]: Manager daemon a is now available 2024-04-22T23:06:38.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:37 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:38.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:37 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:39.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:38 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:06:39.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:38 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T23:06:39.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:38 smithi045 ceph-mon[27067]: [22/Apr/2024:23:06:38] ENGINE Bus STARTING 2024-04-22T23:06:39.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:38 smithi045 ceph-mon[27067]: [22/Apr/2024:23:06:38] ENGINE Serving on https://172.21.15.45:7150 2024-04-22T23:06:39.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:38 smithi045 ceph-mon[27067]: [22/Apr/2024:23:06:38] ENGINE Serving on http://172.21.15.45:8765 2024-04-22T23:06:39.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:38 smithi045 ceph-mon[27067]: [22/Apr/2024:23:06:38] ENGINE Bus STARTED 2024-04-22T23:06:39.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:38 smithi045 ceph-mon[27067]: mgrmap e11: a(active, since 1.00646s) 2024-04-22T23:06:39.370 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:06:39.370 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-22T23:06:39.370 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:06:39.370 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:06:39.370 INFO:teuthology.orchestra.run.smithi045.stdout:mgr epoch 9 is available 2024-04-22T23:06:39.370 INFO:teuthology.orchestra.run.smithi045.stdout:Generating a dashboard self-signed certificate... 2024-04-22T23:06:40.131 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:39 smithi045 ceph-mon[27067]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:06:40.131 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:39 smithi045 ceph-mon[27067]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:06:40.619 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-22T23:06:40.619 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial admin user... 2024-04-22T23:06:40.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:40 smithi045 ceph-mon[27067]: mgrmap e12: a(active, since 2s) 2024-04-22T23:06:40.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:40 smithi045 ceph-mon[27067]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:40.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:40 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:40.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:40 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:40.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:40 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:40.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:40 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:06:40.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:40 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:40.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:40 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-04-22T23:06:40.945 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:40 smithi045 ceph-mon[27067]: Deploying daemon agent.smithi045 on smithi045 2024-04-22T23:06:42.125 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$eI1U.ZycVB7UhF0jO5MK6u./fEwviAxsji8motPV4W/3/WoIr9Txa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713827201, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-22T23:06:42.125 INFO:teuthology.orchestra.run.smithi045.stdout:Fetching dashboard port number... 2024-04-22T23:06:42.731 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:42 smithi045 ceph-mon[27067]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:42.731 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:42 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:43.307 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 8443 2024-04-22T23:06:43.316 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:06:43.317 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-04-22T23:06:43.323 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:06:43.324 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-04-22T23:06:43.324 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-04-22T23:06:43.324 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-22T23:06:43.325 INFO:teuthology.orchestra.run.smithi045.stdout:Ceph Dashboard is now available at: 2024-04-22T23:06:43.325 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:06:43.325 INFO:teuthology.orchestra.run.smithi045.stdout: URL: https://smithi045:8443/ 2024-04-22T23:06:43.325 INFO:teuthology.orchestra.run.smithi045.stdout: User: admin 2024-04-22T23:06:43.325 INFO:teuthology.orchestra.run.smithi045.stdout: Password: ol6kmc34c8 2024-04-22T23:06:43.325 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:06:43.326 INFO:teuthology.orchestra.run.smithi045.stdout:Saving cluster configuration to /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config directory 2024-04-22T23:06:43.326 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling autotune for osd_memory_target 2024-04-22T23:06:43.632 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:43 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/1305208800' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T23:06:45.617 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:45 smithi045 ceph-mon[27067]: mgrmap e13: a(active, since 6s) 2024-04-22T23:06:45.617 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:45 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/114207749' entity='client.admin' 2024-04-22T23:06:45.887 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-22T23:06:45.887 INFO:teuthology.orchestra.run.smithi045.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-22T23:06:45.887 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:06:45.888 INFO:teuthology.orchestra.run.smithi045.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:06:45.888 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:06:45.888 INFO:teuthology.orchestra.run.smithi045.stdout:Or, if you are only running a single cluster on this host: 2024-04-22T23:06:45.888 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:06:45.888 INFO:teuthology.orchestra.run.smithi045.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-22T23:06:45.888 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:06:45.888 INFO:teuthology.orchestra.run.smithi045.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-22T23:06:45.888 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:06:45.888 INFO:teuthology.orchestra.run.smithi045.stdout: ceph telemetry on 2024-04-22T23:06:45.888 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:06:45.888 INFO:teuthology.orchestra.run.smithi045.stdout:For more information see: 2024-04-22T23:06:45.888 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:06:45.888 INFO:teuthology.orchestra.run.smithi045.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-22T23:06:45.888 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:06:45.888 INFO:teuthology.orchestra.run.smithi045.stdout:Bootstrap complete. 2024-04-22T23:06:45.930 INFO:tasks.cephadm:Fetching config... 2024-04-22T23:06:45.930 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-22T23:06:45.930 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-22T23:06:45.946 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-22T23:06:45.947 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-22T23:06:45.947 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-22T23:06:46.001 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-22T23:06:46.001 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-22T23:06:46.002 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-22T23:06:46.192 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-22T23:06:46.192 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-22T23:06:46.192 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-22T23:06:46.247 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-22T23:06:46.247 DEBUG:teuthology.orchestra.run.smithi045:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCakkxmuPLFrb545mlwtiwLwOcWpB4BpKZGqI0WdWKHIDP0JkV2pim5DHd1NUgoc215aThlyyuiYcJ6QGraKcXT09IEO6bvBMf3q4zGdeoNzeEMdJdejtt2njOtNKY8cIfqfA48MkLD9EqVfuy3iQ9RCZXQB3nIWOmXBWZzyxJutAIxVBqwni/UuDGAJhz32RGPD3bQKkecZWVIVYir8nl/eh+rv6JIIqU9Dnf2AdUXL9/6w2WVatiRQgagQc7N3Wz1N1j+FaVSJuqwiCzOBCAd0hp1NizH9EcdqDy8qhAplSj9+5Cqczm5kFdvGq7mO/2KA4CxqYD2yMikKs9pK5rldJ1xgBOT7ejOer4dKaM3YuPbCbUcWGDp/ljF9JEqKqDlTMDjkTfGGo9b7pO15c/p10g0J354kNaXJ2w+YsWX2vN3MCuAwy/PEU5IQZWoyCljn8qwlXS+Ui4pEfU/NF2EI1sCH9nEX6nXX6KZl1TK7gIrLHx2pQP44Xmm1NMFk68= ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:06:46.399 INFO:teuthology.orchestra.run.smithi045.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCakkxmuPLFrb545mlwtiwLwOcWpB4BpKZGqI0WdWKHIDP0JkV2pim5DHd1NUgoc215aThlyyuiYcJ6QGraKcXT09IEO6bvBMf3q4zGdeoNzeEMdJdejtt2njOtNKY8cIfqfA48MkLD9EqVfuy3iQ9RCZXQB3nIWOmXBWZzyxJutAIxVBqwni/UuDGAJhz32RGPD3bQKkecZWVIVYir8nl/eh+rv6JIIqU9Dnf2AdUXL9/6w2WVatiRQgagQc7N3Wz1N1j+FaVSJuqwiCzOBCAd0hp1NizH9EcdqDy8qhAplSj9+5Cqczm5kFdvGq7mO/2KA4CxqYD2yMikKs9pK5rldJ1xgBOT7ejOer4dKaM3YuPbCbUcWGDp/ljF9JEqKqDlTMDjkTfGGo9b7pO15c/p10g0J354kNaXJ2w+YsWX2vN3MCuAwy/PEU5IQZWoyCljn8qwlXS+Ui4pEfU/NF2EI1sCH9nEX6nXX6KZl1TK7gIrLHx2pQP44Xmm1NMFk68= ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:06:46.410 DEBUG:teuthology.orchestra.run.smithi094:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCakkxmuPLFrb545mlwtiwLwOcWpB4BpKZGqI0WdWKHIDP0JkV2pim5DHd1NUgoc215aThlyyuiYcJ6QGraKcXT09IEO6bvBMf3q4zGdeoNzeEMdJdejtt2njOtNKY8cIfqfA48MkLD9EqVfuy3iQ9RCZXQB3nIWOmXBWZzyxJutAIxVBqwni/UuDGAJhz32RGPD3bQKkecZWVIVYir8nl/eh+rv6JIIqU9Dnf2AdUXL9/6w2WVatiRQgagQc7N3Wz1N1j+FaVSJuqwiCzOBCAd0hp1NizH9EcdqDy8qhAplSj9+5Cqczm5kFdvGq7mO/2KA4CxqYD2yMikKs9pK5rldJ1xgBOT7ejOer4dKaM3YuPbCbUcWGDp/ljF9JEqKqDlTMDjkTfGGo9b7pO15c/p10g0J354kNaXJ2w+YsWX2vN3MCuAwy/PEU5IQZWoyCljn8qwlXS+Ui4pEfU/NF2EI1sCH9nEX6nXX6KZl1TK7gIrLHx2pQP44Xmm1NMFk68= ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:06:46.448 INFO:teuthology.orchestra.run.smithi094.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCakkxmuPLFrb545mlwtiwLwOcWpB4BpKZGqI0WdWKHIDP0JkV2pim5DHd1NUgoc215aThlyyuiYcJ6QGraKcXT09IEO6bvBMf3q4zGdeoNzeEMdJdejtt2njOtNKY8cIfqfA48MkLD9EqVfuy3iQ9RCZXQB3nIWOmXBWZzyxJutAIxVBqwni/UuDGAJhz32RGPD3bQKkecZWVIVYir8nl/eh+rv6JIIqU9Dnf2AdUXL9/6w2WVatiRQgagQc7N3Wz1N1j+FaVSJuqwiCzOBCAd0hp1NizH9EcdqDy8qhAplSj9+5Cqczm5kFdvGq7mO/2KA4CxqYD2yMikKs9pK5rldJ1xgBOT7ejOer4dKaM3YuPbCbUcWGDp/ljF9JEqKqDlTMDjkTfGGo9b7pO15c/p10g0J354kNaXJ2w+YsWX2vN3MCuAwy/PEU5IQZWoyCljn8qwlXS+Ui4pEfU/NF2EI1sCH9nEX6nXX6KZl1TK7gIrLHx2pQP44Xmm1NMFk68= ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:06:46.460 DEBUG:teuthology.orchestra.run.smithi189:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCakkxmuPLFrb545mlwtiwLwOcWpB4BpKZGqI0WdWKHIDP0JkV2pim5DHd1NUgoc215aThlyyuiYcJ6QGraKcXT09IEO6bvBMf3q4zGdeoNzeEMdJdejtt2njOtNKY8cIfqfA48MkLD9EqVfuy3iQ9RCZXQB3nIWOmXBWZzyxJutAIxVBqwni/UuDGAJhz32RGPD3bQKkecZWVIVYir8nl/eh+rv6JIIqU9Dnf2AdUXL9/6w2WVatiRQgagQc7N3Wz1N1j+FaVSJuqwiCzOBCAd0hp1NizH9EcdqDy8qhAplSj9+5Cqczm5kFdvGq7mO/2KA4CxqYD2yMikKs9pK5rldJ1xgBOT7ejOer4dKaM3YuPbCbUcWGDp/ljF9JEqKqDlTMDjkTfGGo9b7pO15c/p10g0J354kNaXJ2w+YsWX2vN3MCuAwy/PEU5IQZWoyCljn8qwlXS+Ui4pEfU/NF2EI1sCH9nEX6nXX6KZl1TK7gIrLHx2pQP44Xmm1NMFk68= ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:06:46.499 INFO:teuthology.orchestra.run.smithi189.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCakkxmuPLFrb545mlwtiwLwOcWpB4BpKZGqI0WdWKHIDP0JkV2pim5DHd1NUgoc215aThlyyuiYcJ6QGraKcXT09IEO6bvBMf3q4zGdeoNzeEMdJdejtt2njOtNKY8cIfqfA48MkLD9EqVfuy3iQ9RCZXQB3nIWOmXBWZzyxJutAIxVBqwni/UuDGAJhz32RGPD3bQKkecZWVIVYir8nl/eh+rv6JIIqU9Dnf2AdUXL9/6w2WVatiRQgagQc7N3Wz1N1j+FaVSJuqwiCzOBCAd0hp1NizH9EcdqDy8qhAplSj9+5Cqczm5kFdvGq7mO/2KA4CxqYD2yMikKs9pK5rldJ1xgBOT7ejOer4dKaM3YuPbCbUcWGDp/ljF9JEqKqDlTMDjkTfGGo9b7pO15c/p10g0J354kNaXJ2w+YsWX2vN3MCuAwy/PEU5IQZWoyCljn8qwlXS+Ui4pEfU/NF2EI1sCH9nEX6nXX6KZl1TK7gIrLHx2pQP44Xmm1NMFk68= ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:06:46.511 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-22T23:06:46.771 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:06:48.222 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:48.223 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:48.223 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:48.223 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:48.223 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:48.223 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:48.223 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:48.223 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:48.223 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:48.223 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:48.223 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:48.223 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/4231526145' entity='client.admin' 2024-04-22T23:06:48.223 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:48.223 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:48.224 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:48.224 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:47 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:49.850 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-22T23:06:49.851 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-22T23:06:50.294 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:06:51.256 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:50 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:51.256 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:50 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:51.256 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:50 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:51.696 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi094 2024-04-22T23:06:51.696 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T23:06:51.696 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/etc/ceph/ceph.conf 2024-04-22T23:06:51.714 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T23:06:51.714 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:06:51.772 INFO:tasks.cephadm:Adding host smithi094 to orchestrator... 2024-04-22T23:06:51.772 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph orch host add smithi094 2024-04-22T23:06:52.228 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:06:52.256 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:51 smithi045 ceph-mon[27067]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:52.256 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:51 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:52.256 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:51 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:06:52.256 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:51 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:06:52.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:51 smithi045 ceph-mon[27067]: Updating smithi045:/etc/ceph/ceph.conf 2024-04-22T23:06:52.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:51 smithi045 ceph-mon[27067]: Updating smithi045:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:06:52.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:51 smithi045 ceph-mon[27067]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:06:52.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:51 smithi045 ceph-mon[27067]: Updating smithi045:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:06:52.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:51 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:52.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:51 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:53.756 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:53 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:53.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:53 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:54.756 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:54 smithi045 ceph-mon[27067]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:54.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:54 smithi045 ceph-mon[27067]: Deploying cephadm binary to smithi094 2024-04-22T23:06:57.090 INFO:teuthology.orchestra.run.smithi045.stdout:Added host 'smithi094' with addr '172.21.15.94' 2024-04-22T23:06:57.728 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-22T23:06:57.973 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:06:58.363 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:58 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:58.363 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:58 smithi045 ceph-mon[27067]: Added host smithi094 2024-04-22T23:06:58.363 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:58 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:58.363 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:58 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:58.693 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:06:58.693 INFO:teuthology.orchestra.run.smithi045.stdout:[{"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "172.21.15.94", "hostname": "smithi094", "labels": [], "status": ""}] 2024-04-22T23:06:59.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:59 smithi045 ceph-mon[27067]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:06:59.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:59 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:59.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:59 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:59.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:59 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:06:59.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:59 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:06:59.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:59 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:06:59.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:59 smithi045 ceph-mon[27067]: Updating smithi094:/etc/ceph/ceph.conf 2024-04-22T23:06:59.293 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:59 smithi045 ceph-mon[27067]: Updating smithi094:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:06:59.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:59 smithi045 ceph-mon[27067]: Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:06:59.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:59 smithi045 ceph-mon[27067]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:06:59.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:59 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:59.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:59 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:06:59.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:59 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-22T23:06:59.294 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:06:59 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-04-22T23:06:59.319 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi189 2024-04-22T23:06:59.319 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T23:06:59.319 DEBUG:teuthology.orchestra.run.smithi189:> dd of=/etc/ceph/ceph.conf 2024-04-22T23:06:59.338 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T23:06:59.338 DEBUG:teuthology.orchestra.run.smithi189:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:06:59.398 INFO:tasks.cephadm:Adding host smithi189 to orchestrator... 2024-04-22T23:06:59.399 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph orch host add smithi189 2024-04-22T23:06:59.635 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:07:00.460 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:00 smithi045 ceph-mon[27067]: Updating smithi094:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:07:00.460 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:00 smithi045 ceph-mon[27067]: Deploying daemon agent.smithi094 on smithi094 2024-04-22T23:07:00.460 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:00 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:01.430 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:01 smithi045 ceph-mon[27067]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:01.430 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:01 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:01.430 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:01 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:01.430 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:01 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:01.430 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:01 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:01.431 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:01 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:01.431 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:01 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:01.431 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:01 smithi045 ceph-mon[27067]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi189", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:07:01.431 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:01 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:01.431 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:01 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:01.431 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:01 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:01.431 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:01 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:01.431 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:01 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:01.431 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:01 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:01.431 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:01 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:02.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:02 smithi045 ceph-mon[27067]: Deploying cephadm binary to smithi189 2024-04-22T23:07:03.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:03 smithi045 ceph-mon[27067]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:03.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:03 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:04.632 INFO:teuthology.orchestra.run.smithi045.stdout:Added host 'smithi189' with addr '172.21.15.189' 2024-04-22T23:07:04.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:04 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:04.949 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:04 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:05.294 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-22T23:07:05.546 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:07:05.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:05 smithi045 ceph-mon[27067]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:05.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:05 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:05.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:05 smithi045 ceph-mon[27067]: Added host smithi189 2024-04-22T23:07:05.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:05 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:05.911 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:05 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:06.242 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-22T23:07:06.243 INFO:teuthology.orchestra.run.smithi045.stdout:[{"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "172.21.15.94", "hostname": "smithi094", "labels": [], "status": ""}, {"addr": "172.21.15.189", "hostname": "smithi189", "labels": [], "status": ""}] 2024-04-22T23:07:06.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:06 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:06.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:06 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:06.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:06 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi189", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:07:06.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:06 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:06.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:06 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:06.824 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:06 smithi045 ceph-mon[27067]: Updating smithi189:/etc/ceph/ceph.conf 2024-04-22T23:07:06.824 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:06 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:06.824 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:06 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:06.824 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:06 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi189", "caps": []}]: dispatch 2024-04-22T23:07:06.824 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:06 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi189", "caps": []}]': finished 2024-04-22T23:07:06.849 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-22T23:07:06.850 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-22T23:07:07.088 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:07:07.756 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:07 smithi045 ceph-mon[27067]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:07.756 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:07 smithi045 ceph-mon[27067]: Updating smithi189:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:07:07.756 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:07 smithi045 ceph-mon[27067]: Updating smithi189:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:07:07.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:07 smithi045 ceph-mon[27067]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:07:07.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:07 smithi045 ceph-mon[27067]: Updating smithi189:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:07:08.711 INFO:teuthology.orchestra.run.smithi045.stderr:adjusted tunables profile to default 2024-04-22T23:07:09.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: Deploying daemon agent.smithi189 on smithi189 2024-04-22T23:07:09.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/3849544423' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:07:09.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:09.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:09.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:09.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:09.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:09.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:09.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:09.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:09.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:09.008 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:09.008 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:09.008 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:09.008 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:09.008 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:09.008 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:08 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:09.329 INFO:tasks.cephadm:Adding mon.a on smithi045 2024-04-22T23:07:09.330 INFO:tasks.cephadm:Adding mon.b on smithi094 2024-04-22T23:07:09.330 INFO:tasks.cephadm:Adding mon.c on smithi189 2024-04-22T23:07:09.330 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph orch apply mon '3;smithi045:172.21.15.45=a;smithi094:172.21.15.94=b;smithi189:172.21.15.189=c' 2024-04-22T23:07:10.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:09 smithi045 ceph-mon[27067]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:10.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:09 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/3849544423' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:07:10.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:09 smithi045 ceph-mon[27067]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:07:10.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:09 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:10.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:09 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:10.317 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:07:11.063 INFO:teuthology.orchestra.run.smithi189.stdout:Scheduled mon update... 2024-04-22T23:07:11.756 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:11 smithi045 ceph-mon[27067]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:11.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:11 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:11.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:11 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:11.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:11 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:11.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:11 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:11.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:11 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:11.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:11 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:07:11.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:11 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:11.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:11 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:11.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:11 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:12.069 DEBUG:teuthology.orchestra.run.smithi094:mon.b> sudo journalctl -f -n 0 -u ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.b.service 2024-04-22T23:07:12.072 DEBUG:teuthology.orchestra.run.smithi189:mon.c> sudo journalctl -f -n 0 -u ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.c.service 2024-04-22T23:07:12.074 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-22T23:07:12.074 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:07:13.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:12 smithi045 ceph-mon[27067]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi045:172.21.15.45=a;smithi094:172.21.15.94=b;smithi189:172.21.15.189=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:07:13.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:12 smithi045 ceph-mon[27067]: Saving service mon spec with placement smithi045:172.21.15.45=a;smithi094:172.21.15.94=b;smithi189:172.21.15.189=c;count:3 2024-04-22T23:07:13.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:12 smithi045 ceph-mon[27067]: Deploying daemon mon.c on smithi189 2024-04-22T23:07:13.096 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:07:14.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:13 smithi045 ceph-mon[27067]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:14.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:13 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:14.365 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:07:14.365 INFO:teuthology.orchestra.run.smithi189.stdout:{"epoch":1,"fsid":"b0aceeb6-00fc-11ef-bc93-c7b262605968","modified":"2024-04-22T23:05:34.241947Z","created":"2024-04-22T23:05:34.241947Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:07:14.367 INFO:teuthology.orchestra.run.smithi189.stderr:dumped monmap epoch 1 2024-04-22T23:07:15.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:14 smithi045 ceph-mon[27067]: from='client.? 172.21.15.189:0/2457277038' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:07:16.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:15 smithi045 ceph-mon[27067]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:16.044 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: load: jerasure load: lrc 2024-04-22T23:07:16.248 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-22T23:07:16.248 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:07:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: RocksDB version: 7.9.2 2024-04-22T23:07:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Git sha 0 2024-04-22T23:07:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:07:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: DB SUMMARY 2024-04-22T23:07:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: DB Session ID: 8YR8W0O8EJBFAS0NC42N 2024-04-22T23:07:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: CURRENT file: CURRENT 2024-04-22T23:07:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:07:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-22T23:07:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-04-22T23:07:16.323 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-04-22T23:07:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.error_if_exists: 0 2024-04-22T23:07:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.create_if_missing: 0 2024-04-22T23:07:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.paranoid_checks: 1 2024-04-22T23:07:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:07:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:07:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:07:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.env: 0x55e81dc49cc0 2024-04-22T23:07:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:07:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.info_log: 0x55e8203c9be0 2024-04-22T23:07:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:07:16.324 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.statistics: (nil) 2024-04-22T23:07:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.use_fsync: 0 2024-04-22T23:07:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_log_file_size: 0 2024-04-22T23:07:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:07:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:07:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:07:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:07:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.allow_fallocate: 1 2024-04-22T23:07:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:07:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:07:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.use_direct_reads: 0 2024-04-22T23:07:16.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:07:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:07:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.db_log_dir: 2024-04-22T23:07:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.wal_dir: 2024-04-22T23:07:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:07:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:07:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:07:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:07:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:07:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:07:16.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:07:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:07:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.write_buffer_manager: 0x55e82035d0e0 2024-04-22T23:07:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:07:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:07:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:07:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:07:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:07:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:07:16.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:07:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:07:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.unordered_write: 0 2024-04-22T23:07:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:07:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:07:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:07:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:07:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.row_cache: None 2024-04-22T23:07:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.wal_filter: None 2024-04-22T23:07:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:07:16.328 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:07:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.two_write_queues: 0 2024-04-22T23:07:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:07:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.wal_compression: 0 2024-04-22T23:07:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.atomic_flush: 0 2024-04-22T23:07:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:07:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:07:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:07:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.log_readahead_size: 0 2024-04-22T23:07:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:07:16.329 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:07:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:07:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:07:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:07:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:07:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:07:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_background_jobs: 2 2024-04-22T23:07:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_background_compactions: -1 2024-04-22T23:07:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_subcompactions: 1 2024-04-22T23:07:16.330 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:07:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:07:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:07:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:07:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:07:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:07:16.333 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:07:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:07:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_open_files: -1 2024-04-22T23:07:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:07:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:07:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:07:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:07:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_background_flushes: -1 2024-04-22T23:07:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Compression algorithms supported: 2024-04-22T23:07:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:07:16.334 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: kZSTD supported: 0 2024-04-22T23:07:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: kXpressCompression supported: 0 2024-04-22T23:07:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:07:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: kZlibCompression supported: 1 2024-04-22T23:07:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: kSnappyCompression supported: 1 2024-04-22T23:07:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: kLZ4Compression supported: 1 2024-04-22T23:07:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: kBZip2Compression supported: 0 2024-04-22T23:07:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:07:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:07:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-04-22T23:07:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:07:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:07:16.335 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.merge_operator: 2024-04-22T23:07:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compaction_filter: None 2024-04-22T23:07:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:07:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:07:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:07:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:07:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e8203c9dc0) 2024-04-22T23:07:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout: cache_index_and_filter_blocks: 1 2024-04-22T23:07:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:07:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:07:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout: pin_top_level_index_and_filter: 1 2024-04-22T23:07:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout: index_type: 0 2024-04-22T23:07:16.336 INFO:journalctl@ceph.mon.c.smithi189.stdout: data_block_index_type: 0 2024-04-22T23:07:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout: index_shortening: 1 2024-04-22T23:07:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:07:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout: checksum: 4 2024-04-22T23:07:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout: no_block_cache: 0 2024-04-22T23:07:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_cache: 0x55e82038f1f0 2024-04-22T23:07:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_cache_name: BinnedLRUCache 2024-04-22T23:07:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_cache_options: 2024-04-22T23:07:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout: capacity : 536870912 2024-04-22T23:07:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout: num_shard_bits : 4 2024-04-22T23:07:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout: strict_capacity_limit : 0 2024-04-22T23:07:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout: high_pri_pool_ratio: 0.000 2024-04-22T23:07:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_cache_compressed: (nil) 2024-04-22T23:07:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout: persistent_cache: (nil) 2024-04-22T23:07:16.337 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_size: 4096 2024-04-22T23:07:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_size_deviation: 10 2024-04-22T23:07:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_restart_interval: 16 2024-04-22T23:07:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout: index_block_restart_interval: 1 2024-04-22T23:07:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout: metadata_block_size: 4096 2024-04-22T23:07:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout: partition_filters: 0 2024-04-22T23:07:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout: use_delta_encoding: 1 2024-04-22T23:07:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout: filter_policy: bloomfilter 2024-04-22T23:07:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout: whole_key_filtering: 1 2024-04-22T23:07:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout: verify_compression: 0 2024-04-22T23:07:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout: read_amp_bytes_per_bit: 0 2024-04-22T23:07:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout: format_version: 5 2024-04-22T23:07:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout: enable_index_compression: 1 2024-04-22T23:07:16.338 INFO:journalctl@ceph.mon.c.smithi189.stdout: block_align: 0 2024-04-22T23:07:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout: max_auto_readahead_size: 262144 2024-04-22T23:07:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout: prepopulate_block_cache: 0 2024-04-22T23:07:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout: initial_auto_readahead_size: 8192 2024-04-22T23:07:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout: num_file_reads_for_auto_readahead: 2 2024-04-22T23:07:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:07:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:07:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compression: NoCompression 2024-04-22T23:07:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:07:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:07:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:07:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.num_levels: 7 2024-04-22T23:07:16.339 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:07:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:07:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:07:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:07:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:07:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:07:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:07:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:07:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:07:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:07:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:07:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:07:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:07:16.340 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:07:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:07:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:07:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:07:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:07:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:07:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:07:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:07:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:07:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:07:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:07:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:07:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:07:16.341 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:07:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:07:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:07:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:07:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:07:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:07:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:07:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:07:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:07:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:07:16.342 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:07:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:07:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:07:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:07:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:07:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:07:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:07:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:07:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:07:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:07:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:07:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:07:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:07:16.343 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:07:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:07:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:07:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:07:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:07:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.inplace_update_support: 0 2024-04-22T23:07:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:07:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:07:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:07:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:07:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.bloom_locality: 0 2024-04-22T23:07:16.344 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.max_successive_merges: 0 2024-04-22T23:07:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:07:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:07:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:07:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:07:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.ttl: 2592000 2024-04-22T23:07:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:07:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:07:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:07:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.enable_blob_files: false 2024-04-22T23:07:16.345 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.min_blob_size: 0 2024-04-22T23:07:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:07:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:07:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:07:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:07:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:07:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:07:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:07:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:07:16.346 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-22T23:07:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-22T23:07:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5ec2afe8-32e6-49cf-8095-66f63dcda156 2024-04-22T23:07:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713827236045487, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-22T23:07:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-22T23:07:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713827236045901, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713827236, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5ec2afe8-32e6-49cf-8095-66f63dcda156", "db_session_id": "8YR8W0O8EJBFAS0NC42N", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:07:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713827236045981, "job": 1, "event": "recovery_finished"} 2024-04-22T23:07:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-22T23:07:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-22T23:07:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e8204a4000 2024-04-22T23:07:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: DB pointer 0x55e82048e000 2024-04-22T23:07:16.347 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:07:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:07:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout: ** DB Stats ** 2024-04-22T23:07:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:07:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-22T23:07:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:07:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:07:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-22T23:07:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:07:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:07:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout: 2024-04-22T23:07:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout: ** Compaction Stats [default] ** 2024-04-22T23:07:16.348 INFO:journalctl@ceph.mon.c.smithi189.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T23:07:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:07:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:07:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:07:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:07:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout: 2024-04-22T23:07:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout: ** Compaction Stats [default] ** 2024-04-22T23:07:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T23:07:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:07:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:07:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout: 2024-04-22T23:07:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:07:16.349 INFO:journalctl@ceph.mon.c.smithi189.stdout: 2024-04-22T23:07:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:07:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:07:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:07:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:07:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:07:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:07:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout: Cumulative compaction: 0.00 GB write, 0.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:07:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout: Interval compaction: 0.00 GB write, 0.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:07:16.350 INFO:journalctl@ceph.mon.c.smithi189.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-22T23:07:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout: Block cache BinnedLRUCache@0x55e82038f1f0#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-22T23:07:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-22T23:07:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout: 2024-04-22T23:07:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:07:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-04-22T23:07:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: using public_addr v2:172.21.15.189:0/0 -> [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] 2024-04-22T23:07:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: starting mon.c rank -1 at public addrs [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] at bind addrs [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: mon.c@-1(???) e0 preinit fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: mon.c@-1(synchronizing).mds e1 new map 2024-04-22T23:07:16.351 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: mon.c@-1(synchronizing).mds e1 print_map 2024-04-22T23:07:16.352 INFO:journalctl@ceph.mon.c.smithi189.stdout: e1 2024-04-22T23:07:16.352 INFO:journalctl@ceph.mon.c.smithi189.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:07:16.352 INFO:journalctl@ceph.mon.c.smithi189.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-22T23:07:16.352 INFO:journalctl@ceph.mon.c.smithi189.stdout: legacy client fscid: -1 2024-04-22T23:07:16.352 INFO:journalctl@ceph.mon.c.smithi189.stdout: 2024-04-22T23:07:16.353 INFO:journalctl@ceph.mon.c.smithi189.stdout: No filesystems configured 2024-04-22T23:07:16.353 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-22T23:07:16.353 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: 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-04-22T23:07:16.353 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-22T23:07:16.353 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-22T23:07:16.353 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-22T23:07:16.353 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-22T23:07:16.353 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:07:16.353 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:07:16.353 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:07:16.354 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:07:16.354 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:16.354 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.354 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.354 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:16.354 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:16.354 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:16.354 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.354 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi189", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:07:16.354 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:16.354 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:16.354 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:16.354 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.355 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.355 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.355 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.355 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: Deploying cephadm binary to smithi189 2024-04-22T23:07:16.355 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:16.355 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.355 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.355 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.355 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:16.355 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.355 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: Added host smithi189 2024-04-22T23:07:16.355 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:16.356 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.356 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.356 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.356 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi189", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:07:16.356 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:16.356 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:16.356 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: Updating smithi189:/etc/ceph/ceph.conf 2024-04-22T23:07:16.356 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.356 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.356 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi189", "caps": []}]: dispatch 2024-04-22T23:07:16.356 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi189", "caps": []}]': finished 2024-04-22T23:07:16.356 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:16.356 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: Updating smithi189:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:07:16.357 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: Updating smithi189:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:07:16.357 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:07:16.357 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: Updating smithi189:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:07:16.357 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: Deploying daemon agent.smithi189 on smithi189 2024-04-22T23:07:16.357 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='client.? 172.21.15.45:0/3849544423' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:07:16.357 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.357 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.357 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.357 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.357 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.358 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.358 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:16.358 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:16.358 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:16.358 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.358 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:16.358 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:16.358 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:16.358 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.358 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.359 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:16.359 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='client.? 172.21.15.45:0/3849544423' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:07:16.359 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:07:16.359 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.359 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.359 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:16.359 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.359 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:16.359 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:16.359 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:16.359 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.359 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:07:16.360 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:16.360 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.360 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.360 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi045:172.21.15.45=a;smithi094:172.21.15.94=b;smithi189:172.21.15.189=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:07:16.360 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: Saving service mon spec with placement smithi045:172.21.15.45=a;smithi094:172.21.15.94=b;smithi189:172.21.15.189=c;count:3 2024-04-22T23:07:16.360 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: Deploying daemon mon.c on smithi189 2024-04-22T23:07:16.360 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:16.360 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:16.360 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: from='client.? 172.21.15.189:0/2457277038' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:07:16.360 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:16.360 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 ceph-mon[28689]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-22T23:07:16.361 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 bash[28669]: 25b32ff837d345f65ff8f1bc6220fce0d7a8f98c52e8784af5823ae88c6e077b 2024-04-22T23:07:16.361 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:16 smithi189 systemd[1]: Started Ceph mon.c for b0aceeb6-00fc-11ef-bc93-c7b262605968. 2024-04-22T23:07:16.483 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T23:07:21.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:21.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:07:21.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: mon.a calling monitor election 2024-04-22T23:07:21.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:21.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:21.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:21.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:21.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: mon.c calling monitor election 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: monmap epoch 2 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: last_changed 2024-04-22T23:07:16.072265+0000 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: created 2024-04-22T23:05:34.241947+0000 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: min_mon_release 19 (squid) 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: election_strategy: 1 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: 1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: fsmap 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:07:21.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: mgrmap e13: a(active, since 43s) 2024-04-22T23:07:21.509 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: overall HEALTH_OK 2024-04-22T23:07:21.509 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:21.509 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:21.509 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:21.509 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:21.509 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:21.509 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:21.509 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:21 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:07:21.573 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:21.573 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:07:21.573 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: mon.a calling monitor election 2024-04-22T23:07:21.573 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:21.573 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:21.574 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:21.574 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:21.574 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: mon.c calling monitor election 2024-04-22T23:07:21.574 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:21.574 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:21.574 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:21.575 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:21.575 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T23:07:21.575 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: monmap epoch 2 2024-04-22T23:07:21.575 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:21.575 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: last_changed 2024-04-22T23:07:16.072265+0000 2024-04-22T23:07:21.575 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: created 2024-04-22T23:05:34.241947+0000 2024-04-22T23:07:21.576 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: min_mon_release 19 (squid) 2024-04-22T23:07:21.576 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: election_strategy: 1 2024-04-22T23:07:21.576 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-04-22T23:07:21.576 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: 1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c 2024-04-22T23:07:21.576 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: fsmap 2024-04-22T23:07:21.576 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:07:21.576 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: mgrmap e13: a(active, since 43s) 2024-04-22T23:07:21.577 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: overall HEALTH_OK 2024-04-22T23:07:21.577 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:21.577 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:21.577 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:21.577 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:21.577 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:21.578 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:21.578 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:21 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:07:21.596 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:07:21.596 INFO:teuthology.orchestra.run.smithi189.stdout:{"epoch":2,"fsid":"b0aceeb6-00fc-11ef-bc93-c7b262605968","modified":"2024-04-22T23:07:16.072265Z","created":"2024-04-22T23:05:34.241947Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:3300","nonce":0},{"type":"v1","addr":"172.21.15.189:6789","nonce":0}]},"addr":"172.21.15.189:6789/0","public_addr":"172.21.15.189:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-22T23:07:21.598 INFO:teuthology.orchestra.run.smithi189.stderr:dumped monmap epoch 2 2024-04-22T23:07:22.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:22 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:22.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:22 smithi045 ceph-mon[27067]: Deploying daemon mon.b on smithi094 2024-04-22T23:07:22.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:22 smithi045 ceph-mon[27067]: from='client.? 172.21.15.189:0/3649188464' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:07:22.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:22 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:22.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:22 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:22.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:22 smithi189 ceph-mon[28689]: Deploying daemon mon.b on smithi094 2024-04-22T23:07:22.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:22 smithi189 ceph-mon[28689]: from='client.? 172.21.15.189:0/3649188464' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:07:22.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:22 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:23.198 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-22T23:07:23.199 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:07:23.443 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T23:07:23.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:23 smithi045 ceph-mon[27067]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:23.565 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:23 smithi189 ceph-mon[28689]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:24.169 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:07:24.170 INFO:teuthology.orchestra.run.smithi189.stdout:{"epoch":2,"fsid":"b0aceeb6-00fc-11ef-bc93-c7b262605968","modified":"2024-04-22T23:07:16.072265Z","created":"2024-04-22T23:05:34.241947Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:3300","nonce":0},{"type":"v1","addr":"172.21.15.189:6789","nonce":0}]},"addr":"172.21.15.189:6789/0","public_addr":"172.21.15.189:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-22T23:07:24.172 INFO:teuthology.orchestra.run.smithi189.stderr:dumped monmap epoch 2 2024-04-22T23:07:25.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:25 smithi045 ceph-mon[27067]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:25.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:25 smithi045 ceph-mon[27067]: from='client.? 172.21.15.189:0/356520854' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:07:25.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:25 smithi189 ceph-mon[28689]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:25.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:25 smithi189 ceph-mon[28689]: from='client.? 172.21.15.189:0/356520854' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:07:25.703 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 podman[28590]: 2024-04-22 23:07:25.515281101 +0000 UTC m=+0.018223050 image pull a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 2024-04-22T23:07:25.749 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-22T23:07:25.750 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:07:25.996 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T23:07:26.065 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 podman[28590]: 2024-04-22 23:07:25.79602146 +0000 UTC m=+0.298963403 container init 3f40058e2b7d93b0765bc41702c3ac513adff154cf4b08802d1a2866d0bbd745 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-b, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240416) 2024-04-22T23:07:26.065 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 podman[28590]: 2024-04-22 23:07:25.798839847 +0000 UTC m=+0.301781787 container start 3f40058e2b7d93b0765bc41702c3ac513adff154cf4b08802d1a2866d0bbd745 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-b, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240416, GIT_CLEAN=True, io.buildah.version=1.33.5, ceph=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.schema-version=1.0) 2024-04-22T23:07:26.065 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:07:26.065 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 2 2024-04-22T23:07:26.065 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: pidfile_write: ignore empty --pid-file 2024-04-22T23:07:26.065 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: load: jerasure load: lrc 2024-04-22T23:07:26.065 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: RocksDB version: 7.9.2 2024-04-22T23:07:26.065 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Git sha 0 2024-04-22T23:07:26.065 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:07:26.066 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: DB SUMMARY 2024-04-22T23:07:26.066 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: DB Session ID: BZ108ZRCVCAWEKFTFJ75 2024-04-22T23:07:26.066 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: CURRENT file: CURRENT 2024-04-22T23:07:26.066 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:07:26.066 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-22T23:07:26.066 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-22T23:07:26.066 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-04-22T23:07:26.066 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.error_if_exists: 0 2024-04-22T23:07:26.066 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.create_if_missing: 0 2024-04-22T23:07:26.066 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.paranoid_checks: 1 2024-04-22T23:07:26.066 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:07:26.066 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:07:26.066 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:07:26.066 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.env: 0x563ae235ccc0 2024-04-22T23:07:26.067 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:07:26.067 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.info_log: 0x563ae2f95be0 2024-04-22T23:07:26.067 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:07:26.068 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.statistics: (nil) 2024-04-22T23:07:26.068 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.use_fsync: 0 2024-04-22T23:07:26.069 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_log_file_size: 0 2024-04-22T23:07:26.069 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:07:26.069 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:07:26.069 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:07:26.069 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:07:26.069 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.allow_fallocate: 1 2024-04-22T23:07:26.069 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:07:26.069 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:07:26.069 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.use_direct_reads: 0 2024-04-22T23:07:26.069 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:07:26.069 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:07:26.069 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.db_log_dir: 2024-04-22T23:07:26.069 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.wal_dir: 2024-04-22T23:07:26.069 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:07:26.070 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:07:26.070 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:07:26.070 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:07:26.070 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:07:26.070 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:07:26.070 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:07:26.070 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:07:26.070 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.write_buffer_manager: 0x563ae2f290e0 2024-04-22T23:07:26.070 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:07:26.070 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:07:26.070 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:07:26.070 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:07:26.070 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:07:26.070 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:07:26.071 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:07:26.071 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:07:26.071 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.unordered_write: 0 2024-04-22T23:07:26.071 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:07:26.071 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:07:26.071 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:07:26.071 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:07:26.071 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.row_cache: None 2024-04-22T23:07:26.071 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.wal_filter: None 2024-04-22T23:07:26.071 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:07:26.071 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:07:26.071 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.two_write_queues: 0 2024-04-22T23:07:26.071 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:07:26.071 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.wal_compression: 0 2024-04-22T23:07:26.072 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.atomic_flush: 0 2024-04-22T23:07:26.072 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:07:26.072 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:07:26.072 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:07:26.072 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.log_readahead_size: 0 2024-04-22T23:07:26.072 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:07:26.072 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:07:26.072 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:07:26.072 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:07:26.072 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:07:26.072 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:07:26.072 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:07:26.072 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_background_jobs: 2 2024-04-22T23:07:26.072 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_background_compactions: -1 2024-04-22T23:07:26.072 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_subcompactions: 1 2024-04-22T23:07:26.073 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:07:26.073 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:07:26.073 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:07:26.073 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:07:26.073 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:07:26.073 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:07:26.073 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:07:26.073 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:07:26.073 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_open_files: -1 2024-04-22T23:07:26.073 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:07:26.073 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:07:26.073 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:07:26.073 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:07:26.073 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_background_flushes: -1 2024-04-22T23:07:26.073 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Compression algorithms supported: 2024-04-22T23:07:26.074 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:07:26.074 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: kZSTD supported: 0 2024-04-22T23:07:26.074 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: kXpressCompression supported: 0 2024-04-22T23:07:26.074 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:07:26.074 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: kZlibCompression supported: 1 2024-04-22T23:07:26.074 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: kSnappyCompression supported: 1 2024-04-22T23:07:26.074 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: kLZ4Compression supported: 1 2024-04-22T23:07:26.074 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: kBZip2Compression supported: 0 2024-04-22T23:07:26.074 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:07:26.074 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:07:26.074 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-22T23:07:26.074 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:07:26.074 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:07:26.074 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.merge_operator: 2024-04-22T23:07:26.075 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compaction_filter: None 2024-04-22T23:07:26.075 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:07:26.075 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:07:26.075 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:07:26.075 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:07:26.075 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563ae2f95dc0) 2024-04-22T23:07:26.075 INFO:journalctl@ceph.mon.b.smithi094.stdout: cache_index_and_filter_blocks: 1 2024-04-22T23:07:26.075 INFO:journalctl@ceph.mon.b.smithi094.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:07:26.075 INFO:journalctl@ceph.mon.b.smithi094.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:07:26.075 INFO:journalctl@ceph.mon.b.smithi094.stdout: pin_top_level_index_and_filter: 1 2024-04-22T23:07:26.075 INFO:journalctl@ceph.mon.b.smithi094.stdout: index_type: 0 2024-04-22T23:07:26.075 INFO:journalctl@ceph.mon.b.smithi094.stdout: data_block_index_type: 0 2024-04-22T23:07:26.075 INFO:journalctl@ceph.mon.b.smithi094.stdout: index_shortening: 1 2024-04-22T23:07:26.075 INFO:journalctl@ceph.mon.b.smithi094.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:07:26.075 INFO:journalctl@ceph.mon.b.smithi094.stdout: checksum: 4 2024-04-22T23:07:26.076 INFO:journalctl@ceph.mon.b.smithi094.stdout: no_block_cache: 0 2024-04-22T23:07:26.076 INFO:journalctl@ceph.mon.b.smithi094.stdout: block_cache: 0x563ae2f5b1f0 2024-04-22T23:07:26.076 INFO:journalctl@ceph.mon.b.smithi094.stdout: block_cache_name: BinnedLRUCache 2024-04-22T23:07:26.076 INFO:journalctl@ceph.mon.b.smithi094.stdout: block_cache_options: 2024-04-22T23:07:26.076 INFO:journalctl@ceph.mon.b.smithi094.stdout: capacity : 536870912 2024-04-22T23:07:26.076 INFO:journalctl@ceph.mon.b.smithi094.stdout: num_shard_bits : 4 2024-04-22T23:07:26.076 INFO:journalctl@ceph.mon.b.smithi094.stdout: strict_capacity_limit : 0 2024-04-22T23:07:26.076 INFO:journalctl@ceph.mon.b.smithi094.stdout: high_pri_pool_ratio: 0.000 2024-04-22T23:07:26.076 INFO:journalctl@ceph.mon.b.smithi094.stdout: block_cache_compressed: (nil) 2024-04-22T23:07:26.076 INFO:journalctl@ceph.mon.b.smithi094.stdout: persistent_cache: (nil) 2024-04-22T23:07:26.076 INFO:journalctl@ceph.mon.b.smithi094.stdout: block_size: 4096 2024-04-22T23:07:26.076 INFO:journalctl@ceph.mon.b.smithi094.stdout: block_size_deviation: 10 2024-04-22T23:07:26.076 INFO:journalctl@ceph.mon.b.smithi094.stdout: block_restart_interval: 16 2024-04-22T23:07:26.076 INFO:journalctl@ceph.mon.b.smithi094.stdout: index_block_restart_interval: 1 2024-04-22T23:07:26.076 INFO:journalctl@ceph.mon.b.smithi094.stdout: metadata_block_size: 4096 2024-04-22T23:07:26.077 INFO:journalctl@ceph.mon.b.smithi094.stdout: partition_filters: 0 2024-04-22T23:07:26.077 INFO:journalctl@ceph.mon.b.smithi094.stdout: use_delta_encoding: 1 2024-04-22T23:07:26.077 INFO:journalctl@ceph.mon.b.smithi094.stdout: filter_policy: bloomfilter 2024-04-22T23:07:26.077 INFO:journalctl@ceph.mon.b.smithi094.stdout: whole_key_filtering: 1 2024-04-22T23:07:26.077 INFO:journalctl@ceph.mon.b.smithi094.stdout: verify_compression: 0 2024-04-22T23:07:26.077 INFO:journalctl@ceph.mon.b.smithi094.stdout: read_amp_bytes_per_bit: 0 2024-04-22T23:07:26.077 INFO:journalctl@ceph.mon.b.smithi094.stdout: format_version: 5 2024-04-22T23:07:26.077 INFO:journalctl@ceph.mon.b.smithi094.stdout: enable_index_compression: 1 2024-04-22T23:07:26.077 INFO:journalctl@ceph.mon.b.smithi094.stdout: block_align: 0 2024-04-22T23:07:26.077 INFO:journalctl@ceph.mon.b.smithi094.stdout: max_auto_readahead_size: 262144 2024-04-22T23:07:26.077 INFO:journalctl@ceph.mon.b.smithi094.stdout: prepopulate_block_cache: 0 2024-04-22T23:07:26.077 INFO:journalctl@ceph.mon.b.smithi094.stdout: initial_auto_readahead_size: 8192 2024-04-22T23:07:26.077 INFO:journalctl@ceph.mon.b.smithi094.stdout: num_file_reads_for_auto_readahead: 2 2024-04-22T23:07:26.077 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:07:26.077 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:07:26.078 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compression: NoCompression 2024-04-22T23:07:26.078 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:07:26.078 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:07:26.078 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:07:26.078 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.num_levels: 7 2024-04-22T23:07:26.078 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:07:26.078 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:07:26.078 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:07:26.078 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:07:26.078 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:07:26.078 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:07:26.078 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:07:26.078 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:07:26.078 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:07:26.079 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:07:26.079 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:07:26.079 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:07:26.079 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:07:26.079 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:07:26.079 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:07:26.079 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:07:26.079 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:07:26.079 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:07:26.079 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:07:26.079 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:07:26.079 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:07:26.079 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:07:26.079 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:07:26.079 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:07:26.080 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:07:26.080 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:07:26.080 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:07:26.080 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:07:26.080 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:07:26.080 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:07:26.080 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:07:26.080 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:07:26.080 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:07:26.080 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:07:26.080 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:07:26.080 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:07:26.080 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:07:26.080 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:07:26.081 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:07:26.081 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:07:26.081 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:07:26.081 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:07:26.081 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:07:26.081 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:07:26.081 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:07:26.081 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:07:26.081 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:07:26.081 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:07:26.081 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:07:26.081 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:07:26.081 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:07:26.081 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:07:26.082 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:07:26.082 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:07:26.082 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.inplace_update_support: 0 2024-04-22T23:07:26.082 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:07:26.082 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:07:26.082 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:07:26.082 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:07:26.082 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.bloom_locality: 0 2024-04-22T23:07:26.082 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.max_successive_merges: 0 2024-04-22T23:07:26.082 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:07:26.082 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:07:26.082 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:07:26.082 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:07:26.082 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.ttl: 2592000 2024-04-22T23:07:26.082 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:07:26.083 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:07:26.083 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:07:26.083 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.enable_blob_files: false 2024-04-22T23:07:26.083 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.min_blob_size: 0 2024-04-22T23:07:26.083 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:07:26.083 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:07:26.083 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:07:26.083 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:07:26.083 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:07:26.083 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:07:26.083 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:07:26.083 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:07:26.083 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-22T23:07:26.083 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-22T23:07:26.084 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: eb2605e4-6bdc-430a-b7f5-0ec5bcb8b5f8 2024-04-22T23:07:26.084 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713827245828451, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-22T23:07:26.084 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-22T23:07:26.084 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713827245829012, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1773, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713827245, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "eb2605e4-6bdc-430a-b7f5-0ec5bcb8b5f8", "db_session_id": "BZ108ZRCVCAWEKFTFJ75", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:07:26.084 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713827245829118, "job": 1, "event": "recovery_finished"} 2024-04-22T23:07:26.084 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-22T23:07:26.084 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-22T23:07:26.084 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563ae3070000 2024-04-22T23:07:26.084 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: DB pointer 0x563ae305a000 2024-04-22T23:07:26.084 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:07:26.084 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:07:26.084 INFO:journalctl@ceph.mon.b.smithi094.stdout: ** DB Stats ** 2024-04-22T23:07:26.084 INFO:journalctl@ceph.mon.b.smithi094.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:07:26.084 INFO:journalctl@ceph.mon.b.smithi094.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-22T23:07:26.084 INFO:journalctl@ceph.mon.b.smithi094.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:07:26.085 INFO:journalctl@ceph.mon.b.smithi094.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:07:26.085 INFO:journalctl@ceph.mon.b.smithi094.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-22T23:07:26.085 INFO:journalctl@ceph.mon.b.smithi094.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:07:26.085 INFO:journalctl@ceph.mon.b.smithi094.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:07:26.085 INFO:journalctl@ceph.mon.b.smithi094.stdout: 2024-04-22T23:07:26.085 INFO:journalctl@ceph.mon.b.smithi094.stdout: ** Compaction Stats [default] ** 2024-04-22T23:07:26.085 INFO:journalctl@ceph.mon.b.smithi094.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T23:07:26.085 INFO:journalctl@ceph.mon.b.smithi094.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:07:26.085 INFO:journalctl@ceph.mon.b.smithi094.stdout: L0 1/0 1.73 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:07:26.085 INFO:journalctl@ceph.mon.b.smithi094.stdout: Sum 1/0 1.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:07:26.085 INFO:journalctl@ceph.mon.b.smithi094.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:07:26.085 INFO:journalctl@ceph.mon.b.smithi094.stdout: 2024-04-22T23:07:26.085 INFO:journalctl@ceph.mon.b.smithi094.stdout: ** Compaction Stats [default] ** 2024-04-22T23:07:26.085 INFO:journalctl@ceph.mon.b.smithi094.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T23:07:26.085 INFO:journalctl@ceph.mon.b.smithi094.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:07:26.086 INFO:journalctl@ceph.mon.b.smithi094.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:07:26.086 INFO:journalctl@ceph.mon.b.smithi094.stdout: 2024-04-22T23:07:26.086 INFO:journalctl@ceph.mon.b.smithi094.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:07:26.086 INFO:journalctl@ceph.mon.b.smithi094.stdout: 2024-04-22T23:07:26.086 INFO:journalctl@ceph.mon.b.smithi094.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:07:26.086 INFO:journalctl@ceph.mon.b.smithi094.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:07:26.086 INFO:journalctl@ceph.mon.b.smithi094.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:07:26.086 INFO:journalctl@ceph.mon.b.smithi094.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:07:26.086 INFO:journalctl@ceph.mon.b.smithi094.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:07:26.086 INFO:journalctl@ceph.mon.b.smithi094.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:07:26.086 INFO:journalctl@ceph.mon.b.smithi094.stdout: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:07:26.086 INFO:journalctl@ceph.mon.b.smithi094.stdout: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:07:26.086 INFO:journalctl@ceph.mon.b.smithi094.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-22T23:07:26.086 INFO:journalctl@ceph.mon.b.smithi094.stdout: Block cache BinnedLRUCache@0x563ae2f5b1f0#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-22T23:07:26.087 INFO:journalctl@ceph.mon.b.smithi094.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-22T23:07:26.087 INFO:journalctl@ceph.mon.b.smithi094.stdout: 2024-04-22T23:07:26.087 INFO:journalctl@ceph.mon.b.smithi094.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:07:26.087 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-22T23:07:26.087 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: using public_addr v2:172.21.15.94:0/0 -> [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] 2024-04-22T23:07:26.087 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: starting mon.b rank -1 at public addrs [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] at bind addrs [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:26.087 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.b@-1(???) e0 preinit fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:26.087 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.b@-1(synchronizing).mds e1 new map 2024-04-22T23:07:26.087 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.b@-1(synchronizing).mds e1 print_map 2024-04-22T23:07:26.087 INFO:journalctl@ceph.mon.b.smithi094.stdout: e1 2024-04-22T23:07:26.087 INFO:journalctl@ceph.mon.b.smithi094.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:07:26.087 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,11=minor log segments,12=quiesce subvolumes} 2024-04-22T23:07:26.087 INFO:journalctl@ceph.mon.b.smithi094.stdout: legacy client fscid: -1 2024-04-22T23:07:26.087 INFO:journalctl@ceph.mon.b.smithi094.stdout: 2024-04-22T23:07:26.088 INFO:journalctl@ceph.mon.b.smithi094.stdout: No filesystems configured 2024-04-22T23:07:26.088 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-22T23:07:26.088 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-22T23:07:26.088 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-22T23:07:26.088 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-22T23:07:26.088 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-22T23:07:26.088 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-22T23:07:26.088 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:07:26.088 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:07:26.088 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:07:26.088 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:07:26.088 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:26.088 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.088 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.088 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:26.089 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:26.089 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:26.089 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.089 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi189", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:07:26.089 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:26.089 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:26.089 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:26.089 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.089 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.089 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.089 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.089 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: Deploying cephadm binary to smithi189 2024-04-22T23:07:26.089 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:26.089 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.089 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.090 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.090 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:26.090 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.090 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: Added host smithi189 2024-04-22T23:07:26.090 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:26.090 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.090 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.090 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.090 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi189", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:07:26.090 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:26.090 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:26.090 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: Updating smithi189:/etc/ceph/ceph.conf 2024-04-22T23:07:26.090 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.090 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi189", "caps": []}]: dispatch 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi189", "caps": []}]': finished 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: Updating smithi189:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: Updating smithi189:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: Updating smithi189:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: Deploying daemon agent.smithi189 on smithi189 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='client.? 172.21.15.45:0/3849544423' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.091 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:26.092 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:26.092 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:26.092 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.092 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:26.092 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:26.092 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:26.092 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.092 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.092 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:26.092 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='client.? 172.21.15.45:0/3849544423' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:07:26.092 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:07:26.092 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.092 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.092 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:26.092 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.093 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:26.093 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:26.093 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:26.093 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.093 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:07:26.093 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:26.093 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.094 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.094 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi045:172.21.15.45=a;smithi094:172.21.15.94=b;smithi189:172.21.15.189=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:07:26.094 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: Saving service mon spec with placement smithi045:172.21.15.45=a;smithi094:172.21.15.94=b;smithi189:172.21.15.189=c;count:3 2024-04-22T23:07:26.094 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: Deploying daemon mon.c on smithi189 2024-04-22T23:07:26.094 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:26.094 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.094 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='client.? 172.21.15.189:0/2457277038' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:07:26.094 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:26.094 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:26.094 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:07:26.094 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.a calling monitor election 2024-04-22T23:07:26.094 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:26.094 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:26.094 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:26.095 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:26.095 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.c calling monitor election 2024-04-22T23:07:26.095 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:26.095 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:26.095 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:26.095 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:26.095 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T23:07:26.095 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: monmap epoch 2 2024-04-22T23:07:26.095 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:26.095 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: last_changed 2024-04-22T23:07:16.072265+0000 2024-04-22T23:07:26.095 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: created 2024-04-22T23:05:34.241947+0000 2024-04-22T23:07:26.095 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: min_mon_release 19 (squid) 2024-04-22T23:07:26.095 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: election_strategy: 1 2024-04-22T23:07:26.095 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-04-22T23:07:26.096 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: 1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c 2024-04-22T23:07:26.096 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: fsmap 2024-04-22T23:07:26.096 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:07:26.096 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mgrmap e13: a(active, since 43s) 2024-04-22T23:07:26.096 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: overall HEALTH_OK 2024-04-22T23:07:26.096 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.096 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.096 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.096 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.096 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.096 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:26.096 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:07:26.096 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:26.096 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: Deploying daemon mon.b on smithi094 2024-04-22T23:07:26.096 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='client.? 172.21.15.189:0/3649188464' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:07:26.097 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:26.097 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:26.097 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:26.097 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: from='client.? 172.21.15.189:0/356520854' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:07:26.097 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 ceph-mon[28609]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-22T23:07:26.097 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 bash[28590]: 3f40058e2b7d93b0765bc41702c3ac513adff154cf4b08802d1a2866d0bbd745 2024-04-22T23:07:26.097 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:25 smithi094 systemd[1]: Started Ceph mon.b for b0aceeb6-00fc-11ef-bc93-c7b262605968. 2024-04-22T23:07:31.203 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:31.203 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:07:31.203 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: mon.a calling monitor election 2024-04-22T23:07:31.203 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.203 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:31.203 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: mon.c calling monitor election 2024-04-22T23:07:31.203 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.203 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:31.203 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.203 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: mon.b calling monitor election 2024-04-22T23:07:31.204 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.204 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:31.204 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.204 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.204 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-22T23:07:31.204 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: monmap epoch 3 2024-04-22T23:07:31.204 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:31.204 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: last_changed 2024-04-22T23:07:25.855075+0000 2024-04-22T23:07:31.204 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: created 2024-04-22T23:05:34.241947+0000 2024-04-22T23:07:31.204 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: min_mon_release 19 (squid) 2024-04-22T23:07:31.204 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: election_strategy: 1 2024-04-22T23:07:31.204 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-04-22T23:07:31.204 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: 1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c 2024-04-22T23:07:31.204 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: 2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b 2024-04-22T23:07:31.204 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: fsmap 2024-04-22T23:07:31.205 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:07:31.205 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: mgrmap e13: a(active, since 53s) 2024-04-22T23:07:31.205 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: overall HEALTH_OK 2024-04-22T23:07:31.205 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:31.205 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:31.205 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:31.205 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:31.205 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:30 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:31.256 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:31.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:07:31.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: mon.a calling monitor election 2024-04-22T23:07:31.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:31.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: mon.c calling monitor election 2024-04-22T23:07:31.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:31.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: mon.b calling monitor election 2024-04-22T23:07:31.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:31.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-22T23:07:31.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: monmap epoch 3 2024-04-22T23:07:31.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:31.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: last_changed 2024-04-22T23:07:25.855075+0000 2024-04-22T23:07:31.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: created 2024-04-22T23:05:34.241947+0000 2024-04-22T23:07:31.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: min_mon_release 19 (squid) 2024-04-22T23:07:31.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: election_strategy: 1 2024-04-22T23:07:31.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-04-22T23:07:31.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: 1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c 2024-04-22T23:07:31.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: 2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b 2024-04-22T23:07:31.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: fsmap 2024-04-22T23:07:31.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:07:31.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: mgrmap e13: a(active, since 53s) 2024-04-22T23:07:31.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: overall HEALTH_OK 2024-04-22T23:07:31.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:31.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:31.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:31.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:31.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:30 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:31.259 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:31.259 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:07:31.259 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: mon.a calling monitor election 2024-04-22T23:07:31.259 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.259 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:07:31.260 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: mon.c calling monitor election 2024-04-22T23:07:31.260 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.260 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:31.260 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.260 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: mon.b calling monitor election 2024-04-22T23:07:31.260 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.260 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:31.260 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.260 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:31.260 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-22T23:07:31.260 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: monmap epoch 3 2024-04-22T23:07:31.260 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:31.260 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: last_changed 2024-04-22T23:07:25.855075+0000 2024-04-22T23:07:31.260 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: created 2024-04-22T23:05:34.241947+0000 2024-04-22T23:07:31.260 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: min_mon_release 19 (squid) 2024-04-22T23:07:31.261 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: election_strategy: 1 2024-04-22T23:07:31.261 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-04-22T23:07:31.261 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: 1: [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] mon.c 2024-04-22T23:07:31.261 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: 2: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.b 2024-04-22T23:07:31.261 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: fsmap 2024-04-22T23:07:31.261 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:07:31.261 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: mgrmap e13: a(active, since 53s) 2024-04-22T23:07:31.261 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: overall HEALTH_OK 2024-04-22T23:07:31.261 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:31.261 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:31.261 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:31.261 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:31.261 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:30 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.198 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.198 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.198 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:32.198 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:32.198 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:32.198 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: Updating smithi045:/etc/ceph/ceph.conf 2024-04-22T23:07:32.198 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: Updating smithi094:/etc/ceph/ceph.conf 2024-04-22T23:07:32.199 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: Updating smithi189:/etc/ceph/ceph.conf 2024-04-22T23:07:32.199 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: Updating smithi189:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:07:32.199 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: Updating smithi094:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:07:32.199 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: Updating smithi045:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:07:32.199 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.199 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.199 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.199 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.199 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.199 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.199 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.199 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.199 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.199 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.200 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:07:32.200 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.200 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.200 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.200 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:07:32.200 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:07:32.200 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:32.200 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:31 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:32.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:32.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:32.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:32.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: Updating smithi045:/etc/ceph/ceph.conf 2024-04-22T23:07:32.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: Updating smithi094:/etc/ceph/ceph.conf 2024-04-22T23:07:32.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: Updating smithi189:/etc/ceph/ceph.conf 2024-04-22T23:07:32.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: Updating smithi189:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:07:32.257 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: Updating smithi094:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:07:32.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: Updating smithi045:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:07:32.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:07:32.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.258 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:07:32.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:07:32.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:32.259 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:31 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:32.307 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.307 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.307 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:32.307 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:32.307 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:32.307 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: Updating smithi045:/etc/ceph/ceph.conf 2024-04-22T23:07:32.307 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: Updating smithi094:/etc/ceph/ceph.conf 2024-04-22T23:07:32.307 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: Updating smithi189:/etc/ceph/ceph.conf 2024-04-22T23:07:32.307 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: Updating smithi189:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:07:32.308 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: Updating smithi094:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:07:32.308 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: Updating smithi045:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:07:32.308 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.308 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.308 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.308 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.308 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.308 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.308 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.308 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.308 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.308 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.308 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:07:32.308 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.309 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.309 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:32.309 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:07:32.309 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:07:32.309 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:32.309 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:31 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:07:32.729 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T23:07:32.729 INFO:teuthology.orchestra.run.smithi189.stdout:{"epoch":3,"fsid":"b0aceeb6-00fc-11ef-bc93-c7b262605968","modified":"2024-04-22T23:07:25.855075Z","created":"2024-04-22T23:05:34.241947Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:3300","nonce":0},{"type":"v1","addr":"172.21.15.189:6789","nonce":0}]},"addr":"172.21.15.189:6789/0","public_addr":"172.21.15.189: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-04-22T23:07:32.731 INFO:teuthology.orchestra.run.smithi189.stderr:dumped monmap epoch 3 2024-04-22T23:07:33.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:32 smithi045 ceph-mon[27067]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:33.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:32 smithi045 ceph-mon[27067]: Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:07:33.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:32 smithi045 ceph-mon[27067]: Reconfiguring daemon mon.a on smithi045 2024-04-22T23:07:33.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:32 smithi045 ceph-mon[27067]: from='client.? 172.21.15.189:0/2964763474' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:07:33.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:32 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:33.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:32 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:33.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:32 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:33.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:32 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:33.111 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:32 smithi094 ceph-mon[28609]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:33.111 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:32 smithi094 ceph-mon[28609]: Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:07:33.111 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:32 smithi094 ceph-mon[28609]: Reconfiguring daemon mon.a on smithi045 2024-04-22T23:07:33.111 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:32 smithi094 ceph-mon[28609]: from='client.? 172.21.15.189:0/2964763474' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:07:33.111 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:32 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:33.111 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:32 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:33.111 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:32 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:33.112 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:32 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:33.172 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:32 smithi189 ceph-mon[28689]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:33.172 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:32 smithi189 ceph-mon[28689]: Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:07:33.172 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:32 smithi189 ceph-mon[28689]: Reconfiguring daemon mon.a on smithi045 2024-04-22T23:07:33.172 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:32 smithi189 ceph-mon[28689]: from='client.? 172.21.15.189:0/2964763474' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:07:33.172 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:32 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:33.172 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:32 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:33.172 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:32 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:33.172 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:32 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:33.769 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-22T23:07:33.769 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-22T23:07:34.014 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:07:34.712 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:34 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:34.712 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:34 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:34.712 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:34 smithi189 ceph-mon[28689]: Reconfiguring mon.b (monmap changed)... 2024-04-22T23:07:34.712 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:34 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:07:34.712 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:34 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:07:34.712 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:34 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:34.712 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:34 smithi189 ceph-mon[28689]: Reconfiguring daemon mon.b on smithi094 2024-04-22T23:07:34.713 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:34 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:34.713 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:34 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:34.713 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:34 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:34.715 INFO:teuthology.orchestra.run.smithi045.stdout:# minimal ceph.conf for b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:34.716 INFO:teuthology.orchestra.run.smithi045.stdout:[global] 2024-04-22T23:07:34.716 INFO:teuthology.orchestra.run.smithi045.stdout: fsid = b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:34.716 INFO:teuthology.orchestra.run.smithi045.stdout: mon_host = [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] 2024-04-22T23:07:34.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:34 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:34.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:34 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:34.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:34 smithi045 ceph-mon[27067]: Reconfiguring mon.b (monmap changed)... 2024-04-22T23:07:34.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:34 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:07:34.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:34 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:07:34.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:34 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:34.716 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:34 smithi045 ceph-mon[27067]: Reconfiguring daemon mon.b on smithi094 2024-04-22T23:07:34.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:34 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:34.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:34 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:34.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:34 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:34.842 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:34 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:34.842 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:34 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:34.842 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:34 smithi094 ceph-mon[28609]: Reconfiguring mon.b (monmap changed)... 2024-04-22T23:07:34.842 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:34 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:07:34.842 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:34 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:07:34.842 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:34 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:34.842 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:34 smithi094 ceph-mon[28609]: Reconfiguring daemon mon.b on smithi094 2024-04-22T23:07:34.842 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:34 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:34.842 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:34 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:34.842 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:34 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:35.365 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-22T23:07:35.365 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-22T23:07:35.365 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:07:35.393 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-22T23:07:35.393 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:07:35.459 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T23:07:35.459 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:07:35.487 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T23:07:35.487 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:07:35.551 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T23:07:35.551 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:07:35.579 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T23:07:35.579 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:07:35.640 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:35 smithi189 ceph-mon[28689]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:35.640 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:35 smithi189 ceph-mon[28689]: from='client.? 172.21.15.45:0/3309278982' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:35.640 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:35 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:35.640 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:35 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:35.640 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:35 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:35.640 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:35 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:35.644 INFO:tasks.cephadm:Adding mgr.a on smithi045 2024-04-22T23:07:35.644 INFO:tasks.cephadm:Adding mgr.b on smithi094 2024-04-22T23:07:35.644 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph orch apply mgr '2;smithi045=a;smithi094=b' 2024-04-22T23:07:35.702 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:35 smithi094 ceph-mon[28609]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:35.702 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:35 smithi094 ceph-mon[28609]: from='client.? 172.21.15.45:0/3309278982' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:35.702 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:35 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:35.702 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:35 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:35.702 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:35 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:35.702 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:35 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:35.756 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:35 smithi045 ceph-mon[27067]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:35.756 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:35 smithi045 ceph-mon[27067]: from='client.? 172.21.15.45:0/3309278982' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:35.756 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:35 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:35.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:35 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:35.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:35 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:35.757 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:35 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:35.925 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T23:07:36.817 INFO:teuthology.orchestra.run.smithi189.stdout:Scheduled mgr update... 2024-04-22T23:07:37.452 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:37 smithi094 ceph-mon[28609]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:37.453 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:37 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:37.453 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:37 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:37.453 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:37 smithi094 ceph-mon[28609]: Reconfiguring mon.c (monmap changed)... 2024-04-22T23:07:37.453 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:37 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:07:37.453 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:37 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:07:37.453 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:37 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:37.453 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:37 smithi094 ceph-mon[28609]: Reconfiguring daemon mon.c on smithi189 2024-04-22T23:07:37.453 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:37 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:37.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:37 smithi045 ceph-mon[27067]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:37.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:37 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:37.506 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:37 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:37.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:37 smithi045 ceph-mon[27067]: Reconfiguring mon.c (monmap changed)... 2024-04-22T23:07:37.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:37 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:07:37.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:37 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:07:37.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:37 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:37.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:37 smithi045 ceph-mon[27067]: Reconfiguring daemon mon.c on smithi189 2024-04-22T23:07:37.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:37 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:37.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:37 smithi189 ceph-mon[28689]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:37.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:37 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:37.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:37 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:37.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:37 smithi189 ceph-mon[28689]: Reconfiguring mon.c (monmap changed)... 2024-04-22T23:07:37.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:37 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:07:37.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:37 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:07:37.572 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:37 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:37.573 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:37 smithi189 ceph-mon[28689]: Reconfiguring daemon mon.c on smithi189 2024-04-22T23:07:37.573 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:37 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:37.684 DEBUG:teuthology.orchestra.run.smithi094:mgr.b> sudo journalctl -f -n 0 -u ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mgr.b.service 2024-04-22T23:07:37.686 INFO:tasks.cephadm:Deploying OSDs... 2024-04-22T23:07:37.687 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-22T23:07:37.687 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:07:37.706 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-22T23:07:37.706 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_1 2024-04-22T23:07:37.765 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:07:37.765 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:07:37.765 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-22T23:07:37.765 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:07:37.765 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:07:37.766 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-04-22 23:07:30.090708546 +0000 2024-04-22T23:07:37.766 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-04-22 23:01:46.507240438 +0000 2024-04-22T23:07:37.766 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-04-22 23:01:46.507240438 +0000 2024-04-22T23:07:37.766 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-04-22 23:01:46.507240438 +0000 2024-04-22T23:07:37.766 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:07:37.833 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-04-22T23:07:37.833 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-04-22T23:07:37.833 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000116732 s, 4.4 MB/s 2024-04-22T23:07:37.835 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:07:37.895 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_2 2024-04-22T23:07:37.952 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:07:37.952 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:07:37.952 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-04-22T23:07:37.952 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:07:37.952 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:07:37.952 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-04-22 23:07:30.090708546 +0000 2024-04-22T23:07:37.952 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-04-22 23:01:46.860234902 +0000 2024-04-22T23:07:37.952 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-04-22 23:01:46.860234902 +0000 2024-04-22T23:07:37.952 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-04-22 23:01:46.860234902 +0000 2024-04-22T23:07:37.953 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:07:38.018 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-04-22T23:07:38.018 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-04-22T23:07:38.019 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000109425 s, 4.7 MB/s 2024-04-22T23:07:38.020 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:07:38.079 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_3 2024-04-22T23:07:38.137 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:07:38.137 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:07:38.137 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 702 Links: 1 2024-04-22T23:07:38.137 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:07:38.137 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:07:38.137 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-04-22 23:07:30.090708546 +0000 2024-04-22T23:07:38.137 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-04-22 23:01:47.202229539 +0000 2024-04-22T23:07:38.138 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-04-22 23:01:47.202229539 +0000 2024-04-22T23:07:38.138 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-04-22 23:01:47.202229539 +0000 2024-04-22T23:07:38.138 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:07:38.203 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-04-22T23:07:38.203 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-04-22T23:07:38.203 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000126213 s, 4.1 MB/s 2024-04-22T23:07:38.205 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:07:38.262 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_4 2024-04-22T23:07:38.283 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:38 smithi189 ceph-mon[28689]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi045=a;smithi094=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:07:38.283 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:38 smithi189 ceph-mon[28689]: Saving service mgr spec with placement smithi045=a;smithi094=b;count:2 2024-04-22T23:07:38.320 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:07:38.320 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:07:38.320 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-22T23:07:38.320 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:07:38.320 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:07:38.320 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-04-22 23:07:30.090708546 +0000 2024-04-22T23:07:38.321 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-04-22 23:01:47.544224177 +0000 2024-04-22T23:07:38.321 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-04-22 23:01:47.544224177 +0000 2024-04-22T23:07:38.321 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-04-22 23:01:47.544224177 +0000 2024-04-22T23:07:38.321 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:07:38.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:38 smithi045 ceph-mon[27067]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi045=a;smithi094=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:07:38.384 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:38 smithi045 ceph-mon[27067]: Saving service mgr spec with placement smithi045=a;smithi094=b;count:2 2024-04-22T23:07:38.387 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-04-22T23:07:38.387 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-04-22T23:07:38.387 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000120005 s, 4.3 MB/s 2024-04-22T23:07:38.388 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:07:38.447 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T23:07:38.447 DEBUG:teuthology.orchestra.run.smithi094:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:07:38.452 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:38 smithi094 ceph-mon[28609]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi045=a;smithi094=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:07:38.452 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:38 smithi094 ceph-mon[28609]: Saving service mgr spec with placement smithi045=a;smithi094=b;count:2 2024-04-22T23:07:38.466 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-22T23:07:38.466 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_1 2024-04-22T23:07:38.524 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:07:38.524 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:07:38.525 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-22T23:07:38.525 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:07:38.525 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:07:38.525 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-04-22 23:07:33.919483840 +0000 2024-04-22T23:07:38.525 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-04-22 23:01:35.461086948 +0000 2024-04-22T23:07:38.525 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-04-22 23:01:35.461086948 +0000 2024-04-22T23:07:38.525 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-04-22 23:01:35.461086948 +0000 2024-04-22T23:07:38.525 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:07:38.591 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-04-22T23:07:38.591 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-04-22T23:07:38.591 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000130058 s, 3.9 MB/s 2024-04-22T23:07:38.593 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:07:38.653 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_2 2024-04-22T23:07:38.709 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:07:38.709 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:07:38.709 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-04-22T23:07:38.710 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:07:38.710 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:07:38.710 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-04-22 23:07:33.919483840 +0000 2024-04-22T23:07:38.710 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-04-22 23:01:35.796081223 +0000 2024-04-22T23:07:38.710 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-04-22 23:01:35.796081223 +0000 2024-04-22T23:07:38.710 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-04-22 23:01:35.796081223 +0000 2024-04-22T23:07:38.710 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:07:38.773 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-04-22T23:07:38.773 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-04-22T23:07:38.773 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 9.7766e-05 s, 5.2 MB/s 2024-04-22T23:07:38.774 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:07:38.829 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_3 2024-04-22T23:07:38.884 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:07:38.884 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:07:38.884 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-04-22T23:07:38.884 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:07:38.884 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:07:38.884 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-04-22 23:07:33.919483840 +0000 2024-04-22T23:07:38.884 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-04-22 23:01:36.130075516 +0000 2024-04-22T23:07:38.884 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-04-22 23:01:36.130075516 +0000 2024-04-22T23:07:38.885 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-04-22 23:01:36.130075516 +0000 2024-04-22T23:07:38.885 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:07:38.947 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-04-22T23:07:38.947 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-04-22T23:07:38.947 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000104942 s, 4.9 MB/s 2024-04-22T23:07:38.948 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:07:39.005 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_4 2024-04-22T23:07:39.060 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:07:39.060 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:07:39.060 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 721 Links: 1 2024-04-22T23:07:39.060 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:07:39.060 INFO:teuthology.orchestra.run.smithi094.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:07:39.060 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-04-22 23:07:33.919483840 +0000 2024-04-22T23:07:39.060 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-04-22 23:01:36.459069895 +0000 2024-04-22T23:07:39.061 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-04-22 23:01:36.459069895 +0000 2024-04-22T23:07:39.061 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: 2024-04-22 23:01:36.459069895 +0000 2024-04-22T23:07:39.061 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:07:39.125 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-04-22T23:07:39.125 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-04-22T23:07:39.126 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 9.2999e-05 s, 5.5 MB/s 2024-04-22T23:07:39.126 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:07:39.183 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T23:07:39.183 DEBUG:teuthology.orchestra.run.smithi189:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:07:39.200 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-22T23:07:39.201 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_1 2024-04-22T23:07:39.256 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:07:39.256 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:07:39.256 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-22T23:07:39.256 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:07:39.256 INFO:teuthology.orchestra.run.smithi189.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:07:39.256 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-04-22 23:07:36.004177132 +0000 2024-04-22T23:07:39.256 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-04-22 23:01:46.724095725 +0000 2024-04-22T23:07:39.256 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-04-22 23:01:46.724095725 +0000 2024-04-22T23:07:39.256 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: 2024-04-22 23:01:46.724095725 +0000 2024-04-22T23:07:39.257 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:07:39.322 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-04-22T23:07:39.322 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-04-22T23:07:39.322 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000277545 s, 1.8 MB/s 2024-04-22T23:07:39.323 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:07:39.381 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_2 2024-04-22T23:07:39.437 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:07:39.437 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:07:39.437 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-22T23:07:39.437 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:07:39.437 INFO:teuthology.orchestra.run.smithi189.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:07:39.437 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-04-22 23:07:36.004177132 +0000 2024-04-22T23:07:39.437 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-04-22 23:01:47.070089083 +0000 2024-04-22T23:07:39.437 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-04-22 23:01:47.070089083 +0000 2024-04-22T23:07:39.437 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: 2024-04-22 23:01:47.070089083 +0000 2024-04-22T23:07:39.438 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:07:39.499 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-04-22T23:07:39.500 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-04-22T23:07:39.500 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000221716 s, 2.3 MB/s 2024-04-22T23:07:39.501 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:07:39.556 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_3 2024-04-22T23:07:39.612 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:07:39.612 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:07:39.612 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-04-22T23:07:39.612 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:07:39.612 INFO:teuthology.orchestra.run.smithi189.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:07:39.612 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-04-22 23:07:36.004177132 +0000 2024-04-22T23:07:39.612 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-04-22 23:01:47.412082518 +0000 2024-04-22T23:07:39.612 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-04-22 23:01:47.412082518 +0000 2024-04-22T23:07:39.612 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: 2024-04-22 23:01:47.412082518 +0000 2024-04-22T23:07:39.613 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:07:39.673 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-04-22T23:07:39.674 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-04-22T23:07:39.674 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000208918 s, 2.5 MB/s 2024-04-22T23:07:39.675 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:07:39.730 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_4 2024-04-22T23:07:39.785 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:07:39.785 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:07:39.785 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-04-22T23:07:39.785 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:07:39.785 INFO:teuthology.orchestra.run.smithi189.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:07:39.785 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-04-22 23:07:36.004177132 +0000 2024-04-22T23:07:39.786 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-04-22 23:01:47.755075934 +0000 2024-04-22T23:07:39.786 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-04-22 23:01:47.755075934 +0000 2024-04-22T23:07:39.786 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: 2024-04-22 23:01:47.755075934 +0000 2024-04-22T23:07:39.786 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:07:39.845 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:39 smithi189 ceph-mon[28689]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:39.846 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:39 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:39.846 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:39 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:39.846 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:39 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:39.846 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:39 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:39.846 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:39 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:39.846 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:39 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:39.846 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:39 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:07:39.846 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:39 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:07:39.846 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:39 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:07:39.847 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:39 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:39.847 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:39 smithi189 ceph-mon[28689]: Deploying daemon mgr.b on smithi094 2024-04-22T23:07:39.847 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-04-22T23:07:39.847 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-04-22T23:07:39.847 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000176425 s, 2.9 MB/s 2024-04-22T23:07:39.849 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:07:39.904 INFO:tasks.cephadm:Deploying osd.0 on smithi045 with /dev/vg_nvme/lv_4... 2024-04-22T23:07:39.904 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-22T23:07:39.930 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:39 smithi045 ceph-mon[27067]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:39.930 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:39 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:39.930 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:39 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:39.930 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:39 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:39.930 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:39 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:39.930 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:39 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:39.930 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:39 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:39.930 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:39 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:07:39.930 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:39 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:07:39.931 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:39 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:07:39.931 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:39 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:39.931 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:39 smithi045 ceph-mon[27067]: Deploying daemon mgr.b on smithi094 2024-04-22T23:07:39.952 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:39 smithi094 ceph-mon[28609]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:39.953 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:39 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:39.953 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:39 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:39.953 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:39 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:39.953 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:39 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:39.953 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:39 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:39.953 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:39 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:39.953 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:39 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:07:39.953 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:39 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:07:39.953 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:39 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:07:39.953 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:39 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:39.953 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:39 smithi094 ceph-mon[28609]: Deploying daemon mgr.b on smithi094 2024-04-22T23:07:40.154 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:07:40.862 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:40 smithi094 systemd[1]: Starting Ceph mgr.b for b0aceeb6-00fc-11ef-bc93-c7b262605968... 2024-04-22T23:07:40.867 INFO:teuthology.orchestra.run.smithi045.stderr: stderr: Unknown device, --name=, --path=, or absolute path in /dev/ or /sys expected. 2024-04-22T23:07:40.867 INFO:teuthology.orchestra.run.smithi045.stderr:usage: ceph-volume lvm zap [-h] [--destroy] [--osd-id OSD_ID] 2024-04-22T23:07:40.868 INFO:teuthology.orchestra.run.smithi045.stderr: [--osd-fsid OSD_FSID] [--no-systemd] 2024-04-22T23:07:40.868 INFO:teuthology.orchestra.run.smithi045.stderr: [DEVICES [DEVICES ...]] 2024-04-22T23:07:40.868 INFO:teuthology.orchestra.run.smithi045.stderr:ceph-volume lvm zap: error: Unable to proceed with non-existing device: /dev/vg_nvme/lv_4 2024-04-22T23:07:41.122 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:40 smithi094 podman[30204]: 2024-04-22 23:07:40.861428683 +0000 UTC m=+0.105639578 container create 691e91e397297fa48aa004ed1afc8c11e2f2a8b4401905a2ef2b1f7c5c27fc24 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5) 2024-04-22T23:07:41.123 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:40 smithi094 podman[30204]: 2024-04-22 23:07:40.773962264 +0000 UTC m=+0.018173134 image pull a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 2024-04-22T23:07:41.123 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:41 smithi094 podman[30204]: 2024-04-22 23:07:41.122026984 +0000 UTC m=+0.366237836 container init 691e91e397297fa48aa004ed1afc8c11e2f2a8b4401905a2ef2b1f7c5c27fc24 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240416, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True) 2024-04-22T23:07:41.452 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:41 smithi094 podman[30204]: 2024-04-22 23:07:41.124653289 +0000 UTC m=+0.368864153 container start 691e91e397297fa48aa004ed1afc8c11e2f2a8b4401905a2ef2b1f7c5c27fc24 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-04-22T23:07:41.452 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:41 smithi094 ceph-mgr[30223]: -- 172.21.15.94:0/2139130087 <== mon.2 v2:172.21.15.94:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563848ef25a0 con 0x563848ec6c00 2024-04-22T23:07:41.452 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:41 smithi094 bash[30204]: 691e91e397297fa48aa004ed1afc8c11e2f2a8b4401905a2ef2b1f7c5c27fc24 2024-04-22T23:07:41.453 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:41 smithi094 systemd[1]: Started Ceph mgr.b for b0aceeb6-00fc-11ef-bc93-c7b262605968. 2024-04-22T23:07:41.453 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:41 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:41.275+0000 7f77181a4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:07:41.505 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-04-22T23:07:41.506 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1091, in ceph_osds _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi045 with status 2: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:07:41.508 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:07:41.573 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:07:41.600 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:07:41.628 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-22T23:07:41.628 DEBUG:teuthology.orchestra.run.smithi045:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:07:41.643 DEBUG:teuthology.orchestra.run.smithi094:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:07:41.658 DEBUG:teuthology.orchestra.run.smithi189:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:07:41.686 INFO:tasks.cephadm:Stopping all daemons... 2024-04-22T23:07:41.686 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-22T23:07:41.686 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.a 2024-04-22T23:07:41.884 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:41 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:41.464+0000 7f77181a4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:07:41.884 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:41 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:41.569+0000 7f77181a4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:07:41.884 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:41 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:41.881+0000 7f77181a4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:07:41.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:41 smithi094 ceph-mon[28609]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:41.884 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:41 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:41.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:41 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:41.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:41 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:41.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:41 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:41.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:41 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:41.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:41 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:41.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:41 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:41.885 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:41 smithi094 ceph-mon[28609]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:42.006 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:41 smithi045 ceph-mon[27067]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:42.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:41 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:42.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:41 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:42.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:41 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:42.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:41 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:42.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:41 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:42.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:41 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:42.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:41 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:42.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:41 smithi045 ceph-mon[27067]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:42.007 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:41 smithi045 systemd[1]: Stopping Ceph mon.a for b0aceeb6-00fc-11ef-bc93-c7b262605968... 2024-04-22T23:07:42.073 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:41 smithi189 ceph-mon[28689]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:07:42.074 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:41 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:42.074 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:41 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:42.074 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:41 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:42.074 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:41 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:42.074 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:41 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:07:42.074 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:41 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:07:42.075 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:41 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:07:42.075 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:41 smithi189 ceph-mon[28689]: from='mgr.14152 172.21.15.45:0/1811250195' entity='mgr.a' 2024-04-22T23:07:42.190 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:41 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:41.966+0000 7f77181a4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:07:42.472 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:42 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a[27062]: 2024-04-22T23:07:42.034+0000 7f2dff222700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-22T23:07:42.472 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:42 smithi045 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a[27062]: 2024-04-22T23:07:42.034+0000 7f2dff222700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-22T23:07:42.472 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:42 smithi045 podman[34866]: 2024-04-22 23:07:42.10629265 +0000 UTC m=+0.190493382 container died 54e7daf6a9c14839718bdd25c33be97765266cf5c987ad7957156c4aeced74a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-22T23:07:42.756 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:42 smithi045 podman[34866]: 2024-04-22 23:07:42.553468154 +0000 UTC m=+0.637668859 container cleanup 54e7daf6a9c14839718bdd25c33be97765266cf5c987ad7957156c4aeced74a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240416, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-22T23:07:42.756 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:42 smithi045 bash[34866]: ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:07:43.346 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:43 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:43.204+0000 7f77181a4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:07:43.608 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:43 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:43.380+0000 7f77181a4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:07:43.608 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:43 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:43.552+0000 7f77181a4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:07:43.610 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:43 smithi045 bash[34954]: ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:07:43.851 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.a.service' 2024-04-22T23:07:43.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:43 smithi045 podman[34881]: 2024-04-22 23:07:43.844548881 +0000 UTC m=+1.736893924 container remove 54e7daf6a9c14839718bdd25c33be97765266cf5c987ad7957156c4aeced74a1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-a, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240416, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-04-22T23:07:43.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:43 smithi045 systemd[1]: ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-22T23:07:43.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:43 smithi045 systemd[1]: Stopped Ceph mon.a for b0aceeb6-00fc-11ef-bc93-c7b262605968. 2024-04-22T23:07:43.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Apr 22 23:07:43 smithi045 systemd[1]: ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.a.service: Consumed 2.442s CPU time. 2024-04-22T23:07:43.920 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:07:43.921 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-22T23:07:43.921 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-22T23:07:43.921 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.b 2024-04-22T23:07:44.202 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:43 smithi094 systemd[1]: Stopping Ceph mon.b for b0aceeb6-00fc-11ef-bc93-c7b262605968... 2024-04-22T23:07:44.203 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:43 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:43.892+0000 7f77181a4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:07:44.203 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:44 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:44.010+0000 7f77181a4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:07:44.702 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:44 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:44.217+0000 7f77181a4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:07:44.702 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:44 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:44.414+0000 7f77181a4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:07:45.452 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:45 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:45.057+0000 7f77181a4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:07:45.452 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:45 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-b[28605]: 2024-04-22T23:07:45.241+0000 7f3cff58e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-22T23:07:45.453 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:45 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-b[28605]: 2024-04-22T23:07:45.241+0000 7f3cff58e700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-22T23:07:45.453 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:45 smithi094 podman[30749]: 2024-04-22 23:07:45.252781105 +0000 UTC m=+0.126158777 container died 3f40058e2b7d93b0765bc41702c3ac513adff154cf4b08802d1a2866d0bbd745 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-b, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240416, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-04-22T23:07:45.801 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:45 smithi094 podman[30749]: 2024-04-22 23:07:45.650528203 +0000 UTC m=+0.523905869 container cleanup 3f40058e2b7d93b0765bc41702c3ac513adff154cf4b08802d1a2866d0bbd745 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-b, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240416, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-04-22T23:07:45.801 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:45 smithi094 bash[30749]: ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-b 2024-04-22T23:07:45.801 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:45 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:45.493+0000 7f77181a4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:07:45.801 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:45 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:45.589+0000 7f77181a4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:07:45.802 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:45 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:45.799+0000 7f77181a4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:07:46.059 INFO:journalctl@ceph.mon.b.smithi094.stdout:Apr 22 23:07:45 smithi094 podman[30764]: 2024-04-22 23:07:45.901985286 +0000 UTC m=+0.646756919 container remove 3f40058e2b7d93b0765bc41702c3ac513adff154cf4b08802d1a2866d0bbd745 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-b, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-04-22T23:07:46.078 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.b.service' 2024-04-22T23:07:46.127 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:07:46.127 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-22T23:07:46.128 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-22T23:07:46.128 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.c 2024-04-22T23:07:46.429 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:46 smithi189 systemd[1]: Stopping Ceph mon.c for b0aceeb6-00fc-11ef-bc93-c7b262605968... 2024-04-22T23:07:46.665 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:46 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:46.334+0000 7f77181a4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:07:46.665 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:46 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:46.426+0000 7f77181a4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:07:46.688 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:46 smithi189 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-c[28685]: 2024-04-22T23:07:46.426+0000 7f34de108700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-22T23:07:46.688 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:46 smithi189 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-c[28685]: 2024-04-22T23:07:46.426+0000 7f34de108700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-22T23:07:46.688 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:46 smithi189 podman[30867]: 2024-04-22 23:07:46.438117006 +0000 UTC m=+0.122613602 container died 25b32ff837d345f65ff8f1bc6220fce0d7a8f98c52e8784af5823ae88c6e077b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-c, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240416, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-04-22-1618-43be020, CEPH_POINT_RELEASE=) 2024-04-22T23:07:46.952 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:46 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:46.663+0000 7f77181a4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:07:46.952 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:46 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:46.794+0000 7f77181a4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:07:46.952 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:46 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:46.888+0000 7f77181a4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:07:47.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:46 smithi189 podman[30867]: 2024-04-22 23:07:46.810660727 +0000 UTC m=+0.495157314 container cleanup 25b32ff837d345f65ff8f1bc6220fce0d7a8f98c52e8784af5823ae88c6e077b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240416, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.schema-version=1.0, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-04-22T23:07:47.072 INFO:journalctl@ceph.mon.c.smithi189.stdout:Apr 22 23:07:46 smithi189 bash[30867]: ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mon-c 2024-04-22T23:07:47.259 DEBUG:teuthology.orchestra.run.smithi189:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mon.c.service' 2024-04-22T23:07:47.306 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:47 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:47.001+0000 7f77181a4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:07:47.307 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:47 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:47.297+0000 7f77181a4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:07:47.324 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:07:47.325 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-22T23:07:47.325 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-22T23:07:47.325 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mgr.a 2024-04-22T23:07:47.506 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:07:47 smithi045 systemd[1]: Stopping Ceph mgr.a for b0aceeb6-00fc-11ef-bc93-c7b262605968... 2024-04-22T23:07:47.931 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:07:47 smithi045 podman[35184]: 2024-04-22 23:07:47.653568286 +0000 UTC m=+0.133652942 container died dcb81863ba5a9024ed5b062482673b68a1f8c3496ca2f4005aab088a0ff7d301 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a, org.label-schema.build-date=20240416, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67) 2024-04-22T23:07:48.202 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:47 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:47.909+0000 7f77181a4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:07:48.203 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:48 smithi094 ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b[30219]: 2024-04-22T23:07:48.129+0000 7f77181a4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:07:48.256 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:07:47 smithi045 podman[35184]: 2024-04-22 23:07:47.996633704 +0000 UTC m=+0.476718365 container cleanup dcb81863ba5a9024ed5b062482673b68a1f8c3496ca2f4005aab088a0ff7d301 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-adk-testing-2024-04-22-1618-43be020) 2024-04-22T23:07:48.256 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:07:47 smithi045 bash[35184]: ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a 2024-04-22T23:07:48.256 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Apr 22 23:07:48 smithi045 podman[35220]: 2024-04-22 23:07:48.155747133 +0000 UTC m=+0.497467126 container remove dcb81863ba5a9024ed5b062482673b68a1f8c3496ca2f4005aab088a0ff7d301 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-a, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.build-date=20240416, RELEASE=wip-adk-testing-2024-04-22-1618-43be020) 2024-04-22T23:07:48.522 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mgr.a.service' 2024-04-22T23:07:48.574 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:07:48.574 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-22T23:07:48.574 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-22T23:07:48.574 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mgr.b 2024-04-22T23:07:48.886 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:48 smithi094 systemd[1]: Stopping Ceph mgr.b for b0aceeb6-00fc-11ef-bc93-c7b262605968... 2024-04-22T23:07:49.172 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:48 smithi094 podman[30918]: 2024-04-22 23:07:48.885259541 +0000 UTC m=+0.130741000 container died 691e91e397297fa48aa004ed1afc8c11e2f2a8b4401905a2ef2b1f7c5c27fc24 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0) 2024-04-22T23:07:49.453 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:49 smithi094 podman[30918]: 2024-04-22 23:07:49.238431816 +0000 UTC m=+0.483913279 container cleanup 691e91e397297fa48aa004ed1afc8c11e2f2a8b4401905a2ef2b1f7c5c27fc24 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c, name=ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-04-22T23:07:49.453 INFO:journalctl@ceph.mgr.b.smithi094.stdout:Apr 22 23:07:49 smithi094 bash[30918]: ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968-mgr-b 2024-04-22T23:07:49.664 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b0aceeb6-00fc-11ef-bc93-c7b262605968@mgr.b.service' 2024-04-22T23:07:49.705 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:07:49.705 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-22T23:07:49.705 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:07:50.646 INFO:teuthology.orchestra.run.smithi045.stdout:Deleting cluster with fsid: b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:51.765 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:07:51.952 INFO:teuthology.orchestra.run.smithi094.stdout:Deleting cluster with fsid: b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:53.058 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:07:53.249 INFO:teuthology.orchestra.run.smithi189.stdout:Deleting cluster with fsid: b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:54.126 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:07:54.158 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:07:54.187 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:07:54.211 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T23:07:54.213 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169/remote/smithi045/crash 2024-04-22T23:07:54.213 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:07:54.250 INFO:teuthology.orchestra.run.smithi045.stderr:tar: /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:07:54.250 INFO:teuthology.orchestra.run.smithi045.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:07:54.252 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169/remote/smithi094/crash 2024-04-22T23:07:54.252 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:07:54.291 INFO:teuthology.orchestra.run.smithi094.stderr:tar: /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:07:54.291 INFO:teuthology.orchestra.run.smithi094.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:07:54.292 DEBUG:teuthology.misc:Transferring archived files from smithi189:/var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169/remote/smithi189/crash 2024-04-22T23:07:54.293 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:07:54.331 INFO:teuthology.orchestra.run.smithi189.stderr:tar: /var/lib/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:07:54.331 INFO:teuthology.orchestra.run.smithi189.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:07:54.332 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T23:07:54.332 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_HOST | egrep -v CEPHADM_STRAY_DAEMON | head -n 1 2024-04-22T23:07:54.365 INFO:tasks.cephadm:Compressing logs... 2024-04-22T23:07:54.366 DEBUG:teuthology.orchestra.run.smithi045:> 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-04-22T23:07:54.408 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-04-22T23:07:54.411 DEBUG:teuthology.orchestra.run.smithi189:> 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-04-22T23:07:54.432 INFO:teuthology.orchestra.run.smithi045.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:07:54.432 INFO:teuthology.orchestra.run.smithi045.stderr:: No such file or directory 2024-04-22T23:07:54.433 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.log 2024-04-22T23:07:54.433 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T23:07:54.438 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-22T23:07:54.438 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.audit.log: 84.1% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:07:54.438 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:07:54.438 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-mgr.a.log 2024-04-22T23:07:54.438 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-mon.a.log: 89.7% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:07:54.438 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-22T23:07:54.438 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.cephadm.log: 81.3% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:07:54.438 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-mgr.a.log: /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-volume.log: 80.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:07:54.438 INFO:teuthology.orchestra.run.smithi045.stderr: 91.5% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-22T23:07:54.439 INFO:teuthology.orchestra.run.smithi094.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:07:54.440 INFO:teuthology.orchestra.run.smithi094.stderr:: No such file or directory 2024-04-22T23:07:54.440 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.log 2024-04-22T23:07:54.440 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose --/var/log/ceph/cephadm.log: /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T23:07:54.440 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:07:54.440 INFO:teuthology.orchestra.run.smithi094.stderr: 75.7% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:07:54.440 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-mgr.b.log 2024-04-22T23:07:54.440 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-22T23:07:54.440 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-mon.b.log 2024-04-22T23:07:54.440 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.audit.log: /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.cephadm.log: /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-volume.log: 72.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:07:54.440 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-mgr.b.log: 74.1% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:07:54.440 INFO:teuthology.orchestra.run.smithi094.stderr: 89.3% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:07:54.440 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-mon.b.log: 90.8% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-mgr.b.log.gz 2024-04-22T23:07:54.440 INFO:teuthology.orchestra.run.smithi094.stderr: 91.6% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-22T23:07:54.440 INFO:teuthology.orchestra.run.smithi189.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/cephadm.log 2024-04-22T23:07:54.441 INFO:teuthology.orchestra.run.smithi189.stderr: 2024-04-22T23:07:54.441 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.log 2024-04-22T23:07:54.441 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T23:07:54.441 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-mon.c.log 2024-04-22T23:07:54.441 INFO:teuthology.orchestra.run.smithi189.stderr: 81.0% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:07:54.441 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:07:54.441 INFO:teuthology.orchestra.run.smithi189.stderr: 74.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:07:54.441 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-mon.c.log: 89.9% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:07:54.441 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-22T23:07:54.441 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.cephadm.log: 74.3% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:07:54.441 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-volume.log: 91.6% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-22T23:07:54.442 INFO:teuthology.orchestra.run.smithi094.stderr: 92.6% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-mon.b.log.gz 2024-04-22T23:07:54.443 INFO:teuthology.orchestra.run.smithi094.stderr: 2024-04-22T23:07:54.443 INFO:teuthology.orchestra.run.smithi094.stderr:real 0m0.020s 2024-04-22T23:07:54.443 INFO:teuthology.orchestra.run.smithi094.stderr:user 0m0.020s 2024-04-22T23:07:54.443 INFO:teuthology.orchestra.run.smithi094.stderr:sys 0m0.018s 2024-04-22T23:07:54.444 INFO:teuthology.orchestra.run.smithi189.stderr: 92.5% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-mon.c.log.gz 2024-04-22T23:07:54.445 INFO:teuthology.orchestra.run.smithi189.stderr: 2024-04-22T23:07:54.445 INFO:teuthology.orchestra.run.smithi189.stderr:real 0m0.020s 2024-04-22T23:07:54.445 INFO:teuthology.orchestra.run.smithi189.stderr:user 0m0.023s 2024-04-22T23:07:54.445 INFO:teuthology.orchestra.run.smithi189.stderr:sys 0m0.011s 2024-04-22T23:07:54.468 INFO:teuthology.orchestra.run.smithi045.stderr: 88.4% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-mgr.a.log.gz 2024-04-22T23:07:54.495 INFO:teuthology.orchestra.run.smithi045.stderr: 91.8% -- replaced with /var/log/ceph/b0aceeb6-00fc-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-22T23:07:54.498 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-04-22T23:07:54.498 INFO:teuthology.orchestra.run.smithi045.stderr:real 0m0.076s 2024-04-22T23:07:54.498 INFO:teuthology.orchestra.run.smithi045.stderr:user 0m0.110s 2024-04-22T23:07:54.498 INFO:teuthology.orchestra.run.smithi045.stderr:sys 0m0.019s 2024-04-22T23:07:54.498 INFO:tasks.cephadm:Archiving logs... 2024-04-22T23:07:54.498 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169/remote/smithi045/log 2024-04-22T23:07:54.499 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:07:54.602 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169/remote/smithi094/log 2024-04-22T23:07:54.603 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:07:54.636 DEBUG:teuthology.misc:Transferring archived files from smithi189:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169/remote/smithi189/log 2024-04-22T23:07:54.637 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:07:54.667 INFO:tasks.cephadm:Removing cluster... 2024-04-22T23:07:54.667 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 --force 2024-04-22T23:07:54.854 INFO:teuthology.orchestra.run.smithi045.stdout:Deleting cluster with fsid: b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:55.123 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 --force 2024-04-22T23:07:55.310 INFO:teuthology.orchestra.run.smithi094.stdout:Deleting cluster with fsid: b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:55.563 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 --force 2024-04-22T23:07:55.741 INFO:teuthology.orchestra.run.smithi189.stdout:Deleting cluster with fsid: b0aceeb6-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:55.993 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T23:07:55.993 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:07:56.012 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:07:56.028 DEBUG:teuthology.orchestra.run.smithi189:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:07:56.043 INFO:tasks.cephadm:Teardown complete 2024-04-22T23:07:56.044 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1091, in ceph_osds _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi045 with status 2: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:07:56.255 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=955ab3f8f2b445f5ba599e792967e2a9 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1091, in ceph_osds _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi045 with status 2: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:07:56.259 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T23:07:56.268 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-22T23:07:56.280 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-22T23:07:56.280 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T23:07:56.293 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-04-22T23:07:56.296 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T23:07:56.391 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T23:07:56.401 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T23:07:56.401 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:07:56.404 DEBUG:teuthology.orchestra.run.smithi094:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:07:56.406 DEBUG:teuthology.orchestra.run.smithi189:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:07:56.419 INFO:teuthology.orchestra.run.smithi045.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:07:56.419 INFO:teuthology.orchestra.run.smithi094.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:07:56.420 INFO:teuthology.orchestra.run.smithi189.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:07:56.425 INFO:teuthology.orchestra.run.smithi094.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:07:56.425 INFO:teuthology.orchestra.run.smithi094.stdout:=============================================================================== 2024-04-22T23:07:56.425 INFO:teuthology.orchestra.run.smithi094.stdout:^- hv01.front.sepia.ceph.com 2 6 377 21 +422us[ +429us] +/- 571ms 2024-04-22T23:07:56.425 INFO:teuthology.orchestra.run.smithi094.stdout:^* hv02.front.sepia.ceph.com 3 6 377 19 -72us[ -65us] +/- 65ms 2024-04-22T23:07:56.425 INFO:teuthology.orchestra.run.smithi094.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 19 +90us[ +97us] +/- 76ms 2024-04-22T23:07:56.425 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:07:56.426 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:07:56.426 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2024-04-22T23:07:56.426 INFO:teuthology.orchestra.run.smithi045.stdout:^- hv01.front.sepia.ceph.com 2 6 377 20 +412us[ +416us] +/- 571ms 2024-04-22T23:07:56.426 INFO:teuthology.orchestra.run.smithi045.stdout:^* hv02.front.sepia.ceph.com 3 6 377 20 -68us[ -64us] +/- 65ms 2024-04-22T23:07:56.426 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 20 +96us[ +96us] +/- 76ms 2024-04-22T23:07:56.426 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:07:56.428 INFO:teuthology.orchestra.run.smithi189.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:07:56.428 INFO:teuthology.orchestra.run.smithi189.stdout:=============================================================================== 2024-04-22T23:07:56.428 INFO:teuthology.orchestra.run.smithi189.stdout:^- hv01.front.sepia.ceph.com 2 6 377 20 +416us[ +422us] +/- 571ms 2024-04-22T23:07:56.428 INFO:teuthology.orchestra.run.smithi189.stdout:^* hv02.front.sepia.ceph.com 3 6 377 19 -64us[ -57us] +/- 65ms 2024-04-22T23:07:56.428 INFO:teuthology.orchestra.run.smithi189.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 22 +92us[ +98us] +/- 76ms 2024-04-22T23:07:56.428 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:07:56.429 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T23:07:56.440 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T23:07:56.440 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T23:07:56.464 DEBUG:teuthology.orchestra.run.smithi045:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-22T23:07:56.533 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-04-22T23:07:56.596 DEBUG:teuthology.orchestra.run.smithi189:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-22T23:07:56.654 DEBUG:teuthology.orchestra.run.smithi045:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-22T23:07:56.684 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:07:56.685 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-22T23:07:56.712 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:07:56.712 DEBUG:teuthology.orchestra.run.smithi189:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-22T23:07:56.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:07:56.739 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T23:07:56.749 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T23:07:56.768 INFO:teuthology.task.internal:Duration was 575.516545 seconds 2024-04-22T23:07:56.768 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T23:07:56.777 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T23:07:56.777 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:07:56.780 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:07:56.782 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:07:56.818 INFO:teuthology.orchestra.run.smithi189.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:07:56.819 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:07:56.820 INFO:teuthology.orchestra.run.smithi094.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:07:57.112 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T23:07:57.113 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2024-04-22T23:07:57.113 DEBUG:teuthology.orchestra.run.smithi045:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T23:07:57.135 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi094.front.sepia.ceph.com 2024-04-22T23:07:57.135 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-04-22T23:07:57.160 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi189.front.sepia.ceph.com 2024-04-22T23:07:57.160 DEBUG:teuthology.orchestra.run.smithi189:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T23:07:57.187 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T23:07:57.187 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:07:57.189 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:07:57.202 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:07:57.251 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T23:07:57.251 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:07:57.257 DEBUG:teuthology.orchestra.run.smithi094:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:07:57.267 DEBUG:teuthology.orchestra.run.smithi189:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:07:57.398 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T23:07:57.409 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T23:07:57.409 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:07:57.434 DEBUG:teuthology.orchestra.run.smithi094:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:07:57.458 DEBUG:teuthology.orchestra.run.smithi189:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:07:57.481 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T23:07:57.492 DEBUG:teuthology.orchestra.run.smithi045:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:07:57.494 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-04-22T23:07:57.500 DEBUG:teuthology.orchestra.run.smithi189:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:07:57.514 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2024-04-22T23:07:57.520 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = core 2024-04-22T23:07:57.543 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = core 2024-04-22T23:07:57.570 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:07:57.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:07:57.587 DEBUG:teuthology.orchestra.run.smithi094:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:07:57.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:07:57.618 DEBUG:teuthology.orchestra.run.smithi189:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:07:57.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:07:57.634 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T23:07:57.645 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T23:07:57.646 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169/remote/smithi045 2024-04-22T23:07:57.646 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:07:57.681 DEBUG:teuthology.misc:Transferring archived files from smithi094:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169/remote/smithi094 2024-04-22T23:07:57.681 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:07:57.714 DEBUG:teuthology.misc:Transferring archived files from smithi189:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169/remote/smithi189 2024-04-22T23:07:57.714 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:07:57.747 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T23:07:57.748 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:07:57.750 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:07:57.752 DEBUG:teuthology.orchestra.run.smithi189:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:07:57.797 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T23:07:57.808 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T23:07:57.808 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T23:07:57.818 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T23:07:57.818 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:07:57.821 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:07:57.823 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:07:57.833 INFO:teuthology.orchestra.run.smithi045.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:07 /home/ubuntu/cephtest 2024-04-22T23:07:57.835 INFO:teuthology.orchestra.run.smithi094.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:07 /home/ubuntu/cephtest 2024-04-22T23:07:57.852 INFO:teuthology.orchestra.run.smithi189.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:07 /home/ubuntu/cephtest 2024-04-22T23:07:57.853 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T23:07:57.865 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T23:07:57.889 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T23:07:57.914 DEBUG:teuthology.nuke:shortname: smithi045 2024-04-22T23:07:57.915 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:07:57.941 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:52:37.819698', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDmR+MpNTKWEJnJ778EnkHuuYDosVORnShtxv/HC7jeAQ03K5TH0yjRFx4OagjwqbFiyQnTBkVvLsxH+FF0pJS8='} 2024-04-22T23:07:57.946 DEBUG:teuthology.nuke:shortname: smithi094 2024-04-22T23:07:57.946 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:07:57.970 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:52:37.822947', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMA9fTc1WTEFHNfJIfBoOXXA/7ovZetfiNyO5sK0+QpcqQyvBwCHgh21InbAJz1zcwKwsivoTZRm+QscI+WCth4='} 2024-04-22T23:07:57.973 DEBUG:teuthology.nuke:shortname: smithi189 2024-04-22T23:07:57.974 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:07:58.006 INFO:teuthology.orchestra.console.smithi045:Power off 2024-04-22T23:07:58.007 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:07:58.016 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi189.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669169', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:52:37.821428', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO6x6ukxTcbu29qv+WR722tirUL4dnCZPCvaiw1zbeERd86atyCNyYq35djfnkD7JdByoRbriXZWOTAxGNOpV7I='} 2024-04-22T23:07:58.030 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2024-04-22T23:07:58.031 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:07:58.052 INFO:teuthology.orchestra.console.smithi094:Power off 2024-04-22T23:07:58.052 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:07:58.063 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-04-22T23:07:58.076 DEBUG:teuthology.orchestra.console.smithi094:power off output: Chassis Power Control: Down/Off 2024-04-22T23:07:58.076 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:07:58.091 INFO:teuthology.orchestra.console.smithi189:Power off 2024-04-22T23:07:58.092 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:07:58.101 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is on 2024-04-22T23:07:58.115 DEBUG:teuthology.orchestra.console.smithi189:power off output: Chassis Power Control: Down/Off 2024-04-22T23:07:58.115 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:07:58.138 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is on 2024-04-22T23:08:02.065 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:08:02.102 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:08:02.139 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:08:02.175 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-04-22T23:08:02.213 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is on 2024-04-22T23:08:02.249 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is on 2024-04-22T23:08:06.180 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:08:06.214 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:08:06.250 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:08:06.295 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2024-04-22T23:08:06.326 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is off 2024-04-22T23:08:06.361 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is off 2024-04-22T23:08:06.396 INFO:teuthology.orchestra.console.smithi045:Power off completed 2024-04-22T23:08:06.428 INFO:teuthology.orchestra.console.smithi094:Power off completed 2024-04-22T23:08:06.462 INFO:teuthology.orchestra.console.smithi189:Power off completed 2024-04-22T23:08:06.567 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_host_drain} duration: 575.5165448188782 failure_reason: 'Command failed on smithi045 with status 2: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b0aceeb6-00fc-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=955ab3f8f2b445f5ba599e792967e2a9 status: fail success: false 2024-04-22T23:08:06.568 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T23:08:06.647 INFO:teuthology.run:FAIL