2024-05-06T03:42:23.527 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-06T03:42:23.528 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164 -- /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164/orig.config.yaml 2024-05-06T03:42:23.560 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-06T03:42:23.650 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164 branch: wip-yuriw-testing-20240503.181540-main description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} email: yweinste@redhat.com first_in_suite: false job_id: '7690164' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuriw-testing-20240503.181540-main 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 log-only-match: - CEPHADM_ sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuriw-testing-20240503.181540-main sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 4116 sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuriw-testing-20240503.181540-main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 targets: smithi050.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNKG6fgFxy7k8FVRM3T1nDRhQhMZjZu3MTxwSl1+SiU54UdGjlQNCjCOunPpp9X3PYBTIuLcz5CiOeUn7Z3/DJA= smithi171.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJBoCYJsj+/Ib6IUJjq5VoVLQspgMv3nH6f1Y2bgO3cl0n9RoqbfxQek2+h7w0tsXkb5SnsOMll6Wi3l7H153b8= smithi195.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGE+9fuhIRsvghWSRPDxc3DSURY2fpSXsgJB8LAdyBi6qlVzScNVj5KvWhEO/htiMgrzU1ja6atq6FDA5J5wCLM= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# 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: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-03_23:44:50 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-06T03:42:23.650 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa; will attempt to use it 2024-05-06T03:42:23.651 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e08cbbf6fd79a8dd2949f340bce25e28ea3db004/qa/tasks 2024-05-06T03:42:23.651 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-06T03:42:23.653 INFO:teuthology.task.internal:Checking packages... 2024-05-06T03:42:23.677 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004' 2024-05-06T03:42:23.677 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-06T03:42:23.678 INFO:teuthology.packaging:ref: None 2024-05-06T03:42:23.678 INFO:teuthology.packaging:tag: None 2024-05-06T03:42:23.678 INFO:teuthology.packaging:branch: wip-yuriw-testing-20240503.181540-main 2024-05-06T03:42:23.678 INFO:teuthology.packaging:sha1: e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:42:23.678 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuriw-testing-20240503.181540-main 2024-05-06T03:42:23.824 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3516.ge08cbbf6 2024-05-06T03:42:23.825 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-06T03:42:23.832 INFO:teuthology.task.internal:no buildpackages task found 2024-05-06T03:42:23.832 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-06T03:42:23.838 INFO:teuthology.task.internal:Saving configuration 2024-05-06T03:42:23.851 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-06T03:42:23.858 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T03:42:23.881 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi050.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164', '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-05-06 03:37:14.347093', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNKG6fgFxy7k8FVRM3T1nDRhQhMZjZu3MTxwSl1+SiU54UdGjlQNCjCOunPpp9X3PYBTIuLcz5CiOeUn7Z3/DJA='} 2024-05-06T03:42:23.909 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi171.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164', '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-05-06 03:37:14.349874', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJBoCYJsj+/Ib6IUJjq5VoVLQspgMv3nH6f1Y2bgO3cl0n9RoqbfxQek2+h7w0tsXkb5SnsOMll6Wi3l7H153b8='} 2024-05-06T03:42:23.933 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi195.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164', '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-05-06 03:37:14.348786', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGE+9fuhIRsvghWSRPDxc3DSURY2fpSXsgJB8LAdyBi6qlVzScNVj5KvWhEO/htiMgrzU1ja6atq6FDA5J5wCLM='} 2024-05-06T03:42:23.933 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-06T03:42:23.940 INFO:teuthology.task.internal:roles: ubuntu@smithi050.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2024-05-06T03:42:23.940 INFO:teuthology.task.internal:roles: ubuntu@smithi171.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2024-05-06T03:42:23.940 INFO:teuthology.task.internal:roles: ubuntu@smithi195.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2024-05-06T03:42:23.940 INFO:teuthology.run_tasks:Running task console_log... 2024-05-06T03:42:24.040 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9964552160>, signals=[15]) 2024-05-06T03:42:24.040 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-06T03:42:24.046 INFO:teuthology.task.internal:Opening connections... 2024-05-06T03:42:24.047 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi050.front.sepia.ceph.com 2024-05-06T03:42:24.048 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T03:42:24.127 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi171.front.sepia.ceph.com 2024-05-06T03:42:24.127 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T03:42:24.201 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi195.front.sepia.ceph.com 2024-05-06T03:42:24.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T03:42:24.274 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-06T03:42:24.281 DEBUG:teuthology.orchestra.run.smithi050:> uname -m 2024-05-06T03:42:24.300 INFO:teuthology.orchestra.run.smithi050.stdout:x86_64 2024-05-06T03:42:24.300 DEBUG:teuthology.orchestra.run.smithi050:> cat /etc/os-release 2024-05-06T03:42:24.358 INFO:teuthology.orchestra.run.smithi050.stdout:NAME="CentOS Stream" 2024-05-06T03:42:24.358 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION="9" 2024-05-06T03:42:24.359 INFO:teuthology.orchestra.run.smithi050.stdout:ID="centos" 2024-05-06T03:42:24.359 INFO:teuthology.orchestra.run.smithi050.stdout:ID_LIKE="rhel fedora" 2024-05-06T03:42:24.359 INFO:teuthology.orchestra.run.smithi050.stdout:VERSION_ID="9" 2024-05-06T03:42:24.359 INFO:teuthology.orchestra.run.smithi050.stdout:PLATFORM_ID="platform:el9" 2024-05-06T03:42:24.359 INFO:teuthology.orchestra.run.smithi050.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-06T03:42:24.359 INFO:teuthology.orchestra.run.smithi050.stdout:ANSI_COLOR="0;31" 2024-05-06T03:42:24.359 INFO:teuthology.orchestra.run.smithi050.stdout:LOGO="fedora-logo-icon" 2024-05-06T03:42:24.359 INFO:teuthology.orchestra.run.smithi050.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-06T03:42:24.359 INFO:teuthology.orchestra.run.smithi050.stdout:HOME_URL="https://centos.org/" 2024-05-06T03:42:24.359 INFO:teuthology.orchestra.run.smithi050.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-06T03:42:24.359 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-06T03:42:24.359 INFO:teuthology.orchestra.run.smithi050.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-06T03:42:24.360 INFO:teuthology.lock.ops:Updating smithi050.front.sepia.ceph.com on lock server 2024-05-06T03:42:24.377 DEBUG:teuthology.orchestra.run.smithi171:> uname -m 2024-05-06T03:42:24.395 INFO:teuthology.orchestra.run.smithi171.stdout:x86_64 2024-05-06T03:42:24.396 DEBUG:teuthology.orchestra.run.smithi171:> cat /etc/os-release 2024-05-06T03:42:24.453 INFO:teuthology.orchestra.run.smithi171.stdout:NAME="CentOS Stream" 2024-05-06T03:42:24.453 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION="9" 2024-05-06T03:42:24.453 INFO:teuthology.orchestra.run.smithi171.stdout:ID="centos" 2024-05-06T03:42:24.453 INFO:teuthology.orchestra.run.smithi171.stdout:ID_LIKE="rhel fedora" 2024-05-06T03:42:24.453 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION_ID="9" 2024-05-06T03:42:24.453 INFO:teuthology.orchestra.run.smithi171.stdout:PLATFORM_ID="platform:el9" 2024-05-06T03:42:24.453 INFO:teuthology.orchestra.run.smithi171.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-06T03:42:24.453 INFO:teuthology.orchestra.run.smithi171.stdout:ANSI_COLOR="0;31" 2024-05-06T03:42:24.454 INFO:teuthology.orchestra.run.smithi171.stdout:LOGO="fedora-logo-icon" 2024-05-06T03:42:24.454 INFO:teuthology.orchestra.run.smithi171.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-06T03:42:24.454 INFO:teuthology.orchestra.run.smithi171.stdout:HOME_URL="https://centos.org/" 2024-05-06T03:42:24.454 INFO:teuthology.orchestra.run.smithi171.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-06T03:42:24.454 INFO:teuthology.orchestra.run.smithi171.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-06T03:42:24.454 INFO:teuthology.orchestra.run.smithi171.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-06T03:42:24.454 INFO:teuthology.lock.ops:Updating smithi171.front.sepia.ceph.com on lock server 2024-05-06T03:42:24.477 DEBUG:teuthology.orchestra.run.smithi195:> uname -m 2024-05-06T03:42:24.495 INFO:teuthology.orchestra.run.smithi195.stdout:x86_64 2024-05-06T03:42:24.496 DEBUG:teuthology.orchestra.run.smithi195:> cat /etc/os-release 2024-05-06T03:42:24.553 INFO:teuthology.orchestra.run.smithi195.stdout:NAME="CentOS Stream" 2024-05-06T03:42:24.553 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION="9" 2024-05-06T03:42:24.553 INFO:teuthology.orchestra.run.smithi195.stdout:ID="centos" 2024-05-06T03:42:24.553 INFO:teuthology.orchestra.run.smithi195.stdout:ID_LIKE="rhel fedora" 2024-05-06T03:42:24.553 INFO:teuthology.orchestra.run.smithi195.stdout:VERSION_ID="9" 2024-05-06T03:42:24.553 INFO:teuthology.orchestra.run.smithi195.stdout:PLATFORM_ID="platform:el9" 2024-05-06T03:42:24.554 INFO:teuthology.orchestra.run.smithi195.stdout:PRETTY_NAME="CentOS Stream 9" 2024-05-06T03:42:24.554 INFO:teuthology.orchestra.run.smithi195.stdout:ANSI_COLOR="0;31" 2024-05-06T03:42:24.554 INFO:teuthology.orchestra.run.smithi195.stdout:LOGO="fedora-logo-icon" 2024-05-06T03:42:24.554 INFO:teuthology.orchestra.run.smithi195.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-05-06T03:42:24.554 INFO:teuthology.orchestra.run.smithi195.stdout:HOME_URL="https://centos.org/" 2024-05-06T03:42:24.554 INFO:teuthology.orchestra.run.smithi195.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-05-06T03:42:24.554 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-05-06T03:42:24.554 INFO:teuthology.orchestra.run.smithi195.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-05-06T03:42:24.554 INFO:teuthology.lock.ops:Updating smithi195.front.sepia.ceph.com on lock server 2024-05-06T03:42:24.577 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-06T03:42:24.587 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-06T03:42:24.596 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-06T03:42:24.596 DEBUG:teuthology.orchestra.run.smithi050:> test '!' -e /home/ubuntu/cephtest 2024-05-06T03:42:24.598 DEBUG:teuthology.orchestra.run.smithi171:> test '!' -e /home/ubuntu/cephtest 2024-05-06T03:42:24.601 DEBUG:teuthology.orchestra.run.smithi195:> test '!' -e /home/ubuntu/cephtest 2024-05-06T03:42:24.618 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-06T03:42:24.625 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-06T03:42:24.625 DEBUG:teuthology.orchestra.run.smithi050:> test -z $(ls -A /var/lib/ceph) 2024-05-06T03:42:24.656 DEBUG:teuthology.orchestra.run.smithi171:> test -z $(ls -A /var/lib/ceph) 2024-05-06T03:42:24.658 DEBUG:teuthology.orchestra.run.smithi195:> test -z $(ls -A /var/lib/ceph) 2024-05-06T03:42:24.737 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-06T03:42:24.819 INFO:teuthology.run_tasks:Running task kernel... 2024-05-06T03:42:24.834 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-06T03:42:24.834 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-05-06T03:42:24.835 DEBUG:teuthology.orchestra.run.smithi050:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T03:42:24.835 DEBUG:teuthology.orchestra.run.smithi171:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T03:42:24.836 DEBUG:teuthology.orchestra.run.smithi195:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-06T03:42:24.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T03:42:24.853 DEBUG:teuthology.orchestra.run.smithi171:> uname -r 2024-05-06T03:42:24.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T03:42:24.854 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T03:42:24.855 DEBUG:teuthology.orchestra.run.smithi050:> uname -r 2024-05-06T03:42:24.855 DEBUG:teuthology.orchestra.run.smithi195:> uname -r 2024-05-06T03:42:24.909 INFO:teuthology.orchestra.run.smithi171.stdout:5.14.0-437.el9.x86_64 2024-05-06T03:42:24.910 INFO:teuthology.task.kernel:Running kernel on smithi171: 5.14.0-437.el9.x86_64 2024-05-06T03:42:24.910 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum install -y kernel 2024-05-06T03:42:24.912 INFO:teuthology.orchestra.run.smithi195.stdout:5.14.0-437.el9.x86_64 2024-05-06T03:42:24.912 INFO:teuthology.task.kernel:Running kernel on smithi195: 5.14.0-437.el9.x86_64 2024-05-06T03:42:24.912 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum install -y kernel 2024-05-06T03:42:24.913 INFO:teuthology.orchestra.run.smithi050.stdout:5.14.0-437.el9.x86_64 2024-05-06T03:42:24.913 INFO:teuthology.task.kernel:Running kernel on smithi050: 5.14.0-437.el9.x86_64 2024-05-06T03:42:24.913 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum install -y kernel 2024-05-06T03:42:27.083 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-05-06T03:42:27.134 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-05-06T03:42:27.258 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-05-06T03:42:28.734 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - AppStream 32 MB/s | 19 MB 00:00 2024-05-06T03:42:29.242 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-05-06T03:42:30.660 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 9 - AppStream 7.9 MB/s | 19 MB 00:02 2024-05-06T03:42:33.393 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.2 MB 00:00 2024-05-06T03:42:34.709 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - CRB 2.6 MB/s | 6.2 MB 00:02 2024-05-06T03:42:34.810 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.2 MB 00:00 2024-05-06T03:42:35.168 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - Extras packages 41 kB/s | 16 kB 00:00 2024-05-06T03:42:36.461 INFO:teuthology.orchestra.run.smithi171.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-05-06T03:42:36.511 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 9 - Extras packages 32 kB/s | 16 kB 00:00 2024-05-06T03:42:36.627 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - Extras packages 30 kB/s | 16 kB 00:00 2024-05-06T03:42:38.347 INFO:teuthology.orchestra.run.smithi195.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-05-06T03:42:39.362 INFO:teuthology.orchestra.run.smithi050.stdout:Extra Packages for Enterprise Linux 7.7 MB/s | 21 MB 00:02 2024-05-06T03:42:41.644 INFO:teuthology.orchestra.run.smithi171.stdout:lab-extras 19 kB/s | 1.7 kB 00:00 2024-05-06T03:42:43.486 INFO:teuthology.orchestra.run.smithi195.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-05-06T03:42:43.518 INFO:teuthology.orchestra.run.smithi171.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-06T03:42:43.518 INFO:teuthology.orchestra.run.smithi171.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-06T03:42:43.611 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:42:43.612 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-05-06T03:42:43.612 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:42:43.721 DEBUG:teuthology.orchestra.run.smithi171:> echo no | sudo yum reinstall kernel || true 2024-05-06T03:42:44.226 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:03 ago on Mon 06 May 2024 03:42:41 AM UTC. 2024-05-06T03:42:44.362 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:42:44.373 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:42:44.373 INFO:teuthology.orchestra.run.smithi171.stdout: Package Architecture Version Repository Size 2024-05-06T03:42:44.373 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:42:44.373 INFO:teuthology.orchestra.run.smithi171.stdout:Reinstalling: 2024-05-06T03:42:44.373 INFO:teuthology.orchestra.run.smithi171.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-06T03:42:44.373 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:42:44.373 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:42:44.374 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:42:44.374 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:42:44.374 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 255 k 2024-05-06T03:42:44.374 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 0 2024-05-06T03:42:44.374 INFO:teuthology.orchestra.run.smithi171.stderr:Operation aborted. 2024-05-06T03:42:44.436 INFO:teuthology.orchestra.run.smithi171.stdout:Is this ok [y/N]: 2024-05-06T03:42:44.436 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum reinstall -y kernel || true 2024-05-06T03:42:44.696 INFO:teuthology.orchestra.run.smithi050.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-05-06T03:42:44.931 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:03 ago on Mon 06 May 2024 03:42:41 AM UTC. 2024-05-06T03:42:45.046 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:42:45.047 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:42:45.047 INFO:teuthology.orchestra.run.smithi171.stdout: Package Architecture Version Repository Size 2024-05-06T03:42:45.047 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:42:45.047 INFO:teuthology.orchestra.run.smithi171.stdout:Reinstalling: 2024-05-06T03:42:45.047 INFO:teuthology.orchestra.run.smithi171.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-06T03:42:45.047 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:42:45.047 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:42:45.048 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:42:45.048 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:42:45.048 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 255 k 2024-05-06T03:42:45.048 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 0 2024-05-06T03:42:45.048 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:42:45.351 INFO:teuthology.orchestra.run.smithi195.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-06T03:42:45.351 INFO:teuthology.orchestra.run.smithi195.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-06T03:42:45.454 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:42:45.455 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-06T03:42:45.455 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:42:45.522 INFO:teuthology.orchestra.run.smithi171.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.2 MB/s | 255 kB 00:00 2024-05-06T03:42:45.522 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:42:45.522 INFO:teuthology.orchestra.run.smithi171.stdout:Total 538 kB/s | 255 kB 00:00 2024-05-06T03:42:45.542 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:42:45.560 DEBUG:teuthology.orchestra.run.smithi195:> echo no | sudo yum reinstall kernel || true 2024-05-06T03:42:45.742 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:42:45.742 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:42:45.748 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:42:45.748 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:42:45.876 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:42:45.947 INFO:teuthology.orchestra.run.smithi171.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-06T03:42:45.948 INFO:teuthology.orchestra.run.smithi171.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-06T03:42:46.061 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:00:03 ago on Mon 06 May 2024 03:42:43 AM UTC. 2024-05-06T03:42:46.192 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:42:46.203 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:42:46.203 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-05-06T03:42:46.203 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:42:46.203 INFO:teuthology.orchestra.run.smithi195.stdout:Reinstalling: 2024-05-06T03:42:46.204 INFO:teuthology.orchestra.run.smithi195.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-06T03:42:46.204 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:42:46.204 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:42:46.204 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:42:46.204 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:42:46.204 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 255 k 2024-05-06T03:42:46.204 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 0 2024-05-06T03:42:46.205 INFO:teuthology.orchestra.run.smithi195.stderr:Operation aborted. 2024-05-06T03:42:46.272 INFO:teuthology.orchestra.run.smithi195.stdout:Is this ok [y/N]: 2024-05-06T03:42:46.273 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum reinstall -y kernel || true 2024-05-06T03:42:46.623 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-06T03:42:46.623 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-06T03:42:46.627 INFO:teuthology.orchestra.run.smithi050.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-05-06T03:42:46.627 INFO:teuthology.orchestra.run.smithi050.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-05-06T03:42:46.723 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:42:46.724 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2024-05-06T03:42:46.724 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:42:46.770 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:00:03 ago on Mon 06 May 2024 03:42:43 AM UTC. 2024-05-06T03:42:46.822 DEBUG:teuthology.orchestra.run.smithi050:> echo no | sudo yum reinstall kernel || true 2024-05-06T03:42:46.887 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:42:46.887 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:42:46.888 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-05-06T03:42:46.888 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:42:46.888 INFO:teuthology.orchestra.run.smithi195.stdout:Reinstalling: 2024-05-06T03:42:46.888 INFO:teuthology.orchestra.run.smithi195.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-06T03:42:46.888 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:42:46.888 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:42:46.888 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:42:46.888 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:42:46.889 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 255 k 2024-05-06T03:42:46.889 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 0 2024-05-06T03:42:46.889 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:42:47.105 INFO:teuthology.orchestra.run.smithi195.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.7 MB/s | 255 kB 00:00 2024-05-06T03:42:47.105 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:42:47.105 INFO:teuthology.orchestra.run.smithi195.stdout:Total 1.2 MB/s | 255 kB 00:00 2024-05-06T03:42:47.125 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:42:47.310 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:42:47.310 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:42:47.315 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:42:47.316 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-06T03:42:47.316 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:42:47.316 INFO:teuthology.orchestra.run.smithi171.stdout:Reinstalled: 2024-05-06T03:42:47.316 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-06T03:42:47.316 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:42:47.316 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:42:47.317 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:42:47.344 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:00:03 ago on Mon 06 May 2024 03:42:44 AM UTC. 2024-05-06T03:42:47.460 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:42:47.469 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:42:47.482 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:42:47.482 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2024-05-06T03:42:47.482 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:42:47.483 INFO:teuthology.orchestra.run.smithi050.stdout:Reinstalling: 2024-05-06T03:42:47.483 INFO:teuthology.orchestra.run.smithi050.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-06T03:42:47.483 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:42:47.483 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:42:47.483 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:42:47.483 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:42:47.483 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 255 k 2024-05-06T03:42:47.483 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 0 2024-05-06T03:42:47.483 INFO:teuthology.orchestra.run.smithi050.stderr:Operation aborted. 2024-05-06T03:42:47.492 DEBUG:teuthology.orchestra.run.smithi171:> rpm -q kernel | sort -rV | head -n 1 2024-05-06T03:42:47.531 INFO:teuthology.orchestra.run.smithi195.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-06T03:42:47.531 INFO:teuthology.orchestra.run.smithi195.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-06T03:42:47.538 INFO:teuthology.orchestra.run.smithi171.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-06T03:42:47.538 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-06T03:42:47.538 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-06T03:42:47.538 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-06T03:42:47.538 DEBUG:teuthology.orchestra.run.smithi171:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T03:42:47.544 INFO:teuthology.orchestra.run.smithi050.stdout:Is this ok [y/N]: 2024-05-06T03:42:47.544 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum reinstall -y kernel || true 2024-05-06T03:42:47.581 INFO:teuthology.orchestra.run.smithi171.stdout:ttyS1 2024-05-06T03:42:47.597 DEBUG:teuthology.parallel:result is None 2024-05-06T03:42:48.061 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:00:04 ago on Mon 06 May 2024 03:42:44 AM UTC. 2024-05-06T03:42:48.183 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:42:48.184 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:42:48.184 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2024-05-06T03:42:48.184 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:42:48.184 INFO:teuthology.orchestra.run.smithi050.stdout:Reinstalling: 2024-05-06T03:42:48.184 INFO:teuthology.orchestra.run.smithi050.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-05-06T03:42:48.184 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:42:48.184 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:42:48.184 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:42:48.184 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:42:48.184 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 255 k 2024-05-06T03:42:48.184 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 0 2024-05-06T03:42:48.184 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:42:48.185 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-06T03:42:48.186 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-06T03:42:48.648 INFO:teuthology.orchestra.run.smithi050.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.4 MB/s | 255 kB 00:00 2024-05-06T03:42:48.648 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:42:48.648 INFO:teuthology.orchestra.run.smithi050.stdout:Total 549 kB/s | 255 kB 00:00 2024-05-06T03:42:48.670 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:42:48.855 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:42:48.855 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:42:48.860 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:42:48.861 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:42:48.874 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-06T03:42:48.874 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:42:48.874 INFO:teuthology.orchestra.run.smithi195.stdout:Reinstalled: 2024-05-06T03:42:48.875 INFO:teuthology.orchestra.run.smithi195.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-06T03:42:48.875 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:42:48.875 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:42:48.994 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:42:49.052 DEBUG:teuthology.orchestra.run.smithi195:> rpm -q kernel | sort -rV | head -n 1 2024-05-06T03:42:49.073 INFO:teuthology.orchestra.run.smithi050.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-06T03:42:49.074 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-06T03:42:49.099 INFO:teuthology.orchestra.run.smithi195.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-06T03:42:49.099 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-06T03:42:49.099 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-06T03:42:49.099 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-06T03:42:49.099 DEBUG:teuthology.orchestra.run.smithi195:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T03:42:49.126 INFO:teuthology.orchestra.run.smithi195.stdout:ttyS1 2024-05-06T03:42:49.152 DEBUG:teuthology.parallel:result is None 2024-05-06T03:42:49.713 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-05-06T03:42:49.713 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-05-06T03:42:50.363 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-05-06T03:42:50.363 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:42:50.363 INFO:teuthology.orchestra.run.smithi050.stdout:Reinstalled: 2024-05-06T03:42:50.364 INFO:teuthology.orchestra.run.smithi050.stdout: kernel-5.14.0-437.el9.x86_64 2024-05-06T03:42:50.364 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:42:50.364 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:42:50.539 DEBUG:teuthology.orchestra.run.smithi050:> rpm -q kernel | sort -rV | head -n 1 2024-05-06T03:42:50.628 INFO:teuthology.orchestra.run.smithi050.stdout:kernel-5.14.0-437.el9.x86_64 2024-05-06T03:42:50.628 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-05-06T03:42:50.628 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-05-06T03:42:50.629 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-06T03:42:50.629 DEBUG:teuthology.orchestra.run.smithi050:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-06T03:42:50.658 INFO:teuthology.orchestra.run.smithi050.stdout:ttyS1 2024-05-06T03:42:50.678 DEBUG:teuthology.parallel:result is None 2024-05-06T03:42:50.679 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-06T03:42:50.686 INFO:teuthology.task.internal:Creating test directory... 2024-05-06T03:42:50.686 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T03:42:50.721 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T03:42:50.723 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-06T03:42:50.741 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-06T03:42:50.748 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-06T03:42:50.755 INFO:teuthology.task.internal:Creating archive directory... 2024-05-06T03:42:50.755 DEBUG:teuthology.orchestra.run.smithi050:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T03:42:50.776 DEBUG:teuthology.orchestra.run.smithi171:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T03:42:50.782 DEBUG:teuthology.orchestra.run.smithi195:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-06T03:42:50.903 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-06T03:42:50.911 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-06T03:42:50.911 DEBUG:teuthology.orchestra.run.smithi050:> 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-05-06T03:42:50.913 DEBUG:teuthology.orchestra.run.smithi171:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-06T03:42:50.916 DEBUG:teuthology.orchestra.run.smithi195:> 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-05-06T03:42:50.946 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T03:42:50.948 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T03:42:50.956 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T03:42:50.958 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T03:42:50.958 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T03:42:50.968 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-06T03:42:50.970 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-06T03:42:50.977 INFO:teuthology.task.internal:Configuring sudo... 2024-05-06T03:42:50.977 DEBUG:teuthology.orchestra.run.smithi050:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T03:42:51.000 DEBUG:teuthology.orchestra.run.smithi171:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T03:42:51.002 DEBUG:teuthology.orchestra.run.smithi195:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-06T03:42:51.036 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-06T03:42:51.044 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-06T03:42:51.044 DEBUG:teuthology.orchestra.run.smithi050:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T03:42:51.065 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T03:42:51.069 DEBUG:teuthology.orchestra.run.smithi195:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-06T03:42:51.092 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T03:42:51.156 DEBUG:teuthology.orchestra.run.smithi050:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T03:42:51.209 DEBUG:teuthology.orchestra.run.smithi050:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T03:42:51.288 DEBUG:teuthology.orchestra.run.smithi050:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T03:42:51.330 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-05-06T03:42:51.330 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T03:42:51.395 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T03:42:51.441 DEBUG:teuthology.orchestra.run.smithi171:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T03:42:51.489 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T03:42:51.571 DEBUG:teuthology.orchestra.run.smithi171:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T03:42:51.615 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-05-06T03:42:51.615 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T03:42:51.680 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T03:42:51.725 DEBUG:teuthology.orchestra.run.smithi195:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-06T03:42:51.785 DEBUG:teuthology.orchestra.run.smithi195:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T03:42:51.836 DEBUG:teuthology.orchestra.run.smithi195:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-06T03:42:51.870 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-06T03:42:51.870 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-06T03:42:51.937 DEBUG:teuthology.orchestra.run.smithi050:> sudo service rsyslog restart 2024-05-06T03:42:51.939 DEBUG:teuthology.orchestra.run.smithi171:> sudo service rsyslog restart 2024-05-06T03:42:51.942 DEBUG:teuthology.orchestra.run.smithi195:> sudo service rsyslog restart 2024-05-06T03:42:51.976 INFO:teuthology.orchestra.run.smithi050.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-06T03:42:51.976 INFO:teuthology.orchestra.run.smithi171.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-06T03:42:52.009 INFO:teuthology.orchestra.run.smithi195.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-06T03:42:52.447 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-06T03:42:52.455 INFO:teuthology.task.internal:Starting timer... 2024-05-06T03:42:52.456 INFO:teuthology.run_tasks:Running task pcp... 2024-05-06T03:42:52.468 INFO:teuthology.run_tasks:Running task selinux... 2024-05-06T03:42:52.476 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-05-06T03:42:52.476 DEBUG:teuthology.orchestra.run.smithi050:> sudo service auditd rotate 2024-05-06T03:42:52.536 INFO:teuthology.orchestra.run.smithi050.stdout:Rotating logs: 2024-05-06T03:42:52.538 DEBUG:teuthology.orchestra.run.smithi171:> sudo service auditd rotate 2024-05-06T03:42:52.622 INFO:teuthology.orchestra.run.smithi171.stdout:Rotating logs: 2024-05-06T03:42:52.623 DEBUG:teuthology.orchestra.run.smithi195:> sudo service auditd rotate 2024-05-06T03:42:52.685 INFO:teuthology.orchestra.run.smithi195.stdout:Rotating logs: 2024-05-06T03:42:52.687 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-06T03:42:52.688 DEBUG:teuthology.orchestra.run.smithi050:> /usr/sbin/getenforce 2024-05-06T03:42:52.719 INFO:teuthology.orchestra.run.smithi050.stdout:Permissive 2024-05-06T03:42:52.720 DEBUG:teuthology.orchestra.run.smithi171:> /usr/sbin/getenforce 2024-05-06T03:42:52.743 INFO:teuthology.orchestra.run.smithi171.stdout:Permissive 2024-05-06T03:42:52.743 DEBUG:teuthology.orchestra.run.smithi195:> /usr/sbin/getenforce 2024-05-06T03:42:52.761 INFO:teuthology.orchestra.run.smithi195.stdout:Permissive 2024-05-06T03:42:52.762 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi050.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi171.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi195.front.sepia.ceph.com': 'permissive'} 2024-05-06T03:42:52.762 DEBUG:teuthology.orchestra.run.smithi050:> 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-05-06T03:42:52.788 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T03:42:52.789 DEBUG:teuthology.orchestra.run.smithi171:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-06T03:42:52.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T03:42:52.813 DEBUG:teuthology.orchestra.run.smithi195:> 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-05-06T03:42:52.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T03:42:52.838 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-06T03:42:52.838 DEBUG:teuthology.orchestra.run.smithi050:> sudo /usr/sbin/setenforce permissive 2024-05-06T03:42:52.866 DEBUG:teuthology.orchestra.run.smithi171:> sudo /usr/sbin/setenforce permissive 2024-05-06T03:42:52.890 DEBUG:teuthology.orchestra.run.smithi195:> sudo /usr/sbin/setenforce permissive 2024-05-06T03:42:52.914 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-06T03:42:52.924 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-06T03:42:52.943 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-05-06T03:42:52.945 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi050.front.sepia.ceph.com,smithi171.front.sepia.ceph.com,smithi195.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-06T03:46:46.921 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi050.front.sepia.ceph.com'), Remote(name='ubuntu@smithi171.front.sepia.ceph.com'), Remote(name='ubuntu@smithi195.front.sepia.ceph.com')] 2024-05-06T03:46:46.922 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-05-06T03:46:46.923 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi050.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T03:46:47.000 DEBUG:teuthology.orchestra.run.smithi050:> true 2024-05-06T03:46:47.090 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi050.front.sepia.ceph.com' 2024-05-06T03:46:47.090 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-05-06T03:46:47.091 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T03:46:47.164 DEBUG:teuthology.orchestra.run.smithi171:> true 2024-05-06T03:46:47.245 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-05-06T03:46:47.245 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-05-06T03:46:47.246 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi195.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-06T03:46:47.322 DEBUG:teuthology.orchestra.run.smithi195:> true 2024-05-06T03:46:47.403 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi195.front.sepia.ceph.com' 2024-05-06T03:46:47.404 INFO:teuthology.run_tasks:Running task clock... 2024-05-06T03:46:47.414 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-06T03:46:47.414 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T03:46:47.415 DEBUG:teuthology.orchestra.run.smithi050:> 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-05-06T03:46:47.417 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T03:46:47.418 DEBUG:teuthology.orchestra.run.smithi171:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T03:46:47.420 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-06T03:46:47.420 DEBUG:teuthology.orchestra.run.smithi195:> 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-05-06T03:46:47.446 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-06T03:46:47.448 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-06T03:46:47.459 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-06T03:46:47.463 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-06T03:46:47.473 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-05-06T03:46:47.481 INFO:teuthology.orchestra.run.smithi171.stderr:sudo: ntpd: command not found 2024-05-06T03:46:47.487 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-05-06T03:46:47.489 INFO:teuthology.orchestra.run.smithi050.stderr:sudo: ntpd: command not found 2024-05-06T03:46:47.492 INFO:teuthology.orchestra.run.smithi171.stdout:506 Cannot talk to daemon 2024-05-06T03:46:47.501 INFO:teuthology.orchestra.run.smithi050.stdout:506 Cannot talk to daemon 2024-05-06T03:46:47.505 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-06T03:46:47.511 INFO:teuthology.orchestra.run.smithi195.stderr:sudo: ntpd: command not found 2024-05-06T03:46:47.515 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-06T03:46:47.518 INFO:teuthology.orchestra.run.smithi171.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-06T03:46:47.522 INFO:teuthology.orchestra.run.smithi195.stdout:506 Cannot talk to daemon 2024-05-06T03:46:47.529 INFO:teuthology.orchestra.run.smithi050.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-06T03:46:47.535 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-05-06T03:46:47.548 INFO:teuthology.orchestra.run.smithi195.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-05-06T03:46:47.577 INFO:teuthology.orchestra.run.smithi171.stderr:bash: line 1: ntpq: command not found 2024-05-06T03:46:47.581 INFO:teuthology.orchestra.run.smithi171.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-06T03:46:47.581 INFO:teuthology.orchestra.run.smithi171.stdout:=============================================================================== 2024-05-06T03:46:47.581 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T03:46:47.581 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T03:46:47.581 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T03:46:47.581 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T03:46:47.592 INFO:teuthology.orchestra.run.smithi050.stderr:bash: line 1: ntpq: command not found 2024-05-06T03:46:47.596 INFO:teuthology.orchestra.run.smithi050.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-06T03:46:47.596 INFO:teuthology.orchestra.run.smithi050.stdout:=============================================================================== 2024-05-06T03:46:47.596 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T03:46:47.596 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T03:46:47.597 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T03:46:47.597 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T03:46:47.604 INFO:teuthology.orchestra.run.smithi195.stderr:bash: line 1: ntpq: command not found 2024-05-06T03:46:47.607 INFO:teuthology.orchestra.run.smithi195.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-06T03:46:47.608 INFO:teuthology.orchestra.run.smithi195.stdout:=============================================================================== 2024-05-06T03:46:47.608 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T03:46:47.608 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T03:46:47.608 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T03:46:47.608 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T03:46:47.609 INFO:teuthology.run_tasks:Running task pexec... 2024-05-06T03:46:47.618 INFO:teuthology.task.pexec:Executing custom commands... 2024-05-06T03:46:47.618 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi050.front.sepia.ceph.com 2024-05-06T03:46:47.618 DEBUG:teuthology.orchestra.run.smithi050:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-06T03:46:47.619 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi171.front.sepia.ceph.com 2024-05-06T03:46:47.619 DEBUG:teuthology.orchestra.run.smithi171:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-06T03:46:47.619 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi195.front.sepia.ceph.com 2024-05-06T03:46:47.619 DEBUG:teuthology.orchestra.run.smithi195:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-05-06T03:46:48.154 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:46 ago on Mon 06 May 2024 03:46:02 AM UTC. 2024-05-06T03:46:48.177 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:00:46 ago on Mon 06 May 2024 03:46:02 AM UTC. 2024-05-06T03:46:48.194 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:00:40 ago on Mon 06 May 2024 03:46:08 AM UTC. 2024-05-06T03:46:48.273 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:46:48.274 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:46:48.274 INFO:teuthology.orchestra.run.smithi171.stdout: Package Architecture Version Repository Size 2024-05-06T03:46:48.274 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:46:48.274 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:46:48.274 INFO:teuthology.orchestra.run.smithi171.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-06T03:46:48.274 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:46:48.274 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:46:48.274 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:46:48.275 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-05-06T03:46:48.275 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:46:48.275 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 3.1 M 2024-05-06T03:46:48.275 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 9.8 M 2024-05-06T03:46:48.275 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:46:48.294 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:46:48.295 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:46:48.295 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-05-06T03:46:48.295 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:46:48.295 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:46:48.295 INFO:teuthology.orchestra.run.smithi195.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-06T03:46:48.295 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:46:48.295 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:46:48.295 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:46:48.295 INFO:teuthology.orchestra.run.smithi195.stdout:Install 1 Package 2024-05-06T03:46:48.295 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:46:48.296 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 3.1 M 2024-05-06T03:46:48.296 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 9.8 M 2024-05-06T03:46:48.296 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:46:48.318 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:46:48.318 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:46:48.318 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2024-05-06T03:46:48.318 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:46:48.318 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:46:48.318 INFO:teuthology.orchestra.run.smithi050.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-05-06T03:46:48.319 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:46:48.319 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:46:48.319 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:46:48.319 INFO:teuthology.orchestra.run.smithi050.stdout:Install 1 Package 2024-05-06T03:46:48.319 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:46:48.319 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 3.1 M 2024-05-06T03:46:48.319 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 9.8 M 2024-05-06T03:46:48.320 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:46:48.606 INFO:teuthology.orchestra.run.smithi195.stdout:runc-1.1.12-2.el9.x86_64.rpm 16 MB/s | 3.1 MB 00:00 2024-05-06T03:46:48.606 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:46:48.606 INFO:teuthology.orchestra.run.smithi195.stdout:Total 10 MB/s | 3.1 MB 00:00 2024-05-06T03:46:48.642 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:46:48.648 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:46:48.648 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:46:48.731 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:46:48.732 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:46:48.943 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:46:49.056 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-06T03:46:49.464 INFO:teuthology.orchestra.run.smithi171.stdout:runc-1.1.12-2.el9.x86_64.rpm 2.8 MB/s | 3.1 MB 00:01 2024-05-06T03:46:49.465 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:46:49.465 INFO:teuthology.orchestra.run.smithi171.stdout:Total 2.6 MB/s | 3.1 MB 00:01 2024-05-06T03:46:49.465 INFO:teuthology.orchestra.run.smithi050.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.0 MB/s | 3.1 MB 00:01 2024-05-06T03:46:49.465 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:46:49.465 INFO:teuthology.orchestra.run.smithi050.stdout:Total 2.7 MB/s | 3.1 MB 00:01 2024-05-06T03:46:49.501 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:46:49.504 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:46:49.507 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:46:49.507 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:46:49.511 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:46:49.511 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:46:49.580 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-06T03:46:49.592 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:46:49.592 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:46:49.600 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:46:49.601 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:46:49.808 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:46:49.829 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:46:49.896 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-06T03:46:49.896 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:46:49.897 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:46:49.897 INFO:teuthology.orchestra.run.smithi195.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-06T03:46:49.897 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:46:49.897 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:46:49.931 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-06T03:46:49.942 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-06T03:46:50.149 DEBUG:teuthology.parallel:result is None 2024-05-06T03:46:50.362 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-06T03:46:50.399 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-06T03:46:50.624 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-06T03:46:50.624 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:46:50.624 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:46:50.624 INFO:teuthology.orchestra.run.smithi171.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-06T03:46:50.625 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:46:50.625 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:46:50.721 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-05-06T03:46:50.721 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:46:50.721 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:46:50.721 INFO:teuthology.orchestra.run.smithi050.stdout: runc-4:1.1.12-2.el9.x86_64 2024-05-06T03:46:50.722 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:46:50.722 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:46:50.902 DEBUG:teuthology.parallel:result is None 2024-05-06T03:46:50.986 DEBUG:teuthology.parallel:result is None 2024-05-06T03:46:50.986 INFO:teuthology.run_tasks:Running task install... 2024-05-06T03:46:50.994 DEBUG:teuthology.task.install:project ceph 2024-05-06T03:46:50.994 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'}} 2024-05-06T03:46:50.995 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'} 2024-05-06T03:46:50.995 INFO:teuthology.task.install:Using flavor: default 2024-05-06T03:46:51.000 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-05-06T03:46:51.000 INFO:teuthology.task.install:extra packages: [] 2024-05-06T03:46:51.001 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': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004', 'tag': None, 'wait_for_package': False} 2024-05-06T03:46:51.001 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:46:51.003 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': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004', 'tag': None, 'wait_for_package': False} 2024-05-06T03:46:51.003 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:46:51.004 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': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004', 'tag': None, 'wait_for_package': False} 2024-05-06T03:46:51.004 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:46:51.236 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/ 2024-05-06T03:46:51.237 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3516.ge08cbbf6 2024-05-06T03:46:51.241 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/ 2024-05-06T03:46:51.241 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3516.ge08cbbf6 2024-05-06T03:46:51.244 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/ 2024-05-06T03:46:51.244 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3516.ge08cbbf6 2024-05-06T03:46:51.357 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-06T03:46:51.357 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-05-06T03:46:51.357 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-06T03:46:51.380 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-05-06T03:46:51.381 DEBUG:teuthology.orchestra.run.smithi171:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-06T03:46:51.408 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-06T03:46:51.408 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-06T03:46:51.408 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-06T03:46:51.415 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-05-06T03:46:51.415 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-05-06T03:46:51.415 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-05-06T03:46:51.434 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-05-06T03:46:51.435 DEBUG:teuthology.orchestra.run.smithi195:> 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/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-06T03:46:51.439 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-05-06T03:46:51.440 DEBUG:teuthology.orchestra.run.smithi050:> 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/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-05-06T03:46:51.446 DEBUG:teuthology.orchestra.run.smithi171:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-05-06T03:46:51.499 DEBUG:teuthology.orchestra.run.smithi195:> 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-05-06T03:46:51.506 DEBUG:teuthology.orchestra.run.smithi050:> 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-05-06T03:46:51.519 DEBUG:teuthology.orchestra.run.smithi171:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-05-06T03:46:51.571 DEBUG:teuthology.orchestra.run.smithi195:> 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-05-06T03:46:51.583 DEBUG:teuthology.orchestra.run.smithi050:> 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-05-06T03:46:51.583 INFO:teuthology.orchestra.run.smithi171.stdout:check_obsoletes = 1 2024-05-06T03:46:51.584 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum clean all 2024-05-06T03:46:51.633 INFO:teuthology.orchestra.run.smithi195.stdout:check_obsoletes = 1 2024-05-06T03:46:51.635 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum clean all 2024-05-06T03:46:51.648 INFO:teuthology.orchestra.run.smithi050.stdout:check_obsoletes = 1 2024-05-06T03:46:51.649 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum clean all 2024-05-06T03:46:51.838 INFO:teuthology.orchestra.run.smithi171.stdout:50 files removed 2024-05-06T03:46:51.864 INFO:teuthology.orchestra.run.smithi195.stdout:50 files removed 2024-05-06T03:46:51.865 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-radosgw 2024-05-06T03:46:51.891 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-radosgw 2024-05-06T03:46:51.915 INFO:teuthology.orchestra.run.smithi050.stdout:50 files removed 2024-05-06T03:46:51.944 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-radosgw 2024-05-06T03:46:52.560 INFO:teuthology.orchestra.run.smithi171.stdout:ceph packages for x86_64 199 kB/s | 84 kB 00:00 2024-05-06T03:46:52.650 INFO:teuthology.orchestra.run.smithi050.stdout:ceph packages for x86_64 198 kB/s | 84 kB 00:00 2024-05-06T03:46:52.700 INFO:teuthology.orchestra.run.smithi195.stdout:ceph packages for x86_64 154 kB/s | 84 kB 00:00 2024-05-06T03:46:53.006 INFO:teuthology.orchestra.run.smithi171.stdout:ceph noarch packages 29 kB/s | 12 kB 00:00 2024-05-06T03:46:53.074 INFO:teuthology.orchestra.run.smithi050.stdout:ceph noarch packages 32 kB/s | 12 kB 00:00 2024-05-06T03:46:53.077 INFO:teuthology.orchestra.run.smithi195.stdout:ceph noarch packages 36 kB/s | 12 kB 00:00 2024-05-06T03:46:53.384 INFO:teuthology.orchestra.run.smithi171.stdout:ceph source packages 5.6 kB/s | 1.9 kB 00:00 2024-05-06T03:46:53.486 INFO:teuthology.orchestra.run.smithi195.stdout:ceph source packages 5.1 kB/s | 1.9 kB 00:00 2024-05-06T03:46:53.517 INFO:teuthology.orchestra.run.smithi050.stdout:ceph source packages 4.6 kB/s | 1.9 kB 00:00 2024-05-06T03:46:54.029 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.0 MB 00:00 2024-05-06T03:46:54.112 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-05-06T03:46:54.128 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-05-06T03:46:57.295 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - AppStream 9.1 MB/s | 19 MB 00:02 2024-05-06T03:46:57.355 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 9 - AppStream 8.6 MB/s | 19 MB 00:02 2024-05-06T03:47:01.439 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.2 MB 00:00 2024-05-06T03:47:03.090 INFO:teuthology.orchestra.run.smithi050.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 16 kB 00:00 2024-05-06T03:47:03.412 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - CRB 2.4 MB/s | 6.2 MB 00:02 2024-05-06T03:47:04.717 INFO:teuthology.orchestra.run.smithi050.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-05-06T03:47:05.654 INFO:teuthology.orchestra.run.smithi195.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 16 kB 00:01 2024-05-06T03:47:07.348 INFO:teuthology.orchestra.run.smithi195.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-05-06T03:47:10.033 INFO:teuthology.orchestra.run.smithi050.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-05-06T03:47:11.003 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - AppStream 1.2 MB/s | 19 MB 00:15 2024-05-06T03:47:12.299 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:47:12.301 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:47:12.301 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2024-05-06T03:47:12.301 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:47:12.301 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:47:12.301 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-radosgw x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 11 M 2024-05-06T03:47:12.301 INFO:teuthology.orchestra.run.smithi050.stdout:Upgrading: 2024-05-06T03:47:12.302 INFO:teuthology.orchestra.run.smithi050.stdout: librados2 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 3.4 M 2024-05-06T03:47:12.302 INFO:teuthology.orchestra.run.smithi050.stdout: librbd1 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 3.1 M 2024-05-06T03:47:12.302 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2024-05-06T03:47:12.302 INFO:teuthology.orchestra.run.smithi050.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-06T03:47:12.302 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-base x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 5.4 M 2024-05-06T03:47:12.302 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-common x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 21 M 2024-05-06T03:47:12.302 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-selinux x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 25 k 2024-05-06T03:47:12.302 INFO:teuthology.orchestra.run.smithi050.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-06T03:47:12.302 INFO:teuthology.orchestra.run.smithi050.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-06T03:47:12.302 INFO:teuthology.orchestra.run.smithi050.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-06T03:47:12.302 INFO:teuthology.orchestra.run.smithi050.stdout: libcephfs2 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 747 k 2024-05-06T03:47:12.302 INFO:teuthology.orchestra.run.smithi050.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-06T03:47:12.302 INFO:teuthology.orchestra.run.smithi050.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-06T03:47:12.303 INFO:teuthology.orchestra.run.smithi050.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-06T03:47:12.303 INFO:teuthology.orchestra.run.smithi050.stdout: libradosstriper1 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 500 k 2024-05-06T03:47:12.303 INFO:teuthology.orchestra.run.smithi050.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-06T03:47:12.303 INFO:teuthology.orchestra.run.smithi050.stdout: librgw2 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 5.4 M 2024-05-06T03:47:12.303 INFO:teuthology.orchestra.run.smithi050.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-06T03:47:12.303 INFO:teuthology.orchestra.run.smithi050.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-06T03:47:12.303 INFO:teuthology.orchestra.run.smithi050.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-06T03:47:12.303 INFO:teuthology.orchestra.run.smithi050.stdout: python3-ceph-argparse x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 45 k 2024-05-06T03:47:12.303 INFO:teuthology.orchestra.run.smithi050.stdout: python3-ceph-common x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 135 k 2024-05-06T03:47:12.303 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cephfs x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 161 k 2024-05-06T03:47:12.303 INFO:teuthology.orchestra.run.smithi050.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-06T03:47:12.303 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rados x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 320 k 2024-05-06T03:47:12.303 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rbd x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 298 k 2024-05-06T03:47:12.303 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rgw x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 99 k 2024-05-06T03:47:12.304 INFO:teuthology.orchestra.run.smithi050.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-06T03:47:12.304 INFO:teuthology.orchestra.run.smithi050.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-06T03:47:12.304 INFO:teuthology.orchestra.run.smithi050.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-06T03:47:12.304 INFO:teuthology.orchestra.run.smithi050.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-06T03:47:12.304 INFO:teuthology.orchestra.run.smithi050.stdout:Installing weak dependencies: 2024-05-06T03:47:12.304 INFO:teuthology.orchestra.run.smithi050.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-06T03:47:12.304 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:47:12.304 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:47:12.304 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:47:12.304 INFO:teuthology.orchestra.run.smithi050.stdout:Install 30 Packages 2024-05-06T03:47:12.304 INFO:teuthology.orchestra.run.smithi050.stdout:Upgrade 2 Packages 2024-05-06T03:47:12.304 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:47:12.305 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 60 M 2024-05-06T03:47:12.305 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:47:12.573 INFO:teuthology.orchestra.run.smithi195.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-05-06T03:47:13.860 INFO:teuthology.orchestra.run.smithi050.stdout:(1/32): ceph-radosgw-19.0.0-3516.ge08cbbf6.el9. 7.9 MB/s | 11 MB 00:01 2024-05-06T03:47:13.901 INFO:teuthology.orchestra.run.smithi050.stdout:(2/32): ceph-selinux-19.0.0-3516.ge08cbbf6.el9. 608 kB/s | 25 kB 00:00 2024-05-06T03:47:14.127 INFO:teuthology.orchestra.run.smithi050.stdout:(3/32): ceph-common-19.0.0-3516.ge08cbbf6.el9.x 13 MB/s | 21 MB 00:01 2024-05-06T03:47:14.169 INFO:teuthology.orchestra.run.smithi050.stdout:(4/32): libcephfs2-19.0.0-3516.ge08cbbf6.el9.x8 2.7 MB/s | 747 kB 00:00 2024-05-06T03:47:14.194 INFO:teuthology.orchestra.run.smithi050.stdout:(5/32): libradosstriper1-19.0.0-3516.ge08cbbf6. 7.3 MB/s | 500 kB 00:00 2024-05-06T03:47:14.244 INFO:teuthology.orchestra.run.smithi050.stdout:(6/32): python3-ceph-argparse-19.0.0-3516.ge08c 902 kB/s | 45 kB 00:00 2024-05-06T03:47:14.303 INFO:teuthology.orchestra.run.smithi050.stdout:(7/32): python3-ceph-common-19.0.0-3516.ge08cbb 2.3 MB/s | 135 kB 00:00 2024-05-06T03:47:14.370 INFO:teuthology.orchestra.run.smithi050.stdout:(8/32): python3-cephfs-19.0.0-3516.ge08cbbf6.el 2.4 MB/s | 161 kB 00:00 2024-05-06T03:47:14.487 INFO:teuthology.orchestra.run.smithi050.stdout:(9/32): librgw2-19.0.0-3516.ge08cbbf6.el9.x86_6 17 MB/s | 5.4 MB 00:00 2024-05-06T03:47:14.513 INFO:teuthology.orchestra.run.smithi050.stdout:(10/32): python3-rados-19.0.0-3516.ge08cbbf6.el 2.2 MB/s | 320 kB 00:00 2024-05-06T03:47:14.546 INFO:teuthology.orchestra.run.smithi050.stdout:(11/32): python3-rbd-19.0.0-3516.ge08cbbf6.el9. 5.0 MB/s | 298 kB 00:00 2024-05-06T03:47:14.571 INFO:teuthology.orchestra.run.smithi050.stdout:(12/32): python3-rgw-19.0.0-3516.ge08cbbf6.el9. 1.7 MB/s | 99 kB 00:00 2024-05-06T03:47:14.731 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:47:14.733 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:47:14.733 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-06T03:47:14.733 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:47:14.733 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:47:14.733 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-radosgw x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 11 M 2024-05-06T03:47:14.733 INFO:teuthology.orchestra.run.smithi195.stdout:Upgrading: 2024-05-06T03:47:14.734 INFO:teuthology.orchestra.run.smithi195.stdout: librados2 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 3.4 M 2024-05-06T03:47:14.734 INFO:teuthology.orchestra.run.smithi195.stdout: librbd1 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 3.1 M 2024-05-06T03:47:14.734 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-06T03:47:14.734 INFO:teuthology.orchestra.run.smithi195.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-06T03:47:14.734 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-base x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 5.4 M 2024-05-06T03:47:14.734 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-common x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 21 M 2024-05-06T03:47:14.734 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-selinux x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 25 k 2024-05-06T03:47:14.734 INFO:teuthology.orchestra.run.smithi195.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-06T03:47:14.734 INFO:teuthology.orchestra.run.smithi195.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-06T03:47:14.734 INFO:teuthology.orchestra.run.smithi195.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-06T03:47:14.734 INFO:teuthology.orchestra.run.smithi195.stdout: libcephfs2 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 747 k 2024-05-06T03:47:14.734 INFO:teuthology.orchestra.run.smithi195.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-06T03:47:14.735 INFO:teuthology.orchestra.run.smithi195.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-06T03:47:14.735 INFO:teuthology.orchestra.run.smithi195.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-06T03:47:14.735 INFO:teuthology.orchestra.run.smithi195.stdout: libradosstriper1 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 500 k 2024-05-06T03:47:14.735 INFO:teuthology.orchestra.run.smithi195.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-06T03:47:14.735 INFO:teuthology.orchestra.run.smithi195.stdout: librgw2 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 5.4 M 2024-05-06T03:47:14.735 INFO:teuthology.orchestra.run.smithi195.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-06T03:47:14.735 INFO:teuthology.orchestra.run.smithi195.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-06T03:47:14.735 INFO:teuthology.orchestra.run.smithi195.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-06T03:47:14.735 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ceph-argparse x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 45 k 2024-05-06T03:47:14.735 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ceph-common x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 135 k 2024-05-06T03:47:14.735 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cephfs x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 161 k 2024-05-06T03:47:14.735 INFO:teuthology.orchestra.run.smithi195.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-06T03:47:14.735 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rados x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 320 k 2024-05-06T03:47:14.735 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rbd x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 298 k 2024-05-06T03:47:14.736 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rgw x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 99 k 2024-05-06T03:47:14.736 INFO:teuthology.orchestra.run.smithi195.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-06T03:47:14.736 INFO:teuthology.orchestra.run.smithi195.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-06T03:47:14.736 INFO:teuthology.orchestra.run.smithi195.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-06T03:47:14.736 INFO:teuthology.orchestra.run.smithi195.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-06T03:47:14.736 INFO:teuthology.orchestra.run.smithi195.stdout:Installing weak dependencies: 2024-05-06T03:47:14.736 INFO:teuthology.orchestra.run.smithi195.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-06T03:47:14.736 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:47:14.736 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:47:14.736 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:47:14.736 INFO:teuthology.orchestra.run.smithi195.stdout:Install 30 Packages 2024-05-06T03:47:14.736 INFO:teuthology.orchestra.run.smithi195.stdout:Upgrade 2 Packages 2024-05-06T03:47:14.736 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:47:14.737 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 60 M 2024-05-06T03:47:14.737 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:47:14.813 INFO:teuthology.orchestra.run.smithi050.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 663 kB/s | 160 kB 00:00 2024-05-06T03:47:14.830 INFO:teuthology.orchestra.run.smithi050.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 377 kB/s | 107 kB 00:00 2024-05-06T03:47:14.872 INFO:teuthology.orchestra.run.smithi050.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 773 kB/s | 45 kB 00:00 2024-05-06T03:47:14.981 INFO:teuthology.orchestra.run.smithi050.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.3 MB/s | 662 kB 00:00 2024-05-06T03:47:15.006 INFO:teuthology.orchestra.run.smithi050.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 292 kB 00:00 2024-05-06T03:47:15.132 INFO:teuthology.orchestra.run.smithi050.stdout:(18/32): ceph-base-19.0.0-3516.ge08cbbf6.el9.x8 2.1 MB/s | 5.4 MB 00:02 2024-05-06T03:47:15.157 INFO:teuthology.orchestra.run.smithi050.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 240 kB/s | 42 kB 00:00 2024-05-06T03:47:15.182 INFO:teuthology.orchestra.run.smithi050.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.2 MB/s | 221 kB 00:00 2024-05-06T03:47:15.224 INFO:teuthology.orchestra.run.smithi050.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 707 kB/s | 47 kB 00:00 2024-05-06T03:47:15.283 INFO:teuthology.orchestra.run.smithi050.stdout:(22/32): qatlib-service-24.02.0-1.el9.x86_64.rp 238 kB/s | 36 kB 00:00 2024-05-06T03:47:15.649 INFO:teuthology.orchestra.run.smithi050.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 71 kB/s | 26 kB 00:00 2024-05-06T03:47:15.825 INFO:teuthology.orchestra.run.smithi050.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 277 kB/s | 49 kB 00:00 2024-05-06T03:47:15.850 INFO:teuthology.orchestra.run.smithi050.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 462 kB/s | 309 kB 00:00 2024-05-06T03:47:15.959 INFO:teuthology.orchestra.run.smithi050.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 505 kB/s | 67 kB 00:00 2024-05-06T03:47:16.107 INFO:teuthology.orchestra.run.smithi195.stdout:(1/32): ceph-base-19.0.0-3516.ge08cbbf6.el9.x86 7.1 MB/s | 5.4 MB 00:00 2024-05-06T03:47:16.109 INFO:teuthology.orchestra.run.smithi050.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 3.2 MB/s | 839 kB 00:00 2024-05-06T03:47:16.149 INFO:teuthology.orchestra.run.smithi195.stdout:(2/32): ceph-selinux-19.0.0-3516.ge08cbbf6.el9. 605 kB/s | 25 kB 00:00 2024-05-06T03:47:16.159 INFO:teuthology.orchestra.run.smithi050.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 957 kB/s | 192 kB 00:00 2024-05-06T03:47:16.218 INFO:teuthology.orchestra.run.smithi050.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 4.4 MB/s | 4.4 MB 00:00 2024-05-06T03:47:16.266 INFO:teuthology.orchestra.run.smithi195.stdout:(3/32): ceph-radosgw-19.0.0-3516.ge08cbbf6.el9. 12 MB/s | 11 MB 00:00 2024-05-06T03:47:16.308 INFO:teuthology.orchestra.run.smithi195.stdout:(4/32): libcephfs2-19.0.0-3516.ge08cbbf6.el9.x8 4.6 MB/s | 747 kB 00:00 2024-05-06T03:47:16.318 INFO:teuthology.orchestra.run.smithi050.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.6 MB/s | 1.6 MB 00:00 2024-05-06T03:47:16.334 INFO:teuthology.orchestra.run.smithi195.stdout:(5/32): libradosstriper1-19.0.0-3516.ge08cbbf6. 7.3 MB/s | 500 kB 00:00 2024-05-06T03:47:16.400 INFO:teuthology.orchestra.run.smithi195.stdout:(6/32): python3-ceph-argparse-19.0.0-3516.ge08c 677 kB/s | 45 kB 00:00 2024-05-06T03:47:16.501 INFO:teuthology.orchestra.run.smithi195.stdout:(7/32): python3-ceph-common-19.0.0-3516.ge08cbb 1.3 MB/s | 135 kB 00:00 2024-05-06T03:47:16.576 INFO:teuthology.orchestra.run.smithi195.stdout:(8/32): python3-cephfs-19.0.0-3516.ge08cbbf6.el 2.1 MB/s | 161 kB 00:00 2024-05-06T03:47:16.651 INFO:teuthology.orchestra.run.smithi195.stdout:(9/32): librgw2-19.0.0-3516.ge08cbbf6.el9.x86_6 16 MB/s | 5.4 MB 00:00 2024-05-06T03:47:16.677 INFO:teuthology.orchestra.run.smithi195.stdout:(10/32): python3-rados-19.0.0-3516.ge08cbbf6.el 3.1 MB/s | 320 kB 00:00 2024-05-06T03:47:16.735 INFO:teuthology.orchestra.run.smithi195.stdout:(11/32): python3-rbd-19.0.0-3516.ge08cbbf6.el9. 3.5 MB/s | 298 kB 00:00 2024-05-06T03:47:16.761 INFO:teuthology.orchestra.run.smithi195.stdout:(12/32): python3-rgw-19.0.0-3516.ge08cbbf6.el9. 1.2 MB/s | 99 kB 00:00 2024-05-06T03:47:16.802 INFO:teuthology.orchestra.run.smithi050.stdout:(31/32): librbd1-19.0.0-3516.ge08cbbf6.el9.x86_ 5.4 MB/s | 3.1 MB 00:00 2024-05-06T03:47:16.886 INFO:teuthology.orchestra.run.smithi195.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.3 MB/s | 160 kB 00:00 2024-05-06T03:47:16.911 INFO:teuthology.orchestra.run.smithi195.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 609 kB/s | 107 kB 00:00 2024-05-06T03:47:16.961 INFO:teuthology.orchestra.run.smithi195.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 601 kB/s | 45 kB 00:00 2024-05-06T03:47:17.020 INFO:teuthology.orchestra.run.smithi195.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 6.0 MB/s | 662 kB 00:00 2024-05-06T03:47:17.027 INFO:teuthology.orchestra.run.smithi050.stdout:(32/32): librados2-19.0.0-3516.ge08cbbf6.el9.x8 3.9 MB/s | 3.4 MB 00:00 2024-05-06T03:47:17.032 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:47:17.033 INFO:teuthology.orchestra.run.smithi050.stdout:Total 13 MB/s | 60 MB 00:04 2024-05-06T03:47:17.045 INFO:teuthology.orchestra.run.smithi195.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.4 MB/s | 292 kB 00:00 2024-05-06T03:47:17.071 INFO:teuthology.orchestra.run.smithi195.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 838 kB/s | 42 kB 00:00 2024-05-06T03:47:17.096 INFO:teuthology.orchestra.run.smithi195.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-05-06T03:47:17.130 INFO:teuthology.orchestra.run.smithi195.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 613 kB/s | 36 kB 00:00 2024-05-06T03:47:17.139 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:47:17.155 INFO:teuthology.orchestra.run.smithi195.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 807 kB/s | 47 kB 00:00 2024-05-06T03:47:17.180 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:47:17.180 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:47:17.320 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - CRB 2.3 MB/s | 6.2 MB 00:02 2024-05-06T03:47:17.372 INFO:teuthology.orchestra.run.smithi195.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.2 MB/s | 309 kB 00:00 2024-05-06T03:47:17.422 INFO:teuthology.orchestra.run.smithi195.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 520 kB/s | 26 kB 00:00 2024-05-06T03:47:17.473 INFO:teuthology.orchestra.run.smithi195.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 971 kB/s | 49 kB 00:00 2024-05-06T03:47:17.531 INFO:teuthology.orchestra.run.smithi195.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-05-06T03:47:17.672 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:47:17.673 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:47:17.815 INFO:teuthology.orchestra.run.smithi195.stdout:(26/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 2.9 MB/s | 839 kB 00:00 2024-05-06T03:47:17.882 INFO:teuthology.orchestra.run.smithi195.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-05-06T03:47:18.041 INFO:teuthology.orchestra.run.smithi195.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 5.0 MB/s | 4.4 MB 00:00 2024-05-06T03:47:18.232 INFO:teuthology.orchestra.run.smithi195.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 4.5 MB/s | 1.6 MB 00:00 2024-05-06T03:47:18.333 INFO:teuthology.orchestra.run.smithi195.stdout:(30/32): librados2-19.0.0-3516.ge08cbbf6.el9.x8 12 MB/s | 3.4 MB 00:00 2024-05-06T03:47:18.600 INFO:teuthology.orchestra.run.smithi195.stdout:(31/32): librbd1-19.0.0-3516.ge08cbbf6.el9.x86_ 8.6 MB/s | 3.1 MB 00:00 2024-05-06T03:47:19.050 INFO:teuthology.orchestra.run.smithi195.stdout:(32/32): ceph-common-19.0.0-3516.ge08cbbf6.el9. 5.7 MB/s | 21 MB 00:03 2024-05-06T03:47:19.053 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:47:19.053 INFO:teuthology.orchestra.run.smithi195.stdout:Total 14 MB/s | 60 MB 00:04 2024-05-06T03:47:19.150 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:47:19.156 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:47:19.192 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:47:19.192 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:47:19.229 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-06T03:47:19.257 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-06T03:47:19.282 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-06T03:47:19.305 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-06T03:47:19.332 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-06T03:47:19.490 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-06T03:47:19.544 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-06T03:47:19.659 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:47:19.659 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:47:19.820 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - Extras packages 12 kB/s | 16 kB 00:01 2024-05-06T03:47:19.893 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-06T03:47:20.001 INFO:teuthology.orchestra.run.smithi050.stdout: Upgrading : librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 7/34 2024-05-06T03:47:20.094 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 7/34 2024-05-06T03:47:20.184 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 8/34 2024-05-06T03:47:20.369 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 9/34 2024-05-06T03:47:20.415 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 9/34 2024-05-06T03:47:20.444 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-06T03:47:20.488 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-ceph-argparse-2:19.0.0-3516.ge08cbbf6.el9. 11/34 2024-05-06T03:47:20.558 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 12/34 2024-05-06T03:47:20.580 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_6 13/34 2024-05-06T03:47:20.644 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_6 13/34 2024-05-06T03:47:20.687 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-06T03:47:20.799 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-06T03:47:20.838 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-06T03:47:20.870 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-06T03:47:20.903 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-06T03:47:20.932 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-06T03:47:20.965 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-06T03:47:21.156 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:47:21.242 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-06T03:47:21.271 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-06T03:47:21.293 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-06T03:47:21.296 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-06T03:47:21.322 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-06T03:47:21.344 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-06T03:47:21.344 INFO:teuthology.orchestra.run.smithi050.stdout: Upgrading : librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 22/34 2024-05-06T03:47:21.435 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 22/34 2024-05-06T03:47:21.466 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 23/34 2024-05-06T03:47:21.503 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-06T03:47:21.578 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-06T03:47:21.578 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-06T03:47:21.937 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-06T03:47:22.007 INFO:teuthology.orchestra.run.smithi195.stdout: Upgrading : librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 7/34 2024-05-06T03:47:22.008 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-06T03:47:22.039 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 26/34 2024-05-06T03:47:22.099 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 7/34 2024-05-06T03:47:22.101 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 26/34 2024-05-06T03:47:22.182 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 27/34 2024-05-06T03:47:22.189 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 8/34 2024-05-06T03:47:22.208 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x8 28/34 2024-05-06T03:47:22.225 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 9/34 2024-05-06T03:47:22.296 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 9/34 2024-05-06T03:47:22.325 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-06T03:47:22.369 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-ceph-argparse-2:19.0.0-3516.ge08cbbf6.el9. 11/34 2024-05-06T03:47:22.438 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 12/34 2024-05-06T03:47:22.461 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_6 13/34 2024-05-06T03:47:22.525 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_6 13/34 2024-05-06T03:47:22.560 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-06T03:47:22.668 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-06T03:47:22.702 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-06T03:47:22.742 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-06T03:47:22.776 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-06T03:47:22.805 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-06T03:47:22.838 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-06T03:47:23.038 INFO:teuthology.orchestra.run.smithi171.stdout:Extra Packages for Enterprise Linux 6.8 MB/s | 21 MB 00:03 2024-05-06T03:47:23.153 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-06T03:47:23.218 INFO:teuthology.orchestra.run.smithi195.stdout: Upgrading : librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 22/34 2024-05-06T03:47:23.324 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 22/34 2024-05-06T03:47:23.355 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 23/34 2024-05-06T03:47:23.391 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-06T03:47:23.874 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-06T03:47:23.903 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 26/34 2024-05-06T03:47:23.966 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 26/34 2024-05-06T03:47:24.035 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 27/34 2024-05-06T03:47:24.064 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x8 28/34 2024-05-06T03:47:24.599 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 29/34 2024-05-06T03:47:24.638 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 29/34 2024-05-06T03:47:25.209 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 29/34 2024-05-06T03:47:25.250 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 30/34 2024-05-06T03:47:25.342 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 30/34 2024-05-06T03:47:25.343 INFO:teuthology.orchestra.run.smithi050.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-06T03:47:25.343 INFO:teuthology.orchestra.run.smithi050.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-06T03:47:25.343 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:47:25.376 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 31/34 2024-05-06T03:47:26.377 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 29/34 2024-05-06T03:47:26.410 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 29/34 2024-05-06T03:47:26.948 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 29/34 2024-05-06T03:47:26.981 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 30/34 2024-05-06T03:47:27.069 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 30/34 2024-05-06T03:47:27.069 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-06T03:47:27.069 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-06T03:47:27.069 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:47:27.099 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 31/34 2024-05-06T03:47:28.238 INFO:teuthology.orchestra.run.smithi171.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-05-06T03:47:30.391 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:47:30.393 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:47:30.393 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-05-06T03:47:30.393 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:47:30.393 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:47:30.393 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-radosgw x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 11 M 2024-05-06T03:47:30.393 INFO:teuthology.orchestra.run.smithi171.stdout:Upgrading: 2024-05-06T03:47:30.393 INFO:teuthology.orchestra.run.smithi171.stdout: librados2 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 3.4 M 2024-05-06T03:47:30.394 INFO:teuthology.orchestra.run.smithi171.stdout: librbd1 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 3.1 M 2024-05-06T03:47:30.394 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-05-06T03:47:30.394 INFO:teuthology.orchestra.run.smithi171.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-05-06T03:47:30.394 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-base x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 5.4 M 2024-05-06T03:47:30.394 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-common x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 21 M 2024-05-06T03:47:30.394 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-selinux x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 25 k 2024-05-06T03:47:30.394 INFO:teuthology.orchestra.run.smithi171.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-05-06T03:47:30.394 INFO:teuthology.orchestra.run.smithi171.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-05-06T03:47:30.394 INFO:teuthology.orchestra.run.smithi171.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-05-06T03:47:30.394 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs2 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 747 k 2024-05-06T03:47:30.394 INFO:teuthology.orchestra.run.smithi171.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-05-06T03:47:30.394 INFO:teuthology.orchestra.run.smithi171.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-05-06T03:47:30.395 INFO:teuthology.orchestra.run.smithi171.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-05-06T03:47:30.395 INFO:teuthology.orchestra.run.smithi171.stdout: libradosstriper1 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 500 k 2024-05-06T03:47:30.395 INFO:teuthology.orchestra.run.smithi171.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-05-06T03:47:30.395 INFO:teuthology.orchestra.run.smithi171.stdout: librgw2 x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 5.4 M 2024-05-06T03:47:30.395 INFO:teuthology.orchestra.run.smithi171.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-05-06T03:47:30.395 INFO:teuthology.orchestra.run.smithi171.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-05-06T03:47:30.395 INFO:teuthology.orchestra.run.smithi171.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-05-06T03:47:30.395 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-argparse x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 45 k 2024-05-06T03:47:30.395 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-common x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 135 k 2024-05-06T03:47:30.395 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cephfs x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 161 k 2024-05-06T03:47:30.395 INFO:teuthology.orchestra.run.smithi171.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-05-06T03:47:30.395 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rados x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 320 k 2024-05-06T03:47:30.395 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rbd x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 298 k 2024-05-06T03:47:30.395 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rgw x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 99 k 2024-05-06T03:47:30.395 INFO:teuthology.orchestra.run.smithi171.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-05-06T03:47:30.396 INFO:teuthology.orchestra.run.smithi171.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-05-06T03:47:30.396 INFO:teuthology.orchestra.run.smithi171.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-05-06T03:47:30.396 INFO:teuthology.orchestra.run.smithi171.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-05-06T03:47:30.396 INFO:teuthology.orchestra.run.smithi171.stdout:Installing weak dependencies: 2024-05-06T03:47:30.396 INFO:teuthology.orchestra.run.smithi171.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-05-06T03:47:30.396 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:47:30.396 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:47:30.396 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:47:30.396 INFO:teuthology.orchestra.run.smithi171.stdout:Install 30 Packages 2024-05-06T03:47:30.396 INFO:teuthology.orchestra.run.smithi171.stdout:Upgrade 2 Packages 2024-05-06T03:47:30.396 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:47:30.397 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 60 M 2024-05-06T03:47:30.397 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:47:31.889 INFO:teuthology.orchestra.run.smithi171.stdout:(1/32): ceph-base-19.0.0-3516.ge08cbbf6.el9.x86 6.2 MB/s | 5.4 MB 00:00 2024-05-06T03:47:31.956 INFO:teuthology.orchestra.run.smithi171.stdout:(2/32): ceph-selinux-19.0.0-3516.ge08cbbf6.el9. 379 kB/s | 25 kB 00:00 2024-05-06T03:47:32.057 INFO:teuthology.orchestra.run.smithi171.stdout:(3/32): libcephfs2-19.0.0-3516.ge08cbbf6.el9.x8 7.3 MB/s | 747 kB 00:00 2024-05-06T03:47:32.140 INFO:teuthology.orchestra.run.smithi171.stdout:(4/32): libradosstriper1-19.0.0-3516.ge08cbbf6. 5.9 MB/s | 500 kB 00:00 2024-05-06T03:47:32.565 INFO:teuthology.orchestra.run.smithi171.stdout:(5/32): ceph-radosgw-19.0.0-3516.ge08cbbf6.el9. 6.9 MB/s | 11 MB 00:01 2024-05-06T03:47:32.674 INFO:teuthology.orchestra.run.smithi171.stdout:(6/32): librgw2-19.0.0-3516.ge08cbbf6.el9.x86_6 10 MB/s | 5.4 MB 00:00 2024-05-06T03:47:32.699 INFO:teuthology.orchestra.run.smithi171.stdout:(7/32): python3-ceph-argparse-19.0.0-3516.ge08c 337 kB/s | 45 kB 00:00 2024-05-06T03:47:32.733 INFO:teuthology.orchestra.run.smithi171.stdout:(8/32): python3-ceph-common-19.0.0-3516.ge08cbb 2.3 MB/s | 135 kB 00:00 2024-05-06T03:47:32.758 INFO:teuthology.orchestra.run.smithi171.stdout:(9/32): python3-cephfs-19.0.0-3516.ge08cbbf6.el 2.7 MB/s | 161 kB 00:00 2024-05-06T03:47:32.800 INFO:teuthology.orchestra.run.smithi171.stdout:(10/32): python3-rados-19.0.0-3516.ge08cbbf6.el 4.7 MB/s | 320 kB 00:00 2024-05-06T03:47:32.825 INFO:teuthology.orchestra.run.smithi171.stdout:(11/32): python3-rbd-19.0.0-3516.ge08cbbf6.el9. 4.3 MB/s | 298 kB 00:00 2024-05-06T03:47:32.876 INFO:teuthology.orchestra.run.smithi171.stdout:(12/32): python3-rgw-19.0.0-3516.ge08cbbf6.el9. 1.3 MB/s | 99 kB 00:00 2024-05-06T03:47:32.959 INFO:teuthology.orchestra.run.smithi171.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 800 kB/s | 107 kB 00:00 2024-05-06T03:47:33.009 INFO:teuthology.orchestra.run.smithi171.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 904 kB/s | 45 kB 00:00 2024-05-06T03:47:33.035 INFO:teuthology.orchestra.run.smithi171.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-05-06T03:47:33.102 INFO:teuthology.orchestra.run.smithi171.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.3 MB/s | 292 kB 00:00 2024-05-06T03:47:33.136 INFO:teuthology.orchestra.run.smithi171.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.1 MB/s | 662 kB 00:00 2024-05-06T03:47:33.161 INFO:teuthology.orchestra.run.smithi171.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 722 kB/s | 42 kB 00:00 2024-05-06T03:47:33.211 INFO:teuthology.orchestra.run.smithi171.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.9 MB/s | 221 kB 00:00 2024-05-06T03:47:33.236 INFO:teuthology.orchestra.run.smithi171.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 476 kB/s | 36 kB 00:00 2024-05-06T03:47:33.262 INFO:teuthology.orchestra.run.smithi171.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 938 kB/s | 47 kB 00:00 2024-05-06T03:47:33.612 INFO:teuthology.orchestra.run.smithi171.stdout:(22/32): ceph-common-19.0.0-3516.ge08cbbf6.el9. 8.2 MB/s | 21 MB 00:02 2024-05-06T03:47:33.746 INFO:teuthology.orchestra.run.smithi171.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 607 kB/s | 309 kB 00:00 2024-05-06T03:47:33.771 INFO:teuthology.orchestra.run.smithi171.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 164 kB/s | 26 kB 00:00 2024-05-06T03:47:33.813 INFO:teuthology.orchestra.run.smithi171.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 726 kB/s | 49 kB 00:00 2024-05-06T03:47:33.905 INFO:teuthology.orchestra.run.smithi171.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 503 kB/s | 67 kB 00:00 2024-05-06T03:47:34.030 INFO:teuthology.orchestra.run.smithi171.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.5 MB/s | 192 kB 00:00 2024-05-06T03:47:34.089 INFO:teuthology.orchestra.run.smithi171.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 3.0 MB/s | 839 kB 00:00 2024-05-06T03:47:34.214 INFO:teuthology.orchestra.run.smithi171.stdout:(29/32): libarrow-9.0.0-11.el9.x86_64.rpm 4.6 MB/s | 4.4 MB 00:00 2024-05-06T03:47:34.248 INFO:teuthology.orchestra.run.smithi171.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.3 MB/s | 1.6 MB 00:00 2024-05-06T03:47:34.556 INFO:teuthology.orchestra.run.smithi171.stdout:(31/32): librados2-19.0.0-3516.ge08cbbf6.el9.x8 7.3 MB/s | 3.4 MB 00:00 2024-05-06T03:47:34.615 INFO:teuthology.orchestra.run.smithi171.stdout:(32/32): librbd1-19.0.0-3516.ge08cbbf6.el9.x86_ 7.8 MB/s | 3.1 MB 00:00 2024-05-06T03:47:34.617 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:47:34.618 INFO:teuthology.orchestra.run.smithi171.stdout:Total 14 MB/s | 60 MB 00:04 2024-05-06T03:47:34.717 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:47:34.753 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:47:34.753 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:47:35.223 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:47:35.224 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:47:35.280 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 31/34 2024-05-06T03:47:35.280 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /sys 2024-05-06T03:47:35.280 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /proc 2024-05-06T03:47:35.280 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /mnt 2024-05-06T03:47:35.280 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /var/tmp 2024-05-06T03:47:35.281 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /home 2024-05-06T03:47:35.281 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /root 2024-05-06T03:47:35.281 INFO:teuthology.orchestra.run.smithi050.stdout:skipping the directory /tmp 2024-05-06T03:47:35.281 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:47:36.289 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/34 2024-05-06T03:47:36.314 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/34 2024-05-06T03:47:36.314 INFO:teuthology.orchestra.run.smithi050.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:47:36.314 INFO:teuthology.orchestra.run.smithi050.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-06T03:47:36.314 INFO:teuthology.orchestra.run.smithi050.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-06T03:47:36.314 INFO:teuthology.orchestra.run.smithi050.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-06T03:47:36.315 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:47:36.316 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-06T03:47:36.399 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-06T03:47:36.399 INFO:teuthology.orchestra.run.smithi050.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-06T03:47:36.556 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 31/34 2024-05-06T03:47:36.556 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /sys 2024-05-06T03:47:36.556 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /proc 2024-05-06T03:47:36.556 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /mnt 2024-05-06T03:47:36.556 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /var/tmp 2024-05-06T03:47:36.556 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /home 2024-05-06T03:47:36.556 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /root 2024-05-06T03:47:36.557 INFO:teuthology.orchestra.run.smithi195.stdout:skipping the directory /tmp 2024-05-06T03:47:36.557 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:47:36.675 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:47:36.758 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-05-06T03:47:36.794 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-05-06T03:47:36.820 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-05-06T03:47:36.843 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-06T03:47:36.861 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-05-06T03:47:37.059 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-06T03:47:37.113 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-05-06T03:47:37.496 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-05-06T03:47:37.525 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/34 2024-05-06T03:47:37.550 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/34 2024-05-06T03:47:37.550 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:47:37.550 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-06T03:47:37.551 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-06T03:47:37.551 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-06T03:47:37.551 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:47:37.552 INFO:teuthology.orchestra.run.smithi195.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-06T03:47:37.584 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-06T03:47:37.584 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/34 2024-05-06T03:47:37.584 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/34 2024-05-06T03:47:37.584 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/34 2024-05-06T03:47:37.584 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/34 2024-05-06T03:47:37.584 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 5/34 2024-05-06T03:47:37.585 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_6 6/34 2024-05-06T03:47:37.585 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 7/34 2024-05-06T03:47:37.585 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3516.ge08cbbf6.el9. 8/34 2024-05-06T03:47:37.585 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x8 9/34 2024-05-06T03:47:37.585 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 10/34 2024-05-06T03:47:37.585 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 11/34 2024-05-06T03:47:37.585 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 12/34 2024-05-06T03:47:37.585 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 13/34 2024-05-06T03:47:37.585 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-06T03:47:37.585 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-06T03:47:37.585 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-06T03:47:37.585 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-06T03:47:37.585 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-06T03:47:37.586 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-06T03:47:37.586 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-06T03:47:37.586 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-06T03:47:37.586 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-06T03:47:37.586 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-06T03:47:37.586 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-06T03:47:37.586 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-06T03:47:37.586 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-06T03:47:37.586 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-06T03:47:37.586 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-06T03:47:37.586 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-06T03:47:37.586 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-06T03:47:37.586 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 31/34 2024-05-06T03:47:37.586 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-06T03:47:37.587 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 33/34 2024-05-06T03:47:37.620 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-06T03:47:37.620 INFO:teuthology.orchestra.run.smithi195.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-06T03:47:37.647 INFO:teuthology.orchestra.run.smithi171.stdout: Upgrading : librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 7/34 2024-05-06T03:47:37.739 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 7/34 2024-05-06T03:47:37.829 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 8/34 2024-05-06T03:47:37.857 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 9/34 2024-05-06T03:47:37.911 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 9/34 2024-05-06T03:47:37.940 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-05-06T03:47:38.006 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-ceph-argparse-2:19.0.0-3516.ge08cbbf6.el9. 11/34 2024-05-06T03:47:38.078 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 12/34 2024-05-06T03:47:38.101 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_6 13/34 2024-05-06T03:47:38.165 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_6 13/34 2024-05-06T03:47:38.199 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-05-06T03:47:38.311 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-05-06T03:47:38.341 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-05-06T03:47:38.382 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-05-06T03:47:38.407 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-05-06T03:47:38.436 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-05-06T03:47:38.461 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-05-06T03:47:38.591 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-06T03:47:38.591 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:47:38.592 INFO:teuthology.orchestra.run.smithi050.stdout:Upgraded: 2024-05-06T03:47:38.592 INFO:teuthology.orchestra.run.smithi050.stdout: librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:38.592 INFO:teuthology.orchestra.run.smithi050.stdout: librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:38.592 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:47:38.592 INFO:teuthology.orchestra.run.smithi050.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-06T03:47:38.592 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:38.592 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:38.592 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:38.592 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:38.592 INFO:teuthology.orchestra.run.smithi050.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-06T03:47:38.592 INFO:teuthology.orchestra.run.smithi050.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-06T03:47:38.592 INFO:teuthology.orchestra.run.smithi050.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-06T03:47:38.592 INFO:teuthology.orchestra.run.smithi050.stdout: libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:38.593 INFO:teuthology.orchestra.run.smithi050.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-06T03:47:38.593 INFO:teuthology.orchestra.run.smithi050.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-06T03:47:38.593 INFO:teuthology.orchestra.run.smithi050.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-06T03:47:38.593 INFO:teuthology.orchestra.run.smithi050.stdout: libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:38.593 INFO:teuthology.orchestra.run.smithi050.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-06T03:47:38.593 INFO:teuthology.orchestra.run.smithi050.stdout: librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:38.593 INFO:teuthology.orchestra.run.smithi050.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-06T03:47:38.593 INFO:teuthology.orchestra.run.smithi050.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-06T03:47:38.593 INFO:teuthology.orchestra.run.smithi050.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-06T03:47:38.593 INFO:teuthology.orchestra.run.smithi050.stdout: python3-ceph-argparse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:38.593 INFO:teuthology.orchestra.run.smithi050.stdout: python3-ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:38.593 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:38.593 INFO:teuthology.orchestra.run.smithi050.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-06T03:47:38.593 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:38.594 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:38.594 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:38.594 INFO:teuthology.orchestra.run.smithi050.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-06T03:47:38.594 INFO:teuthology.orchestra.run.smithi050.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-06T03:47:38.594 INFO:teuthology.orchestra.run.smithi050.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-06T03:47:38.594 INFO:teuthology.orchestra.run.smithi050.stdout: re2-1:20211101-3.el9.x86_64 2024-05-06T03:47:38.594 INFO:teuthology.orchestra.run.smithi050.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-06T03:47:38.594 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:47:38.594 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:47:38.764 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-06T03:47:38.764 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/34 2024-05-06T03:47:38.764 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/34 2024-05-06T03:47:38.765 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/34 2024-05-06T03:47:38.765 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/34 2024-05-06T03:47:38.765 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 5/34 2024-05-06T03:47:38.765 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_6 6/34 2024-05-06T03:47:38.765 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 7/34 2024-05-06T03:47:38.765 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3516.ge08cbbf6.el9. 8/34 2024-05-06T03:47:38.765 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x8 9/34 2024-05-06T03:47:38.765 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 10/34 2024-05-06T03:47:38.765 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 11/34 2024-05-06T03:47:38.765 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 12/34 2024-05-06T03:47:38.766 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 13/34 2024-05-06T03:47:38.766 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-06T03:47:38.766 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-06T03:47:38.766 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-06T03:47:38.766 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-06T03:47:38.766 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-06T03:47:38.766 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-06T03:47:38.766 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-06T03:47:38.766 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-06T03:47:38.766 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-06T03:47:38.766 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-06T03:47:38.766 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-06T03:47:38.766 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-06T03:47:38.767 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-06T03:47:38.767 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-06T03:47:38.767 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-06T03:47:38.767 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-06T03:47:38.767 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-06T03:47:38.767 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 31/34 2024-05-06T03:47:38.767 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-06T03:47:38.767 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 33/34 2024-05-06T03:47:38.774 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-05-06T03:47:38.815 INFO:teuthology.orchestra.run.smithi171.stdout: Upgrading : librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 22/34 2024-05-06T03:47:38.897 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 22/34 2024-05-06T03:47:38.917 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-test 2024-05-06T03:47:38.928 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 23/34 2024-05-06T03:47:38.964 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-05-06T03:47:39.445 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-05-06T03:47:39.448 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:00:30 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:47:39.468 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 26/34 2024-05-06T03:47:39.522 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 26/34 2024-05-06T03:47:39.571 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:47:39.572 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:47:39.572 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2024-05-06T03:47:39.572 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:47:39.572 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:47:39.572 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-test x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 49 M 2024-05-06T03:47:39.572 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2024-05-06T03:47:39.572 INFO:teuthology.orchestra.run.smithi050.stdout: libcephsqlite x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 163 k 2024-05-06T03:47:39.572 INFO:teuthology.orchestra.run.smithi050.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-06T03:47:39.572 INFO:teuthology.orchestra.run.smithi050.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-06T03:47:39.572 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:47:39.572 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:47:39.573 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:47:39.573 INFO:teuthology.orchestra.run.smithi050.stdout:Install 4 Packages 2024-05-06T03:47:39.573 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:47:39.573 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 50 M 2024-05-06T03:47:39.573 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 211 M 2024-05-06T03:47:39.573 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:47:39.591 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 27/34 2024-05-06T03:47:39.629 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x8 28/34 2024-05-06T03:47:39.640 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-06T03:47:39.640 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:47:39.640 INFO:teuthology.orchestra.run.smithi195.stdout:Upgraded: 2024-05-06T03:47:39.641 INFO:teuthology.orchestra.run.smithi195.stdout: librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:39.641 INFO:teuthology.orchestra.run.smithi195.stdout: librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:39.641 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:47:39.641 INFO:teuthology.orchestra.run.smithi195.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-06T03:47:39.641 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:39.641 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:39.641 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:39.641 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:39.641 INFO:teuthology.orchestra.run.smithi195.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-06T03:47:39.641 INFO:teuthology.orchestra.run.smithi195.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-06T03:47:39.641 INFO:teuthology.orchestra.run.smithi195.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-06T03:47:39.641 INFO:teuthology.orchestra.run.smithi195.stdout: libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:39.641 INFO:teuthology.orchestra.run.smithi195.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-06T03:47:39.642 INFO:teuthology.orchestra.run.smithi195.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-06T03:47:39.642 INFO:teuthology.orchestra.run.smithi195.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-06T03:47:39.642 INFO:teuthology.orchestra.run.smithi195.stdout: libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:39.642 INFO:teuthology.orchestra.run.smithi195.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-06T03:47:39.642 INFO:teuthology.orchestra.run.smithi195.stdout: librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:39.642 INFO:teuthology.orchestra.run.smithi195.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-06T03:47:39.642 INFO:teuthology.orchestra.run.smithi195.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-06T03:47:39.642 INFO:teuthology.orchestra.run.smithi195.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-06T03:47:39.642 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ceph-argparse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:39.642 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:39.642 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:39.642 INFO:teuthology.orchestra.run.smithi195.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-06T03:47:39.642 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:39.642 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:39.643 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:39.643 INFO:teuthology.orchestra.run.smithi195.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-06T03:47:39.643 INFO:teuthology.orchestra.run.smithi195.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-06T03:47:39.643 INFO:teuthology.orchestra.run.smithi195.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-06T03:47:39.643 INFO:teuthology.orchestra.run.smithi195.stdout: re2-1:20211101-3.el9.x86_64 2024-05-06T03:47:39.643 INFO:teuthology.orchestra.run.smithi195.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-06T03:47:39.643 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:47:39.643 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:47:39.878 INFO:teuthology.orchestra.run.smithi050.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.3 MB/s | 305 kB 00:00 2024-05-06T03:47:39.903 INFO:teuthology.orchestra.run.smithi050.stdout:(2/4): libcephsqlite-19.0.0-3516.ge08cbbf6.el9. 629 kB/s | 163 kB 00:00 2024-05-06T03:47:39.953 INFO:teuthology.orchestra.run.smithi050.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 847 kB/s | 64 kB 00:00 2024-05-06T03:47:40.013 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-test 2024-05-06T03:47:40.528 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:00:28 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:47:40.648 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:47:40.648 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:47:40.648 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-06T03:47:40.648 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:47:40.648 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:47:40.648 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-test x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 49 M 2024-05-06T03:47:40.649 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-06T03:47:40.649 INFO:teuthology.orchestra.run.smithi195.stdout: libcephsqlite x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 163 k 2024-05-06T03:47:40.649 INFO:teuthology.orchestra.run.smithi195.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-06T03:47:40.649 INFO:teuthology.orchestra.run.smithi195.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-06T03:47:40.649 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:47:40.649 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:47:40.649 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:47:40.649 INFO:teuthology.orchestra.run.smithi195.stdout:Install 4 Packages 2024-05-06T03:47:40.649 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:47:40.650 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 50 M 2024-05-06T03:47:40.650 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 211 M 2024-05-06T03:47:40.650 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:47:41.582 INFO:teuthology.orchestra.run.smithi195.stdout:(1/4): libcephsqlite-19.0.0-3516.ge08cbbf6.el9. 206 kB/s | 163 kB 00:00 2024-05-06T03:47:41.657 INFO:teuthology.orchestra.run.smithi195.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 351 kB/s | 305 kB 00:00 2024-05-06T03:47:41.921 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 29/34 2024-05-06T03:47:42.042 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 29/34 2024-05-06T03:47:42.220 INFO:teuthology.orchestra.run.smithi050.stdout:(4/4): ceph-test-19.0.0-3516.ge08cbbf6.el9.x86_ 19 MB/s | 49 MB 00:02 2024-05-06T03:47:42.222 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:47:42.225 INFO:teuthology.orchestra.run.smithi050.stdout:Total 19 MB/s | 50 MB 00:02 2024-05-06T03:47:42.251 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:47:42.274 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:47:42.274 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:47:42.274 INFO:teuthology.orchestra.run.smithi195.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 92 kB/s | 64 kB 00:00 2024-05-06T03:47:42.584 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 29/34 2024-05-06T03:47:42.621 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 30/34 2024-05-06T03:47:42.664 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:47:42.665 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:47:42.711 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 30/34 2024-05-06T03:47:42.711 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-05-06T03:47:42.711 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-05-06T03:47:42.711 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:47:42.739 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 31/34 2024-05-06T03:47:43.220 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:47:43.297 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-06T03:47:43.345 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-06T03:47:43.372 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/4 2024-05-06T03:47:48.241 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/4 2024-05-06T03:47:48.322 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/4 2024-05-06T03:47:50.733 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/4 2024-05-06T03:47:50.733 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/4 2024-05-06T03:47:50.733 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/4 2024-05-06T03:47:50.733 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-06T03:47:51.015 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-06T03:47:51.015 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:47:51.015 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:47:51.015 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:51.015 INFO:teuthology.orchestra.run.smithi050.stdout: libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:51.015 INFO:teuthology.orchestra.run.smithi050.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-06T03:47:51.016 INFO:teuthology.orchestra.run.smithi050.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-06T03:47:51.016 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:47:51.016 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:47:51.254 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph 2024-05-06T03:47:51.789 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:00:42 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:47:51.918 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:47:51.921 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:47:51.921 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2024-05-06T03:47:51.921 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:47:51.921 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:47:51.921 INFO:teuthology.orchestra.run.smithi050.stdout: ceph x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 6.6 k 2024-05-06T03:47:51.921 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2024-05-06T03:47:51.921 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mds x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 2.4 M 2024-05-06T03:47:51.921 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 1.5 M 2024-05-06T03:47:51.921 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 274 k 2024-05-06T03:47:51.921 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mon x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 4.7 M 2024-05-06T03:47:51.921 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-osd x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 17 M 2024-05-06T03:47:51.921 INFO:teuthology.orchestra.run.smithi050.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-06T03:47:51.922 INFO:teuthology.orchestra.run.smithi050.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-06T03:47:51.922 INFO:teuthology.orchestra.run.smithi050.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-06T03:47:51.922 INFO:teuthology.orchestra.run.smithi050.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-06T03:47:51.922 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-06T03:47:51.922 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-06T03:47:51.922 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-06T03:47:51.922 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-06T03:47:51.922 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-06T03:47:51.922 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-06T03:47:51.922 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jaraco-collections 2024-05-06T03:47:51.922 INFO:teuthology.orchestra.run.smithi050.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-06T03:47:51.922 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-06T03:47:51.923 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-06T03:47:51.923 INFO:teuthology.orchestra.run.smithi050.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-06T03:47:51.923 INFO:teuthology.orchestra.run.smithi050.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-06T03:47:51.923 INFO:teuthology.orchestra.run.smithi050.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-06T03:47:51.923 INFO:teuthology.orchestra.run.smithi050.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-06T03:47:51.923 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-06T03:47:51.923 INFO:teuthology.orchestra.run.smithi050.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-06T03:47:51.923 INFO:teuthology.orchestra.run.smithi050.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-06T03:47:51.923 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-06T03:47:51.923 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-06T03:47:51.923 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-06T03:47:51.923 INFO:teuthology.orchestra.run.smithi050.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-06T03:47:51.923 INFO:teuthology.orchestra.run.smithi050.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-06T03:47:51.924 INFO:teuthology.orchestra.run.smithi050.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-06T03:47:51.924 INFO:teuthology.orchestra.run.smithi050.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-06T03:47:51.924 INFO:teuthology.orchestra.run.smithi050.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-06T03:47:51.924 INFO:teuthology.orchestra.run.smithi050.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-06T03:47:51.924 INFO:teuthology.orchestra.run.smithi050.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-06T03:47:51.924 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:47:51.924 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:47:51.924 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:47:51.924 INFO:teuthology.orchestra.run.smithi050.stdout:Install 36 Packages 2024-05-06T03:47:51.924 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:47:51.925 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 30 M 2024-05-06T03:47:51.925 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 108 M 2024-05-06T03:47:51.925 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:47:52.583 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 31/34 2024-05-06T03:47:52.584 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /sys 2024-05-06T03:47:52.584 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /proc 2024-05-06T03:47:52.584 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /mnt 2024-05-06T03:47:52.584 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /var/tmp 2024-05-06T03:47:52.584 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /home 2024-05-06T03:47:52.584 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /root 2024-05-06T03:47:52.584 INFO:teuthology.orchestra.run.smithi171.stdout:skipping the directory /tmp 2024-05-06T03:47:52.584 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:47:52.722 INFO:teuthology.orchestra.run.smithi050.stdout:(1/36): ceph-19.0.0-3516.ge08cbbf6.el9.x86_64.r 32 kB/s | 6.6 kB 00:00 2024-05-06T03:47:52.857 INFO:teuthology.orchestra.run.smithi050.stdout:(2/36): ceph-mgr-19.0.0-3516.ge08cbbf6.el9.x86_ 4.5 MB/s | 1.5 MB 00:00 2024-05-06T03:47:53.260 INFO:teuthology.orchestra.run.smithi050.stdout:(3/36): ceph-mds-19.0.0-3516.ge08cbbf6.el9.x86_ 3.2 MB/s | 2.4 MB 00:00 2024-05-06T03:47:53.364 INFO:teuthology.orchestra.run.smithi050.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3516.ge08c 2.6 MB/s | 274 kB 00:00 2024-05-06T03:47:53.573 INFO:teuthology.orchestra.run.smithi050.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-05-06T03:47:53.583 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/34 2024-05-06T03:47:53.608 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/34 2024-05-06T03:47:53.608 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:47:53.608 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-05-06T03:47:53.609 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-06T03:47:53.609 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-05-06T03:47:53.609 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:47:53.610 INFO:teuthology.orchestra.run.smithi171.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-06T03:47:53.694 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-05-06T03:47:53.694 INFO:teuthology.orchestra.run.smithi171.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-06T03:47:53.815 INFO:teuthology.orchestra.run.smithi050.stdout:(6/36): ceph-osd-19.0.0-3516.ge08cbbf6.el9.x86_ 18 MB/s | 17 MB 00:00 2024-05-06T03:47:53.857 INFO:teuthology.orchestra.run.smithi050.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 4.3 MB/s | 1.2 MB 00:00 2024-05-06T03:47:53.899 INFO:teuthology.orchestra.run.smithi050.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-05-06T03:47:53.941 INFO:teuthology.orchestra.run.smithi050.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 2.9 MB/s | 125 kB 00:00 2024-05-06T03:47:53.966 INFO:teuthology.orchestra.run.smithi050.stdout:(10/36): python3-ply-3.11-14.el9.noarch.rpm 707 kB/s | 106 kB 00:00 2024-05-06T03:47:54.000 INFO:teuthology.orchestra.run.smithi050.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-05-06T03:47:54.467 INFO:teuthology.orchestra.run.smithi050.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 377 kB/s | 188 kB 00:00 2024-05-06T03:47:54.500 INFO:teuthology.orchestra.run.smithi050.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 344 kB/s | 172 kB 00:00 2024-05-06T03:47:54.568 INFO:teuthology.orchestra.run.smithi050.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 347 kB/s | 35 kB 00:00 2024-05-06T03:47:54.601 INFO:teuthology.orchestra.run.smithi050.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 509 kB/s | 51 kB 00:00 2024-05-06T03:47:54.651 INFO:teuthology.orchestra.run.smithi050.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 445 kB/s | 22 kB 00:00 2024-05-06T03:47:54.656 INFO:teuthology.orchestra.run.smithi195.stdout:(4/4): ceph-test-19.0.0-3516.ge08cbbf6.el9.x86_ 3.5 MB/s | 49 MB 00:13 2024-05-06T03:47:54.659 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:47:54.659 INFO:teuthology.orchestra.run.smithi195.stdout:Total 3.5 MB/s | 50 MB 00:14 2024-05-06T03:47:54.677 INFO:teuthology.orchestra.run.smithi050.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 381 kB/s | 42 kB 00:00 2024-05-06T03:47:54.687 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:47:54.707 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:47:54.707 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:47:54.730 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-05-06T03:47:54.730 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/34 2024-05-06T03:47:54.730 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/34 2024-05-06T03:47:54.730 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/34 2024-05-06T03:47:54.730 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/34 2024-05-06T03:47:54.730 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 5/34 2024-05-06T03:47:54.730 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_6 6/34 2024-05-06T03:47:54.730 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 7/34 2024-05-06T03:47:54.730 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3516.ge08cbbf6.el9. 8/34 2024-05-06T03:47:54.730 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x8 9/34 2024-05-06T03:47:54.730 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 10/34 2024-05-06T03:47:54.731 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 11/34 2024-05-06T03:47:54.731 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 12/34 2024-05-06T03:47:54.731 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 13/34 2024-05-06T03:47:54.731 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-05-06T03:47:54.731 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-05-06T03:47:54.731 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-05-06T03:47:54.731 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-05-06T03:47:54.731 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-05-06T03:47:54.731 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-05-06T03:47:54.731 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-05-06T03:47:54.731 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-05-06T03:47:54.731 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-05-06T03:47:54.731 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-05-06T03:47:54.731 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-05-06T03:47:54.732 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-05-06T03:47:54.732 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-05-06T03:47:54.732 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-05-06T03:47:54.732 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-05-06T03:47:54.732 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-05-06T03:47:54.732 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-05-06T03:47:54.732 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 31/34 2024-05-06T03:47:54.732 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-05-06T03:47:54.732 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 33/34 2024-05-06T03:47:54.794 INFO:teuthology.orchestra.run.smithi050.stdout:(18/36): ceph-mon-19.0.0-3516.ge08cbbf6.el9.x86 2.3 MB/s | 4.7 MB 00:02 2024-05-06T03:47:54.810 INFO:teuthology.orchestra.run.smithi050.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 326 kB/s | 43 kB 00:00 2024-05-06T03:47:54.861 INFO:teuthology.orchestra.run.smithi050.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 722 kB/s | 151 kB 00:00 2024-05-06T03:47:54.905 INFO:teuthology.orchestra.run.smithi050.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 257 kB/s | 11 kB 00:00 2024-05-06T03:47:54.953 INFO:teuthology.orchestra.run.smithi050.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.5 MB/s | 358 kB 00:00 2024-05-06T03:47:54.970 INFO:teuthology.orchestra.run.smithi050.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 264 kB/s | 18 kB 00:00 2024-05-06T03:47:54.995 INFO:teuthology.orchestra.run.smithi050.stdout:(24/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 854 kB/s | 172 kB 00:00 2024-05-06T03:47:55.020 INFO:teuthology.orchestra.run.smithi050.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 345 kB/s | 23 kB 00:00 2024-05-06T03:47:55.046 INFO:teuthology.orchestra.run.smithi050.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 257 kB/s | 19 kB 00:00 2024-05-06T03:47:55.071 INFO:teuthology.orchestra.run.smithi050.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-05-06T03:47:55.080 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:47:55.081 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:47:55.096 INFO:teuthology.orchestra.run.smithi050.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 925 kB/s | 46 kB 00:00 2024-05-06T03:47:55.122 INFO:teuthology.orchestra.run.smithi050.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-05-06T03:47:55.147 INFO:teuthology.orchestra.run.smithi050.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-05-06T03:47:55.172 INFO:teuthology.orchestra.run.smithi050.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-05-06T03:47:55.197 INFO:teuthology.orchestra.run.smithi050.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.1 MB/s | 272 kB 00:00 2024-05-06T03:47:55.223 INFO:teuthology.orchestra.run.smithi050.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 473 kB/s | 36 kB 00:00 2024-05-06T03:47:55.240 INFO:teuthology.orchestra.run.smithi050.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.3 MB/s | 230 kB 00:00 2024-05-06T03:47:55.273 INFO:teuthology.orchestra.run.smithi050.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 400 kB/s | 20 kB 00:00 2024-05-06T03:47:55.323 INFO:teuthology.orchestra.run.smithi050.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2024-05-06T03:47:55.325 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:47:55.325 INFO:teuthology.orchestra.run.smithi050.stdout:Total 8.9 MB/s | 30 MB 00:03 2024-05-06T03:47:55.469 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:47:55.503 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-05-06T03:47:55.503 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:47:55.503 INFO:teuthology.orchestra.run.smithi171.stdout:Upgraded: 2024-05-06T03:47:55.504 INFO:teuthology.orchestra.run.smithi171.stdout: librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:55.504 INFO:teuthology.orchestra.run.smithi171.stdout: librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:55.504 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:47:55.504 INFO:teuthology.orchestra.run.smithi171.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-05-06T03:47:55.504 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:55.504 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:55.504 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-radosgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:55.504 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-selinux-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:55.504 INFO:teuthology.orchestra.run.smithi171.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-05-06T03:47:55.504 INFO:teuthology.orchestra.run.smithi171.stdout: libarrow-9.0.0-11.el9.x86_64 2024-05-06T03:47:55.504 INFO:teuthology.orchestra.run.smithi171.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-05-06T03:47:55.504 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:55.504 INFO:teuthology.orchestra.run.smithi171.stdout: liboath-2.6.7-2.el9.x86_64 2024-05-06T03:47:55.504 INFO:teuthology.orchestra.run.smithi171.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-05-06T03:47:55.505 INFO:teuthology.orchestra.run.smithi171.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-05-06T03:47:55.505 INFO:teuthology.orchestra.run.smithi171.stdout: libradosstriper1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:55.505 INFO:teuthology.orchestra.run.smithi171.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-05-06T03:47:55.505 INFO:teuthology.orchestra.run.smithi171.stdout: librgw2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:55.505 INFO:teuthology.orchestra.run.smithi171.stdout: libunwind-1.6.2-1.el9.x86_64 2024-05-06T03:47:55.505 INFO:teuthology.orchestra.run.smithi171.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-05-06T03:47:55.505 INFO:teuthology.orchestra.run.smithi171.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-05-06T03:47:55.505 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-argparse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:55.505 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-common-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:55.505 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:55.505 INFO:teuthology.orchestra.run.smithi171.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-05-06T03:47:55.505 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:55.505 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:55.505 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:47:55.506 INFO:teuthology.orchestra.run.smithi171.stdout: qatlib-24.02.0-1.el9.x86_64 2024-05-06T03:47:55.506 INFO:teuthology.orchestra.run.smithi171.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-05-06T03:47:55.506 INFO:teuthology.orchestra.run.smithi171.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-05-06T03:47:55.506 INFO:teuthology.orchestra.run.smithi171.stdout: re2-1:20211101-3.el9.x86_64 2024-05-06T03:47:55.506 INFO:teuthology.orchestra.run.smithi171.stdout: thrift-0.15.0-2.el9.x86_64 2024-05-06T03:47:55.506 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:47:55.506 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:47:55.512 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:47:55.512 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:47:55.615 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:47:55.684 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-06T03:47:55.732 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-06T03:47:55.759 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/4 2024-05-06T03:47:55.825 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:47:55.825 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:47:55.833 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-test 2024-05-06T03:47:56.352 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:28 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:47:56.471 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:47:56.471 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:47:56.471 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-05-06T03:47:56.471 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:47:56.472 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:47:56.472 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-test x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 49 M 2024-05-06T03:47:56.472 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-05-06T03:47:56.472 INFO:teuthology.orchestra.run.smithi171.stdout: libcephsqlite x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 163 k 2024-05-06T03:47:56.472 INFO:teuthology.orchestra.run.smithi171.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-05-06T03:47:56.472 INFO:teuthology.orchestra.run.smithi171.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-05-06T03:47:56.472 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:47:56.472 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:47:56.472 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:47:56.472 INFO:teuthology.orchestra.run.smithi171.stdout:Install 4 Packages 2024-05-06T03:47:56.472 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:47:56.473 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 50 M 2024-05-06T03:47:56.473 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 211 M 2024-05-06T03:47:56.473 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:47:56.815 INFO:teuthology.orchestra.run.smithi171.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.4 MB/s | 305 kB 00:00 2024-05-06T03:47:56.840 INFO:teuthology.orchestra.run.smithi171.stdout:(2/4): libcephsqlite-19.0.0-3516.ge08cbbf6.el9. 671 kB/s | 163 kB 00:00 2024-05-06T03:47:56.866 INFO:teuthology.orchestra.run.smithi171.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-05-06T03:47:57.094 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:47:57.176 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-06T03:47:57.209 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-06T03:47:57.237 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-06T03:47:57.312 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-06T03:47:57.362 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-06T03:47:57.394 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-06T03:47:57.491 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-06T03:47:57.568 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-06T03:47:57.615 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-06T03:47:57.649 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-06T03:47:57.678 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-06T03:47:57.713 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-06T03:47:57.746 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-06T03:47:57.787 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-06T03:47:57.840 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-06T03:47:57.873 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-06T03:47:57.912 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-06T03:47:57.989 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-06T03:47:58.140 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-06T03:47:58.223 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-06T03:47:58.275 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-06T03:47:58.312 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-06T03:47:58.370 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-06T03:47:58.435 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-06T03:47:58.641 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-06T03:47:58.692 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-06T03:47:58.773 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-06T03:47:58.862 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-06T03:47:58.899 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-06T03:47:59.059 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-06T03:47:59.235 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3516.ge08cbbf6.el9. 31/36 2024-05-06T03:47:59.267 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/36 2024-05-06T03:47:59.293 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/36 2024-05-06T03:47:59.293 INFO:teuthology.orchestra.run.smithi050.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:47:59.293 INFO:teuthology.orchestra.run.smithi050.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-06T03:47:59.294 INFO:teuthology.orchestra.run.smithi050.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-06T03:47:59.294 INFO:teuthology.orchestra.run.smithi050.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-06T03:47:59.294 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:47:59.732 INFO:teuthology.orchestra.run.smithi171.stdout:(4/4): ceph-test-19.0.0-3516.ge08cbbf6.el9.x86_ 16 MB/s | 49 MB 00:03 2024-05-06T03:47:59.734 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:47:59.735 INFO:teuthology.orchestra.run.smithi171.stdout:Total 15 MB/s | 50 MB 00:03 2024-05-06T03:47:59.762 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:47:59.783 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:47:59.783 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:48:00.152 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:48:00.153 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:48:00.395 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/4 2024-05-06T03:48:00.497 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/4 2024-05-06T03:48:00.679 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:48:00.758 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-05-06T03:48:00.798 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-05-06T03:48:00.818 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 33/36 2024-05-06T03:48:00.826 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/4 2024-05-06T03:48:00.846 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 33/36 2024-05-06T03:48:00.846 INFO:teuthology.orchestra.run.smithi050.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:00.846 INFO:teuthology.orchestra.run.smithi050.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-06T03:48:00.846 INFO:teuthology.orchestra.run.smithi050.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-06T03:48:00.847 INFO:teuthology.orchestra.run.smithi050.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-06T03:48:00.847 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:01.310 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 34/36 2024-05-06T03:48:01.335 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 34/36 2024-05-06T03:48:01.335 INFO:teuthology.orchestra.run.smithi050.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:01.335 INFO:teuthology.orchestra.run.smithi050.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-06T03:48:01.335 INFO:teuthology.orchestra.run.smithi050.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-06T03:48:01.335 INFO:teuthology.orchestra.run.smithi050.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-06T03:48:01.335 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:01.577 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 35/36 2024-05-06T03:48:01.602 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 35/36 2024-05-06T03:48:01.602 INFO:teuthology.orchestra.run.smithi050.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:01.602 INFO:teuthology.orchestra.run.smithi050.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-06T03:48:01.602 INFO:teuthology.orchestra.run.smithi050.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-06T03:48:01.602 INFO:teuthology.orchestra.run.smithi050.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-06T03:48:01.602 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:01.667 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 36/36 2024-05-06T03:48:02.683 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/4 2024-05-06T03:48:02.683 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/4 2024-05-06T03:48:02.683 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/4 2024-05-06T03:48:02.683 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-06T03:48:02.956 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-06T03:48:02.956 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:02.956 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:48:02.957 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:02.957 INFO:teuthology.orchestra.run.smithi195.stdout: libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:02.957 INFO:teuthology.orchestra.run.smithi195.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-06T03:48:02.957 INFO:teuthology.orchestra.run.smithi195.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-06T03:48:02.957 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:02.957 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:48:03.217 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph 2024-05-06T03:48:03.446 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 36/36 2024-05-06T03:48:03.447 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/36 2024-05-06T03:48:03.447 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/36 2024-05-06T03:48:03.447 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/36 2024-05-06T03:48:03.447 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/36 2024-05-06T03:48:03.447 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 5/36 2024-05-06T03:48:03.447 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3516.ge08cbbf6.el9. 6/36 2024-05-06T03:48:03.447 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-06T03:48:03.447 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-06T03:48:03.447 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-06T03:48:03.447 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-06T03:48:03.447 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-06T03:48:03.448 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-06T03:48:03.448 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-06T03:48:03.448 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-06T03:48:03.448 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-06T03:48:03.448 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-06T03:48:03.448 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-06T03:48:03.448 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-06T03:48:03.448 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-06T03:48:03.448 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-06T03:48:03.448 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-06T03:48:03.448 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-06T03:48:03.448 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-06T03:48:03.448 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-06T03:48:03.449 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-06T03:48:03.449 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-06T03:48:03.449 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-06T03:48:03.449 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-06T03:48:03.449 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-06T03:48:03.449 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-06T03:48:03.449 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-06T03:48:03.449 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-06T03:48:03.450 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-06T03:48:03.450 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-06T03:48:03.450 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-06T03:48:03.730 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:00:51 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:48:03.854 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:48:03.856 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:03.857 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-06T03:48:03.857 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:03.857 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:48:03.857 INFO:teuthology.orchestra.run.smithi195.stdout: ceph x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 6.6 k 2024-05-06T03:48:03.857 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-06T03:48:03.857 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mds x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 2.4 M 2024-05-06T03:48:03.857 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 1.5 M 2024-05-06T03:48:03.857 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 274 k 2024-05-06T03:48:03.857 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mon x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 4.7 M 2024-05-06T03:48:03.857 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-osd x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 17 M 2024-05-06T03:48:03.857 INFO:teuthology.orchestra.run.smithi195.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-06T03:48:03.858 INFO:teuthology.orchestra.run.smithi195.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-06T03:48:03.858 INFO:teuthology.orchestra.run.smithi195.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-06T03:48:03.858 INFO:teuthology.orchestra.run.smithi195.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-06T03:48:03.858 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-06T03:48:03.858 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-06T03:48:03.858 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-06T03:48:03.858 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-06T03:48:03.858 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-06T03:48:03.858 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-06T03:48:03.858 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-collections 2024-05-06T03:48:03.859 INFO:teuthology.orchestra.run.smithi195.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-06T03:48:03.859 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-06T03:48:03.859 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-06T03:48:03.859 INFO:teuthology.orchestra.run.smithi195.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-06T03:48:03.859 INFO:teuthology.orchestra.run.smithi195.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-06T03:48:03.859 INFO:teuthology.orchestra.run.smithi195.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-06T03:48:03.859 INFO:teuthology.orchestra.run.smithi195.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-06T03:48:03.859 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-06T03:48:03.859 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-06T03:48:03.859 INFO:teuthology.orchestra.run.smithi195.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-06T03:48:03.859 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-06T03:48:03.860 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-06T03:48:03.860 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-06T03:48:03.860 INFO:teuthology.orchestra.run.smithi195.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-06T03:48:03.860 INFO:teuthology.orchestra.run.smithi195.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-06T03:48:03.860 INFO:teuthology.orchestra.run.smithi195.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-06T03:48:03.860 INFO:teuthology.orchestra.run.smithi195.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-06T03:48:03.860 INFO:teuthology.orchestra.run.smithi195.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-06T03:48:03.860 INFO:teuthology.orchestra.run.smithi195.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-06T03:48:03.860 INFO:teuthology.orchestra.run.smithi195.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-06T03:48:03.861 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:03.861 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:48:03.861 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:03.861 INFO:teuthology.orchestra.run.smithi195.stdout:Install 36 Packages 2024-05-06T03:48:03.861 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:03.861 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 30 M 2024-05-06T03:48:03.862 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 108 M 2024-05-06T03:48:03.862 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:48:04.341 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-06T03:48:04.341 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:04.341 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:48:04.341 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:04.342 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:04.342 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:04.342 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-modules-core-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:04.342 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:04.342 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:04.342 INFO:teuthology.orchestra.run.smithi050.stdout: lua-5.4.4-4.el9.x86_64 2024-05-06T03:48:04.342 INFO:teuthology.orchestra.run.smithi050.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-06T03:48:04.342 INFO:teuthology.orchestra.run.smithi050.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-06T03:48:04.342 INFO:teuthology.orchestra.run.smithi050.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-06T03:48:04.342 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-06T03:48:04.342 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-06T03:48:04.342 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-06T03:48:04.342 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-06T03:48:04.343 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-06T03:48:04.343 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-06T03:48:04.343 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-06T03:48:04.343 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-06T03:48:04.343 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-06T03:48:04.343 INFO:teuthology.orchestra.run.smithi050.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-06T03:48:04.343 INFO:teuthology.orchestra.run.smithi050.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-06T03:48:04.343 INFO:teuthology.orchestra.run.smithi050.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-06T03:48:04.343 INFO:teuthology.orchestra.run.smithi050.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-06T03:48:04.343 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-06T03:48:04.343 INFO:teuthology.orchestra.run.smithi050.stdout: python3-ply-3.11-14.el9.noarch 2024-05-06T03:48:04.343 INFO:teuthology.orchestra.run.smithi050.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-06T03:48:04.343 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-06T03:48:04.343 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-06T03:48:04.344 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-06T03:48:04.344 INFO:teuthology.orchestra.run.smithi050.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-06T03:48:04.344 INFO:teuthology.orchestra.run.smithi050.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-06T03:48:04.344 INFO:teuthology.orchestra.run.smithi050.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-06T03:48:04.344 INFO:teuthology.orchestra.run.smithi050.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-06T03:48:04.344 INFO:teuthology.orchestra.run.smithi050.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-06T03:48:04.344 INFO:teuthology.orchestra.run.smithi050.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-06T03:48:04.344 INFO:teuthology.orchestra.run.smithi050.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-06T03:48:04.344 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:04.344 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:04.450 INFO:teuthology.orchestra.run.smithi195.stdout:(1/36): ceph-19.0.0-3516.ge08cbbf6.el9.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-05-06T03:48:04.625 INFO:teuthology.orchestra.run.smithi195.stdout:(2/36): ceph-mgr-19.0.0-3516.ge08cbbf6.el9.x86_ 4.3 MB/s | 1.5 MB 00:00 2024-05-06T03:48:04.672 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-base 2024-05-06T03:48:05.092 INFO:teuthology.orchestra.run.smithi195.stdout:(3/36): ceph-mds-19.0.0-3516.ge08cbbf6.el9.x86_ 2.9 MB/s | 2.4 MB 00:00 2024-05-06T03:48:05.209 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:00:56 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:05.217 INFO:teuthology.orchestra.run.smithi195.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3516.ge08c 2.1 MB/s | 274 kB 00:00 2024-05-06T03:48:05.290 INFO:teuthology.orchestra.run.smithi050.stdout:Package ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:48:05.301 INFO:teuthology.orchestra.run.smithi195.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 3.0 MB/s | 253 kB 00:00 2024-05-06T03:48:05.334 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:05.335 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2024-05-06T03:48:05.335 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:05.394 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install cephadm 2024-05-06T03:48:05.441 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/4 2024-05-06T03:48:05.513 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/4 2024-05-06T03:48:05.534 INFO:teuthology.orchestra.run.smithi195.stdout:(6/36): ceph-osd-19.0.0-3516.ge08cbbf6.el9.x86_ 19 MB/s | 17 MB 00:00 2024-05-06T03:48:05.576 INFO:teuthology.orchestra.run.smithi195.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 4.5 MB/s | 1.2 MB 00:00 2024-05-06T03:48:05.635 INFO:teuthology.orchestra.run.smithi195.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 1.0 MB/s | 106 kB 00:00 2024-05-06T03:48:05.660 INFO:teuthology.orchestra.run.smithi195.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.6 MB/s | 135 kB 00:00 2024-05-06T03:48:05.761 INFO:teuthology.orchestra.run.smithi195.stdout:(10/36): ceph-mon-19.0.0-3516.ge08cbbf6.el9.x86 3.6 MB/s | 4.7 MB 00:01 2024-05-06T03:48:05.786 INFO:teuthology.orchestra.run.smithi195.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 829 kB/s | 125 kB 00:00 2024-05-06T03:48:05.819 INFO:teuthology.orchestra.run.smithi195.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.3 MB/s | 215 kB 00:00 2024-05-06T03:48:05.925 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:00:56 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:05.944 INFO:teuthology.orchestra.run.smithi195.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 278 kB/s | 35 kB 00:00 2024-05-06T03:48:06.003 INFO:teuthology.orchestra.run.smithi195.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 777 kB/s | 188 kB 00:00 2024-05-06T03:48:06.029 INFO:teuthology.orchestra.run.smithi195.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 710 kB/s | 172 kB 00:00 2024-05-06T03:48:06.050 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:06.051 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:06.051 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2024-05-06T03:48:06.051 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:06.051 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:48:06.051 INFO:teuthology.orchestra.run.smithi050.stdout: cephadm noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 763 k 2024-05-06T03:48:06.051 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:06.051 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:48:06.051 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:06.051 INFO:teuthology.orchestra.run.smithi050.stdout:Install 1 Package 2024-05-06T03:48:06.051 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:06.051 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 763 k 2024-05-06T03:48:06.051 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 769 k 2024-05-06T03:48:06.051 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:48:06.062 INFO:teuthology.orchestra.run.smithi195.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 711 kB/s | 42 kB 00:00 2024-05-06T03:48:06.087 INFO:teuthology.orchestra.run.smithi195.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 358 kB/s | 51 kB 00:00 2024-05-06T03:48:06.121 INFO:teuthology.orchestra.run.smithi195.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 242 kB/s | 22 kB 00:00 2024-05-06T03:48:06.305 INFO:teuthology.orchestra.run.smithi195.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 624 kB/s | 151 kB 00:00 2024-05-06T03:48:06.330 INFO:teuthology.orchestra.run.smithi195.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 179 kB/s | 43 kB 00:00 2024-05-06T03:48:06.355 INFO:teuthology.orchestra.run.smithi050.stdout:cephadm-19.0.0-3516.ge08cbbf6.el9.noarch.rpm 2.5 MB/s | 763 kB 00:00 2024-05-06T03:48:06.356 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:06.356 INFO:teuthology.orchestra.run.smithi050.stdout:Total 2.4 MB/s | 763 kB 00:00 2024-05-06T03:48:06.356 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:48:06.362 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:48:06.362 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:48:06.368 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:48:06.368 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:48:06.380 INFO:teuthology.orchestra.run.smithi195.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 822 kB/s | 172 kB 00:00 2024-05-06T03:48:06.406 INFO:teuthology.orchestra.run.smithi195.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.5 MB/s | 358 kB 00:00 2024-05-06T03:48:06.431 INFO:teuthology.orchestra.run.smithi195.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 106 kB/s | 11 kB 00:00 2024-05-06T03:48:06.440 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:48:06.456 INFO:teuthology.orchestra.run.smithi195.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 235 kB/s | 18 kB 00:00 2024-05-06T03:48:06.481 INFO:teuthology.orchestra.run.smithi195.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 464 kB/s | 23 kB 00:00 2024-05-06T03:48:06.506 INFO:teuthology.orchestra.run.smithi195.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 259 kB/s | 19 kB 00:00 2024-05-06T03:48:06.532 INFO:teuthology.orchestra.run.smithi195.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-05-06T03:48:06.557 INFO:teuthology.orchestra.run.smithi195.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 924 kB/s | 46 kB 00:00 2024-05-06T03:48:06.582 INFO:teuthology.orchestra.run.smithi195.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-05-06T03:48:06.632 INFO:teuthology.orchestra.run.smithi195.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.7 MB/s | 272 kB 00:00 2024-05-06T03:48:06.658 INFO:teuthology.orchestra.run.smithi195.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 218 kB/s | 16 kB 00:00 2024-05-06T03:48:06.683 INFO:teuthology.orchestra.run.smithi195.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 897 kB/s | 90 kB 00:00 2024-05-06T03:48:06.725 INFO:teuthology.orchestra.run.smithi195.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 389 kB/s | 36 kB 00:00 2024-05-06T03:48:06.775 INFO:teuthology.orchestra.run.smithi195.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-05-06T03:48:06.842 INFO:teuthology.orchestra.run.smithi195.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.6 MB/s | 427 kB 00:00 2024-05-06T03:48:06.867 INFO:teuthology.orchestra.run.smithi195.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 141 kB/s | 20 kB 00:00 2024-05-06T03:48:06.871 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:06.871 INFO:teuthology.orchestra.run.smithi195.stdout:Total 10 MB/s | 30 MB 00:03 2024-05-06T03:48:06.928 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T03:48:07.002 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:48:07.019 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T03:48:07.041 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:48:07.042 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:48:07.334 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:48:07.336 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:48:07.345 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T03:48:07.582 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T03:48:07.582 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:07.582 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:48:07.582 INFO:teuthology.orchestra.run.smithi050.stdout: cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:07.582 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:07.582 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:07.838 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-immutable-object-cache 2024-05-06T03:48:08.021 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/4 2024-05-06T03:48:08.021 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/4 2024-05-06T03:48:08.021 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/4 2024-05-06T03:48:08.021 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-05-06T03:48:08.287 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-05-06T03:48:08.287 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:08.287 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:48:08.287 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-test-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:08.287 INFO:teuthology.orchestra.run.smithi171.stdout: libcephsqlite-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:08.287 INFO:teuthology.orchestra.run.smithi171.stdout: socat-1.7.4.1-5.el9.x86_64 2024-05-06T03:48:08.287 INFO:teuthology.orchestra.run.smithi171.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-05-06T03:48:08.287 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:08.288 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:48:08.378 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:00:59 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:08.504 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:08.505 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:08.505 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repo Size 2024-05-06T03:48:08.505 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:08.505 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:48:08.505 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 145 k 2024-05-06T03:48:08.505 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:08.505 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:48:08.506 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:08.506 INFO:teuthology.orchestra.run.smithi050.stdout:Install 1 Package 2024-05-06T03:48:08.506 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:08.506 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 145 k 2024-05-06T03:48:08.506 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 435 k 2024-05-06T03:48:08.506 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:48:08.568 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph 2024-05-06T03:48:08.596 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:48:08.662 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-06T03:48:08.694 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-06T03:48:08.722 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-06T03:48:08.794 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-06T03:48:08.860 INFO:teuthology.orchestra.run.smithi050.stdout:ceph-immutable-object-cache-19.0.0-3516.ge08cbb 409 kB/s | 145 kB 00:00 2024-05-06T03:48:08.861 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:08.861 INFO:teuthology.orchestra.run.smithi050.stdout:Total 408 kB/s | 145 kB 00:00 2024-05-06T03:48:08.862 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:48:08.863 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-06T03:48:08.870 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:48:08.870 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:48:08.895 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-06T03:48:08.932 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:48:08.932 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:48:08.988 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-06T03:48:09.067 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-06T03:48:09.079 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:48:09.106 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:41 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:48:09.116 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-06T03:48:09.147 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6. 1/1 2024-05-06T03:48:09.150 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-06T03:48:09.172 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6. 1/1 2024-05-06T03:48:09.173 INFO:teuthology.orchestra.run.smithi050.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:09.173 INFO:teuthology.orchestra.run.smithi050.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-06T03:48:09.173 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:09.180 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-06T03:48:09.215 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-06T03:48:09.232 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:48:09.235 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:48:09.235 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-05-06T03:48:09.235 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:48:09.235 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:48:09.235 INFO:teuthology.orchestra.run.smithi171.stdout: ceph x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 6.6 k 2024-05-06T03:48:09.235 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-05-06T03:48:09.235 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mds x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 2.4 M 2024-05-06T03:48:09.235 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 1.5 M 2024-05-06T03:48:09.235 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 274 k 2024-05-06T03:48:09.236 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mon x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 4.7 M 2024-05-06T03:48:09.236 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-osd x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 17 M 2024-05-06T03:48:09.236 INFO:teuthology.orchestra.run.smithi171.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-05-06T03:48:09.236 INFO:teuthology.orchestra.run.smithi171.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-05-06T03:48:09.236 INFO:teuthology.orchestra.run.smithi171.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-05-06T03:48:09.236 INFO:teuthology.orchestra.run.smithi171.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-05-06T03:48:09.236 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-05-06T03:48:09.236 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-05-06T03:48:09.236 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-05-06T03:48:09.236 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-05-06T03:48:09.237 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-05-06T03:48:09.237 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-05-06T03:48:09.237 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-collections 2024-05-06T03:48:09.237 INFO:teuthology.orchestra.run.smithi171.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-05-06T03:48:09.237 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-05-06T03:48:09.237 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-05-06T03:48:09.237 INFO:teuthology.orchestra.run.smithi171.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-05-06T03:48:09.237 INFO:teuthology.orchestra.run.smithi171.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-05-06T03:48:09.237 INFO:teuthology.orchestra.run.smithi171.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-05-06T03:48:09.238 INFO:teuthology.orchestra.run.smithi171.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-05-06T03:48:09.238 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-05-06T03:48:09.238 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-05-06T03:48:09.238 INFO:teuthology.orchestra.run.smithi171.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-05-06T03:48:09.238 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-05-06T03:48:09.238 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-05-06T03:48:09.238 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-05-06T03:48:09.238 INFO:teuthology.orchestra.run.smithi171.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-05-06T03:48:09.238 INFO:teuthology.orchestra.run.smithi171.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-05-06T03:48:09.238 INFO:teuthology.orchestra.run.smithi171.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-05-06T03:48:09.239 INFO:teuthology.orchestra.run.smithi171.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-05-06T03:48:09.239 INFO:teuthology.orchestra.run.smithi171.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-05-06T03:48:09.239 INFO:teuthology.orchestra.run.smithi171.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-05-06T03:48:09.239 INFO:teuthology.orchestra.run.smithi171.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-05-06T03:48:09.239 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:09.239 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:48:09.239 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:48:09.239 INFO:teuthology.orchestra.run.smithi171.stdout:Install 36 Packages 2024-05-06T03:48:09.239 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:09.240 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 30 M 2024-05-06T03:48:09.240 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 108 M 2024-05-06T03:48:09.240 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:48:09.248 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-06T03:48:09.288 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-06T03:48:09.324 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-06T03:48:09.358 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-06T03:48:09.396 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-06T03:48:09.471 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-06T03:48:09.617 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-06T03:48:09.697 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-06T03:48:09.749 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-06T03:48:09.797 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-06T03:48:09.853 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-06T03:48:09.909 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-06T03:48:10.032 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6. 1/1 2024-05-06T03:48:10.032 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:10.033 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:48:10.033 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:10.033 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:10.033 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:10.099 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-06T03:48:10.117 INFO:teuthology.orchestra.run.smithi171.stdout:(1/36): ceph-19.0.0-3516.ge08cbbf6.el9.x86_64.r 28 kB/s | 6.6 kB 00:00 2024-05-06T03:48:10.158 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-06T03:48:10.215 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-mgr 2024-05-06T03:48:10.238 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-06T03:48:10.284 INFO:teuthology.orchestra.run.smithi171.stdout:(2/36): ceph-mds-19.0.0-3516.ge08cbbf6.el9.x86_ 5.9 MB/s | 2.4 MB 00:00 2024-05-06T03:48:10.324 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-06T03:48:10.334 INFO:teuthology.orchestra.run.smithi171.stdout:(3/36): ceph-mgr-19.0.0-3516.ge08cbbf6.el9.x86_ 3.4 MB/s | 1.5 MB 00:00 2024-05-06T03:48:10.357 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-06T03:48:10.460 INFO:teuthology.orchestra.run.smithi171.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3516.ge08c 2.1 MB/s | 274 kB 00:00 2024-05-06T03:48:10.493 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-06T03:48:10.654 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3516.ge08cbbf6.el9. 31/36 2024-05-06T03:48:10.685 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/36 2024-05-06T03:48:10.711 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/36 2024-05-06T03:48:10.711 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:10.711 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-06T03:48:10.711 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-06T03:48:10.711 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-06T03:48:10.711 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:10.752 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:01 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:10.834 INFO:teuthology.orchestra.run.smithi050.stdout:Package ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:48:10.877 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:10.879 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2024-05-06T03:48:10.879 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:10.945 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-mgr-dashboard 2024-05-06T03:48:11.076 INFO:teuthology.orchestra.run.smithi171.stdout:(5/36): ceph-osd-19.0.0-3516.ge08cbbf6.el9.x86_ 21 MB/s | 17 MB 00:00 2024-05-06T03:48:11.385 INFO:teuthology.orchestra.run.smithi171.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 274 kB/s | 253 kB 00:00 2024-05-06T03:48:11.485 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:02 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:11.610 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:11.611 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:11.612 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2024-05-06T03:48:11.612 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:11.612 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:48:11.612 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 3.5 M 2024-05-06T03:48:11.612 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2024-05-06T03:48:11.612 INFO:teuthology.orchestra.run.smithi050.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-06T03:48:11.612 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 34 k 2024-05-06T03:48:11.612 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 16 k 2024-05-06T03:48:11.612 INFO:teuthology.orchestra.run.smithi050.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-06T03:48:11.612 INFO:teuthology.orchestra.run.smithi050.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-06T03:48:11.612 INFO:teuthology.orchestra.run.smithi050.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-06T03:48:11.612 INFO:teuthology.orchestra.run.smithi050.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-06T03:48:11.612 INFO:teuthology.orchestra.run.smithi050.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-06T03:48:11.613 INFO:teuthology.orchestra.run.smithi050.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-06T03:48:11.613 INFO:teuthology.orchestra.run.smithi050.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-06T03:48:11.613 INFO:teuthology.orchestra.run.smithi050.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-06T03:48:11.613 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:11.613 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:48:11.613 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:11.613 INFO:teuthology.orchestra.run.smithi050.stdout:Install 12 Packages 2024-05-06T03:48:11.613 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:11.613 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 8.7 M 2024-05-06T03:48:11.614 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 104 M 2024-05-06T03:48:11.614 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:48:12.060 INFO:teuthology.orchestra.run.smithi171.stdout:(7/36): ceph-mon-19.0.0-3516.ge08cbbf6.el9.x86_ 2.4 MB/s | 4.7 MB 00:01 2024-05-06T03:48:12.153 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 33/36 2024-05-06T03:48:12.179 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 33/36 2024-05-06T03:48:12.179 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:12.179 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-06T03:48:12.179 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-06T03:48:12.179 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-06T03:48:12.179 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:12.244 INFO:teuthology.orchestra.run.smithi171.stdout:(8/36): python3-cryptography-36.0.1-4.el9.x86_6 1.1 MB/s | 1.2 MB 00:01 2024-05-06T03:48:12.269 INFO:teuthology.orchestra.run.smithi171.stdout:(9/36): python3-ply-3.11-14.el9.noarch.rpm 120 kB/s | 106 kB 00:00 2024-05-06T03:48:12.333 INFO:teuthology.orchestra.run.smithi050.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3516.ge0 103 kB/s | 34 kB 00:00 2024-05-06T03:48:12.358 INFO:teuthology.orchestra.run.smithi050.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3516.ge08 46 kB/s | 16 kB 00:00 2024-05-06T03:48:12.508 INFO:teuthology.orchestra.run.smithi050.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.8 MB/s | 269 kB 00:00 2024-05-06T03:48:12.559 INFO:teuthology.orchestra.run.smithi050.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.5 MB/s | 1.0 MB 00:00 2024-05-06T03:48:12.620 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 34/36 2024-05-06T03:48:12.643 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 34/36 2024-05-06T03:48:12.643 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:12.643 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-06T03:48:12.644 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-06T03:48:12.644 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-06T03:48:12.644 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:12.726 INFO:teuthology.orchestra.run.smithi050.stdout:(5/12): ceph-mgr-dashboard-19.0.0-3516.ge08cbbf 4.9 MB/s | 3.5 MB 00:00 2024-05-06T03:48:12.862 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 35/36 2024-05-06T03:48:12.885 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 35/36 2024-05-06T03:48:12.885 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:12.885 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-06T03:48:12.885 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-06T03:48:12.886 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-06T03:48:12.886 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:12.936 INFO:teuthology.orchestra.run.smithi171.stdout:(10/36): python3-pycparser-2.20-6.el9.noarch.rp 154 kB/s | 135 kB 00:00 2024-05-06T03:48:12.941 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 36/36 2024-05-06T03:48:12.968 INFO:teuthology.orchestra.run.smithi050.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 80 kB/s | 19 kB 00:00 2024-05-06T03:48:13.036 INFO:teuthology.orchestra.run.smithi171.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 158 kB/s | 125 kB 00:00 2024-05-06T03:48:13.078 INFO:teuthology.orchestra.run.smithi171.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 188 kB 00:00 2024-05-06T03:48:13.112 INFO:teuthology.orchestra.run.smithi171.stdout:(13/36): python3-urllib3-1.26.5-5.el9.noarch.rp 255 kB/s | 215 kB 00:00 2024-05-06T03:48:13.137 INFO:teuthology.orchestra.run.smithi171.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 595 kB/s | 35 kB 00:00 2024-05-06T03:48:13.143 INFO:teuthology.orchestra.run.smithi050.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 939 kB/s | 548 kB 00:00 2024-05-06T03:48:13.187 INFO:teuthology.orchestra.run.smithi171.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 836 kB/s | 42 kB 00:00 2024-05-06T03:48:13.212 INFO:teuthology.orchestra.run.smithi171.stdout:(16/36): python3-mako-1.1.4-6.el9.noarch.rpm 980 kB/s | 172 kB 00:00 2024-05-06T03:48:13.238 INFO:teuthology.orchestra.run.smithi171.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 407 kB/s | 51 kB 00:00 2024-05-06T03:48:13.244 INFO:teuthology.orchestra.run.smithi050.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.4 MB/s | 144 kB 00:00 2024-05-06T03:48:13.296 INFO:teuthology.orchestra.run.smithi171.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 205 kB/s | 22 kB 00:00 2024-05-06T03:48:13.343 INFO:teuthology.orchestra.run.smithi050.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 310 kB/s | 31 kB 00:00 2024-05-06T03:48:13.444 INFO:teuthology.orchestra.run.smithi050.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.8 MB/s | 188 kB 00:00 2024-05-06T03:48:13.519 INFO:teuthology.orchestra.run.smithi050.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.7 MB/s | 2.0 MB 00:00 2024-05-06T03:48:13.546 INFO:teuthology.orchestra.run.smithi171.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 141 kB/s | 43 kB 00:00 2024-05-06T03:48:13.569 INFO:teuthology.orchestra.run.smithi050.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 814 kB/s | 863 kB 00:01 2024-05-06T03:48:13.573 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:13.573 INFO:teuthology.orchestra.run.smithi050.stdout:Total 4.4 MB/s | 8.7 MB 00:01 2024-05-06T03:48:13.625 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:48:13.645 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:48:13.645 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:48:13.680 INFO:teuthology.orchestra.run.smithi171.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 448 kB/s | 172 kB 00:00 2024-05-06T03:48:13.705 INFO:teuthology.orchestra.run.smithi171.stdout:(21/36): luarocks-3.9.2-1.el9.noarch.rpm 307 kB/s | 151 kB 00:00 2024-05-06T03:48:13.772 INFO:teuthology.orchestra.run.smithi171.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 116 kB/s | 11 kB 00:00 2024-05-06T03:48:13.797 INFO:teuthology.orchestra.run.smithi171.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 192 kB/s | 18 kB 00:00 2024-05-06T03:48:13.812 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:48:13.812 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:48:13.865 INFO:teuthology.orchestra.run.smithi171.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.1 MB/s | 358 kB 00:00 2024-05-06T03:48:13.890 INFO:teuthology.orchestra.run.smithi171.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 198 kB/s | 23 kB 00:00 2024-05-06T03:48:13.915 INFO:teuthology.orchestra.run.smithi171.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 166 kB/s | 19 kB 00:00 2024-05-06T03:48:13.957 INFO:teuthology.orchestra.run.smithi171.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 213 kB/s | 20 kB 00:00 2024-05-06T03:48:13.982 INFO:teuthology.orchestra.run.smithi171.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 502 kB/s | 46 kB 00:00 2024-05-06T03:48:14.016 INFO:teuthology.orchestra.run.smithi171.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 785 kB/s | 79 kB 00:00 2024-05-06T03:48:14.058 INFO:teuthology.orchestra.run.smithi171.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.6 MB/s | 272 kB 00:00 2024-05-06T03:48:14.083 INFO:teuthology.orchestra.run.smithi171.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 163 kB/s | 16 kB 00:00 2024-05-06T03:48:14.109 INFO:teuthology.orchestra.run.smithi171.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 973 kB/s | 90 kB 00:00 2024-05-06T03:48:14.150 INFO:teuthology.orchestra.run.smithi171.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 387 kB/s | 36 kB 00:00 2024-05-06T03:48:14.243 INFO:teuthology.orchestra.run.smithi171.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 218 kB/s | 20 kB 00:00 2024-05-06T03:48:14.268 INFO:teuthology.orchestra.run.smithi171.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.2 MB/s | 230 kB 00:00 2024-05-06T03:48:14.293 INFO:teuthology.orchestra.run.smithi171.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.3 MB/s | 427 kB 00:00 2024-05-06T03:48:14.295 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:14.295 INFO:teuthology.orchestra.run.smithi171.stdout:Total 6.0 MB/s | 30 MB 00:05 2024-05-06T03:48:14.346 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:48:14.421 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-06T03:48:14.429 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:48:14.464 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-06T03:48:14.469 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:48:14.469 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:48:14.512 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-06T03:48:14.541 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-06T03:48:14.621 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-06T03:48:14.663 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 36/36 2024-05-06T03:48:14.663 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/36 2024-05-06T03:48:14.663 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/36 2024-05-06T03:48:14.663 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/36 2024-05-06T03:48:14.664 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/36 2024-05-06T03:48:14.664 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 5/36 2024-05-06T03:48:14.664 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3516.ge08cbbf6.el9. 6/36 2024-05-06T03:48:14.664 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-06T03:48:14.664 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-06T03:48:14.664 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-06T03:48:14.664 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-06T03:48:14.664 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-06T03:48:14.664 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-06T03:48:14.664 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-06T03:48:14.664 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-06T03:48:14.664 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-06T03:48:14.665 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-06T03:48:14.666 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-06T03:48:14.666 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-06T03:48:14.666 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-06T03:48:14.666 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-06T03:48:14.756 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-06T03:48:14.762 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:48:14.763 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:48:14.856 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-06T03:48:14.914 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-06T03:48:14.949 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-06T03:48:14.993 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3516.ge08cbbf6.el9 10/12 2024-05-06T03:48:15.690 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-06T03:48:15.690 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:15.690 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:48:15.690 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:15.690 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:15.690 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:15.690 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-modules-core-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:15.690 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:15.690 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:15.690 INFO:teuthology.orchestra.run.smithi195.stdout: lua-5.4.4-4.el9.x86_64 2024-05-06T03:48:15.690 INFO:teuthology.orchestra.run.smithi195.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-06T03:48:15.691 INFO:teuthology.orchestra.run.smithi195.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-06T03:48:15.691 INFO:teuthology.orchestra.run.smithi195.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-06T03:48:15.691 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-06T03:48:15.691 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-06T03:48:15.691 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-06T03:48:15.691 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-06T03:48:15.691 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-06T03:48:15.691 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-06T03:48:15.691 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-06T03:48:15.691 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-06T03:48:15.691 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-06T03:48:15.691 INFO:teuthology.orchestra.run.smithi195.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-06T03:48:15.691 INFO:teuthology.orchestra.run.smithi195.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-06T03:48:15.692 INFO:teuthology.orchestra.run.smithi195.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-06T03:48:15.692 INFO:teuthology.orchestra.run.smithi195.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-06T03:48:15.692 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-06T03:48:15.692 INFO:teuthology.orchestra.run.smithi195.stdout: python3-ply-3.11-14.el9.noarch 2024-05-06T03:48:15.692 INFO:teuthology.orchestra.run.smithi195.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-06T03:48:15.692 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-06T03:48:15.692 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-06T03:48:15.692 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-06T03:48:15.692 INFO:teuthology.orchestra.run.smithi195.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-06T03:48:15.692 INFO:teuthology.orchestra.run.smithi195.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-06T03:48:15.692 INFO:teuthology.orchestra.run.smithi195.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-06T03:48:15.692 INFO:teuthology.orchestra.run.smithi195.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-06T03:48:15.692 INFO:teuthology.orchestra.run.smithi195.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-06T03:48:15.692 INFO:teuthology.orchestra.run.smithi195.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-06T03:48:15.693 INFO:teuthology.orchestra.run.smithi195.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-06T03:48:15.693 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:15.693 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:48:15.991 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-base 2024-05-06T03:48:16.056 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:48:16.106 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3516.ge08cbbf6.el 11/12 2024-05-06T03:48:16.128 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-05-06T03:48:16.140 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noa 12/12 2024-05-06T03:48:16.153 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-05-06T03:48:16.181 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-05-06T03:48:16.252 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-05-06T03:48:16.296 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-05-06T03:48:16.329 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-05-06T03:48:16.421 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-05-06T03:48:16.500 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-05-06T03:48:16.508 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:04 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:48:16.540 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-05-06T03:48:16.575 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-05-06T03:48:16.587 INFO:teuthology.orchestra.run.smithi195.stdout:Package ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:48:16.606 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-05-06T03:48:16.629 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:48:16.630 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-06T03:48:16.630 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:48:16.640 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-05-06T03:48:16.673 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-05-06T03:48:16.696 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install cephadm 2024-05-06T03:48:16.714 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-05-06T03:48:16.748 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-05-06T03:48:16.783 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-05-06T03:48:16.821 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-05-06T03:48:16.895 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-05-06T03:48:17.033 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-05-06T03:48:17.112 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-05-06T03:48:17.166 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-05-06T03:48:17.204 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:05 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:48:17.204 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-05-06T03:48:17.253 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-05-06T03:48:17.308 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-05-06T03:48:17.325 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:48:17.326 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:17.326 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-06T03:48:17.326 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:17.327 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:48:17.327 INFO:teuthology.orchestra.run.smithi195.stdout: cephadm noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 763 k 2024-05-06T03:48:17.327 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:17.327 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:48:17.327 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:17.327 INFO:teuthology.orchestra.run.smithi195.stdout:Install 1 Package 2024-05-06T03:48:17.327 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:17.327 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 763 k 2024-05-06T03:48:17.328 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 769 k 2024-05-06T03:48:17.328 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:48:17.417 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noa 12/12 2024-05-06T03:48:17.417 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3516.ge08cbbf6.el 1/12 2024-05-06T03:48:17.417 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noa 2/12 2024-05-06T03:48:17.417 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3516.ge08cbbf6.el9 3/12 2024-05-06T03:48:17.417 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-06T03:48:17.417 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-06T03:48:17.418 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-06T03:48:17.418 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-06T03:48:17.418 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-06T03:48:17.418 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-06T03:48:17.418 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-06T03:48:17.418 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-06T03:48:17.497 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-05-06T03:48:17.551 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-05-06T03:48:17.612 INFO:teuthology.orchestra.run.smithi195.stdout:cephadm-19.0.0-3516.ge08cbbf6.el9.noarch.rpm 2.6 MB/s | 763 kB 00:00 2024-05-06T03:48:17.613 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:17.613 INFO:teuthology.orchestra.run.smithi195.stdout:Total 2.6 MB/s | 763 kB 00:00 2024-05-06T03:48:17.613 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:48:17.618 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:48:17.618 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:48:17.624 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:48:17.624 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:48:17.627 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-05-06T03:48:17.693 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:48:17.717 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-05-06T03:48:17.723 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-06T03:48:17.723 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:17.723 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:48:17.723 INFO:teuthology.orchestra.run.smithi050.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-06T03:48:17.723 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-grafana-dashboards-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:17.723 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:17.723 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-prometheus-alerts-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:17.723 INFO:teuthology.orchestra.run.smithi050.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-06T03:48:17.723 INFO:teuthology.orchestra.run.smithi050.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-06T03:48:17.724 INFO:teuthology.orchestra.run.smithi050.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-06T03:48:17.724 INFO:teuthology.orchestra.run.smithi050.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-06T03:48:17.724 INFO:teuthology.orchestra.run.smithi050.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-06T03:48:17.724 INFO:teuthology.orchestra.run.smithi050.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-06T03:48:17.724 INFO:teuthology.orchestra.run.smithi050.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-06T03:48:17.724 INFO:teuthology.orchestra.run.smithi050.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-06T03:48:17.724 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:17.724 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:17.758 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-05-06T03:48:17.893 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-05-06T03:48:17.951 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-06T03:48:18.055 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3516.ge08cbbf6.el9. 31/36 2024-05-06T03:48:18.079 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/36 2024-05-06T03:48:18.096 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T03:48:18.105 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 32/36 2024-05-06T03:48:18.105 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:18.105 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-05-06T03:48:18.105 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-06T03:48:18.105 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-05-06T03:48:18.105 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:18.181 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T03:48:18.492 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:09 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:18.525 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T03:48:18.619 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:18.620 INFO:teuthology.orchestra.run.smithi050.stdout:======================================================================================= 2024-05-06T03:48:18.620 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2024-05-06T03:48:18.620 INFO:teuthology.orchestra.run.smithi050.stdout:======================================================================================= 2024-05-06T03:48:18.620 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:48:18.621 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 7.4 M 2024-05-06T03:48:18.621 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2024-05-06T03:48:18.621 INFO:teuthology.orchestra.run.smithi050.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-06T03:48:18.621 INFO:teuthology.orchestra.run.smithi050.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-06T03:48:18.621 INFO:teuthology.orchestra.run.smithi050.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-06T03:48:18.621 INFO:teuthology.orchestra.run.smithi050.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-06T03:48:18.621 INFO:teuthology.orchestra.run.smithi050.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-06T03:48:18.621 INFO:teuthology.orchestra.run.smithi050.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-06T03:48:18.621 INFO:teuthology.orchestra.run.smithi050.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-06T03:48:18.621 INFO:teuthology.orchestra.run.smithi050.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-06T03:48:18.621 INFO:teuthology.orchestra.run.smithi050.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-06T03:48:18.621 INFO:teuthology.orchestra.run.smithi050.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-06T03:48:18.621 INFO:teuthology.orchestra.run.smithi050.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-06T03:48:18.622 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:18.622 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:48:18.622 INFO:teuthology.orchestra.run.smithi050.stdout:======================================================================================= 2024-05-06T03:48:18.622 INFO:teuthology.orchestra.run.smithi050.stdout:Install 12 Packages 2024-05-06T03:48:18.622 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:18.622 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 38 M 2024-05-06T03:48:18.623 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 209 M 2024-05-06T03:48:18.623 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:48:18.764 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T03:48:18.765 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:18.765 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:48:18.765 INFO:teuthology.orchestra.run.smithi195.stdout: cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:18.765 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:18.765 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:48:19.008 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-immutable-object-cache 2024-05-06T03:48:19.530 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:07 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:48:19.536 INFO:teuthology.orchestra.run.smithi050.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-35 13 MB/s | 7.4 MB 00:00 2024-05-06T03:48:19.546 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 33/36 2024-05-06T03:48:19.561 INFO:teuthology.orchestra.run.smithi050.stdout:(2/12): libquadmath-11.4.1-3.el9.x86_64.rpm 328 kB/s | 195 kB 00:00 2024-05-06T03:48:19.572 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 33/36 2024-05-06T03:48:19.572 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:19.573 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-05-06T03:48:19.573 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-06T03:48:19.573 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-05-06T03:48:19.573 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:19.645 INFO:teuthology.orchestra.run.smithi050.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 301 kB/s | 33 kB 00:00 2024-05-06T03:48:19.652 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:48:19.653 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:19.653 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repo Size 2024-05-06T03:48:19.654 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:19.654 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:48:19.654 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 145 k 2024-05-06T03:48:19.654 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:19.654 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:48:19.654 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:19.654 INFO:teuthology.orchestra.run.smithi195.stdout:Install 1 Package 2024-05-06T03:48:19.654 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:19.654 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 145 k 2024-05-06T03:48:19.654 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 435 k 2024-05-06T03:48:19.654 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:48:19.679 INFO:teuthology.orchestra.run.smithi050.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 548 kB/s | 18 kB 00:00 2024-05-06T03:48:19.712 INFO:teuthology.orchestra.run.smithi050.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 1.0 MB/s | 35 kB 00:00 2024-05-06T03:48:19.763 INFO:teuthology.orchestra.run.smithi050.stdout:(6/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 803 kB 00:00 2024-05-06T03:48:19.896 INFO:teuthology.orchestra.run.smithi050.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.9 MB/s | 3.0 MB 00:00 2024-05-06T03:48:20.022 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 34/36 2024-05-06T03:48:20.038 INFO:teuthology.orchestra.run.smithi050.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 887 kB/s | 244 kB 00:00 2024-05-06T03:48:20.045 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 34/36 2024-05-06T03:48:20.045 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:20.045 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-05-06T03:48:20.045 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-06T03:48:20.045 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-05-06T03:48:20.045 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:20.110 INFO:teuthology.orchestra.run.smithi195.stdout:ceph-immutable-object-cache-19.0.0-3516.ge08cbb 318 kB/s | 145 kB 00:00 2024-05-06T03:48:20.111 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:20.111 INFO:teuthology.orchestra.run.smithi195.stdout:Total 317 kB/s | 145 kB 00:00 2024-05-06T03:48:20.111 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:48:20.119 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:48:20.119 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:48:20.122 INFO:teuthology.orchestra.run.smithi050.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 23 MB/s | 5.1 MB 00:00 2024-05-06T03:48:20.155 INFO:teuthology.orchestra.run.smithi050.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.1 MB/s | 250 kB 00:00 2024-05-06T03:48:20.177 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:48:20.177 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:48:20.272 INFO:teuthology.orchestra.run.smithi050.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 8.5 MB/s | 4.7 MB 00:00 2024-05-06T03:48:20.273 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 35/36 2024-05-06T03:48:20.295 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 35/36 2024-05-06T03:48:20.295 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:20.295 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-05-06T03:48:20.295 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-06T03:48:20.295 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-05-06T03:48:20.295 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:20.328 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:48:20.360 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 36/36 2024-05-06T03:48:20.411 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6. 1/1 2024-05-06T03:48:20.435 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6. 1/1 2024-05-06T03:48:20.435 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:20.435 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-06T03:48:20.436 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:20.656 INFO:teuthology.orchestra.run.smithi050.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 30 MB/s | 16 MB 00:00 2024-05-06T03:48:20.656 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:20.657 INFO:teuthology.orchestra.run.smithi050.stdout:Total 19 MB/s | 38 MB 00:02 2024-05-06T03:48:21.016 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:48:21.045 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:48:21.045 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:48:21.304 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6. 1/1 2024-05-06T03:48:21.304 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:21.305 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:48:21.305 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:21.305 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:21.305 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:48:21.480 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:48:21.480 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:48:21.507 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-mgr 2024-05-06T03:48:22.025 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:10 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:48:22.105 INFO:teuthology.orchestra.run.smithi195.stdout:Package ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:48:22.142 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 36/36 2024-05-06T03:48:22.142 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/36 2024-05-06T03:48:22.142 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/36 2024-05-06T03:48:22.142 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 3/36 2024-05-06T03:48:22.142 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 4/36 2024-05-06T03:48:22.142 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 5/36 2024-05-06T03:48:22.142 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3516.ge08cbbf6.el9. 6/36 2024-05-06T03:48:22.142 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-05-06T03:48:22.142 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-05-06T03:48:22.142 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-05-06T03:48:22.142 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-05-06T03:48:22.143 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-05-06T03:48:22.143 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-05-06T03:48:22.143 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-05-06T03:48:22.143 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-05-06T03:48:22.143 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-05-06T03:48:22.143 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-05-06T03:48:22.143 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-05-06T03:48:22.143 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-05-06T03:48:22.143 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-05-06T03:48:22.144 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-05-06T03:48:22.144 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-05-06T03:48:22.144 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-05-06T03:48:22.144 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-05-06T03:48:22.144 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-05-06T03:48:22.144 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-05-06T03:48:22.146 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-05-06T03:48:22.146 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-05-06T03:48:22.146 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-05-06T03:48:22.146 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-05-06T03:48:22.146 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-05-06T03:48:22.146 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-05-06T03:48:22.146 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-05-06T03:48:22.146 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-05-06T03:48:22.146 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-05-06T03:48:22.146 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-05-06T03:48:22.147 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:48:22.148 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-06T03:48:22.148 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:48:22.236 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-mgr-dashboard 2024-05-06T03:48:22.314 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:48:22.369 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-06T03:48:22.413 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-06T03:48:22.519 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-06T03:48:22.564 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-06T03:48:22.742 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:10 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:48:22.748 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-06T03:48:22.788 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-06T03:48:22.862 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:48:22.864 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:22.864 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-06T03:48:22.864 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:22.864 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:48:22.864 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 3.5 M 2024-05-06T03:48:22.864 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-06T03:48:22.864 INFO:teuthology.orchestra.run.smithi195.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-06T03:48:22.864 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 34 k 2024-05-06T03:48:22.864 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 16 k 2024-05-06T03:48:22.864 INFO:teuthology.orchestra.run.smithi195.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-06T03:48:22.864 INFO:teuthology.orchestra.run.smithi195.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-06T03:48:22.864 INFO:teuthology.orchestra.run.smithi195.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-06T03:48:22.864 INFO:teuthology.orchestra.run.smithi195.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-06T03:48:22.865 INFO:teuthology.orchestra.run.smithi195.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-06T03:48:22.865 INFO:teuthology.orchestra.run.smithi195.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-06T03:48:22.865 INFO:teuthology.orchestra.run.smithi195.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-06T03:48:22.865 INFO:teuthology.orchestra.run.smithi195.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-06T03:48:22.865 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:22.865 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:48:22.865 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:22.865 INFO:teuthology.orchestra.run.smithi195.stdout:Install 12 Packages 2024-05-06T03:48:22.865 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:22.866 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 8.7 M 2024-05-06T03:48:22.866 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 104 M 2024-05-06T03:48:22.866 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:48:22.867 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-06T03:48:23.136 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-05-06T03:48:23.136 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:23.136 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:48:23.136 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:23.136 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mds-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:23.136 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:23.136 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-modules-core-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:23.136 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mon-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:23.137 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-osd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:23.137 INFO:teuthology.orchestra.run.smithi171.stdout: lua-5.4.4-4.el9.x86_64 2024-05-06T03:48:23.137 INFO:teuthology.orchestra.run.smithi171.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-05-06T03:48:23.137 INFO:teuthology.orchestra.run.smithi171.stdout: luarocks-3.9.2-1.el9.noarch 2024-05-06T03:48:23.137 INFO:teuthology.orchestra.run.smithi171.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-05-06T03:48:23.137 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-05-06T03:48:23.137 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-05-06T03:48:23.137 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-05-06T03:48:23.137 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-05-06T03:48:23.137 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-05-06T03:48:23.137 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-05-06T03:48:23.138 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-05-06T03:48:23.138 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-05-06T03:48:23.138 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-05-06T03:48:23.138 INFO:teuthology.orchestra.run.smithi171.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-05-06T03:48:23.138 INFO:teuthology.orchestra.run.smithi171.stdout: python3-mako-1.1.4-6.el9.noarch 2024-05-06T03:48:23.138 INFO:teuthology.orchestra.run.smithi171.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-05-06T03:48:23.138 INFO:teuthology.orchestra.run.smithi171.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-05-06T03:48:23.138 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-05-06T03:48:23.138 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ply-3.11-14.el9.noarch 2024-05-06T03:48:23.138 INFO:teuthology.orchestra.run.smithi171.stdout: python3-portend-3.1.0-2.el9.noarch 2024-05-06T03:48:23.139 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-05-06T03:48:23.139 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pycparser-2.20-6.el9.noarch 2024-05-06T03:48:23.139 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pytz-2021.1-5.el9.noarch 2024-05-06T03:48:23.139 INFO:teuthology.orchestra.run.smithi171.stdout: python3-requests-2.25.1-8.el9.noarch 2024-05-06T03:48:23.139 INFO:teuthology.orchestra.run.smithi171.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-05-06T03:48:23.139 INFO:teuthology.orchestra.run.smithi171.stdout: python3-toml-0.10.2-6.el9.noarch 2024-05-06T03:48:23.139 INFO:teuthology.orchestra.run.smithi171.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-05-06T03:48:23.139 INFO:teuthology.orchestra.run.smithi171.stdout: python3-webob-1.8.7-6.el9.noarch 2024-05-06T03:48:23.139 INFO:teuthology.orchestra.run.smithi171.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-05-06T03:48:23.139 INFO:teuthology.orchestra.run.smithi171.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-05-06T03:48:23.139 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:23.139 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:48:23.291 INFO:teuthology.orchestra.run.smithi195.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3516.ge08 64 kB/s | 16 kB 00:00 2024-05-06T03:48:23.316 INFO:teuthology.orchestra.run.smithi195.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3516.ge0 122 kB/s | 34 kB 00:00 2024-05-06T03:48:23.478 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-base 2024-05-06T03:48:23.491 INFO:teuthology.orchestra.run.smithi195.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3516.ge08cbbf 7.8 MB/s | 3.5 MB 00:00 2024-05-06T03:48:23.516 INFO:teuthology.orchestra.run.smithi195.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-05-06T03:48:23.555 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-06T03:48:23.592 INFO:teuthology.orchestra.run.smithi195.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.4 MB/s | 1.0 MB 00:00 2024-05-06T03:48:23.667 INFO:teuthology.orchestra.run.smithi195.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 259 kB/s | 19 kB 00:00 2024-05-06T03:48:23.671 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-06T03:48:23.726 INFO:teuthology.orchestra.run.smithi195.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.6 MB/s | 548 kB 00:00 2024-05-06T03:48:23.751 INFO:teuthology.orchestra.run.smithi195.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.2 MB/s | 863 kB 00:00 2024-05-06T03:48:23.785 INFO:teuthology.orchestra.run.smithi195.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 2.4 MB/s | 144 kB 00:00 2024-05-06T03:48:23.827 INFO:teuthology.orchestra.run.smithi195.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 13 MB/s | 2.0 MB 00:00 2024-05-06T03:48:23.852 INFO:teuthology.orchestra.run.smithi195.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 306 kB/s | 31 kB 00:00 2024-05-06T03:48:23.877 INFO:teuthology.orchestra.run.smithi195.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-05-06T03:48:23.878 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:23.878 INFO:teuthology.orchestra.run.smithi195.stdout:Total 8.5 MB/s | 8.7 MB 00:01 2024-05-06T03:48:23.926 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:48:23.943 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:48:23.943 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:48:23.993 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:55 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:48:24.071 INFO:teuthology.orchestra.run.smithi171.stdout:Package ceph-base-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:48:24.096 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:48:24.098 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:48:24.113 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:48:24.114 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-05-06T03:48:24.114 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:48:24.179 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install cephadm 2024-05-06T03:48:24.627 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:48:24.690 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:56 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:48:24.706 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-06T03:48:24.746 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-06T03:48:24.793 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-06T03:48:24.812 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:48:24.813 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:48:24.813 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-05-06T03:48:24.813 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:48:24.813 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:48:24.813 INFO:teuthology.orchestra.run.smithi171.stdout: cephadm noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 763 k 2024-05-06T03:48:24.813 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:24.813 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:48:24.813 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:48:24.814 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-05-06T03:48:24.814 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:24.814 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 763 k 2024-05-06T03:48:24.814 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 769 k 2024-05-06T03:48:24.814 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:48:24.823 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-06T03:48:24.899 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-06T03:48:24.973 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-06T03:48:25.024 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-06T03:48:25.118 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-06T03:48:25.178 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-06T03:48:25.206 INFO:teuthology.orchestra.run.smithi171.stdout:cephadm-19.0.0-3516.ge08cbbf6.el9.noarch.rpm 1.9 MB/s | 763 kB 00:00 2024-05-06T03:48:25.206 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:25.206 INFO:teuthology.orchestra.run.smithi171.stdout:Total 1.9 MB/s | 763 kB 00:00 2024-05-06T03:48:25.207 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:48:25.207 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-06T03:48:25.212 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:48:25.212 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:48:25.218 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:48:25.218 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:48:25.238 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3516.ge08cbbf6.el9 10/12 2024-05-06T03:48:25.294 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:48:25.747 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T03:48:25.841 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T03:48:26.061 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-06T03:48:26.089 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cb 12/12 2024-05-06T03:48:26.178 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T03:48:26.276 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3516.ge08cbbf6.el 11/12 2024-05-06T03:48:26.314 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noa 12/12 2024-05-06T03:48:26.401 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/1 2024-05-06T03:48:26.401 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:26.401 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:48:26.401 INFO:teuthology.orchestra.run.smithi171.stdout: cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:26.402 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:26.402 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:48:26.631 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-immutable-object-cache 2024-05-06T03:48:27.161 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:00:59 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:48:27.284 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:48:27.285 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:48:27.285 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repo Size 2024-05-06T03:48:27.285 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:48:27.285 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:48:27.285 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 145 k 2024-05-06T03:48:27.285 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:27.285 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:48:27.286 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:48:27.286 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-05-06T03:48:27.286 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:27.286 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 145 k 2024-05-06T03:48:27.286 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 435 k 2024-05-06T03:48:27.286 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:48:27.558 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noa 12/12 2024-05-06T03:48:27.558 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3516.ge08cbbf6.el 1/12 2024-05-06T03:48:27.558 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noa 2/12 2024-05-06T03:48:27.558 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3516.ge08cbbf6.el9 3/12 2024-05-06T03:48:27.558 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-06T03:48:27.558 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-06T03:48:27.558 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-06T03:48:27.559 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-06T03:48:27.559 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-06T03:48:27.559 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-06T03:48:27.559 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-06T03:48:27.559 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-06T03:48:27.603 INFO:teuthology.orchestra.run.smithi171.stdout:ceph-immutable-object-cache-19.0.0-3516.ge08cbb 458 kB/s | 145 kB 00:00 2024-05-06T03:48:27.603 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:27.604 INFO:teuthology.orchestra.run.smithi171.stdout:Total 456 kB/s | 145 kB 00:00 2024-05-06T03:48:27.604 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:48:27.611 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:48:27.611 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:48:27.668 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:48:27.669 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:48:27.821 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:48:27.862 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-06T03:48:27.862 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:27.862 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:48:27.862 INFO:teuthology.orchestra.run.smithi195.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-06T03:48:27.862 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-grafana-dashboards-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:27.862 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:27.862 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-prometheus-alerts-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:27.863 INFO:teuthology.orchestra.run.smithi195.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-06T03:48:27.863 INFO:teuthology.orchestra.run.smithi195.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-06T03:48:27.863 INFO:teuthology.orchestra.run.smithi195.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-06T03:48:27.863 INFO:teuthology.orchestra.run.smithi195.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-06T03:48:27.863 INFO:teuthology.orchestra.run.smithi195.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-06T03:48:27.863 INFO:teuthology.orchestra.run.smithi195.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-06T03:48:27.863 INFO:teuthology.orchestra.run.smithi195.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-06T03:48:27.863 INFO:teuthology.orchestra.run.smithi195.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-06T03:48:27.863 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:27.863 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:48:27.895 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6. 1/1 2024-05-06T03:48:27.919 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6. 1/1 2024-05-06T03:48:27.919 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:27.919 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-05-06T03:48:27.919 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:28.115 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-06T03:48:28.545 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cb 12/12 2024-05-06T03:48:28.545 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cb 1/12 2024-05-06T03:48:28.546 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-06T03:48:28.546 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-06T03:48:28.546 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-06T03:48:28.546 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-06T03:48:28.546 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-06T03:48:28.546 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-06T03:48:28.546 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-06T03:48:28.546 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-06T03:48:28.546 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-06T03:48:28.546 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-06T03:48:28.644 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:16 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:48:28.766 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:48:28.767 INFO:teuthology.orchestra.run.smithi195.stdout:======================================================================================= 2024-05-06T03:48:28.767 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-06T03:48:28.768 INFO:teuthology.orchestra.run.smithi195.stdout:======================================================================================= 2024-05-06T03:48:28.768 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:48:28.768 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 7.4 M 2024-05-06T03:48:28.768 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-06T03:48:28.768 INFO:teuthology.orchestra.run.smithi195.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-06T03:48:28.768 INFO:teuthology.orchestra.run.smithi195.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-06T03:48:28.768 INFO:teuthology.orchestra.run.smithi195.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-06T03:48:28.768 INFO:teuthology.orchestra.run.smithi195.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-06T03:48:28.768 INFO:teuthology.orchestra.run.smithi195.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-06T03:48:28.768 INFO:teuthology.orchestra.run.smithi195.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-06T03:48:28.768 INFO:teuthology.orchestra.run.smithi195.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-06T03:48:28.768 INFO:teuthology.orchestra.run.smithi195.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-06T03:48:28.768 INFO:teuthology.orchestra.run.smithi195.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-06T03:48:28.769 INFO:teuthology.orchestra.run.smithi195.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-06T03:48:28.769 INFO:teuthology.orchestra.run.smithi195.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-06T03:48:28.769 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:28.769 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:48:28.769 INFO:teuthology.orchestra.run.smithi195.stdout:======================================================================================= 2024-05-06T03:48:28.769 INFO:teuthology.orchestra.run.smithi195.stdout:Install 12 Packages 2024-05-06T03:48:28.769 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:28.770 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 38 M 2024-05-06T03:48:28.770 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 209 M 2024-05-06T03:48:28.770 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:48:28.835 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6. 1/1 2024-05-06T03:48:28.835 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:28.836 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:48:28.836 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-immutable-object-cache-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:28.836 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:28.836 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:48:28.923 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-06T03:48:28.923 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:28.923 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:48:28.923 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:28.923 INFO:teuthology.orchestra.run.smithi050.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-06T03:48:28.923 INFO:teuthology.orchestra.run.smithi050.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-06T03:48:28.923 INFO:teuthology.orchestra.run.smithi050.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-06T03:48:28.923 INFO:teuthology.orchestra.run.smithi050.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-06T03:48:28.923 INFO:teuthology.orchestra.run.smithi050.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-06T03:48:28.924 INFO:teuthology.orchestra.run.smithi050.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-06T03:48:28.924 INFO:teuthology.orchestra.run.smithi050.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-06T03:48:28.924 INFO:teuthology.orchestra.run.smithi050.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-06T03:48:28.924 INFO:teuthology.orchestra.run.smithi050.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-06T03:48:28.924 INFO:teuthology.orchestra.run.smithi050.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-06T03:48:28.924 INFO:teuthology.orchestra.run.smithi050.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-06T03:48:28.924 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:28.924 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:29.028 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-mgr 2024-05-06T03:48:29.102 INFO:teuthology.orchestra.run.smithi195.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.2 MB/s | 195 kB 00:00 2024-05-06T03:48:29.144 INFO:teuthology.orchestra.run.smithi195.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.0 MB/s | 803 kB 00:00 2024-05-06T03:48:29.169 INFO:teuthology.orchestra.run.smithi195.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 489 kB/s | 33 kB 00:00 2024-05-06T03:48:29.220 INFO:teuthology.orchestra.run.smithi195.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 363 kB/s | 18 kB 00:00 2024-05-06T03:48:29.270 INFO:teuthology.orchestra.run.smithi195.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 24 MB/s | 3.0 MB 00:00 2024-05-06T03:48:29.295 INFO:teuthology.orchestra.run.smithi195.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 468 kB/s | 35 kB 00:00 2024-05-06T03:48:29.323 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-mgr-rook 2024-05-06T03:48:29.437 INFO:teuthology.orchestra.run.smithi195.stdout:(7/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 28 MB/s | 4.7 MB 00:00 2024-05-06T03:48:29.462 INFO:teuthology.orchestra.run.smithi195.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.4 MB/s | 244 kB 00:00 2024-05-06T03:48:29.556 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:01 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:48:29.604 INFO:teuthology.orchestra.run.smithi195.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 31 MB/s | 5.1 MB 00:00 2024-05-06T03:48:29.630 INFO:teuthology.orchestra.run.smithi195.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.5 MB/s | 250 kB 00:00 2024-05-06T03:48:29.637 INFO:teuthology.orchestra.run.smithi171.stdout:Package ceph-mgr-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:48:29.680 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:48:29.681 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-05-06T03:48:29.681 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:48:29.749 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-mgr-dashboard 2024-05-06T03:48:29.867 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:20 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:29.955 INFO:teuthology.orchestra.run.smithi195.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 46 MB/s | 16 MB 00:00 2024-05-06T03:48:29.994 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:29.995 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:29.995 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2024-05-06T03:48:29.995 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:29.996 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:48:29.996 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-rook noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 49 k 2024-05-06T03:48:29.996 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2024-05-06T03:48:29.996 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-06T03:48:29.996 INFO:teuthology.orchestra.run.smithi050.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-06T03:48:29.996 INFO:teuthology.orchestra.run.smithi050.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-06T03:48:29.996 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-06T03:48:29.996 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-06T03:48:29.996 INFO:teuthology.orchestra.run.smithi050.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-06T03:48:29.996 INFO:teuthology.orchestra.run.smithi050.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-06T03:48:29.996 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-06T03:48:29.996 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-06T03:48:29.996 INFO:teuthology.orchestra.run.smithi050.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-06T03:48:29.997 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-06T03:48:29.997 INFO:teuthology.orchestra.run.smithi050.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-06T03:48:29.997 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:29.997 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:48:29.997 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:29.997 INFO:teuthology.orchestra.run.smithi050.stdout:Install 13 Packages 2024-05-06T03:48:29.997 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:29.998 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 2.2 M 2024-05-06T03:48:29.998 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 26 M 2024-05-06T03:48:29.998 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:48:30.216 INFO:teuthology.orchestra.run.smithi050.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 251 kB/s | 26 kB 00:00 2024-05-06T03:48:30.233 INFO:teuthology.orchestra.run.smithi050.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 161 kB/s | 19 kB 00:00 2024-05-06T03:48:30.257 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:02 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:48:30.341 INFO:teuthology.orchestra.run.smithi050.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2024-05-06T03:48:30.347 INFO:teuthology.orchestra.run.smithi195.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-3 5.3 MB/s | 7.4 MB 00:01 2024-05-06T03:48:30.348 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:30.348 INFO:teuthology.orchestra.run.smithi195.stdout:Total 24 MB/s | 38 MB 00:01 2024-05-06T03:48:30.375 INFO:teuthology.orchestra.run.smithi050.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-05-06T03:48:30.378 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:48:30.379 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:48:30.379 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-05-06T03:48:30.379 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:48:30.380 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:48:30.380 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 3.5 M 2024-05-06T03:48:30.380 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-05-06T03:48:30.380 INFO:teuthology.orchestra.run.smithi171.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-05-06T03:48:30.380 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 34 k 2024-05-06T03:48:30.380 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 16 k 2024-05-06T03:48:30.380 INFO:teuthology.orchestra.run.smithi171.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-05-06T03:48:30.380 INFO:teuthology.orchestra.run.smithi171.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-05-06T03:48:30.380 INFO:teuthology.orchestra.run.smithi171.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-05-06T03:48:30.380 INFO:teuthology.orchestra.run.smithi171.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-05-06T03:48:30.380 INFO:teuthology.orchestra.run.smithi171.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-05-06T03:48:30.380 INFO:teuthology.orchestra.run.smithi171.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-05-06T03:48:30.380 INFO:teuthology.orchestra.run.smithi171.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-05-06T03:48:30.381 INFO:teuthology.orchestra.run.smithi171.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-05-06T03:48:30.381 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:30.381 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:48:30.381 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:48:30.381 INFO:teuthology.orchestra.run.smithi171.stdout:Install 12 Packages 2024-05-06T03:48:30.381 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:30.381 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 8.7 M 2024-05-06T03:48:30.382 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 104 M 2024-05-06T03:48:30.382 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:48:30.392 INFO:teuthology.orchestra.run.smithi050.stdout:(5/13): ceph-mgr-rook-19.0.0-3516.ge08cbbf6.el9 177 kB/s | 49 kB 00:00 2024-05-06T03:48:30.417 INFO:teuthology.orchestra.run.smithi050.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.3 MB/s | 54 kB 00:00 2024-05-06T03:48:30.451 INFO:teuthology.orchestra.run.smithi050.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 279 kB 00:00 2024-05-06T03:48:30.696 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:48:30.723 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:48:30.723 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:48:30.835 INFO:teuthology.orchestra.run.smithi050.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 73 kB/s | 32 kB 00:00 2024-05-06T03:48:30.860 INFO:teuthology.orchestra.run.smithi050.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 34 kB/s | 15 kB 00:00 2024-05-06T03:48:30.997 INFO:teuthology.orchestra.run.smithi171.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3516.ge0 119 kB/s | 34 kB 00:00 2024-05-06T03:48:31.127 INFO:teuthology.orchestra.run.smithi050.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 221 kB/s | 59 kB 00:00 2024-05-06T03:48:31.130 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:48:31.131 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:48:31.152 INFO:teuthology.orchestra.run.smithi050.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 293 kB/s | 206 kB 00:00 2024-05-06T03:48:31.189 INFO:teuthology.orchestra.run.smithi171.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3516.ge08 34 kB/s | 16 kB 00:00 2024-05-06T03:48:31.247 INFO:teuthology.orchestra.run.smithi171.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3516.ge08cbbf 6.6 MB/s | 3.5 MB 00:00 2024-05-06T03:48:31.311 INFO:teuthology.orchestra.run.smithi050.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 489 kB/s | 90 kB 00:00 2024-05-06T03:48:31.933 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:48:31.989 INFO:teuthology.orchestra.run.smithi171.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.0 MB/s | 1.0 MB 00:00 2024-05-06T03:48:32.010 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-06T03:48:32.014 INFO:teuthology.orchestra.run.smithi171.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 326 kB/s | 269 kB 00:00 2024-05-06T03:48:32.053 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-06T03:48:32.144 INFO:teuthology.orchestra.run.smithi050.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 798 kB/s | 1.0 MB 00:01 2024-05-06T03:48:32.148 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:32.148 INFO:teuthology.orchestra.run.smithi171.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 985 kB/s | 863 kB 00:00 2024-05-06T03:48:32.148 INFO:teuthology.orchestra.run.smithi050.stdout:Total 1.0 MB/s | 2.2 MB 00:02 2024-05-06T03:48:32.153 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-06T03:48:32.188 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-06T03:48:32.219 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:48:32.236 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:48:32.237 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:48:32.273 INFO:teuthology.orchestra.run.smithi171.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 75 kB/s | 19 kB 00:00 2024-05-06T03:48:32.330 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:48:32.332 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:48:32.357 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-06T03:48:32.412 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-06T03:48:32.473 INFO:teuthology.orchestra.run.smithi171.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 725 kB/s | 144 kB 00:00 2024-05-06T03:48:32.490 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-06T03:48:32.498 INFO:teuthology.orchestra.run.smithi171.stdout:(9/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.1 MB/s | 548 kB 00:00 2024-05-06T03:48:32.549 INFO:teuthology.orchestra.run.smithi171.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 409 kB/s | 31 kB 00:00 2024-05-06T03:48:32.582 INFO:teuthology.orchestra.run.smithi171.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.2 MB/s | 188 kB 00:00 2024-05-06T03:48:32.733 INFO:teuthology.orchestra.run.smithi171.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.5 MB/s | 2.0 MB 00:00 2024-05-06T03:48:32.737 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:32.737 INFO:teuthology.orchestra.run.smithi171.stdout:Total 3.7 MB/s | 8.7 MB 00:02 2024-05-06T03:48:32.784 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:48:32.800 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:48:32.801 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:48:32.846 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:48:32.957 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:48:32.957 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:48:33.026 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-06T03:48:33.089 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-06T03:48:33.145 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-06T03:48:33.151 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-06T03:48:33.181 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-06T03:48:33.223 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-06T03:48:33.267 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-06T03:48:33.320 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-06T03:48:33.430 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-06T03:48:33.482 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:48:33.483 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-06T03:48:33.550 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-05-06T03:48:33.585 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-05-06T03:48:33.631 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-05-06T03:48:33.662 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-05-06T03:48:33.740 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-05-06T03:48:33.873 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-05-06T03:48:33.956 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-05-06T03:48:34.000 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-05-06T03:48:34.028 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-05-06T03:48:34.061 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3516.ge08cbbf6.el9 10/12 2024-05-06T03:48:34.246 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-06T03:48:34.325 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-06T03:48:34.364 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-06T03:48:34.413 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-06T03:48:34.441 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 13/13 2024-05-06T03:48:34.520 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-06T03:48:35.113 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3516.ge08cbbf6.el 11/12 2024-05-06T03:48:35.153 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noa 12/12 2024-05-06T03:48:35.182 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 13/13 2024-05-06T03:48:35.182 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/13 2024-05-06T03:48:35.182 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-06T03:48:35.182 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-06T03:48:35.182 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-06T03:48:35.182 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-06T03:48:35.182 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-06T03:48:35.183 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-06T03:48:35.183 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-06T03:48:35.183 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-06T03:48:35.183 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-06T03:48:35.183 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-06T03:48:35.183 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-06T03:48:35.503 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-06T03:48:35.503 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:35.503 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:48:35.503 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:35.504 INFO:teuthology.orchestra.run.smithi050.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-06T03:48:35.504 INFO:teuthology.orchestra.run.smithi050.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-06T03:48:35.504 INFO:teuthology.orchestra.run.smithi050.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-06T03:48:35.504 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-06T03:48:35.504 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-06T03:48:35.504 INFO:teuthology.orchestra.run.smithi050.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-06T03:48:35.504 INFO:teuthology.orchestra.run.smithi050.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-06T03:48:35.504 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-06T03:48:35.504 INFO:teuthology.orchestra.run.smithi050.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-06T03:48:35.504 INFO:teuthology.orchestra.run.smithi050.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-06T03:48:35.504 INFO:teuthology.orchestra.run.smithi050.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-06T03:48:35.504 INFO:teuthology.orchestra.run.smithi050.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-06T03:48:35.504 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:35.504 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:35.576 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-06T03:48:35.603 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cb 12/12 2024-05-06T03:48:35.719 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-mgr-cephadm 2024-05-06T03:48:36.252 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:27 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:36.378 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:36.378 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:36.378 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2024-05-06T03:48:36.379 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:36.379 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:48:36.379 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 142 k 2024-05-06T03:48:36.379 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2024-05-06T03:48:36.379 INFO:teuthology.orchestra.run.smithi050.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-06T03:48:36.379 INFO:teuthology.orchestra.run.smithi050.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-06T03:48:36.379 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-06T03:48:36.379 INFO:teuthology.orchestra.run.smithi050.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-06T03:48:36.379 INFO:teuthology.orchestra.run.smithi050.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-06T03:48:36.379 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:36.379 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:48:36.379 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:36.380 INFO:teuthology.orchestra.run.smithi050.stdout:Install 6 Packages 2024-05-06T03:48:36.380 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:36.380 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 7.0 M 2024-05-06T03:48:36.380 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 33 M 2024-05-06T03:48:36.380 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:48:36.569 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noa 12/12 2024-05-06T03:48:36.570 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3516.ge08cbbf6.el 1/12 2024-05-06T03:48:36.570 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noa 2/12 2024-05-06T03:48:36.570 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3516.ge08cbbf6.el9 3/12 2024-05-06T03:48:36.570 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-05-06T03:48:36.570 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-05-06T03:48:36.570 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-05-06T03:48:36.570 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-05-06T03:48:36.570 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-05-06T03:48:36.570 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-05-06T03:48:36.570 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-05-06T03:48:36.570 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-05-06T03:48:36.882 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-05-06T03:48:36.882 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:36.883 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:48:36.883 INFO:teuthology.orchestra.run.smithi171.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-05-06T03:48:36.883 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-grafana-dashboards-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:36.883 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-dashboard-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:36.883 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-prometheus-alerts-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:36.883 INFO:teuthology.orchestra.run.smithi171.stdout: grpc-data-1.46.7-10.el9.noarch 2024-05-06T03:48:36.883 INFO:teuthology.orchestra.run.smithi171.stdout: protobuf-3.14.0-13.el9.x86_64 2024-05-06T03:48:36.883 INFO:teuthology.orchestra.run.smithi171.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-05-06T03:48:36.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-05-06T03:48:36.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-05-06T03:48:36.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-05-06T03:48:36.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-05-06T03:48:36.883 INFO:teuthology.orchestra.run.smithi171.stdout: python3-routes-2.5.1-5.el9.noarch 2024-05-06T03:48:36.883 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:36.883 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:48:36.922 INFO:teuthology.orchestra.run.smithi050.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 2.1 MB/s | 248 kB 00:00 2024-05-06T03:48:37.106 INFO:teuthology.orchestra.run.smithi050.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 20 MB/s | 6.0 MB 00:00 2024-05-06T03:48:37.128 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-mgr-diskprediction-local 2024-05-06T03:48:37.198 INFO:teuthology.orchestra.run.smithi050.stdout:(3/6): ceph-mgr-cephadm-19.0.0-3516.ge08cbbf6.e 363 kB/s | 142 kB 00:00 2024-05-06T03:48:37.240 INFO:teuthology.orchestra.run.smithi050.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.7 MB/s | 548 kB 00:00 2024-05-06T03:48:37.290 INFO:teuthology.orchestra.run.smithi050.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 314 kB/s | 58 kB 00:00 2024-05-06T03:48:37.390 INFO:teuthology.orchestra.run.smithi050.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 265 kB/s | 51 kB 00:00 2024-05-06T03:48:37.393 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:37.393 INFO:teuthology.orchestra.run.smithi050.stdout:Total 6.9 MB/s | 7.0 MB 00:01 2024-05-06T03:48:37.465 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:48:37.477 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:48:37.477 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:48:37.581 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:48:37.581 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:48:37.637 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:09 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:48:37.758 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:48:37.759 INFO:teuthology.orchestra.run.smithi171.stdout:======================================================================================= 2024-05-06T03:48:37.759 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-05-06T03:48:37.759 INFO:teuthology.orchestra.run.smithi171.stdout:======================================================================================= 2024-05-06T03:48:37.759 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:48:37.759 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 7.4 M 2024-05-06T03:48:37.759 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-05-06T03:48:37.760 INFO:teuthology.orchestra.run.smithi171.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-05-06T03:48:37.760 INFO:teuthology.orchestra.run.smithi171.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-05-06T03:48:37.760 INFO:teuthology.orchestra.run.smithi171.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-05-06T03:48:37.760 INFO:teuthology.orchestra.run.smithi171.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-05-06T03:48:37.760 INFO:teuthology.orchestra.run.smithi171.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-05-06T03:48:37.760 INFO:teuthology.orchestra.run.smithi171.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-05-06T03:48:37.760 INFO:teuthology.orchestra.run.smithi171.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-05-06T03:48:37.760 INFO:teuthology.orchestra.run.smithi171.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-05-06T03:48:37.760 INFO:teuthology.orchestra.run.smithi171.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-05-06T03:48:37.760 INFO:teuthology.orchestra.run.smithi171.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-05-06T03:48:37.760 INFO:teuthology.orchestra.run.smithi171.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-05-06T03:48:37.760 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:37.760 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:48:37.760 INFO:teuthology.orchestra.run.smithi171.stdout:======================================================================================= 2024-05-06T03:48:37.761 INFO:teuthology.orchestra.run.smithi171.stdout:Install 12 Packages 2024-05-06T03:48:37.761 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:37.761 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 38 M 2024-05-06T03:48:37.761 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 209 M 2024-05-06T03:48:37.761 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:48:37.896 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:48:38.081 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-06T03:48:38.143 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-06T03:48:38.188 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cb 12/12 2024-05-06T03:48:38.189 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cb 1/12 2024-05-06T03:48:38.189 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-06T03:48:38.189 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-06T03:48:38.189 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-06T03:48:38.189 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-06T03:48:38.189 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-06T03:48:38.189 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-06T03:48:38.189 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-06T03:48:38.189 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-06T03:48:38.189 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-06T03:48:38.189 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-06T03:48:38.223 INFO:teuthology.orchestra.run.smithi171.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.1 MB/s | 195 kB 00:00 2024-05-06T03:48:38.248 INFO:teuthology.orchestra.run.smithi171.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.1 MB/s | 803 kB 00:00 2024-05-06T03:48:38.490 INFO:teuthology.orchestra.run.smithi171.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 123 kB/s | 33 kB 00:00 2024-05-06T03:48:38.597 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-06T03:48:38.598 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:38.598 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:48:38.598 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:38.598 INFO:teuthology.orchestra.run.smithi195.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-06T03:48:38.598 INFO:teuthology.orchestra.run.smithi195.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-06T03:48:38.598 INFO:teuthology.orchestra.run.smithi195.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-06T03:48:38.598 INFO:teuthology.orchestra.run.smithi195.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-06T03:48:38.598 INFO:teuthology.orchestra.run.smithi195.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-06T03:48:38.598 INFO:teuthology.orchestra.run.smithi195.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-06T03:48:38.598 INFO:teuthology.orchestra.run.smithi195.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-06T03:48:38.599 INFO:teuthology.orchestra.run.smithi195.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-06T03:48:38.599 INFO:teuthology.orchestra.run.smithi195.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-06T03:48:38.599 INFO:teuthology.orchestra.run.smithi195.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-06T03:48:38.599 INFO:teuthology.orchestra.run.smithi195.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-06T03:48:38.599 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:38.599 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:48:38.700 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-06T03:48:38.749 INFO:teuthology.orchestra.run.smithi171.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 70 kB/s | 18 kB 00:00 2024-05-06T03:48:38.791 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-06T03:48:38.841 INFO:teuthology.orchestra.run.smithi171.stdout:(5/12): ceph-mgr-diskprediction-local-19.0.0-35 9.4 MB/s | 7.4 MB 00:00 2024-05-06T03:48:38.861 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-06T03:48:38.888 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 6/6 2024-05-06T03:48:38.950 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-mgr-rook 2024-05-06T03:48:39.024 INFO:teuthology.orchestra.run.smithi171.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 128 kB/s | 35 kB 00:00 2024-05-06T03:48:39.474 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:27 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:48:39.597 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:48:39.598 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:39.598 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-06T03:48:39.598 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:39.598 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:48:39.598 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-rook noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 49 k 2024-05-06T03:48:39.598 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-06T03:48:39.598 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-06T03:48:39.598 INFO:teuthology.orchestra.run.smithi195.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-06T03:48:39.599 INFO:teuthology.orchestra.run.smithi195.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-06T03:48:39.599 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-06T03:48:39.599 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-06T03:48:39.599 INFO:teuthology.orchestra.run.smithi195.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-06T03:48:39.599 INFO:teuthology.orchestra.run.smithi195.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-06T03:48:39.599 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-06T03:48:39.599 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-06T03:48:39.599 INFO:teuthology.orchestra.run.smithi195.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-06T03:48:39.599 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-06T03:48:39.599 INFO:teuthology.orchestra.run.smithi195.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-06T03:48:39.599 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:39.599 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:48:39.599 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:39.599 INFO:teuthology.orchestra.run.smithi195.stdout:Install 13 Packages 2024-05-06T03:48:39.600 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:39.600 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 2.2 M 2024-05-06T03:48:39.600 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 26 M 2024-05-06T03:48:39.600 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:48:39.641 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 6/6 2024-05-06T03:48:39.641 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/6 2024-05-06T03:48:39.641 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-06T03:48:39.641 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-06T03:48:39.641 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-06T03:48:39.641 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-06T03:48:39.832 INFO:teuthology.orchestra.run.smithi171.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 302 kB/s | 244 kB 00:00 2024-05-06T03:48:39.903 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-06T03:48:39.903 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:39.903 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:48:39.903 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:39.903 INFO:teuthology.orchestra.run.smithi050.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-06T03:48:39.903 INFO:teuthology.orchestra.run.smithi050.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-06T03:48:39.903 INFO:teuthology.orchestra.run.smithi050.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-06T03:48:39.903 INFO:teuthology.orchestra.run.smithi050.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-06T03:48:39.903 INFO:teuthology.orchestra.run.smithi050.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-06T03:48:39.903 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:39.903 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:39.945 INFO:teuthology.orchestra.run.smithi195.stdout:(1/13): ceph-mgr-rook-19.0.0-3516.ge08cbbf6.el9 262 kB/s | 49 kB 00:00 2024-05-06T03:48:40.131 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-fuse 2024-05-06T03:48:40.270 INFO:teuthology.orchestra.run.smithi195.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 37 kB/s | 19 kB 00:00 2024-05-06T03:48:40.354 INFO:teuthology.orchestra.run.smithi195.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 43 kB/s | 26 kB 00:00 2024-05-06T03:48:40.670 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:31 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:40.674 INFO:teuthology.orchestra.run.smithi171.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 1.2 MB/s | 3.0 MB 00:02 2024-05-06T03:48:40.771 INFO:teuthology.orchestra.run.smithi195.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 269 kB/s | 222 kB 00:00 2024-05-06T03:48:40.796 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:40.796 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:40.796 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2024-05-06T03:48:40.796 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:40.796 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:48:40.796 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-fuse x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 890 k 2024-05-06T03:48:40.797 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2024-05-06T03:48:40.797 INFO:teuthology.orchestra.run.smithi050.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-06T03:48:40.797 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:40.797 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:48:40.797 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:40.797 INFO:teuthology.orchestra.run.smithi050.stdout:Install 2 Packages 2024-05-06T03:48:40.797 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:40.798 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 970 k 2024-05-06T03:48:40.798 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 2.8 M 2024-05-06T03:48:40.798 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:48:41.054 INFO:teuthology.orchestra.run.smithi195.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 203 kB/s | 159 kB 00:00 2024-05-06T03:48:41.130 INFO:teuthology.orchestra.run.smithi195.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 430 kB/s | 32 kB 00:00 2024-05-06T03:48:41.171 INFO:teuthology.orchestra.run.smithi195.stdout:(7/13): python3-certifi-2021.10.8-2.el9.noarch. 360 kB/s | 15 kB 00:00 2024-05-06T03:48:41.183 INFO:teuthology.orchestra.run.smithi171.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 493 kB/s | 250 kB 00:00 2024-05-06T03:48:41.197 INFO:teuthology.orchestra.run.smithi195.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 331 kB/s | 279 kB 00:00 2024-05-06T03:48:41.201 INFO:teuthology.orchestra.run.smithi050.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 223 kB/s | 80 kB 00:00 2024-05-06T03:48:41.264 INFO:teuthology.orchestra.run.smithi195.stdout:(9/13): python3-google-auth-2.29.0-1.el9.noarch 2.2 MB/s | 206 kB 00:00 2024-05-06T03:48:41.268 INFO:teuthology.orchestra.run.smithi050.stdout:(2/2): ceph-fuse-19.0.0-3516.ge08cbbf6.el9.x86_ 2.0 MB/s | 890 kB 00:00 2024-05-06T03:48:41.268 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:41.269 INFO:teuthology.orchestra.run.smithi050.stdout:Total 2.0 MB/s | 970 kB 00:00 2024-05-06T03:48:41.280 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:48:41.304 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:48:41.304 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:48:41.305 INFO:teuthology.orchestra.run.smithi195.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 1.4 MB/s | 59 kB 00:00 2024-05-06T03:48:41.347 INFO:teuthology.orchestra.run.smithi195.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 2.1 MB/s | 90 kB 00:00 2024-05-06T03:48:41.386 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:48:41.387 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:48:41.422 INFO:teuthology.orchestra.run.smithi195.stdout:(12/13): python3-requests-oauthlib-1.3.0-12.el9 82 kB/s | 54 kB 00:00 2024-05-06T03:48:41.481 INFO:teuthology.orchestra.run.smithi195.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.6 MB/s | 1.0 MB 00:00 2024-05-06T03:48:41.482 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:41.482 INFO:teuthology.orchestra.run.smithi195.stdout:Total 1.2 MB/s | 2.2 MB 00:01 2024-05-06T03:48:41.544 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:48:41.559 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:48:41.559 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:48:41.580 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:48:41.642 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:48:41.643 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:48:41.724 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-06T03:48:41.793 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/2 2024-05-06T03:48:42.163 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:48:42.355 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-06T03:48:42.416 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-06T03:48:42.458 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/2 2024-05-06T03:48:42.459 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/2 2024-05-06T03:48:42.471 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-06T03:48:42.509 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-06T03:48:42.550 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-06T03:48:42.644 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-06T03:48:42.667 INFO:teuthology.orchestra.run.smithi171.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 1.2 MB/s | 4.7 MB 00:03 2024-05-06T03:48:42.727 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-06T03:48:42.727 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:42.727 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:48:42.727 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-06T03:48:42.728 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:42.728 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:42.746 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-06T03:48:42.802 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-06T03:48:42.993 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install ceph-volume 2024-05-06T03:48:43.525 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-06T03:48:43.532 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:34 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:43.582 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-06T03:48:43.616 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-06T03:48:43.663 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:43.666 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:43.666 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repository Size 2024-05-06T03:48:43.666 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:43.666 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:48:43.667 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-volume noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 273 k 2024-05-06T03:48:43.667 INFO:teuthology.orchestra.run.smithi050.stdout:Installing dependencies: 2024-05-06T03:48:43.667 INFO:teuthology.orchestra.run.smithi050.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-06T03:48:43.667 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:43.667 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:48:43.667 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:43.668 INFO:teuthology.orchestra.run.smithi050.stdout:Install 2 Packages 2024-05-06T03:48:43.668 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:43.668 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 350 k 2024-05-06T03:48:43.668 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 1.5 M 2024-05-06T03:48:43.668 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:48:43.673 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-06T03:48:43.703 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 13/13 2024-05-06T03:48:43.833 INFO:teuthology.orchestra.run.smithi171.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 1.3 MB/s | 5.1 MB 00:04 2024-05-06T03:48:43.940 INFO:teuthology.orchestra.run.smithi050.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 583 kB/s | 77 kB 00:00 2024-05-06T03:48:44.207 INFO:teuthology.orchestra.run.smithi050.stdout:(2/2): ceph-volume-19.0.0-3516.ge08cbbf6.el9.no 683 kB/s | 273 kB 00:00 2024-05-06T03:48:44.207 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:44.208 INFO:teuthology.orchestra.run.smithi050.stdout:Total 644 kB/s | 350 kB 00:00 2024-05-06T03:48:44.220 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:48:44.231 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:48:44.231 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:48:44.259 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:48:44.260 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:48:44.393 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 13/13 2024-05-06T03:48:44.393 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/13 2024-05-06T03:48:44.393 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-06T03:48:44.393 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-06T03:48:44.393 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-06T03:48:44.393 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-06T03:48:44.393 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-06T03:48:44.393 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-06T03:48:44.394 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-06T03:48:44.394 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-06T03:48:44.394 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-06T03:48:44.394 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-06T03:48:44.394 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-06T03:48:44.423 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:48:44.623 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-06T03:48:44.651 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 2/2 2024-05-06T03:48:44.668 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 2/2 2024-05-06T03:48:44.668 INFO:teuthology.orchestra.run.smithi050.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:44.668 INFO:teuthology.orchestra.run.smithi050.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-06T03:48:44.668 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:44.725 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-06T03:48:44.726 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:44.726 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:48:44.726 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:44.726 INFO:teuthology.orchestra.run.smithi195.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-06T03:48:44.726 INFO:teuthology.orchestra.run.smithi195.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-06T03:48:44.726 INFO:teuthology.orchestra.run.smithi195.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-06T03:48:44.726 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-06T03:48:44.726 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-06T03:48:44.726 INFO:teuthology.orchestra.run.smithi195.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-06T03:48:44.726 INFO:teuthology.orchestra.run.smithi195.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-06T03:48:44.726 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-06T03:48:44.727 INFO:teuthology.orchestra.run.smithi195.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-06T03:48:44.727 INFO:teuthology.orchestra.run.smithi195.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-06T03:48:44.727 INFO:teuthology.orchestra.run.smithi195.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-06T03:48:44.727 INFO:teuthology.orchestra.run.smithi195.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-06T03:48:44.727 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:44.727 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:48:44.966 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-mgr-cephadm 2024-05-06T03:48:45.312 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/2 2024-05-06T03:48:45.485 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:33 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:48:45.593 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-06T03:48:45.593 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:45.593 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:48:45.593 INFO:teuthology.orchestra.run.smithi050.stdout: ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:45.593 INFO:teuthology.orchestra.run.smithi050.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-06T03:48:45.594 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:45.594 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:45.606 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:48:45.607 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:45.607 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-06T03:48:45.607 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:45.608 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:48:45.608 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 142 k 2024-05-06T03:48:45.608 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-06T03:48:45.608 INFO:teuthology.orchestra.run.smithi195.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-06T03:48:45.608 INFO:teuthology.orchestra.run.smithi195.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-06T03:48:45.608 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-06T03:48:45.608 INFO:teuthology.orchestra.run.smithi195.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-06T03:48:45.608 INFO:teuthology.orchestra.run.smithi195.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-06T03:48:45.608 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:45.608 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:48:45.608 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:45.608 INFO:teuthology.orchestra.run.smithi195.stdout:Install 6 Packages 2024-05-06T03:48:45.609 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:45.609 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 7.0 M 2024-05-06T03:48:45.609 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 33 M 2024-05-06T03:48:45.609 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:48:45.906 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install librados-devel 2024-05-06T03:48:45.991 INFO:teuthology.orchestra.run.smithi195.stdout:(1/6): ceph-mgr-cephadm-19.0.0-3516.ge08cbbf6.e 645 kB/s | 142 kB 00:00 2024-05-06T03:48:46.050 INFO:teuthology.orchestra.run.smithi195.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 889 kB/s | 248 kB 00:00 2024-05-06T03:48:46.449 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:37 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:46.484 INFO:teuthology.orchestra.run.smithi195.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 133 kB/s | 58 kB 00:00 2024-05-06T03:48:46.576 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:46.577 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:46.577 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repo Size 2024-05-06T03:48:46.577 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:46.577 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:48:46.577 INFO:teuthology.orchestra.run.smithi050.stdout: librados-devel x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 127 k 2024-05-06T03:48:46.577 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:46.577 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:48:46.577 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:46.577 INFO:teuthology.orchestra.run.smithi050.stdout:Install 1 Package 2024-05-06T03:48:46.577 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:46.577 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 127 k 2024-05-06T03:48:46.577 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 456 k 2024-05-06T03:48:46.577 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:48:46.617 INFO:teuthology.orchestra.run.smithi195.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 383 kB/s | 51 kB 00:00 2024-05-06T03:48:46.676 INFO:teuthology.orchestra.run.smithi195.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 801 kB/s | 548 kB 00:00 2024-05-06T03:48:46.868 INFO:teuthology.orchestra.run.smithi195.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 5.4 MB/s | 6.0 MB 00:01 2024-05-06T03:48:46.870 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:46.870 INFO:teuthology.orchestra.run.smithi195.stdout:Total 5.5 MB/s | 7.0 MB 00:01 2024-05-06T03:48:46.940 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:48:46.951 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:48:46.951 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:48:47.004 INFO:teuthology.orchestra.run.smithi050.stdout:librados-devel-19.0.0-3516.ge08cbbf6.el9.x86_64 297 kB/s | 127 kB 00:00 2024-05-06T03:48:47.005 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:47.005 INFO:teuthology.orchestra.run.smithi050.stdout:Total 296 kB/s | 127 kB 00:00 2024-05-06T03:48:47.005 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:48:47.012 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:48:47.012 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:48:47.049 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:48:47.049 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:48:47.081 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:48:47.081 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:48:47.108 INFO:teuthology.orchestra.run.smithi171.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 2.7 MB/s | 16 MB 00:05 2024-05-06T03:48:47.109 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:47.109 INFO:teuthology.orchestra.run.smithi171.stdout:Total 4.1 MB/s | 38 MB 00:09 2024-05-06T03:48:47.257 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:48:47.355 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:48:47.357 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:48:47.463 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:48:47.490 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:48:47.490 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:48:47.534 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-06T03:48:47.577 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-06T03:48:47.757 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:48:47.901 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:48:47.901 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:48:47.995 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:48:47.995 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:47.995 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:48:47.995 INFO:teuthology.orchestra.run.smithi050.stdout: librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:47.996 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:47.996 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:48.086 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-06T03:48:48.172 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-06T03:48:48.222 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install libcephfs2 2024-05-06T03:48:48.235 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-06T03:48:48.290 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 6/6 2024-05-06T03:48:48.729 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:48:48.764 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:39 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:48.795 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-05-06T03:48:48.830 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-05-06T03:48:48.846 INFO:teuthology.orchestra.run.smithi050.stdout:Package libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:48:48.890 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:48.891 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2024-05-06T03:48:48.892 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:48.932 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-05-06T03:48:48.973 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-05-06T03:48:48.978 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install libcephfs-devel 2024-05-06T03:48:49.065 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 6/6 2024-05-06T03:48:49.066 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/6 2024-05-06T03:48:49.066 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-06T03:48:49.066 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-06T03:48:49.066 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-06T03:48:49.066 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-06T03:48:49.151 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-05-06T03:48:49.181 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-05-06T03:48:49.257 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-05-06T03:48:49.332 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-06T03:48:49.332 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:49.332 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:48:49.332 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:49.332 INFO:teuthology.orchestra.run.smithi195.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-06T03:48:49.333 INFO:teuthology.orchestra.run.smithi195.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-06T03:48:49.333 INFO:teuthology.orchestra.run.smithi195.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-06T03:48:49.333 INFO:teuthology.orchestra.run.smithi195.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-06T03:48:49.333 INFO:teuthology.orchestra.run.smithi195.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-06T03:48:49.333 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:49.333 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:48:49.511 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:40 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:49.574 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-fuse 2024-05-06T03:48:49.637 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:49.637 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:49.637 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repo Size 2024-05-06T03:48:49.638 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:49.638 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:48:49.638 INFO:teuthology.orchestra.run.smithi050.stdout: libcephfs-devel x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 32 k 2024-05-06T03:48:49.638 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:49.638 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:48:49.638 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:49.638 INFO:teuthology.orchestra.run.smithi050.stdout:Install 1 Package 2024-05-06T03:48:49.638 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:49.638 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 32 k 2024-05-06T03:48:49.638 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 142 k 2024-05-06T03:48:49.638 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:48:49.902 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-05-06T03:48:49.933 INFO:teuthology.orchestra.run.smithi050.stdout:libcephfs-devel-19.0.0-3516.ge08cbbf6.el9.x86_6 108 kB/s | 32 kB 00:00 2024-05-06T03:48:49.934 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:49.934 INFO:teuthology.orchestra.run.smithi050.stdout:Total 107 kB/s | 32 kB 00:00 2024-05-06T03:48:49.935 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:48:49.938 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:48:49.938 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:48:49.940 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:48:49.941 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:48:50.010 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-05-06T03:48:50.032 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:48:50.091 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:38 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:48:50.149 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:48:50.213 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:48:50.214 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:50.214 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-06T03:48:50.214 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:50.214 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:48:50.214 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-fuse x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 890 k 2024-05-06T03:48:50.215 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-06T03:48:50.215 INFO:teuthology.orchestra.run.smithi195.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-06T03:48:50.215 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:50.215 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:48:50.215 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:50.215 INFO:teuthology.orchestra.run.smithi195.stdout:Install 2 Packages 2024-05-06T03:48:50.215 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:50.216 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 970 k 2024-05-06T03:48:50.216 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 2.8 M 2024-05-06T03:48:50.216 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:48:50.498 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:48:50.703 INFO:teuthology.orchestra.run.smithi195.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 354 kB/s | 80 kB 00:00 2024-05-06T03:48:50.800 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:48:50.800 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:50.800 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:48:50.800 INFO:teuthology.orchestra.run.smithi050.stdout: libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:50.800 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:50.800 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:50.969 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install librados2 2024-05-06T03:48:51.153 INFO:teuthology.orchestra.run.smithi195.stdout:(2/2): ceph-fuse-19.0.0-3516.ge08cbbf6.el9.x86_ 1.3 MB/s | 890 kB 00:00 2024-05-06T03:48:51.154 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:51.154 INFO:teuthology.orchestra.run.smithi195.stdout:Total 1.0 MB/s | 970 kB 00:00 2024-05-06T03:48:51.166 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:48:51.188 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:48:51.188 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:48:51.231 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-05-06T03:48:51.267 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:48:51.267 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:48:51.464 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:48:51.511 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:42 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:51.592 INFO:teuthology.orchestra.run.smithi050.stdout:Package librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:48:51.597 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-06T03:48:51.636 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:51.637 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2024-05-06T03:48:51.637 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:51.669 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/2 2024-05-06T03:48:51.711 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install librbd1 2024-05-06T03:48:52.248 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:43 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:52.276 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-05-06T03:48:52.286 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/2 2024-05-06T03:48:52.287 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/2 2024-05-06T03:48:52.304 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cb 12/12 2024-05-06T03:48:52.331 INFO:teuthology.orchestra.run.smithi050.stdout:Package librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:48:52.381 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:52.382 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2024-05-06T03:48:52.382 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:52.455 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install python3-rados 2024-05-06T03:48:52.551 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-06T03:48:52.551 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:52.551 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:48:52.552 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-06T03:48:52.552 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:52.552 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:48:52.806 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install ceph-volume 2024-05-06T03:48:52.992 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:43 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:53.074 INFO:teuthology.orchestra.run.smithi050.stdout:Package python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:48:53.117 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:53.118 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2024-05-06T03:48:53.118 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:53.194 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install python3-rgw 2024-05-06T03:48:53.328 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:41 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:48:53.458 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:48:53.459 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:53.459 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repository Size 2024-05-06T03:48:53.459 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:53.460 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:48:53.460 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-volume noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 273 k 2024-05-06T03:48:53.460 INFO:teuthology.orchestra.run.smithi195.stdout:Installing dependencies: 2024-05-06T03:48:53.460 INFO:teuthology.orchestra.run.smithi195.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-06T03:48:53.460 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:53.460 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:48:53.460 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:53.460 INFO:teuthology.orchestra.run.smithi195.stdout:Install 2 Packages 2024-05-06T03:48:53.460 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:53.460 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 350 k 2024-05-06T03:48:53.460 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 1.5 M 2024-05-06T03:48:53.460 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:48:53.728 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:44 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:53.810 INFO:teuthology.orchestra.run.smithi050.stdout:Package python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:48:53.854 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:53.855 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2024-05-06T03:48:53.855 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:53.927 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install python3-cephfs 2024-05-06T03:48:54.194 INFO:teuthology.orchestra.run.smithi195.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 191 kB/s | 77 kB 00:00 2024-05-06T03:48:54.344 INFO:teuthology.orchestra.run.smithi195.stdout:(2/2): ceph-volume-19.0.0-3516.ge08cbbf6.el9.no 492 kB/s | 273 kB 00:00 2024-05-06T03:48:54.345 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:54.345 INFO:teuthology.orchestra.run.smithi195.stdout:Total 395 kB/s | 350 kB 00:00 2024-05-06T03:48:54.358 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:48:54.368 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:48:54.368 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:48:54.395 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:48:54.395 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:48:54.466 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:45 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:54.547 INFO:teuthology.orchestra.run.smithi050.stdout:Package python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:48:54.563 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:48:54.591 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:54.592 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2024-05-06T03:48:54.592 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:54.661 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install python3-rbd 2024-05-06T03:48:54.766 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-06T03:48:54.805 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 2/2 2024-05-06T03:48:54.820 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 2/2 2024-05-06T03:48:54.820 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:54.820 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-06T03:48:54.821 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:55.043 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cb 12/12 2024-05-06T03:48:55.043 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cb 1/12 2024-05-06T03:48:55.043 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-05-06T03:48:55.043 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-05-06T03:48:55.044 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-05-06T03:48:55.044 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-05-06T03:48:55.044 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-05-06T03:48:55.044 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-05-06T03:48:55.044 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-05-06T03:48:55.044 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-05-06T03:48:55.044 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-05-06T03:48:55.044 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-05-06T03:48:55.207 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:46 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:55.289 INFO:teuthology.orchestra.run.smithi050.stdout:Package python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:48:55.333 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:55.334 INFO:teuthology.orchestra.run.smithi050.stdout:Nothing to do. 2024-05-06T03:48:55.334 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:55.405 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install rbd-fuse 2024-05-06T03:48:55.467 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-05-06T03:48:55.467 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:55.467 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:48:55.467 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:55.467 INFO:teuthology.orchestra.run.smithi171.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-05-06T03:48:55.467 INFO:teuthology.orchestra.run.smithi171.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-05-06T03:48:55.467 INFO:teuthology.orchestra.run.smithi171.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-05-06T03:48:55.467 INFO:teuthology.orchestra.run.smithi171.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-05-06T03:48:55.468 INFO:teuthology.orchestra.run.smithi171.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-05-06T03:48:55.468 INFO:teuthology.orchestra.run.smithi171.stdout: openblas-0.3.21-2.el9.x86_64 2024-05-06T03:48:55.468 INFO:teuthology.orchestra.run.smithi171.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-05-06T03:48:55.468 INFO:teuthology.orchestra.run.smithi171.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-05-06T03:48:55.468 INFO:teuthology.orchestra.run.smithi171.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-05-06T03:48:55.468 INFO:teuthology.orchestra.run.smithi171.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-05-06T03:48:55.468 INFO:teuthology.orchestra.run.smithi171.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-05-06T03:48:55.468 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:55.468 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:48:55.493 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/2 2024-05-06T03:48:55.774 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-06T03:48:55.775 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:55.775 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:48:55.775 INFO:teuthology.orchestra.run.smithi195.stdout: ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:48:55.775 INFO:teuthology.orchestra.run.smithi195.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-06T03:48:55.775 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:55.775 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:48:55.810 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-mgr-rook 2024-05-06T03:48:55.944 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:46 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:56.041 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install librados-devel 2024-05-06T03:48:56.070 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:56.070 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:56.071 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2024-05-06T03:48:56.071 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:56.071 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:48:56.071 INFO:teuthology.orchestra.run.smithi050.stdout: rbd-fuse x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 85 k 2024-05-06T03:48:56.071 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:56.071 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:48:56.071 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:56.071 INFO:teuthology.orchestra.run.smithi050.stdout:Install 1 Package 2024-05-06T03:48:56.071 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:56.072 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 85 k 2024-05-06T03:48:56.072 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 231 k 2024-05-06T03:48:56.072 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:48:56.278 INFO:teuthology.orchestra.run.smithi050.stdout:rbd-fuse-19.0.0-3516.ge08cbbf6.el9.x86_64.rpm 414 kB/s | 85 kB 00:00 2024-05-06T03:48:56.279 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:56.279 INFO:teuthology.orchestra.run.smithi050.stdout:Total 411 kB/s | 85 kB 00:00 2024-05-06T03:48:56.279 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:48:56.286 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:48:56.286 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:48:56.335 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:28 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:48:56.353 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:48:56.353 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:48:56.457 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:48:56.458 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:48:56.458 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-05-06T03:48:56.458 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:48:56.458 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:48:56.459 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-rook noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 49 k 2024-05-06T03:48:56.459 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-05-06T03:48:56.459 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-05-06T03:48:56.459 INFO:teuthology.orchestra.run.smithi171.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-05-06T03:48:56.459 INFO:teuthology.orchestra.run.smithi171.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-05-06T03:48:56.459 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-05-06T03:48:56.460 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-05-06T03:48:56.460 INFO:teuthology.orchestra.run.smithi171.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-05-06T03:48:56.460 INFO:teuthology.orchestra.run.smithi171.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-05-06T03:48:56.460 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-05-06T03:48:56.460 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-05-06T03:48:56.460 INFO:teuthology.orchestra.run.smithi171.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-05-06T03:48:56.460 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-05-06T03:48:56.461 INFO:teuthology.orchestra.run.smithi171.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-05-06T03:48:56.461 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:56.461 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:48:56.461 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:48:56.461 INFO:teuthology.orchestra.run.smithi171.stdout:Install 13 Packages 2024-05-06T03:48:56.461 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:48:56.462 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 2.2 M 2024-05-06T03:48:56.463 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 26 M 2024-05-06T03:48:56.463 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:48:56.499 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:48:56.568 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:44 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:48:56.601 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:48:56.693 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:48:56.694 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:56.695 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repo Size 2024-05-06T03:48:56.695 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:56.695 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:48:56.695 INFO:teuthology.orchestra.run.smithi195.stdout: librados-devel x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 127 k 2024-05-06T03:48:56.695 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:56.695 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:48:56.695 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:56.695 INFO:teuthology.orchestra.run.smithi195.stdout:Install 1 Package 2024-05-06T03:48:56.695 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:56.695 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 127 k 2024-05-06T03:48:56.695 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 456 k 2024-05-06T03:48:56.695 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:48:56.706 INFO:teuthology.orchestra.run.smithi171.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 246 kB/s | 19 kB 00:00 2024-05-06T03:48:56.731 INFO:teuthology.orchestra.run.smithi171.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 249 kB/s | 26 kB 00:00 2024-05-06T03:48:56.823 INFO:teuthology.orchestra.run.smithi171.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.9 MB/s | 222 kB 00:00 2024-05-06T03:48:56.848 INFO:teuthology.orchestra.run.smithi171.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-05-06T03:48:56.882 INFO:teuthology.orchestra.run.smithi171.stdout:(5/13): ceph-mgr-rook-19.0.0-3516.ge08cbbf6.el9 194 kB/s | 49 kB 00:00 2024-05-06T03:48:56.907 INFO:teuthology.orchestra.run.smithi171.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 914 kB/s | 54 kB 00:00 2024-05-06T03:48:56.932 INFO:teuthology.orchestra.run.smithi171.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 279 kB 00:00 2024-05-06T03:48:56.945 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:48:57.009 INFO:teuthology.orchestra.run.smithi195.stdout:librados-devel-19.0.0-3516.ge08cbbf6.el9.x86_64 404 kB/s | 127 kB 00:00 2024-05-06T03:48:57.010 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:57.010 INFO:teuthology.orchestra.run.smithi195.stdout:Total 402 kB/s | 127 kB 00:00 2024-05-06T03:48:57.010 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:48:57.015 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:48:57.015 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:48:57.079 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:48:57.080 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:48:57.141 INFO:teuthology.orchestra.run.smithi171.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 64 kB/s | 15 kB 00:00 2024-05-06T03:48:57.158 INFO:teuthology.orchestra.run.smithi171.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 117 kB/s | 32 kB 00:00 2024-05-06T03:48:57.180 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:48:57.181 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:57.181 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:48:57.181 INFO:teuthology.orchestra.run.smithi050.stdout: rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:57.181 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:57.181 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:48:57.236 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:48:57.347 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:48:57.358 INFO:teuthology.orchestra.run.smithi171.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 295 kB/s | 59 kB 00:00 2024-05-06T03:48:57.408 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install rbd-mirror 2024-05-06T03:48:57.409 INFO:teuthology.orchestra.run.smithi171.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 432 kB/s | 206 kB 00:00 2024-05-06T03:48:57.525 INFO:teuthology.orchestra.run.smithi171.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 537 kB/s | 90 kB 00:00 2024-05-06T03:48:57.651 INFO:teuthology.orchestra.run.smithi171.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.0 MB/s | 1.0 MB 00:00 2024-05-06T03:48:57.651 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:57.651 INFO:teuthology.orchestra.run.smithi171.stdout:Total 1.8 MB/s | 2.2 MB 00:01 2024-05-06T03:48:57.715 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:48:57.729 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:48:57.730 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:48:57.752 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:48:57.811 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:48:57.812 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:48:57.949 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:48 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:48:58.032 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:48:58.032 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:58.033 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:48:58.033 INFO:teuthology.orchestra.run.smithi195.stdout: librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:48:58.033 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:58.033 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:48:58.076 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:48:58.077 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:58.077 INFO:teuthology.orchestra.run.smithi050.stdout: Package Arch Version Repo Size 2024-05-06T03:48:58.077 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:58.077 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:48:58.077 INFO:teuthology.orchestra.run.smithi050.stdout: rbd-mirror x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 3.1 M 2024-05-06T03:48:58.077 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:58.077 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:48:58.078 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:48:58.078 INFO:teuthology.orchestra.run.smithi050.stdout:Install 1 Package 2024-05-06T03:48:58.078 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:58.078 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 3.1 M 2024-05-06T03:48:58.078 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 13 M 2024-05-06T03:48:58.078 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:48:58.256 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install libcephfs2 2024-05-06T03:48:58.321 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:48:58.515 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-05-06T03:48:58.568 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-05-06T03:48:58.624 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-05-06T03:48:58.661 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-05-06T03:48:58.703 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-05-06T03:48:58.732 INFO:teuthology.orchestra.run.smithi050.stdout:rbd-mirror-19.0.0-3516.ge08cbbf6.el9.x86_64.rpm 4.7 MB/s | 3.1 MB 00:00 2024-05-06T03:48:58.733 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:58.733 INFO:teuthology.orchestra.run.smithi050.stdout:Total 4.7 MB/s | 3.1 MB 00:00 2024-05-06T03:48:58.733 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:48:58.744 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:48:58.744 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:48:58.789 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:46 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:48:58.885 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-05-06T03:48:58.885 INFO:teuthology.orchestra.run.smithi195.stdout:Package libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:48:58.886 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:48:58.886 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:48:58.906 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-05-06T03:48:58.915 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:48:58.916 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-06T03:48:58.916 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:48:58.962 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-05-06T03:48:58.998 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install libcephfs-devel 2024-05-06T03:48:59.290 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:48:59.441 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:48:59.469 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:48:59.469 INFO:teuthology.orchestra.run.smithi050.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:48:59.469 INFO:teuthology.orchestra.run.smithi050.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-06T03:48:59.469 INFO:teuthology.orchestra.run.smithi050.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-06T03:48:59.470 INFO:teuthology.orchestra.run.smithi050.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-06T03:48:59.470 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:48:59.515 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:47 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:48:59.636 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:48:59.637 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:59.637 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repo Size 2024-05-06T03:48:59.637 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:59.637 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:48:59.638 INFO:teuthology.orchestra.run.smithi195.stdout: libcephfs-devel x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 32 k 2024-05-06T03:48:59.638 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:59.638 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:48:59.638 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:48:59.638 INFO:teuthology.orchestra.run.smithi195.stdout:Install 1 Package 2024-05-06T03:48:59.638 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:48:59.638 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 32 k 2024-05-06T03:48:59.639 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 142 k 2024-05-06T03:48:59.639 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:48:59.680 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-05-06T03:48:59.726 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-05-06T03:48:59.760 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-05-06T03:48:59.805 INFO:teuthology.orchestra.run.smithi195.stdout:libcephfs-devel-19.0.0-3516.ge08cbbf6.el9.x86_6 189 kB/s | 32 kB 00:00 2024-05-06T03:48:59.805 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:48:59.806 INFO:teuthology.orchestra.run.smithi195.stdout:Total 188 kB/s | 32 kB 00:00 2024-05-06T03:48:59.806 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:48:59.810 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-05-06T03:48:59.810 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:48:59.810 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:48:59.811 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:48:59.811 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:48:59.838 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 13/13 2024-05-06T03:48:59.900 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:48:59.992 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:00.344 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:00.399 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:00.399 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:49:00.399 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:49:00.399 INFO:teuthology.orchestra.run.smithi050.stdout: rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:49:00.400 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:49:00.400 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:49:00.568 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 13/13 2024-05-06T03:49:00.568 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/13 2024-05-06T03:49:00.568 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-05-06T03:49:00.568 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-05-06T03:49:00.568 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-05-06T03:49:00.568 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-05-06T03:49:00.568 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-05-06T03:49:00.568 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-05-06T03:49:00.569 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-05-06T03:49:00.569 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-05-06T03:49:00.569 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-05-06T03:49:00.569 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-05-06T03:49:00.569 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-05-06T03:49:00.572 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:00.572 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:49:00.572 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:49:00.572 INFO:teuthology.orchestra.run.smithi195.stdout: libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:49:00.572 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:49:00.572 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:49:00.619 DEBUG:teuthology.orchestra.run.smithi050:> sudo yum -y install rbd-nbd 2024-05-06T03:49:00.745 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install librados2 2024-05-06T03:49:00.879 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-05-06T03:49:00.879 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:00.879 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:49:00.879 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-rook-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:49:00.879 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-05-06T03:49:00.879 INFO:teuthology.orchestra.run.smithi171.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-05-06T03:49:00.879 INFO:teuthology.orchestra.run.smithi171.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-05-06T03:49:00.879 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-05-06T03:49:00.879 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-05-06T03:49:00.879 INFO:teuthology.orchestra.run.smithi171.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-05-06T03:49:00.879 INFO:teuthology.orchestra.run.smithi171.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-05-06T03:49:00.879 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-05-06T03:49:00.880 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-05-06T03:49:00.880 INFO:teuthology.orchestra.run.smithi171.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-05-06T03:49:00.880 INFO:teuthology.orchestra.run.smithi171.stdout: python3-rsa-4.9-2.el9.noarch 2024-05-06T03:49:00.880 INFO:teuthology.orchestra.run.smithi171.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-05-06T03:49:00.880 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:00.880 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:01.134 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-mgr-cephadm 2024-05-06T03:49:01.161 INFO:teuthology.orchestra.run.smithi050.stdout:Last metadata expiration check: 0:01:52 ago on Mon 06 May 2024 03:47:09 AM UTC. 2024-05-06T03:49:01.267 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:49 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:49:01.288 INFO:teuthology.orchestra.run.smithi050.stdout:Dependencies resolved. 2024-05-06T03:49:01.289 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:49:01.289 INFO:teuthology.orchestra.run.smithi050.stdout: Package Architecture Version Repository Size 2024-05-06T03:49:01.289 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:49:01.289 INFO:teuthology.orchestra.run.smithi050.stdout:Installing: 2024-05-06T03:49:01.289 INFO:teuthology.orchestra.run.smithi050.stdout: rbd-nbd x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 170 k 2024-05-06T03:49:01.289 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:49:01.289 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction Summary 2024-05-06T03:49:01.290 INFO:teuthology.orchestra.run.smithi050.stdout:================================================================================ 2024-05-06T03:49:01.290 INFO:teuthology.orchestra.run.smithi050.stdout:Install 1 Package 2024-05-06T03:49:01.290 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:49:01.290 INFO:teuthology.orchestra.run.smithi050.stdout:Total download size: 170 k 2024-05-06T03:49:01.290 INFO:teuthology.orchestra.run.smithi050.stdout:Installed size: 494 k 2024-05-06T03:49:01.290 INFO:teuthology.orchestra.run.smithi050.stdout:Downloading Packages: 2024-05-06T03:49:01.347 INFO:teuthology.orchestra.run.smithi195.stdout:Package librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:49:01.388 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:49:01.389 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-06T03:49:01.389 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:49:01.451 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install librbd1 2024-05-06T03:49:01.644 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:33 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:49:01.669 INFO:teuthology.orchestra.run.smithi050.stdout:rbd-nbd-19.0.0-3516.ge08cbbf6.el9.x86_64.rpm 451 kB/s | 170 kB 00:00 2024-05-06T03:49:01.669 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:49:01.670 INFO:teuthology.orchestra.run.smithi050.stdout:Total 448 kB/s | 170 kB 00:00 2024-05-06T03:49:01.670 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction check 2024-05-06T03:49:01.679 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction check succeeded. 2024-05-06T03:49:01.679 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction test 2024-05-06T03:49:01.746 INFO:teuthology.orchestra.run.smithi050.stdout:Transaction test succeeded. 2024-05-06T03:49:01.747 INFO:teuthology.orchestra.run.smithi050.stdout:Running transaction 2024-05-06T03:49:01.765 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:49:01.766 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:01.766 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-05-06T03:49:01.766 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:01.766 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:49:01.766 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 142 k 2024-05-06T03:49:01.767 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-05-06T03:49:01.767 INFO:teuthology.orchestra.run.smithi171.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-05-06T03:49:01.767 INFO:teuthology.orchestra.run.smithi171.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-05-06T03:49:01.767 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-05-06T03:49:01.767 INFO:teuthology.orchestra.run.smithi171.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-05-06T03:49:01.767 INFO:teuthology.orchestra.run.smithi171.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-05-06T03:49:01.767 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:01.767 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:49:01.767 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:01.767 INFO:teuthology.orchestra.run.smithi171.stdout:Install 6 Packages 2024-05-06T03:49:01.767 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:01.768 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 7.0 M 2024-05-06T03:49:01.768 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 33 M 2024-05-06T03:49:01.768 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:49:01.909 INFO:teuthology.orchestra.run.smithi050.stdout: Preparing : 1/1 2024-05-06T03:49:01.968 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:49 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:49:02.001 INFO:teuthology.orchestra.run.smithi050.stdout: Installing : rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:02.047 INFO:teuthology.orchestra.run.smithi195.stdout:Package librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:49:02.089 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:49:02.090 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-06T03:49:02.090 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:49:02.155 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install python3-rados 2024-05-06T03:49:02.301 INFO:teuthology.orchestra.run.smithi171.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.1 MB/s | 248 kB 00:00 2024-05-06T03:49:02.374 INFO:teuthology.orchestra.run.smithi050.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:02.418 INFO:teuthology.orchestra.run.smithi171.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3516.ge08cbbf6.e 419 kB/s | 142 kB 00:00 2024-05-06T03:49:02.430 INFO:teuthology.orchestra.run.smithi171.stdout:[MIRROR] python3-asyncssh-2.13.2-5.el9.noarch.rpm: Curl error (60): SSL peer certificate or SSH remote key was not OK for https://mirror-mci.yuki.net.uk/fedora-epel/9/Everything/x86_64/Packages/p/python3-asyncssh-2.13.2-5.el9.noarch.rpm [SSL certificate problem: certificate has expired] 2024-05-06T03:49:02.549 INFO:teuthology.orchestra.run.smithi171.stdout:[MIRROR] python3-natsort-7.1.1-5.el9.noarch.rpm: Curl error (60): SSL peer certificate or SSH remote key was not OK for https://mirror-mci.yuki.net.uk/fedora-epel/9/Everything/x86_64/Packages/p/python3-natsort-7.1.1-5.el9.noarch.rpm [SSL certificate problem: certificate has expired] 2024-05-06T03:49:02.648 INFO:teuthology.orchestra.run.smithi050.stdout: Verifying : rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:02.649 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:49:02.649 INFO:teuthology.orchestra.run.smithi050.stdout:Installed: 2024-05-06T03:49:02.649 INFO:teuthology.orchestra.run.smithi050.stdout: rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:49:02.649 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:49:02.649 INFO:teuthology.orchestra.run.smithi050.stdout:Complete! 2024-05-06T03:49:02.667 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:50 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:49:02.749 INFO:teuthology.orchestra.run.smithi195.stdout:Package python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:49:02.791 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:49:02.792 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-06T03:49:02.792 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:49:02.854 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install python3-rgw 2024-05-06T03:49:02.885 INFO:teuthology.orchestra.run.smithi171.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 7.4 MB/s | 6.0 MB 00:00 2024-05-06T03:49:02.899 DEBUG:teuthology.parallel:result is None 2024-05-06T03:49:03.019 INFO:teuthology.orchestra.run.smithi171.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 764 kB/s | 548 kB 00:00 2024-05-06T03:49:03.044 INFO:teuthology.orchestra.run.smithi171.stdout:(5/6): python3-natsort-7.1.1-5.el9.noarch.rpm 92 kB/s | 58 kB 00:00 2024-05-06T03:49:03.045 INFO:teuthology.orchestra.run.smithi171.stdout:[MIRROR] python3-typing-extensions-4.4.0-2.el9.noarch.rpm: Curl error (60): SSL peer certificate or SSH remote key was not OK for https://mirror-mci.yuki.net.uk/fedora-epel/9/Everything/x86_64/Packages/p/python3-typing-extensions-4.4.0-2.el9.noarch.rpm [SSL certificate problem: certificate has expired] 2024-05-06T03:49:03.364 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:51 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:49:03.443 INFO:teuthology.orchestra.run.smithi195.stdout:Package python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:49:03.469 INFO:teuthology.orchestra.run.smithi171.stdout:(6/6): python3-typing-extensions-4.4.0-2.el9.no 87 kB/s | 51 kB 00:00 2024-05-06T03:49:03.470 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:49:03.470 INFO:teuthology.orchestra.run.smithi171.stdout:Total 4.1 MB/s | 7.0 MB 00:01 2024-05-06T03:49:03.484 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:49:03.485 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-06T03:49:03.485 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:49:03.540 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:49:03.550 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install python3-cephfs 2024-05-06T03:49:03.551 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:49:03.551 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:49:03.646 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:49:03.648 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:49:03.958 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:49:04.067 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:52 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:49:04.127 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-05-06T03:49:04.151 INFO:teuthology.orchestra.run.smithi195.stdout:Package python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:49:04.171 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-05-06T03:49:04.187 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:49:04.187 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-06T03:49:04.187 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:49:04.251 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install python3-rbd 2024-05-06T03:49:04.691 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-05-06T03:49:04.775 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:52 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:49:04.791 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-05-06T03:49:04.853 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-05-06T03:49:04.855 INFO:teuthology.orchestra.run.smithi195.stdout:Package python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:49:04.884 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 6/6 2024-05-06T03:49:04.897 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:49:04.899 INFO:teuthology.orchestra.run.smithi195.stdout:Nothing to do. 2024-05-06T03:49:04.899 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:49:04.964 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install rbd-fuse 2024-05-06T03:49:05.483 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:53 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:49:05.605 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:49:05.606 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:49:05.606 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-05-06T03:49:05.606 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:49:05.606 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:49:05.606 INFO:teuthology.orchestra.run.smithi195.stdout: rbd-fuse x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 85 k 2024-05-06T03:49:05.606 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:49:05.606 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:49:05.606 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:49:05.606 INFO:teuthology.orchestra.run.smithi195.stdout:Install 1 Package 2024-05-06T03:49:05.606 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:49:05.606 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 85 k 2024-05-06T03:49:05.606 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 231 k 2024-05-06T03:49:05.607 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:49:05.651 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 6/6 2024-05-06T03:49:05.651 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/6 2024-05-06T03:49:05.651 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-05-06T03:49:05.651 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-05-06T03:49:05.651 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-05-06T03:49:05.651 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-05-06T03:49:05.912 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-05-06T03:49:05.912 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:05.912 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:49:05.912 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-cephadm-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:49:05.913 INFO:teuthology.orchestra.run.smithi171.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-05-06T03:49:05.913 INFO:teuthology.orchestra.run.smithi171.stdout: python3-babel-2.9.1-2.el9.noarch 2024-05-06T03:49:05.913 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-05-06T03:49:05.913 INFO:teuthology.orchestra.run.smithi171.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-05-06T03:49:05.913 INFO:teuthology.orchestra.run.smithi171.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-05-06T03:49:05.913 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:05.913 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:05.916 INFO:teuthology.orchestra.run.smithi195.stdout:rbd-fuse-19.0.0-3516.ge08cbbf6.el9.x86_64.rpm 275 kB/s | 85 kB 00:00 2024-05-06T03:49:05.917 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:49:05.917 INFO:teuthology.orchestra.run.smithi195.stdout:Total 274 kB/s | 85 kB 00:00 2024-05-06T03:49:05.917 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:49:05.924 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:49:05.924 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:49:05.987 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:49:05.988 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:49:06.138 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:49:06.182 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-fuse 2024-05-06T03:49:06.254 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:06.596 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:06.703 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:38 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:49:06.825 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:49:06.825 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:06.825 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-05-06T03:49:06.826 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:06.826 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:49:06.826 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-fuse x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 890 k 2024-05-06T03:49:06.826 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-05-06T03:49:06.826 INFO:teuthology.orchestra.run.smithi171.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-05-06T03:49:06.826 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:06.826 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:49:06.826 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:06.826 INFO:teuthology.orchestra.run.smithi171.stdout:Install 2 Packages 2024-05-06T03:49:06.826 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:06.827 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 970 k 2024-05-06T03:49:06.827 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 2.8 M 2024-05-06T03:49:06.827 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:49:06.856 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:06.856 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:49:06.856 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:49:06.856 INFO:teuthology.orchestra.run.smithi195.stdout: rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:49:06.856 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:49:06.856 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:49:07.062 INFO:teuthology.orchestra.run.smithi171.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 474 kB/s | 80 kB 00:00 2024-05-06T03:49:07.083 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install rbd-mirror 2024-05-06T03:49:07.235 INFO:teuthology.orchestra.run.smithi171.stdout:(2/2): ceph-fuse-19.0.0-3516.ge08cbbf6.el9.x86_ 2.5 MB/s | 890 kB 00:00 2024-05-06T03:49:07.236 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:49:07.236 INFO:teuthology.orchestra.run.smithi171.stdout:Total 2.3 MB/s | 970 kB 00:00 2024-05-06T03:49:07.247 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:49:07.270 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:49:07.270 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:49:07.349 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:49:07.349 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:49:07.533 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:49:07.611 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:55 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:49:07.662 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-05-06T03:49:07.734 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/2 2024-05-06T03:49:07.735 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:49:07.736 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:49:07.736 INFO:teuthology.orchestra.run.smithi195.stdout: Package Arch Version Repo Size 2024-05-06T03:49:07.737 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:49:07.737 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:49:07.737 INFO:teuthology.orchestra.run.smithi195.stdout: rbd-mirror x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 3.1 M 2024-05-06T03:49:07.737 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:49:07.737 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:49:07.737 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:49:07.737 INFO:teuthology.orchestra.run.smithi195.stdout:Install 1 Package 2024-05-06T03:49:07.737 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:49:07.737 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 3.1 M 2024-05-06T03:49:07.737 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 13 M 2024-05-06T03:49:07.737 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:49:08.413 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2/2 2024-05-06T03:49:08.413 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/2 2024-05-06T03:49:08.720 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-05-06T03:49:08.721 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:08.721 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:49:08.721 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-05-06T03:49:08.721 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:08.721 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:08.928 INFO:teuthology.orchestra.run.smithi195.stdout:rbd-mirror-19.0.0-3516.ge08cbbf6.el9.x86_64.rpm 2.6 MB/s | 3.1 MB 00:01 2024-05-06T03:49:08.928 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:49:08.929 INFO:teuthology.orchestra.run.smithi195.stdout:Total 2.6 MB/s | 3.1 MB 00:01 2024-05-06T03:49:08.929 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:49:08.938 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:49:08.938 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:49:09.012 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install ceph-volume 2024-05-06T03:49:09.020 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:49:09.021 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:49:09.465 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:49:09.528 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:09.541 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:41 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:49:09.553 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:09.553 INFO:teuthology.orchestra.run.smithi195.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:49:09.553 INFO:teuthology.orchestra.run.smithi195.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-06T03:49:09.553 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-06T03:49:09.553 INFO:teuthology.orchestra.run.smithi195.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-06T03:49:09.553 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:49:09.671 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:49:09.671 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:09.671 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-05-06T03:49:09.671 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:09.671 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:49:09.671 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-volume noarch 2:19.0.0-3516.ge08cbbf6.el9 ceph-noarch 273 k 2024-05-06T03:49:09.672 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-05-06T03:49:09.672 INFO:teuthology.orchestra.run.smithi171.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-05-06T03:49:09.672 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:09.672 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:49:09.672 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:09.672 INFO:teuthology.orchestra.run.smithi171.stdout:Install 2 Packages 2024-05-06T03:49:09.672 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:09.672 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 350 k 2024-05-06T03:49:09.673 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 1.5 M 2024-05-06T03:49:09.673 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:49:09.862 INFO:teuthology.orchestra.run.smithi171.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 512 kB/s | 77 kB 00:00 2024-05-06T03:49:10.072 INFO:teuthology.orchestra.run.smithi171.stdout:(2/2): ceph-volume-19.0.0-3516.ge08cbbf6.el9.no 760 kB/s | 273 kB 00:00 2024-05-06T03:49:10.073 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:49:10.073 INFO:teuthology.orchestra.run.smithi171.stdout:Total 876 kB/s | 350 kB 00:00 2024-05-06T03:49:10.083 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:49:10.093 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:49:10.093 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:49:10.120 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:49:10.120 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:49:10.267 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:49:10.453 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-05-06T03:49:10.492 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 2/2 2024-05-06T03:49:10.506 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 2/2 2024-05-06T03:49:10.506 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:49:10.506 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-05-06T03:49:10.506 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:10.647 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:10.647 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:49:10.647 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:49:10.647 INFO:teuthology.orchestra.run.smithi195.stdout: rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:49:10.647 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:49:10.648 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:49:10.870 DEBUG:teuthology.orchestra.run.smithi195:> sudo yum -y install rbd-nbd 2024-05-06T03:49:11.313 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 1/2 2024-05-06T03:49:11.399 INFO:teuthology.orchestra.run.smithi195.stdout:Last metadata expiration check: 0:01:59 ago on Mon 06 May 2024 03:47:12 AM UTC. 2024-05-06T03:49:11.525 INFO:teuthology.orchestra.run.smithi195.stdout:Dependencies resolved. 2024-05-06T03:49:11.526 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:49:11.526 INFO:teuthology.orchestra.run.smithi195.stdout: Package Architecture Version Repository Size 2024-05-06T03:49:11.526 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:49:11.526 INFO:teuthology.orchestra.run.smithi195.stdout:Installing: 2024-05-06T03:49:11.526 INFO:teuthology.orchestra.run.smithi195.stdout: rbd-nbd x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 170 k 2024-05-06T03:49:11.526 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:49:11.526 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction Summary 2024-05-06T03:49:11.526 INFO:teuthology.orchestra.run.smithi195.stdout:================================================================================ 2024-05-06T03:49:11.526 INFO:teuthology.orchestra.run.smithi195.stdout:Install 1 Package 2024-05-06T03:49:11.526 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:49:11.526 INFO:teuthology.orchestra.run.smithi195.stdout:Total download size: 170 k 2024-05-06T03:49:11.526 INFO:teuthology.orchestra.run.smithi195.stdout:Installed size: 494 k 2024-05-06T03:49:11.527 INFO:teuthology.orchestra.run.smithi195.stdout:Downloading Packages: 2024-05-06T03:49:11.603 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-05-06T03:49:11.603 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:11.603 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:49:11.603 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-volume-2:19.0.0-3516.ge08cbbf6.el9.noarch 2024-05-06T03:49:11.603 INFO:teuthology.orchestra.run.smithi171.stdout: python3-packaging-20.9-5.el9.noarch 2024-05-06T03:49:11.603 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:11.603 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:11.756 INFO:teuthology.orchestra.run.smithi195.stdout:rbd-nbd-19.0.0-3516.ge08cbbf6.el9.x86_64.rpm 743 kB/s | 170 kB 00:00 2024-05-06T03:49:11.757 INFO:teuthology.orchestra.run.smithi195.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:49:11.757 INFO:teuthology.orchestra.run.smithi195.stdout:Total 738 kB/s | 170 kB 00:00 2024-05-06T03:49:11.757 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction check 2024-05-06T03:49:11.765 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction check succeeded. 2024-05-06T03:49:11.765 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction test 2024-05-06T03:49:11.829 INFO:teuthology.orchestra.run.smithi195.stdout:Transaction test succeeded. 2024-05-06T03:49:11.829 INFO:teuthology.orchestra.run.smithi195.stdout:Running transaction 2024-05-06T03:49:11.888 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install librados-devel 2024-05-06T03:49:11.980 INFO:teuthology.orchestra.run.smithi195.stdout: Preparing : 1/1 2024-05-06T03:49:12.086 INFO:teuthology.orchestra.run.smithi195.stdout: Installing : rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:12.406 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:44 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:49:12.464 INFO:teuthology.orchestra.run.smithi195.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:12.530 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:49:12.531 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:12.531 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repo Size 2024-05-06T03:49:12.531 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:12.531 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:49:12.531 INFO:teuthology.orchestra.run.smithi171.stdout: librados-devel x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 127 k 2024-05-06T03:49:12.531 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:12.531 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:49:12.531 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:12.531 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-05-06T03:49:12.531 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:12.531 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 127 k 2024-05-06T03:49:12.531 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 456 k 2024-05-06T03:49:12.531 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:49:12.704 INFO:teuthology.orchestra.run.smithi195.stdout: Verifying : rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:12.704 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:49:12.704 INFO:teuthology.orchestra.run.smithi195.stdout:Installed: 2024-05-06T03:49:12.704 INFO:teuthology.orchestra.run.smithi195.stdout: rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:49:12.704 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:49:12.704 INFO:teuthology.orchestra.run.smithi195.stdout:Complete! 2024-05-06T03:49:12.757 INFO:teuthology.orchestra.run.smithi171.stdout:librados-devel-19.0.0-3516.ge08cbbf6.el9.x86_64 563 kB/s | 127 kB 00:00 2024-05-06T03:49:12.757 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:49:12.758 INFO:teuthology.orchestra.run.smithi171.stdout:Total 559 kB/s | 127 kB 00:00 2024-05-06T03:49:12.758 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:49:12.763 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:49:12.763 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:49:12.826 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:49:12.826 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:49:12.936 DEBUG:teuthology.parallel:result is None 2024-05-06T03:49:12.976 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:49:13.078 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:13.483 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:13.726 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:13.726 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:13.726 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:49:13.727 INFO:teuthology.orchestra.run.smithi171.stdout: librados-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:49:13.727 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:13.727 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:13.984 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install libcephfs2 2024-05-06T03:49:14.507 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:46 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:49:14.589 INFO:teuthology.orchestra.run.smithi171.stdout:Package libcephfs2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:49:14.630 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:49:14.631 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-05-06T03:49:14.632 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:14.732 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install libcephfs-devel 2024-05-06T03:49:15.248 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:47 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:49:15.367 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:49:15.368 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:15.368 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repo Size 2024-05-06T03:49:15.368 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:15.368 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:49:15.369 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs-devel x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 32 k 2024-05-06T03:49:15.369 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:15.369 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:49:15.369 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:15.369 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-05-06T03:49:15.369 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:15.369 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 32 k 2024-05-06T03:49:15.369 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 142 k 2024-05-06T03:49:15.369 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:49:15.540 INFO:teuthology.orchestra.run.smithi171.stdout:libcephfs-devel-19.0.0-3516.ge08cbbf6.el9.x86_6 186 kB/s | 32 kB 00:00 2024-05-06T03:49:15.541 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:49:15.541 INFO:teuthology.orchestra.run.smithi171.stdout:Total 184 kB/s | 32 kB 00:00 2024-05-06T03:49:15.541 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:49:15.544 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:49:15.545 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:49:15.546 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:49:15.547 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:49:15.629 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:49:15.744 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:16.083 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:16.309 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:16.309 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:16.309 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:49:16.309 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs-devel-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:49:16.309 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:16.309 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:16.492 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install librados2 2024-05-06T03:49:17.012 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:49 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:49:17.092 INFO:teuthology.orchestra.run.smithi171.stdout:Package librados2-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:49:17.134 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:49:17.135 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-05-06T03:49:17.135 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:17.205 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install librbd1 2024-05-06T03:49:17.713 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:49 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:49:17.792 INFO:teuthology.orchestra.run.smithi171.stdout:Package librbd1-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:49:17.833 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:49:17.834 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-05-06T03:49:17.834 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:17.971 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install python3-rados 2024-05-06T03:49:18.485 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:50 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:49:18.568 INFO:teuthology.orchestra.run.smithi171.stdout:Package python3-rados-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:49:18.610 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:49:18.611 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-05-06T03:49:18.611 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:18.680 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install python3-rgw 2024-05-06T03:49:19.208 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:51 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:49:19.287 INFO:teuthology.orchestra.run.smithi171.stdout:Package python3-rgw-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:49:19.328 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:49:19.329 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-05-06T03:49:19.329 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:19.406 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install python3-cephfs 2024-05-06T03:49:19.922 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:51 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:49:20.001 INFO:teuthology.orchestra.run.smithi171.stdout:Package python3-cephfs-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:49:20.042 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:49:20.043 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-05-06T03:49:20.043 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:20.118 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install python3-rbd 2024-05-06T03:49:20.628 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:52 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:49:20.711 INFO:teuthology.orchestra.run.smithi171.stdout:Package python3-rbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 is already installed. 2024-05-06T03:49:20.752 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:49:20.753 INFO:teuthology.orchestra.run.smithi171.stdout:Nothing to do. 2024-05-06T03:49:20.753 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:20.826 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install rbd-fuse 2024-05-06T03:49:21.351 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:53 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:49:21.473 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:49:21.473 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:21.474 INFO:teuthology.orchestra.run.smithi171.stdout: Package Architecture Version Repository Size 2024-05-06T03:49:21.474 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:21.474 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:49:21.474 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-fuse x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 85 k 2024-05-06T03:49:21.474 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:21.474 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:49:21.474 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:21.474 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-05-06T03:49:21.474 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:21.474 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 85 k 2024-05-06T03:49:21.474 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 231 k 2024-05-06T03:49:21.474 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:49:21.685 INFO:teuthology.orchestra.run.smithi171.stdout:rbd-fuse-19.0.0-3516.ge08cbbf6.el9.x86_64.rpm 404 kB/s | 85 kB 00:00 2024-05-06T03:49:21.686 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:49:21.686 INFO:teuthology.orchestra.run.smithi171.stdout:Total 402 kB/s | 85 kB 00:00 2024-05-06T03:49:21.686 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:49:21.693 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:49:21.693 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:49:21.756 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:49:21.757 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:49:21.903 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:49:22.000 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:22.359 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:22.609 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:22.609 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:22.609 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:49:22.609 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-fuse-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:49:22.609 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:22.609 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:22.851 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install rbd-mirror 2024-05-06T03:49:23.409 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:55 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:49:23.540 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:49:23.541 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:23.541 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repo Size 2024-05-06T03:49:23.541 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:23.541 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:49:23.541 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-mirror x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 3.1 M 2024-05-06T03:49:23.541 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:23.541 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:49:23.541 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:23.541 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-05-06T03:49:23.541 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:23.541 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 3.1 M 2024-05-06T03:49:23.542 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 13 M 2024-05-06T03:49:23.542 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:49:24.093 INFO:teuthology.orchestra.run.smithi171.stdout:rbd-mirror-19.0.0-3516.ge08cbbf6.el9.x86_64.rpm 5.6 MB/s | 3.1 MB 00:00 2024-05-06T03:49:24.094 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:49:24.095 INFO:teuthology.orchestra.run.smithi171.stdout:Total 5.6 MB/s | 3.1 MB 00:00 2024-05-06T03:49:24.095 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:49:24.104 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:49:24.104 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:49:24.184 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:49:24.185 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:49:24.612 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:49:24.678 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:24.703 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:24.703 INFO:teuthology.orchestra.run.smithi171.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-05-06T03:49:24.703 INFO:teuthology.orchestra.run.smithi171.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-05-06T03:49:24.703 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-06T03:49:24.703 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-05-06T03:49:24.703 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:25.742 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:25.742 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:25.743 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:49:25.743 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-mirror-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:49:25.743 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:25.743 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:25.955 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum -y install rbd-nbd 2024-05-06T03:49:26.474 INFO:teuthology.orchestra.run.smithi171.stdout:Last metadata expiration check: 0:01:58 ago on Mon 06 May 2024 03:47:28 AM UTC. 2024-05-06T03:49:26.600 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-05-06T03:49:26.601 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:26.601 INFO:teuthology.orchestra.run.smithi171.stdout: Package Architecture Version Repository Size 2024-05-06T03:49:26.601 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:26.601 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-05-06T03:49:26.601 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-nbd x86_64 2:19.0.0-3516.ge08cbbf6.el9 ceph 170 k 2024-05-06T03:49:26.601 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:26.601 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-05-06T03:49:26.602 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-05-06T03:49:26.602 INFO:teuthology.orchestra.run.smithi171.stdout:Install 1 Package 2024-05-06T03:49:26.602 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:26.602 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 170 k 2024-05-06T03:49:26.602 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 494 k 2024-05-06T03:49:26.602 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-05-06T03:49:26.950 INFO:teuthology.orchestra.run.smithi171.stdout:rbd-nbd-19.0.0-3516.ge08cbbf6.el9.x86_64.rpm 489 kB/s | 170 kB 00:00 2024-05-06T03:49:26.951 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:49:26.951 INFO:teuthology.orchestra.run.smithi171.stdout:Total 487 kB/s | 170 kB 00:00 2024-05-06T03:49:26.951 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-05-06T03:49:26.959 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-05-06T03:49:26.959 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-05-06T03:49:27.024 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-05-06T03:49:27.024 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-05-06T03:49:27.176 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-05-06T03:49:27.289 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:27.660 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:27.916 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 1/1 2024-05-06T03:49:27.917 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:27.917 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-05-06T03:49:27.917 INFO:teuthology.orchestra.run.smithi171.stdout: rbd-nbd-2:19.0.0-3516.ge08cbbf6.el9.x86_64 2024-05-06T03:49:27.917 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-05-06T03:49:27.917 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-05-06T03:49:28.214 DEBUG:teuthology.parallel:result is None 2024-05-06T03:49:28.215 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:49:28.443 DEBUG:teuthology.orchestra.run.smithi050:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-06T03:49:28.469 INFO:teuthology.orchestra.run.smithi050.stdout:19.0.0-3516.ge08cbbf6.el9 2024-05-06T03:49:28.470 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516.ge08cbbf6.el9 2024-05-06T03:49:28.470 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516.ge08cbbf6 is installed. 2024-05-06T03:49:28.473 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:49:28.614 DEBUG:teuthology.orchestra.run.smithi171:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-06T03:49:28.635 INFO:teuthology.orchestra.run.smithi171.stdout:19.0.0-3516.ge08cbbf6.el9 2024-05-06T03:49:28.635 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516.ge08cbbf6.el9 2024-05-06T03:49:28.635 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516.ge08cbbf6 is installed. 2024-05-06T03:49:28.637 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:49:28.857 DEBUG:teuthology.orchestra.run.smithi195:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-05-06T03:49:28.881 INFO:teuthology.orchestra.run.smithi195.stdout:19.0.0-3516.ge08cbbf6.el9 2024-05-06T03:49:28.882 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3516.ge08cbbf6.el9 2024-05-06T03:49:28.882 INFO:teuthology.task.install:The correct ceph version 19.0.0-3516.ge08cbbf6 is installed. 2024-05-06T03:49:28.883 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-06T03:49:28.884 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-05-06T03:49:28.884 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T03:49:28.914 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-05-06T03:49:28.914 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T03:49:28.938 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-06T03:49:28.938 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-06T03:49:28.967 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-06T03:49:28.967 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-05-06T03:49:28.967 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T03:49:28.996 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T03:49:29.080 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-05-06T03:49:29.080 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T03:49:29.103 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T03:49:29.167 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-06T03:49:29.167 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/usr/bin/daemon-helper 2024-05-06T03:49:29.195 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-06T03:49:29.263 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-06T03:49:29.263 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-05-06T03:49:29.263 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T03:49:29.289 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T03:49:29.354 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-05-06T03:49:29.354 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T03:49:29.377 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T03:49:29.441 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-06T03:49:29.441 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-06T03:49:29.464 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-06T03:49:29.528 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-06T03:49:29.528 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-05-06T03:49:29.528 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T03:49:29.553 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T03:49:29.617 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-05-06T03:49:29.617 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T03:49:29.640 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T03:49:29.704 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-06T03:49:29.704 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/usr/bin/stdin-killer 2024-05-06T03:49:29.728 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-06T03:49:29.793 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-06T03:49:29.907 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'], 'log-only-match': ['CEPHADM_'], 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004'} 2024-05-06T03:49:29.907 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:49:29.908 INFO:tasks.cephadm:Cluster fsid is a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:49:29.908 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-06T03:49:29.908 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.50', 'mon.b': '172.21.15.171', 'mon.c': '172.21.15.195'} 2024-05-06T03:49:29.908 INFO:tasks.cephadm:First mon is mon.a on smithi050 2024-05-06T03:49:29.908 INFO:tasks.cephadm:First mgr is a 2024-05-06T03:49:29.908 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-06T03:49:29.908 DEBUG:teuthology.orchestra.run.smithi050:> sudo hostname $(hostname -s) 2024-05-06T03:49:29.933 DEBUG:teuthology.orchestra.run.smithi171:> sudo hostname $(hostname -s) 2024-05-06T03:49:29.957 DEBUG:teuthology.orchestra.run.smithi195:> sudo hostname $(hostname -s) 2024-05-06T03:49:29.981 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-06T03:49:29.981 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:49:30.199 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e08cbbf6fd79a8dd2949f340bce25e28ea3db004', '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/79093/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3516-ge08cbbf6', 'node_name': '172.21.5.40+adami10', '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-3516.ge08cbbf6'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-05-03 22:47:18.853964', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuriw-testing-20240503.181540-main', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-05-06T03:49:30.341 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-yuriw-testing-20240503.181540-main, sha1 e08cbbf6fd79a8dd2949f340bce25e28ea3db004 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:49:30.343 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/x86_64/flavors/default/cephadm 2024-05-06T03:49:30.343 DEBUG:teuthology.orchestra.run.smithi050:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T03:49:31.002 INFO:teuthology.orchestra.run.smithi050.stdout:-rw-r--r--. 1 ubuntu ubuntu 782498 May 6 03:49 /home/ubuntu/cephtest/cephadm 2024-05-06T03:49:31.002 DEBUG:teuthology.orchestra.run.smithi171:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T03:49:31.851 INFO:teuthology.orchestra.run.smithi171.stdout:-rw-r--r--. 1 ubuntu ubuntu 782498 May 6 03:49 /home/ubuntu/cephtest/cephadm 2024-05-06T03:49:31.851 DEBUG:teuthology.orchestra.run.smithi195:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuriw-testing-20240503.181540-main/e08cbbf6fd79a8dd2949f340bce25e28ea3db004/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-06T03:49:32.743 INFO:teuthology.orchestra.run.smithi195.stdout:-rw-r--r--. 1 ubuntu ubuntu 782498 May 6 03:49 /home/ubuntu/cephtest/cephadm 2024-05-06T03:49:32.744 DEBUG:teuthology.orchestra.run.smithi050:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T03:49:32.770 DEBUG:teuthology.orchestra.run.smithi171:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T03:49:32.788 DEBUG:teuthology.orchestra.run.smithi195:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-06T03:49:32.819 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 on all hosts... 2024-05-06T03:49:32.819 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T03:49:32.821 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T03:49:32.831 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 pull 2024-05-06T03:49:34.244 INFO:teuthology.orchestra.run.smithi050.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T03:49:34.383 INFO:teuthology.orchestra.run.smithi195.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T03:49:34.391 INFO:teuthology.orchestra.run.smithi171.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T03:50:07.740 INFO:teuthology.orchestra.run.smithi195.stdout:{ 2024-05-06T03:50:07.741 INFO:teuthology.orchestra.run.smithi195.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T03:50:07.741 INFO:teuthology.orchestra.run.smithi195.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T03:50:07.741 INFO:teuthology.orchestra.run.smithi195.stdout: "repo_digests": [ 2024-05-06T03:50:07.741 INFO:teuthology.orchestra.run.smithi195.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T03:50:07.741 INFO:teuthology.orchestra.run.smithi195.stdout: ] 2024-05-06T03:50:07.741 INFO:teuthology.orchestra.run.smithi195.stdout:} 2024-05-06T03:50:10.346 INFO:teuthology.orchestra.run.smithi050.stdout:{ 2024-05-06T03:50:10.346 INFO:teuthology.orchestra.run.smithi050.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T03:50:10.346 INFO:teuthology.orchestra.run.smithi050.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T03:50:10.346 INFO:teuthology.orchestra.run.smithi050.stdout: "repo_digests": [ 2024-05-06T03:50:10.346 INFO:teuthology.orchestra.run.smithi050.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T03:50:10.346 INFO:teuthology.orchestra.run.smithi050.stdout: ] 2024-05-06T03:50:10.346 INFO:teuthology.orchestra.run.smithi050.stdout:} 2024-05-06T03:50:10.727 INFO:teuthology.orchestra.run.smithi171.stdout:{ 2024-05-06T03:50:10.727 INFO:teuthology.orchestra.run.smithi171.stdout: "ceph_version": "ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev)", 2024-05-06T03:50:10.727 INFO:teuthology.orchestra.run.smithi171.stdout: "image_id": "9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711", 2024-05-06T03:50:10.727 INFO:teuthology.orchestra.run.smithi171.stdout: "repo_digests": [ 2024-05-06T03:50:10.727 INFO:teuthology.orchestra.run.smithi171.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a" 2024-05-06T03:50:10.728 INFO:teuthology.orchestra.run.smithi171.stdout: ] 2024-05-06T03:50:10.728 INFO:teuthology.orchestra.run.smithi171.stdout:} 2024-05-06T03:50:10.751 DEBUG:teuthology.orchestra.run.smithi050:> sudo mkdir -p /etc/ceph 2024-05-06T03:50:10.778 DEBUG:teuthology.orchestra.run.smithi171:> sudo mkdir -p /etc/ceph 2024-05-06T03:50:10.806 DEBUG:teuthology.orchestra.run.smithi195:> sudo mkdir -p /etc/ceph 2024-05-06T03:50:10.838 DEBUG:teuthology.orchestra.run.smithi050:> sudo chmod 777 /etc/ceph 2024-05-06T03:50:10.862 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod 777 /etc/ceph 2024-05-06T03:50:10.886 DEBUG:teuthology.orchestra.run.smithi195:> sudo chmod 777 /etc/ceph 2024-05-06T03:50:10.913 INFO:tasks.cephadm:Writing seed config... 2024-05-06T03:50:10.914 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-06T03:50:10.914 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-06T03:50:10.914 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-06T03:50:10.914 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-05-06T03:50:10.915 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-06T03:50:10.915 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-06T03:50:10.915 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-06T03:50:10.915 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-06T03:50:10.915 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-06T03:50:10.915 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-05-06T03:50:10.915 DEBUG:teuthology.orchestra.run.smithi050:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-06T03:50:10.930 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 = a45a39f2-0b5b-11ef-bc97-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-05-06T03:50:10.931 DEBUG:teuthology.orchestra.run.smithi050:mon.a> sudo journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.a.service 2024-05-06T03:50:10.973 DEBUG:teuthology.orchestra.run.smithi050:mgr.a> sudo journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mgr.a.service 2024-05-06T03:50:11.015 INFO:tasks.cephadm:Bootstrapping... 2024-05-06T03:50:11.015 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 -v bootstrap --fsid a45a39f2-0b5b-11ef-bc97-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.50 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:50:11.211 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------------------------------------------------------------------- 2024-05-06T03:50:11.211 INFO:teuthology.orchestra.run.smithi050.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004', '-v', 'bootstrap', '--fsid', 'a45a39f2-0b5b-11ef-bc97-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.50', '--skip-admin-label'] 2024-05-06T03:50:11.212 INFO:teuthology.orchestra.run.smithi050.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-06T03:50:11.212 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying podman|docker is present... 2024-05-06T03:50:11.238 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stdout 4.9.4-dev 2024-05-06T03:50:11.238 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying lvm2 is present... 2024-05-06T03:50:11.238 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying time synchronization is in place... 2024-05-06T03:50:11.246 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-06T03:50:11.246 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-06T03:50:11.252 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-06T03:50:11.252 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2024-05-06T03:50:11.259 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout enabled 2024-05-06T03:50:11.265 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout active 2024-05-06T03:50:11.265 INFO:teuthology.orchestra.run.smithi050.stdout:Unit chronyd.service is enabled and running 2024-05-06T03:50:11.265 INFO:teuthology.orchestra.run.smithi050.stdout:Repeating the final host check... 2024-05-06T03:50:11.289 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stdout 4.9.4-dev 2024-05-06T03:50:11.289 INFO:teuthology.orchestra.run.smithi050.stdout:podman (/bin/podman) version 4.9.4 is present 2024-05-06T03:50:11.289 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl is present 2024-05-06T03:50:11.289 INFO:teuthology.orchestra.run.smithi050.stdout:lvcreate is present 2024-05-06T03:50:11.295 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-06T03:50:11.295 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-06T03:50:11.302 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-06T03:50:11.302 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2024-05-06T03:50:11.308 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout enabled 2024-05-06T03:50:11.314 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout active 2024-05-06T03:50:11.315 INFO:teuthology.orchestra.run.smithi050.stdout:Unit chronyd.service is enabled and running 2024-05-06T03:50:11.315 INFO:teuthology.orchestra.run.smithi050.stdout:Host looks OK 2024-05-06T03:50:11.315 INFO:teuthology.orchestra.run.smithi050.stdout:Cluster fsid: a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:50:11.315 INFO:teuthology.orchestra.run.smithi050.stdout:Acquiring lock 140705813368784 on /run/cephadm/a45a39f2-0b5b-11ef-bc97-c7b262605968.lock 2024-05-06T03:50:11.315 INFO:teuthology.orchestra.run.smithi050.stdout:Lock 140705813368784 acquired on /run/cephadm/a45a39f2-0b5b-11ef-bc97-c7b262605968.lock 2024-05-06T03:50:11.315 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying IP 172.21.15.50 port 3300 ... 2024-05-06T03:50:11.316 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying IP 172.21.15.50 port 6789 ... 2024-05-06T03:50:11.316 INFO:teuthology.orchestra.run.smithi050.stdout:Base mon IP(s) is [172.21.15.50:3300, 172.21.15.50:6789], mon addrv is [v2:172.21.15.50:3300,v1:172.21.15.50:6789] 2024-05-06T03:50:11.319 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.50 metric 100 2024-05-06T03:50:11.319 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.50 metric 100 2024-05-06T03:50:11.321 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-06T03:50:11.321 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-05-06T03:50:11.322 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-05-06T03:50:11.324 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-06T03:50:11.324 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-06T03:50:11.324 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-06T03:50:11.324 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-06T03:50:11.324 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1584/64 scope link noprefixroute 2024-05-06T03:50:11.324 INFO:teuthology.orchestra.run.smithi050.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-06T03:50:11.325 INFO:teuthology.orchestra.run.smithi050.stdout:Mon IP `172.21.15.50` is in CIDR network `172.21.0.0/20` 2024-05-06T03:50:11.325 INFO:teuthology.orchestra.run.smithi050.stdout:Mon IP `172.21.15.50` is in CIDR network `172.21.0.0/20` 2024-05-06T03:50:11.325 INFO:teuthology.orchestra.run.smithi050.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-06T03:50:11.325 INFO:teuthology.orchestra.run.smithi050.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-06T03:50:11.326 INFO:teuthology.orchestra.run.smithi050.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T03:50:11.815 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stdout 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 2024-05-06T03:50:11.815 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004... 2024-05-06T03:50:11.815 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Getting image source signatures 2024-05-06T03:50:11.815 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Copying blob sha256:3d12caba4f05bf0984fa8edf0a0d4cd2b253e5a3b5034bc4fb974c634aa90da6 2024-05-06T03:50:11.815 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Copying blob sha256:e2f2fd2adca92139da4b4b907fa90a6775d3eb4eddaa977c42ef37c66eea70bd 2024-05-06T03:50:11.815 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Copying config sha256:9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 2024-05-06T03:50:11.815 INFO:teuthology.orchestra.run.smithi050.stdout:/bin/podman: stderr Writing manifest to image destination 2024-05-06T03:50:12.894 INFO:teuthology.orchestra.run.smithi050.stdout:ceph: stdout ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev) 2024-05-06T03:50:12.894 INFO:teuthology.orchestra.run.smithi050.stdout:Ceph version: ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev) 2024-05-06T03:50:12.895 INFO:teuthology.orchestra.run.smithi050.stdout:Extracting ceph user uid/gid from container image... 2024-05-06T03:50:15.786 INFO:teuthology.orchestra.run.smithi050.stdout:stat: stdout 167 167 2024-05-06T03:50:15.787 INFO:teuthology.orchestra.run.smithi050.stdout:Creating initial keys... 2024-05-06T03:50:25.377 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph-authtool: stdout AQB6Uzhm0CCoMhAA5ZVsdLa5Ci73XalP1CT3Bg== 2024-05-06T03:50:27.868 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph-authtool: stdout AQCDUzhmYQIgCxAARhh9p+TyraMGsN2aiswexw== 2024-05-06T03:50:29.031 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph-authtool: stdout AQCEUzhmsyHnDBAAi9gy1F7GNAB0A94Xo3L82g== 2024-05-06T03:50:29.032 INFO:teuthology.orchestra.run.smithi050.stdout:Creating initial monmap... 2024-05-06T03:50:29.938 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-06T03:50:29.938 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-06T03:50:29.938 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:50:29.938 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-06T03:50:29.938 INFO:teuthology.orchestra.run.smithi050.stdout:monmaptool for a [v2:172.21.15.50:3300,v1:172.21.15.50:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-06T03:50:29.938 INFO:teuthology.orchestra.run.smithi050.stdout:setting min_mon_release = quincy 2024-05-06T03:50:29.939 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: set fsid to a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:50:29.939 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-06T03:50:29.939 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:50:29.939 INFO:teuthology.orchestra.run.smithi050.stdout:Creating mon... 2024-05-06T03:50:30.921 INFO:teuthology.orchestra.run.smithi050.stdout:create mon.a on 2024-05-06T03:50:31.139 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-05-06T03:50:31.296 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-05-06T03:50:31.481 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968.target → /etc/systemd/system/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968.target. 2024-05-06T03:50:31.481 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968.target → /etc/systemd/system/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968.target. 2024-05-06T03:50:31.714 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.a 2024-05-06T03:50:31.715 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.a.service: Unit ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.a.service not loaded. 2024-05-06T03:50:31.882 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968.target.wants/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.a.service → /etc/systemd/system/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@.service. 2024-05-06T03:50:32.488 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:32 smithi050 podman[28052]: 2024-05-06 03:50:32.022147742 +0000 UTC m=+0.018021922 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:50:32.738 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-06T03:50:32.738 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout disabled 2024-05-06T03:50:32.746 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-06T03:50:32.746 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2024-05-06T03:50:32.746 INFO:teuthology.orchestra.run.smithi050.stdout:firewalld.service is not enabled 2024-05-06T03:50:32.746 INFO:teuthology.orchestra.run.smithi050.stdout:Not possible to enable service . firewalld.service is not available 2024-05-06T03:50:32.746 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mon to start... 2024-05-06T03:50:32.746 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mon... 2024-05-06T03:50:32.978 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:32 smithi050 podman[28052]: 2024-05-06 03:50:32.642573615 +0000 UTC m=+0.638447779 container init 806844e6d3dde40a1595d675714cd5933626148bcdf775a13a7f222f5ad285cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_BRANCH=HEAD, ceph=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-06T03:50:32.978 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:32 smithi050 podman[28052]: 2024-05-06 03:50:32.65023277 +0000 UTC m=+0.646106937 container start 806844e6d3dde40a1595d675714cd5933626148bcdf775a13a7f222f5ad285cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a, GIT_CLEAN=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430) 2024-05-06T03:50:32.978 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:32 smithi050 ceph-mon[28090]: mkfs a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:50:32.978 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:32 smithi050 ceph-mon[28090]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T03:50:32.978 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:32 smithi050 bash[28052]: 806844e6d3dde40a1595d675714cd5933626148bcdf775a13a7f222f5ad285cf 2024-05-06T03:50:32.978 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:32 smithi050 systemd[1]: Started Ceph mon.a for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:50:33.896 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:33 smithi050 ceph-mon[28090]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T03:50:33.896 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:33 smithi050 ceph-mon[28090]: monmap epoch 1 2024-05-06T03:50:33.896 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:33 smithi050 ceph-mon[28090]: fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:50:33.896 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:33 smithi050 ceph-mon[28090]: last_changed 2024-05-06T03:50:29.381865+0000 2024-05-06T03:50:33.897 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:33 smithi050 ceph-mon[28090]: created 2024-05-06T03:50:29.381865+0000 2024-05-06T03:50:33.897 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:33 smithi050 ceph-mon[28090]: min_mon_release 19 (squid) 2024-05-06T03:50:33.897 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:33 smithi050 ceph-mon[28090]: election_strategy: 1 2024-05-06T03:50:33.897 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:33 smithi050 ceph-mon[28090]: 0: [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon.a 2024-05-06T03:50:33.897 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:33 smithi050 ceph-mon[28090]: fsmap 2024-05-06T03:50:33.897 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:33 smithi050 ceph-mon[28090]: osdmap e1: 0 total, 0 up, 0 in 2024-05-06T03:50:33.897 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:33 smithi050 ceph-mon[28090]: mgrmap e1: no daemons active 2024-05-06T03:50:33.897 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:33 smithi050 ceph-mon[28090]: from='client.? 172.21.15.50:0/2402564052' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-06T03:50:33.899 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout cluster: 2024-05-06T03:50:33.901 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout id: a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:50:33.901 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-06T03:50:33.901 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2024-05-06T03:50:33.901 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout services: 2024-05-06T03:50:33.901 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.596275s) 2024-05-06T03:50:33.901 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-06T03:50:33.902 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-06T03:50:33.902 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2024-05-06T03:50:33.902 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout data: 2024-05-06T03:50:33.902 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-06T03:50:33.902 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-06T03:50:33.902 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-06T03:50:33.902 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout pgs: 2024-05-06T03:50:33.902 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2024-05-06T03:50:33.902 INFO:teuthology.orchestra.run.smithi050.stdout:mon is available 2024-05-06T03:50:33.902 INFO:teuthology.orchestra.run.smithi050.stdout:Assimilating anything we can from ceph.conf... 2024-05-06T03:50:35.046 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:34 smithi050 ceph-mon[28090]: from='client.? 172.21.15.50:0/659294024' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T03:50:35.046 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:34 smithi050 ceph-mon[28090]: from='client.? 172.21.15.50:0/659294024' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T03:50:35.050 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2024-05-06T03:50:35.050 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [global] 2024-05-06T03:50:35.050 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout fsid = a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:50:35.050 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-06T03:50:35.050 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.50:3300,v1:172.21.15.50:6789] 2024-05-06T03:50:35.050 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-06T03:50:35.050 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-06T03:50:35.050 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-06T03:50:35.050 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-06T03:50:35.050 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2024-05-06T03:50:35.050 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-06T03:50:35.050 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-05-06T03:50:35.051 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-06T03:50:35.051 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2024-05-06T03:50:35.051 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [osd] 2024-05-06T03:50:35.051 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-06T03:50:35.051 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-06T03:50:35.051 INFO:teuthology.orchestra.run.smithi050.stdout:Generating new minimal ceph.conf... 2024-05-06T03:50:36.077 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:35 smithi050 ceph-mon[28090]: from='client.? 172.21.15.50:0/3701901864' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:50:36.080 INFO:teuthology.orchestra.run.smithi050.stdout:Restarting the monitor... 2024-05-06T03:50:36.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:36 smithi050 systemd[1]: Stopping Ceph mon.a for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:50:36.817 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:36 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a[28067]: 2024-05-06T03:50:36.368+0000 7f37df83b700 -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-05-06T03:50:36.817 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:36 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a[28067]: 2024-05-06T03:50:36.368+0000 7f37df83b700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-06T03:50:36.817 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:36 smithi050 podman[28421]: 2024-05-06 03:50:36.574160287 +0000 UTC m=+0.326096636 container died 806844e6d3dde40a1595d675714cd5933626148bcdf775a13a7f222f5ad285cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-05-06T03:50:37.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:36 smithi050 podman[28421]: 2024-05-06 03:50:36.89067571 +0000 UTC m=+0.642612067 container cleanup 806844e6d3dde40a1595d675714cd5933626148bcdf775a13a7f222f5ad285cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, ceph=True, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=) 2024-05-06T03:50:37.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:36 smithi050 bash[28421]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a 2024-05-06T03:50:37.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:37 smithi050 podman[28438]: 2024-05-06 03:50:37.058421932 +0000 UTC m=+0.484730850 container remove 806844e6d3dde40a1595d675714cd5933626148bcdf775a13a7f222f5ad285cf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-06T03:50:37.496 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:37 smithi050 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-06T03:50:37.496 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:37 smithi050 systemd[1]: Stopped Ceph mon.a for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:50:37.496 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:37 smithi050 systemd[1]: Starting Ceph mon.a for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:50:37.798 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:37 smithi050 podman[28534]: 2024-05-06 03:50:37.393297365 +0000 UTC m=+0.018233427 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 2024-05-06T03:50:38.067 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:37 smithi050 podman[28534]: 2024-05-06 03:50:37.792820354 +0000 UTC m=+0.417756417 container create 2db31baf1dbf51ef11eea8637fe1ba7511d42b1928de899138db8b5cbfa12400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.build-date=20240430, ceph=True) 2024-05-06T03:50:38.068 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 podman[28534]: 2024-05-06 03:50:38.028665984 +0000 UTC m=+0.653602047 container init 2db31baf1dbf51ef11eea8637fe1ba7511d42b1928de899138db8b5cbfa12400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a, org.label-schema.build-date=20240430, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-05-06T03:50:38.068 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 podman[28534]: 2024-05-06 03:50:38.035651046 +0000 UTC m=+0.660587109 container start 2db31baf1dbf51ef11eea8637fe1ba7511d42b1928de899138db8b5cbfa12400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.vendor=CentOS) 2024-05-06T03:50:38.130 INFO:teuthology.orchestra.run.smithi050.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-06T03:50:38.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: set uid:gid to 167:167 (ceph:ceph) 2024-05-06T03:50:38.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T03:50:38.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: pidfile_write: ignore empty --pid-file 2024-05-06T03:50:38.335 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: load: jerasure load: lrc 2024-05-06T03:50:38.335 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: RocksDB version: 7.9.2 2024-05-06T03:50:38.335 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Git sha 0 2024-05-06T03:50:38.335 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T03:50:38.335 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: DB SUMMARY 2024-05-06T03:50:38.335 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: DB Session ID: 1ZH3XOQ4E173G3LW1KS3 2024-05-06T03:50:38.335 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: CURRENT file: CURRENT 2024-05-06T03:50:38.335 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: IDENTITY file: IDENTITY 2024-05-06T03:50:38.335 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-06T03:50:38.335 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-06T03:50:38.335 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88547 ; 2024-05-06T03:50:38.335 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.error_if_exists: 0 2024-05-06T03:50:38.335 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.create_if_missing: 0 2024-05-06T03:50:38.336 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.paranoid_checks: 1 2024-05-06T03:50:38.336 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T03:50:38.336 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T03:50:38.336 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T03:50:38.336 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.env: 0x5642b1b9acc0 2024-05-06T03:50:38.336 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.fs: PosixFileSystem 2024-05-06T03:50:38.336 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.info_log: 0x5642b34e9da0 2024-05-06T03:50:38.336 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_file_opening_threads: 16 2024-05-06T03:50:38.336 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.statistics: (nil) 2024-05-06T03:50:38.336 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.use_fsync: 0 2024-05-06T03:50:38.336 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_log_file_size: 0 2024-05-06T03:50:38.336 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T03:50:38.337 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T03:50:38.337 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.keep_log_file_num: 1000 2024-05-06T03:50:38.337 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.recycle_log_file_num: 0 2024-05-06T03:50:38.337 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.allow_fallocate: 1 2024-05-06T03:50:38.337 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.allow_mmap_reads: 0 2024-05-06T03:50:38.337 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.allow_mmap_writes: 0 2024-05-06T03:50:38.337 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.use_direct_reads: 0 2024-05-06T03:50:38.337 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T03:50:38.337 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.create_missing_column_families: 0 2024-05-06T03:50:38.337 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.db_log_dir: 2024-05-06T03:50:38.337 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.wal_dir: 2024-05-06T03:50:38.337 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T03:50:38.337 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T03:50:38.337 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T03:50:38.338 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T03:50:38.338 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T03:50:38.338 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T03:50:38.338 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.advise_random_on_open: 1 2024-05-06T03:50:38.338 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.db_write_buffer_size: 0 2024-05-06T03:50:38.338 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.write_buffer_manager: 0x5642b34bb0e0 2024-05-06T03:50:38.338 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T03:50:38.338 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T03:50:38.338 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T03:50:38.338 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.rate_limiter: (nil) 2024-05-06T03:50:38.338 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T03:50:38.338 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.wal_recovery_mode: 2 2024-05-06T03:50:38.338 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.enable_thread_tracking: 0 2024-05-06T03:50:38.339 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.enable_pipelined_write: 0 2024-05-06T03:50:38.339 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.unordered_write: 0 2024-05-06T03:50:38.339 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T03:50:38.339 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T03:50:38.339 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T03:50:38.339 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T03:50:38.339 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.row_cache: None 2024-05-06T03:50:38.339 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.wal_filter: None 2024-05-06T03:50:38.339 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T03:50:38.339 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.allow_ingest_behind: 0 2024-05-06T03:50:38.339 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.two_write_queues: 0 2024-05-06T03:50:38.339 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.manual_wal_flush: 0 2024-05-06T03:50:38.339 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.wal_compression: 0 2024-05-06T03:50:38.339 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.atomic_flush: 0 2024-05-06T03:50:38.339 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T03:50:38.340 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T03:50:38.340 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T03:50:38.340 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.log_readahead_size: 0 2024-05-06T03:50:38.340 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T03:50:38.340 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.best_efforts_recovery: 0 2024-05-06T03:50:38.340 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T03:50:38.340 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T03:50:38.340 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.allow_data_in_errors: 0 2024-05-06T03:50:38.340 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.db_host_id: __hostname__ 2024-05-06T03:50:38.340 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T03:50:38.341 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_background_jobs: 2 2024-05-06T03:50:38.342 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_background_compactions: -1 2024-05-06T03:50:38.342 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_subcompactions: 1 2024-05-06T03:50:38.342 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T03:50:38.342 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T03:50:38.342 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T03:50:38.342 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_total_wal_size: 0 2024-05-06T03:50:38.342 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T03:50:38.342 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T03:50:38.342 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T03:50:38.342 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T03:50:38.342 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_open_files: -1 2024-05-06T03:50:38.342 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.bytes_per_sync: 0 2024-05-06T03:50:38.342 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T03:50:38.343 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T03:50:38.343 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compaction_readahead_size: 0 2024-05-06T03:50:38.343 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_background_flushes: -1 2024-05-06T03:50:38.343 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Compression algorithms supported: 2024-05-06T03:50:38.343 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T03:50:38.343 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: kZSTD supported: 0 2024-05-06T03:50:38.343 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: kXpressCompression supported: 0 2024-05-06T03:50:38.343 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: kLZ4HCCompression supported: 1 2024-05-06T03:50:38.343 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: kZlibCompression supported: 1 2024-05-06T03:50:38.343 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: kSnappyCompression supported: 1 2024-05-06T03:50:38.343 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: kLZ4Compression supported: 1 2024-05-06T03:50:38.343 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: kBZip2Compression supported: 0 2024-05-06T03:50:38.343 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T03:50:38.343 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T03:50:38.344 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-06T03:50:38.344 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T03:50:38.344 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T03:50:38.344 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.merge_operator: 2024-05-06T03:50:38.344 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compaction_filter: None 2024-05-06T03:50:38.344 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compaction_filter_factory: None 2024-05-06T03:50:38.344 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.sst_partitioner_factory: None 2024-05-06T03:50:38.344 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T03:50:38.344 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T03:50:38.344 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5642b34e9f60) 2024-05-06T03:50:38.344 INFO:journalctl@ceph.mon.a.smithi050.stdout: cache_index_and_filter_blocks: 1 2024-05-06T03:50:38.344 INFO:journalctl@ceph.mon.a.smithi050.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T03:50:38.344 INFO:journalctl@ceph.mon.a.smithi050.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T03:50:38.345 INFO:journalctl@ceph.mon.a.smithi050.stdout: pin_top_level_index_and_filter: 1 2024-05-06T03:50:38.345 INFO:journalctl@ceph.mon.a.smithi050.stdout: index_type: 0 2024-05-06T03:50:38.345 INFO:journalctl@ceph.mon.a.smithi050.stdout: data_block_index_type: 0 2024-05-06T03:50:38.345 INFO:journalctl@ceph.mon.a.smithi050.stdout: index_shortening: 1 2024-05-06T03:50:38.345 INFO:journalctl@ceph.mon.a.smithi050.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-06T03:50:38.345 INFO:journalctl@ceph.mon.a.smithi050.stdout: checksum: 4 2024-05-06T03:50:38.345 INFO:journalctl@ceph.mon.a.smithi050.stdout: no_block_cache: 0 2024-05-06T03:50:38.345 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_cache: 0x5642b34ed1f0 2024-05-06T03:50:38.345 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_cache_name: BinnedLRUCache 2024-05-06T03:50:38.345 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_cache_options: 2024-05-06T03:50:38.345 INFO:journalctl@ceph.mon.a.smithi050.stdout: capacity : 536870912 2024-05-06T03:50:38.346 INFO:journalctl@ceph.mon.a.smithi050.stdout: num_shard_bits : 4 2024-05-06T03:50:38.346 INFO:journalctl@ceph.mon.a.smithi050.stdout: strict_capacity_limit : 0 2024-05-06T03:50:38.346 INFO:journalctl@ceph.mon.a.smithi050.stdout: high_pri_pool_ratio: 0.000 2024-05-06T03:50:38.346 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_cache_compressed: (nil) 2024-05-06T03:50:38.346 INFO:journalctl@ceph.mon.a.smithi050.stdout: persistent_cache: (nil) 2024-05-06T03:50:38.346 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_size: 4096 2024-05-06T03:50:38.346 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_size_deviation: 10 2024-05-06T03:50:38.346 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_restart_interval: 16 2024-05-06T03:50:38.346 INFO:journalctl@ceph.mon.a.smithi050.stdout: index_block_restart_interval: 1 2024-05-06T03:50:38.346 INFO:journalctl@ceph.mon.a.smithi050.stdout: metadata_block_size: 4096 2024-05-06T03:50:38.346 INFO:journalctl@ceph.mon.a.smithi050.stdout: partition_filters: 0 2024-05-06T03:50:38.346 INFO:journalctl@ceph.mon.a.smithi050.stdout: use_delta_encoding: 1 2024-05-06T03:50:38.346 INFO:journalctl@ceph.mon.a.smithi050.stdout: filter_policy: bloomfilter 2024-05-06T03:50:38.346 INFO:journalctl@ceph.mon.a.smithi050.stdout: whole_key_filtering: 1 2024-05-06T03:50:38.347 INFO:journalctl@ceph.mon.a.smithi050.stdout: verify_compression: 0 2024-05-06T03:50:38.347 INFO:journalctl@ceph.mon.a.smithi050.stdout: read_amp_bytes_per_bit: 0 2024-05-06T03:50:38.347 INFO:journalctl@ceph.mon.a.smithi050.stdout: format_version: 5 2024-05-06T03:50:38.347 INFO:journalctl@ceph.mon.a.smithi050.stdout: enable_index_compression: 1 2024-05-06T03:50:38.347 INFO:journalctl@ceph.mon.a.smithi050.stdout: block_align: 0 2024-05-06T03:50:38.347 INFO:journalctl@ceph.mon.a.smithi050.stdout: max_auto_readahead_size: 262144 2024-05-06T03:50:38.347 INFO:journalctl@ceph.mon.a.smithi050.stdout: prepopulate_block_cache: 0 2024-05-06T03:50:38.347 INFO:journalctl@ceph.mon.a.smithi050.stdout: initial_auto_readahead_size: 8192 2024-05-06T03:50:38.347 INFO:journalctl@ceph.mon.a.smithi050.stdout: num_file_reads_for_auto_readahead: 2 2024-05-06T03:50:38.347 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.write_buffer_size: 33554432 2024-05-06T03:50:38.348 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_write_buffer_number: 2 2024-05-06T03:50:38.348 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compression: NoCompression 2024-05-06T03:50:38.348 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.bottommost_compression: Disabled 2024-05-06T03:50:38.348 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.prefix_extractor: nullptr 2024-05-06T03:50:38.348 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T03:50:38.348 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.num_levels: 7 2024-05-06T03:50:38.348 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T03:50:38.348 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T03:50:38.348 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T03:50:38.348 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T03:50:38.348 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T03:50:38.348 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T03:50:38.348 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T03:50:38.348 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T03:50:38.349 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T03:50:38.349 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T03:50:38.349 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T03:50:38.349 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T03:50:38.349 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T03:50:38.349 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compression_opts.level: 32767 2024-05-06T03:50:38.349 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compression_opts.strategy: 0 2024-05-06T03:50:38.349 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T03:50:38.349 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T03:50:38.349 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T03:50:38.350 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T03:50:38.350 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compression_opts.enabled: false 2024-05-06T03:50:38.350 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T03:50:38.350 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T03:50:38.350 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T03:50:38.350 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T03:50:38.350 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.target_file_size_base: 67108864 2024-05-06T03:50:38.350 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T03:50:38.350 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T03:50:38.350 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T03:50:38.350 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T03:50:38.350 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T03:50:38.350 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T03:50:38.351 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T03:50:38.351 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T03:50:38.351 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T03:50:38.351 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T03:50:38.351 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T03:50:38.351 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T03:50:38.351 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T03:50:38.351 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T03:50:38.352 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.arena_block_size: 1048576 2024-05-06T03:50:38.352 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T03:50:38.352 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T03:50:38.352 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.disable_auto_compactions: 0 2024-05-06T03:50:38.352 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T03:50:38.352 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T03:50:38.352 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T03:50:38.352 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T03:50:38.352 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T03:50:38.352 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T03:50:38.352 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T03:50:38.352 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T03:50:38.353 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T03:50:38.353 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T03:50:38.353 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T03:50:38.353 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.inplace_update_support: 0 2024-05-06T03:50:38.353 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T03:50:38.353 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T03:50:38.353 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T03:50:38.353 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T03:50:38.353 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.bloom_locality: 0 2024-05-06T03:50:38.353 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.max_successive_merges: 0 2024-05-06T03:50:38.353 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T03:50:38.354 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.paranoid_file_checks: 0 2024-05-06T03:50:38.354 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.force_consistency_checks: 1 2024-05-06T03:50:38.354 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.report_bg_io_stats: 0 2024-05-06T03:50:38.354 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.ttl: 2592000 2024-05-06T03:50:38.354 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T03:50:38.354 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T03:50:38.354 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T03:50:38.354 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.enable_blob_files: false 2024-05-06T03:50:38.354 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.min_blob_size: 0 2024-05-06T03:50:38.354 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.blob_file_size: 268435456 2024-05-06T03:50:38.355 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T03:50:38.355 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T03:50:38.355 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T03:50:38.355 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T03:50:38.355 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T03:50:38.355 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.blob_file_starting_level: 0 2024-05-06T03:50:38.355 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T03:50:38.355 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: 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-05-06T03:50:38.355 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-06T03:50:38.355 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: dbeac3b3-956c-400b-858e-b67693bd3ff3 2024-05-06T03:50:38.356 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714967438068744, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-06T03:50:38.356 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-06T03:50:38.356 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714967438069777, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85286, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83433, "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": 77645, "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": 1714967438, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "dbeac3b3-956c-400b-858e-b67693bd3ff3", "db_session_id": "1ZH3XOQ4E173G3LW1KS3", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-06T03:50:38.356 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714967438069883, "job": 1, "event": "recovery_finished"} 2024-05-06T03:50:38.356 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-06T03:50:38.356 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: 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-05-06T03:50:38.356 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5642b360a000 2024-05-06T03:50:38.356 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: DB pointer 0x5642b35f6000 2024-05-06T03:50:38.356 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T03:50:38.356 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T03:50:38.357 INFO:journalctl@ceph.mon.a.smithi050.stdout: ** DB Stats ** 2024-05-06T03:50:38.357 INFO:journalctl@ceph.mon.a.smithi050.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T03:50:38.357 INFO:journalctl@ceph.mon.a.smithi050.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-05-06T03:50:38.357 INFO:journalctl@ceph.mon.a.smithi050.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T03:50:38.357 INFO:journalctl@ceph.mon.a.smithi050.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T03:50:38.357 INFO:journalctl@ceph.mon.a.smithi050.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-05-06T03:50:38.357 INFO:journalctl@ceph.mon.a.smithi050.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T03:50:38.357 INFO:journalctl@ceph.mon.a.smithi050.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T03:50:38.357 INFO:journalctl@ceph.mon.a.smithi050.stdout: 2024-05-06T03:50:38.357 INFO:journalctl@ceph.mon.a.smithi050.stdout: ** Compaction Stats [default] ** 2024-05-06T03:50:38.357 INFO:journalctl@ceph.mon.a.smithi050.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-05-06T03:50:38.357 INFO:journalctl@ceph.mon.a.smithi050.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T03:50:38.357 INFO:journalctl@ceph.mon.a.smithi050.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 125.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T03:50:38.358 INFO:journalctl@ceph.mon.a.smithi050.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 125.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T03:50:38.358 INFO:journalctl@ceph.mon.a.smithi050.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 125.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T03:50:38.358 INFO:journalctl@ceph.mon.a.smithi050.stdout: 2024-05-06T03:50:38.358 INFO:journalctl@ceph.mon.a.smithi050.stdout: ** Compaction Stats [default] ** 2024-05-06T03:50:38.358 INFO:journalctl@ceph.mon.a.smithi050.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-05-06T03:50:38.358 INFO:journalctl@ceph.mon.a.smithi050.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T03:50:38.358 INFO:journalctl@ceph.mon.a.smithi050.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 125.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-06T03:50:38.358 INFO:journalctl@ceph.mon.a.smithi050.stdout: 2024-05-06T03:50:38.358 INFO:journalctl@ceph.mon.a.smithi050.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T03:50:38.358 INFO:journalctl@ceph.mon.a.smithi050.stdout: 2024-05-06T03:50:38.358 INFO:journalctl@ceph.mon.a.smithi050.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T03:50:38.358 INFO:journalctl@ceph.mon.a.smithi050.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T03:50:38.358 INFO:journalctl@ceph.mon.a.smithi050.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T03:50:38.359 INFO:journalctl@ceph.mon.a.smithi050.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T03:50:38.359 INFO:journalctl@ceph.mon.a.smithi050.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T03:50:38.359 INFO:journalctl@ceph.mon.a.smithi050.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-06T03:50:38.359 INFO:journalctl@ceph.mon.a.smithi050.stdout: Cumulative compaction: 0.00 GB write, 23.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T03:50:38.359 INFO:journalctl@ceph.mon.a.smithi050.stdout: Interval compaction: 0.00 GB write, 23.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T03:50:38.359 INFO:journalctl@ceph.mon.a.smithi050.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-05-06T03:50:38.359 INFO:journalctl@ceph.mon.a.smithi050.stdout: Block cache BinnedLRUCache@0x5642b34ed1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-05-06T03:50:38.359 INFO:journalctl@ceph.mon.a.smithi050.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-05-06T03:50:38.359 INFO:journalctl@ceph.mon.a.smithi050.stdout: 2024-05-06T03:50:38.359 INFO:journalctl@ceph.mon.a.smithi050.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-06T03:50:38.359 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: starting mon.a rank 0 at public addrs [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] at bind addrs [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:50:38.359 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: mon.a@-1(???) e1 preinit fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:50:38.359 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: mon.a@-1(???).mds e1 new map 2024-05-06T03:50:38.360 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: mon.a@-1(???).mds e1 print_map 2024-05-06T03:50:38.360 INFO:journalctl@ceph.mon.a.smithi050.stdout: e1 2024-05-06T03:50:38.360 INFO:journalctl@ceph.mon.a.smithi050.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T03:50:38.360 INFO:journalctl@ceph.mon.a.smithi050.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-05-06T03:50:38.360 INFO:journalctl@ceph.mon.a.smithi050.stdout: legacy client fscid: -1 2024-05-06T03:50:38.360 INFO:journalctl@ceph.mon.a.smithi050.stdout: 2024-05-06T03:50:38.360 INFO:journalctl@ceph.mon.a.smithi050.stdout: No filesystems configured 2024-05-06T03:50:38.360 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T03:50:38.360 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:50:38.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:50:38.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:50:38.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-06T03:50:38.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 bash[28534]: 2db31baf1dbf51ef11eea8637fe1ba7511d42b1928de899138db8b5cbfa12400 2024-05-06T03:50:38.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 systemd[1]: Started Ceph mon.a for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:50:38.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: mon.a is new leader, mons a in quorum (ranks 0) 2024-05-06T03:50:38.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: monmap epoch 1 2024-05-06T03:50:38.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:50:38.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: last_changed 2024-05-06T03:50:29.381865+0000 2024-05-06T03:50:38.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: created 2024-05-06T03:50:29.381865+0000 2024-05-06T03:50:38.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: min_mon_release 19 (squid) 2024-05-06T03:50:38.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: election_strategy: 1 2024-05-06T03:50:38.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: 0: [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon.a 2024-05-06T03:50:38.361 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: fsmap 2024-05-06T03:50:38.362 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: osdmap e1: 0 total, 0 up, 0 in 2024-05-06T03:50:38.362 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:38 smithi050 ceph-mon[28572]: mgrmap e1: no daemons active 2024-05-06T03:50:39.185 INFO:teuthology.orchestra.run.smithi050.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-06T03:50:39.206 INFO:teuthology.orchestra.run.smithi050.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:50:39.207 INFO:teuthology.orchestra.run.smithi050.stdout:Creating mgr... 2024-05-06T03:50:39.207 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-06T03:50:39.207 INFO:teuthology.orchestra.run.smithi050.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-06T03:50:39.464 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mgr.a 2024-05-06T03:50:39.465 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mgr.a.service: Unit ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mgr.a.service not loaded. 2024-05-06T03:50:39.624 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968.target.wants/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@.service. 2024-05-06T03:50:39.970 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:39 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3243522289' entity='client.admin' 2024-05-06T03:50:39.971 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:39 smithi050 podman[28811]: 2024-05-06 03:50:39.87042204 +0000 UTC m=+0.131384241 container create d6fbb16e62c249acfe18c7fa17785b32759498bc657aa47f4859cd986f473cc1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.build-date=20240430, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, ceph=True) 2024-05-06T03:50:40.201 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-06T03:50:40.201 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout disabled 2024-05-06T03:50:40.209 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-06T03:50:40.209 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2024-05-06T03:50:40.209 INFO:teuthology.orchestra.run.smithi050.stdout:firewalld.service is not enabled 2024-05-06T03:50:40.209 INFO:teuthology.orchestra.run.smithi050.stdout:Not possible to enable service . firewalld.service is not available 2024-05-06T03:50:40.218 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-06T03:50:40.218 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout disabled 2024-05-06T03:50:40.225 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-06T03:50:40.225 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2024-05-06T03:50:40.225 INFO:teuthology.orchestra.run.smithi050.stdout:firewalld.service is not enabled 2024-05-06T03:50:40.225 INFO:teuthology.orchestra.run.smithi050.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-06T03:50:40.225 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mgr to start... 2024-05-06T03:50:40.225 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mgr... 2024-05-06T03:50:40.333 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:40 smithi050 podman[28811]: 2024-05-06 03:50:40.072946773 +0000 UTC m=+0.333908967 container init d6fbb16e62c249acfe18c7fa17785b32759498bc657aa47f4859cd986f473cc1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-05-06T03:50:40.333 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:40 smithi050 podman[28811]: 2024-05-06 03:50:40.0789952 +0000 UTC m=+0.339957394 container start d6fbb16e62c249acfe18c7fa17785b32759498bc657aa47f4859cd986f473cc1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, io.buildah.version=1.33.5) 2024-05-06T03:50:40.334 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:40 smithi050 bash[28811]: d6fbb16e62c249acfe18c7fa17785b32759498bc657aa47f4859cd986f473cc1 2024-05-06T03:50:40.334 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:40 smithi050 systemd[1]: Started Ceph mgr.a for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:50:40.334 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:40.241+0000 7f214fdb6200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T03:50:40.615 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:40.435+0000 7f214fdb6200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:50:40.615 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:40.547+0000 7f214fdb6200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T03:50:40.886 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:40 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3337481217' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T03:50:41.178 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:40.879+0000 7f214fdb6200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T03:50:41.178 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:40.967+0000 7f214fdb6200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T03:50:41.458 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2024-05-06T03:50:41.458 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:50:41.458 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsid": "a45a39f2-0b5b-11ef-bc97-c7b262605968", 2024-05-06T03:50:41.458 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T03:50:41.458 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T03:50:41.458 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T03:50:41.459 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T03:50:41.459 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:41.459 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T03:50:41.459 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T03:50:41.459 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 0 2024-05-06T03:50:41.459 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:50:41.459 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T03:50:41.459 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T03:50:41.459 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:50:41.460 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-06T03:50:41.460 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T03:50:41.460 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:41.460 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T03:50:41.460 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T03:50:41.460 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:41.460 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T03:50:41.460 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:41.460 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T03:50:41.460 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T03:50:41.461 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T03:50:41.461 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T03:50:41.461 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T03:50:41.461 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T03:50:41.465 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:41.945 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T03:50:41.945 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T03:50:41.945 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T03:50:41.946 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T03:50:41.946 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T03:50:41.946 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T03:50:41.946 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T03:50:41.946 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T03:50:41.946 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T03:50:41.946 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:41.946 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T03:50:41.946 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:41.946 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T03:50:41.946 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T03:50:41.946 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:41.946 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T03:50:41.946 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T03:50:41.947 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T03:50:41.947 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T03:50:41.947 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T03:50:41.947 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T03:50:41.947 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T03:50:41.947 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:50:41.947 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:50:41.947 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:41.947 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T03:50:41.947 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:41.947 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T03:50:32.696075+0000", 2024-05-06T03:50:41.947 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:50:41.947 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:41.947 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T03:50:41.948 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:50:41.948 INFO:teuthology.orchestra.run.smithi050.stdout:mgr not available, waiting (1/15)... 2024-05-06T03:50:42.583 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:42 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:42.247+0000 7f214fdb6200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T03:50:42.583 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:42 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:42.422+0000 7f214fdb6200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T03:50:42.901 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:42 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:42.598+0000 7f214fdb6200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T03:50:42.901 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:42 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:42.895+0000 7f214fdb6200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T03:50:43.205 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:42 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:42.989+0000 7f214fdb6200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T03:50:43.206 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:43 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:43.199+0000 7f214fdb6200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T03:50:43.578 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:43 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:43.397+0000 7f214fdb6200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:50:44.279 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:44 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3502537966' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T03:50:44.280 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:44 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:44.044+0000 7f214fdb6200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T03:50:44.280 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:44 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:44.273+0000 7f214fdb6200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T03:50:44.581 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2024-05-06T03:50:44.581 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:50:44.581 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsid": "a45a39f2-0b5b-11ef-bc97-c7b262605968", 2024-05-06T03:50:44.581 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T03:50:44.581 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T03:50:44.581 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T03:50:44.581 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T03:50:44.581 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:44.581 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T03:50:44.581 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T03:50:44.581 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 0 2024-05-06T03:50:44.582 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:50:44.582 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T03:50:44.582 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T03:50:44.582 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:50:44.582 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-05-06T03:50:44.582 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T03:50:44.582 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:44.582 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T03:50:44.582 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T03:50:44.582 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:44.582 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T03:50:44.582 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:44.582 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T03:50:44.582 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T03:50:44.583 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T03:50:44.583 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T03:50:44.583 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T03:50:44.583 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T03:50:44.586 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:44.586 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T03:50:44.586 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T03:50:44.586 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T03:50:44.586 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T03:50:44.586 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T03:50:44.587 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T03:50:44.587 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T03:50:44.587 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T03:50:44.587 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T03:50:44.587 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:44.587 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T03:50:44.587 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:44.587 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T03:50:44.587 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T03:50:44.587 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:44.587 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T03:50:44.587 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T03:50:44.587 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T03:50:44.587 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T03:50:44.588 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T03:50:44.588 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T03:50:44.588 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T03:50:44.588 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:50:44.588 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:50:44.588 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:44.588 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T03:50:44.588 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:44.588 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T03:50:32.696075+0000", 2024-05-06T03:50:44.588 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:50:44.588 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:44.588 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T03:50:44.588 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:50:44.588 INFO:teuthology.orchestra.run.smithi050.stdout:mgr not available, waiting (2/15)... 2024-05-06T03:50:44.833 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:44 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:44.714+0000 7f214fdb6200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T03:50:44.833 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:44 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:44.813+0000 7f214fdb6200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T03:50:45.583 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:45 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:45.206+0000 7f214fdb6200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T03:50:45.931 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:45 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:45.577+0000 7f214fdb6200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T03:50:45.931 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:45 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:45.672+0000 7f214fdb6200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T03:50:46.333 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:45 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:45.924+0000 7f214fdb6200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T03:50:46.333 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:46 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:46.062+0000 7f214fdb6200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T03:50:46.707 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:46 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:46.382+0000 7f214fdb6200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T03:50:46.708 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:46 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:46.501+0000 7f214fdb6200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T03:50:46.708 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:46 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:46.597+0000 7f214fdb6200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T03:50:47.251 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:47 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/1431595781' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T03:50:47.523 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:47 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:47.245+0000 7f214fdb6200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T03:50:47.523 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:47 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:47.470+0000 7f214fdb6200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T03:50:47.798 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2024-05-06T03:50:47.799 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:50:47.799 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsid": "a45a39f2-0b5b-11ef-bc97-c7b262605968", 2024-05-06T03:50:47.799 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T03:50:47.799 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T03:50:47.799 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T03:50:47.799 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T03:50:47.799 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:47.799 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T03:50:47.799 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T03:50:47.799 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 0 2024-05-06T03:50:47.799 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:50:47.799 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T03:50:47.799 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T03:50:47.800 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:50:47.800 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-05-06T03:50:47.800 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T03:50:47.800 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:47.800 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T03:50:47.800 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T03:50:47.800 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:47.800 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T03:50:47.800 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:47.800 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T03:50:47.800 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T03:50:47.800 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T03:50:47.800 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T03:50:47.800 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T03:50:47.801 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T03:50:47.801 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:47.801 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T03:50:47.801 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T03:50:47.801 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T03:50:47.801 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T03:50:47.801 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T03:50:47.801 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T03:50:47.801 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T03:50:47.801 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T03:50:47.801 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T03:50:47.801 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:47.801 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T03:50:47.801 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:47.801 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T03:50:47.802 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T03:50:47.802 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:47.802 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T03:50:47.802 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-06T03:50:47.802 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T03:50:47.802 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T03:50:47.802 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T03:50:47.802 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T03:50:47.802 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T03:50:47.802 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:50:47.802 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:50:47.802 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:47.803 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T03:50:47.803 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:47.803 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T03:50:32.696075+0000", 2024-05-06T03:50:47.803 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:50:47.803 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:47.803 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T03:50:47.803 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:50:47.803 INFO:teuthology.orchestra.run.smithi050.stdout:mgr not available, waiting (3/15)... 2024-05-06T03:50:48.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:48 smithi050 ceph-mon[28572]: Activating manager daemon a 2024-05-06T03:50:48.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:48 smithi050 ceph-mon[28572]: mgrmap e2: a(active, starting, since 0.00321711s) 2024-05-06T03:50:48.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:48 smithi050 ceph-mon[28572]: from='mgr.14100 172.21.15.50:0/4170408687' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:50:48.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:48 smithi050 ceph-mon[28572]: from='mgr.14100 172.21.15.50:0/4170408687' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:50:48.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:48 smithi050 ceph-mon[28572]: from='mgr.14100 172.21.15.50:0/4170408687' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:50:48.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:48 smithi050 ceph-mon[28572]: from='mgr.14100 172.21.15.50:0/4170408687' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:50:48.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:48 smithi050 ceph-mon[28572]: from='mgr.14100 172.21.15.50:0/4170408687' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T03:50:48.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:48 smithi050 ceph-mon[28572]: Manager daemon a is now available 2024-05-06T03:50:48.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:48 smithi050 ceph-mon[28572]: from='mgr.14100 172.21.15.50:0/4170408687' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T03:50:48.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:48 smithi050 ceph-mon[28572]: from='mgr.14100 172.21.15.50:0/4170408687' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T03:50:48.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:48 smithi050 ceph-mon[28572]: from='mgr.14100 172.21.15.50:0/4170408687' entity='mgr.a' 2024-05-06T03:50:48.585 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:48 smithi050 ceph-mon[28572]: from='mgr.14100 172.21.15.50:0/4170408687' entity='mgr.a' 2024-05-06T03:50:48.585 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:48 smithi050 ceph-mon[28572]: from='mgr.14100 172.21.15.50:0/4170408687' entity='mgr.a' 2024-05-06T03:50:49.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:49 smithi050 ceph-mon[28572]: mgrmap e3: a(active, since 1.0075s) 2024-05-06T03:50:50.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:50 smithi050 ceph-mon[28572]: mgrmap e4: a(active, since 2s) 2024-05-06T03:50:51.152 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2024-05-06T03:50:51.152 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:50:51.153 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsid": "a45a39f2-0b5b-11ef-bc97-c7b262605968", 2024-05-06T03:50:51.153 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "health": { 2024-05-06T03:50:51.153 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-06T03:50:51.153 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-06T03:50:51.153 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-06T03:50:51.153 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:51.153 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-06T03:50:51.153 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-06T03:50:51.153 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 0 2024-05-06T03:50:51.153 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:50:51.153 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-06T03:50:51.153 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "a" 2024-05-06T03:50:51.153 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:50:51.153 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-05-06T03:50:51.154 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-06T03:50:51.154 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:51.154 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-06T03:50:51.154 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-06T03:50:51.154 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:51.154 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-06T03:50:51.154 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:51.154 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-06T03:50:51.154 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-06T03:50:51.154 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-06T03:50:51.154 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-06T03:50:51.154 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-06T03:50:51.154 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-06T03:50:51.159 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:51.159 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-06T03:50:51.159 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-06T03:50:51.159 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-06T03:50:51.159 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-06T03:50:51.159 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-06T03:50:51.159 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-06T03:50:51.159 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-06T03:50:51.159 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-06T03:50:51.159 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-06T03:50:51.159 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:51.159 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-06T03:50:51.159 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:51.160 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-06T03:50:51.160 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-06T03:50:51.160 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:51.160 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-06T03:50:51.160 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T03:50:51.160 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-06T03:50:51.160 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-06T03:50:51.160 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-06T03:50:51.160 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-06T03:50:51.160 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "restful" 2024-05-06T03:50:51.160 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ], 2024-05-06T03:50:51.161 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:50:51.161 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:51.161 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-06T03:50:51.161 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-06T03:50:51.161 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "modified": "2024-05-06T03:50:32.696075+0000", 2024-05-06T03:50:51.161 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-06T03:50:51.161 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout }, 2024-05-06T03:50:51.161 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-06T03:50:51.161 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:50:51.161 INFO:teuthology.orchestra.run.smithi050.stdout:mgr is available 2024-05-06T03:50:51.524 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:51 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/356687435' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-06T03:50:52.492 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2024-05-06T03:50:52.492 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [global] 2024-05-06T03:50:52.493 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout fsid = a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:50:52.493 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-06T03:50:52.493 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-06T03:50:52.493 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-06T03:50:52.493 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-06T03:50:52.493 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-06T03:50:52.493 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2024-05-06T03:50:52.493 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-06T03:50:52.494 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-06T03:50:52.494 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 2024-05-06T03:50:52.494 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout [osd] 2024-05-06T03:50:52.494 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-06T03:50:52.494 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-06T03:50:52.494 INFO:teuthology.orchestra.run.smithi050.stdout:Enabling cephadm module... 2024-05-06T03:50:52.738 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:52 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/1916832998' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-06T03:50:52.738 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:52 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/1916832998' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-06T03:50:53.809 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:53 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/4148972883' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-06T03:50:53.809 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:53 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: ignoring --setuser ceph since I am not root 2024-05-06T03:50:53.809 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:53 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: ignoring --setgroup ceph since I am not root 2024-05-06T03:50:53.810 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:53 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:53.661+0000 7f1ac4aee200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T03:50:54.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:53 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:53.856+0000 7f1ac4aee200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:50:54.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:53 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:53.962+0000 7f1ac4aee200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T03:50:54.345 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:54 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:54.290+0000 7f1ac4aee200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T03:50:54.833 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:54 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:54.397+0000 7f1ac4aee200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T03:50:54.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:54 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/4148972883' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-06T03:50:54.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:54 smithi050 ceph-mon[28572]: mgrmap e5: a(active, since 6s) 2024-05-06T03:50:55.486 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:50:55.487 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-06T03:50:55.487 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T03:50:55.487 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-06T03:50:55.487 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-06T03:50:55.487 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:50:55.487 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for the mgr to restart... 2024-05-06T03:50:55.487 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mgr epoch 5... 2024-05-06T03:50:55.742 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:50:55 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3606836231' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T03:50:55.742 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:55 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:55.664+0000 7f1ac4aee200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T03:50:56.044 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:55 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:55.856+0000 7f1ac4aee200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T03:50:56.044 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:56 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:56.037+0000 7f1ac4aee200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T03:50:56.648 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:56 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:56.337+0000 7f1ac4aee200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T03:50:56.648 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:56 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:56.432+0000 7f1ac4aee200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T03:50:56.648 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:56 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:56.642+0000 7f1ac4aee200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T03:50:57.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:56 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:56.841+0000 7f1ac4aee200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:50:57.833 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:57 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:57.467+0000 7f1ac4aee200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T03:50:57.833 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:57 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:57.696+0000 7f1ac4aee200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T03:50:58.583 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:58 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:58.135+0000 7f1ac4aee200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T03:50:58.583 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:58 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:58.235+0000 7f1ac4aee200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T03:50:58.997 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:58 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:58.618+0000 7f1ac4aee200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T03:50:58.997 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:58 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:58.990+0000 7f1ac4aee200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T03:50:59.333 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:59 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:59.086+0000 7f1ac4aee200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T03:50:59.797 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:59 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:59.338+0000 7f1ac4aee200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T03:50:59.798 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:59 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:59.476+0000 7f1ac4aee200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T03:50:59.798 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:59 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:59.791+0000 7f1ac4aee200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T03:51:00.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:50:59 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:50:59.910+0000 7f1ac4aee200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T03:51:00.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:00.005+0000 7f1ac4aee200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T03:51:00.917 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:00.631+0000 7f1ac4aee200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T03:51:00.917 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:00.857+0000 7f1ac4aee200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T03:51:01.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: Active manager daemon a restarted 2024-05-06T03:51:01.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: Activating manager daemon a 2024-05-06T03:51:01.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: osdmap e2: 0 total, 0 up, 0 in 2024-05-06T03:51:01.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: mgrmap e6: a(active, starting, since 0.00356264s) 2024-05-06T03:51:01.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:51:01.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T03:51:01.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:51:01.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:51:01.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:51:01.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: Manager daemon a is now available 2024-05-06T03:51:01.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:01.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:01.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:01.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:51:01.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:51:01.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:00 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T03:51:02.239 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:01 smithi050 ceph-mon[28572]: Found migration_current of "None". Setting to last migration. 2024-05-06T03:51:02.239 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:01 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T03:51:02.239 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:01 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:02.239 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:01 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:02.239 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:01 smithi050 ceph-mon[28572]: mgrmap e7: a(active, since 1.00572s) 2024-05-06T03:51:02.526 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:51:02.526 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-06T03:51:02.526 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-06T03:51:02.526 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:51:02.526 INFO:teuthology.orchestra.run.smithi050.stdout:mgr epoch 5 is available 2024-05-06T03:51:02.526 INFO:teuthology.orchestra.run.smithi050.stdout:Setting orchestrator backend to cephadm... 2024-05-06T03:51:03.239 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:02 smithi050 ceph-mon[28572]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T03:51:03.239 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:02 smithi050 ceph-mon[28572]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T03:51:04.198 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:03 smithi050 ceph-mon[28572]: mgrmap e8: a(active, since 2s) 2024-05-06T03:51:04.199 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:03 smithi050 ceph-mon[28572]: [06/May/2024:03:51:03] ENGINE Bus STARTING 2024-05-06T03:51:04.199 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:03 smithi050 ceph-mon[28572]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:51:04.199 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:03 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:04.199 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:03 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:51:04.199 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:03 smithi050 ceph-mon[28572]: [06/May/2024:03:51:03] ENGINE Serving on http://172.21.15.50:8765 2024-05-06T03:51:04.199 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:03 smithi050 ceph-mon[28572]: [06/May/2024:03:51:03] ENGINE Serving on https://172.21.15.50:7150 2024-05-06T03:51:04.199 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:03 smithi050 ceph-mon[28572]: [06/May/2024:03:51:03] ENGINE Bus STARTED 2024-05-06T03:51:04.199 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:03 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:51:04.960 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:04 smithi050 ceph-mon[28572]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:51:04.963 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-06T03:51:04.964 INFO:teuthology.orchestra.run.smithi050.stdout:Generating ssh key... 2024-05-06T03:51:06.208 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: Generating public/private rsa key pair. 2024-05-06T03:51:06.208 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: Your identification has been saved in /tmp/tmp_6ry0oic/key. 2024-05-06T03:51:06.209 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: Your public key has been saved in /tmp/tmp_6ry0oic/key.pub. 2024-05-06T03:51:06.209 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: The key fingerprint is: 2024-05-06T03:51:06.209 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: SHA256:HxsEZWAyK7UpQiJJe7XRZqUi8xv/sodXhEfcS3DPhGE ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:51:06.209 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: The key's randomart image is: 2024-05-06T03:51:06.209 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: +---[RSA 3072]----+ 2024-05-06T03:51:06.209 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: |+o. o= =++.oEo. | 2024-05-06T03:51:06.209 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: |oo. ..o@.o oo++ | 2024-05-06T03:51:06.209 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: | ..+oo*. + . .o | 2024-05-06T03:51:06.209 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: | ..+o. o o . | 2024-05-06T03:51:06.209 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: | o S = | 2024-05-06T03:51:06.209 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: | + . = | 2024-05-06T03:51:06.209 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: | . .. + | 2024-05-06T03:51:06.209 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: | o.o | 2024-05-06T03:51:06.210 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: | .=. | 2024-05-06T03:51:06.210 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:05 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: +----[SHA256]-----+ 2024-05-06T03:51:07.122 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:06 smithi050 ceph-mon[28572]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:51:07.122 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:06 smithi050 ceph-mon[28572]: Generating ssh key... 2024-05-06T03:51:07.122 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:06 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:07.122 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:06 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:07.718 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfThHwpqjK92YlSSpdMrD0wSYLSiRBzHCS35v+ajR6ejUezfRn3DkqY6xx+fxVWCSZxAkh+sp+3m2jastYzocMm0TduCQzZZhnMZ3w7UQyzG4+eWgdq5KsdFkcftIo8pyPK03T0Y+aYq9T9ter0zgGDYqo5K2VyZtA2lp7fiTS/Orko7+fMjHCDLaDq1wO/Yj21/FMORy1ytRDtMl5uDAahP0jgZLGBweku5qdjsaZZQyjiQt4+v/2RIBI/Rqc2fYFT1wWMOG1ScB1AD7uI3vIaGG9CaOOguncNZeZ4VwWbURtj/8yM9IxHll7ChHoc7UzmumwB47trgJ16oz9oUGKjN8ZxMJR+RUGIg7T/wwmB+xlS5EUI3otgM78ta0vdsiEbXjsiVY/xOCIRt3C12t4uPhnZPN7X0posNZRTrMxyKqlZbgMa1EsZMz/xDbOhd68BbFTUuxjMqkZML071Z1JpWw7an6rkg4B6DHIuSFKy+lBno9Ppa7a8c+WPw5WuCE= ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:51:07.719 INFO:teuthology.orchestra.run.smithi050.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-06T03:51:07.719 INFO:teuthology.orchestra.run.smithi050.stdout:Adding key to root@localhost authorized_keys... 2024-05-06T03:51:07.720 INFO:teuthology.orchestra.run.smithi050.stdout:Adding host smithi050... 2024-05-06T03:51:07.972 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:07 smithi050 ceph-mon[28572]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:51:09.014 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:08 smithi050 ceph-mon[28572]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi050", "addr": "172.21.15.50", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:51:10.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:09 smithi050 ceph-mon[28572]: Deploying cephadm binary to smithi050 2024-05-06T03:51:13.309 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Added host 'smithi050' with addr '172.21.15.50' 2024-05-06T03:51:13.310 INFO:teuthology.orchestra.run.smithi050.stdout:Deploying unmanaged mon service... 2024-05-06T03:51:13.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:13 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:13.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:13 smithi050 ceph-mon[28572]: Added host smithi050 2024-05-06T03:51:13.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:13 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:51:14.796 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-06T03:51:14.796 INFO:teuthology.orchestra.run.smithi050.stdout:Deploying unmanaged mgr service... 2024-05-06T03:51:15.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:15 smithi050 ceph-mon[28572]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:51:15.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:15 smithi050 ceph-mon[28572]: Saving service mon spec with placement count:5 2024-05-06T03:51:15.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:15 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:16.917 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-06T03:51:17.160 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:16 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:17.160 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:16 smithi050 ceph-mon[28572]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:51:17.160 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:16 smithi050 ceph-mon[28572]: Saving service mgr spec with placement count:2 2024-05-06T03:51:17.160 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:16 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:17.160 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:16 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:18.774 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:18 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3153033203' entity='client.admin' 2024-05-06T03:51:18.775 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:18 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:18.775 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:18 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:18.775 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:18 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi050", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:51:18.775 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:18 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' 2024-05-06T03:51:18.775 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:18 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi050", "caps": []}]: dispatch 2024-05-06T03:51:18.775 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:18 smithi050 ceph-mon[28572]: from='mgr.14120 172.21.15.50:0/863708027' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi050", "caps": []}]': finished 2024-05-06T03:51:19.999 INFO:teuthology.orchestra.run.smithi050.stdout:Enabling the dashboard module... 2024-05-06T03:51:20.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:20 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3443849195' entity='client.admin' 2024-05-06T03:51:21.567 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:21 smithi050 ceph-mon[28572]: Deploying daemon agent.smithi050 on smithi050 2024-05-06T03:51:21.568 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:21 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/1825750005' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-06T03:51:21.568 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:21 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: ignoring --setuser ceph since I am not root 2024-05-06T03:51:21.568 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:21 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: ignoring --setgroup ceph since I am not root 2024-05-06T03:51:21.568 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:21 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:21.561+0000 7fc57221a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T03:51:21.833 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:21 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:21.753+0000 7fc57221a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:51:22.138 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:21 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:21.863+0000 7fc57221a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T03:51:22.424 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:22 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/1825750005' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-06T03:51:22.424 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:22 smithi050 ceph-mon[28572]: mgrmap e9: a(active, since 20s) 2024-05-06T03:51:22.424 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:22 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:22.189+0000 7fc57221a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T03:51:22.424 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:22 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:22.282+0000 7fc57221a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T03:51:23.394 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:23 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3917014168' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-06T03:51:23.397 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:51:23.397 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-06T03:51:23.397 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-06T03:51:23.397 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-06T03:51:23.397 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-06T03:51:23.397 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:51:23.397 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for the mgr to restart... 2024-05-06T03:51:23.397 INFO:teuthology.orchestra.run.smithi050.stdout:Waiting for mgr epoch 9... 2024-05-06T03:51:23.655 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:23 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:23.556+0000 7fc57221a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T03:51:23.927 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:23 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:23.740+0000 7fc57221a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T03:51:23.928 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:23 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:23.921+0000 7fc57221a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T03:51:24.536 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:24 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:24.222+0000 7fc57221a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T03:51:24.536 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:24 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:24.318+0000 7fc57221a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T03:51:24.536 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:24 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:24.530+0000 7fc57221a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T03:51:24.833 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:24 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:24.730+0000 7fc57221a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:51:25.833 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:25 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:25.358+0000 7fc57221a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T03:51:25.833 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:25 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:25.588+0000 7fc57221a200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T03:51:26.333 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:26 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:26.028+0000 7fc57221a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T03:51:26.333 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:26 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:26.129+0000 7fc57221a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T03:51:26.833 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:26 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:26.517+0000 7fc57221a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T03:51:27.246 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:26 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:26.890+0000 7fc57221a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T03:51:27.246 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:26 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:26.987+0000 7fc57221a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T03:51:27.583 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:27 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:27.240+0000 7fc57221a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T03:51:27.583 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:27 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:27.378+0000 7fc57221a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T03:51:28.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:27 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:27.695+0000 7fc57221a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T03:51:28.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:27 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:27.815+0000 7fc57221a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T03:51:28.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:27 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:27.911+0000 7fc57221a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T03:51:28.827 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:28 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:28.541+0000 7fc57221a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T03:51:28.827 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:51:28 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:51:28.767+0000 7fc57221a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T03:51:29.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:28 smithi050 ceph-mon[28572]: Active manager daemon a restarted 2024-05-06T03:51:29.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:28 smithi050 ceph-mon[28572]: Activating manager daemon a 2024-05-06T03:51:29.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:28 smithi050 ceph-mon[28572]: osdmap e3: 0 total, 0 up, 0 in 2024-05-06T03:51:29.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:28 smithi050 ceph-mon[28572]: mgrmap e10: a(active, starting, since 0.00337015s) 2024-05-06T03:51:29.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:28 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:51:29.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:28 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-06T03:51:29.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:28 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-06T03:51:29.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:28 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-06T03:51:29.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:28 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-06T03:51:29.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:28 smithi050 ceph-mon[28572]: Manager daemon a is now available 2024-05-06T03:51:29.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:28 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:29.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:28 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:51:30.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:29 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-06T03:51:30.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:29 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-06T03:51:30.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:29 smithi050 ceph-mon[28572]: [06/May/2024:03:51:29] ENGINE Bus STARTING 2024-05-06T03:51:30.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:29 smithi050 ceph-mon[28572]: [06/May/2024:03:51:29] ENGINE Serving on https://172.21.15.50:7150 2024-05-06T03:51:30.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:29 smithi050 ceph-mon[28572]: [06/May/2024:03:51:29] ENGINE Serving on http://172.21.15.50:8765 2024-05-06T03:51:30.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:29 smithi050 ceph-mon[28572]: [06/May/2024:03:51:29] ENGINE Bus STARTED 2024-05-06T03:51:30.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:29 smithi050 ceph-mon[28572]: mgrmap e11: a(active, since 1.00612s) 2024-05-06T03:51:30.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:30 smithi050 ceph-mon[28572]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-06T03:51:30.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:30 smithi050 ceph-mon[28572]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-06T03:51:30.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:30 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:30.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:30 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi050", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:51:30.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:30 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:30.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:30 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi050", "caps": []}]: dispatch 2024-05-06T03:51:30.898 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout { 2024-05-06T03:51:30.898 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-06T03:51:30.898 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-06T03:51:30.898 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout } 2024-05-06T03:51:30.899 INFO:teuthology.orchestra.run.smithi050.stdout:mgr epoch 9 is available 2024-05-06T03:51:30.899 INFO:teuthology.orchestra.run.smithi050.stdout:Generating a dashboard self-signed certificate... 2024-05-06T03:51:32.338 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-06T03:51:32.338 INFO:teuthology.orchestra.run.smithi050.stdout:Creating initial admin user... 2024-05-06T03:51:32.604 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:32 smithi050 ceph-mon[28572]: mgrmap e12: a(active, since 2s) 2024-05-06T03:51:32.604 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:32 smithi050 ceph-mon[28572]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:51:32.605 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:32.605 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:32.605 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:32 smithi050 ceph-mon[28572]: Deploying daemon agent.smithi050 on smithi050 2024-05-06T03:51:34.003 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$1jXrAMOYs3oRG6aisQYFjerIPJ12aqKZNauWjZBJ9Vw3Dp8ygUOta", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714967493, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-06T03:51:34.003 INFO:teuthology.orchestra.run.smithi050.stdout:Fetching dashboard port number... 2024-05-06T03:51:34.521 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:34 smithi050 ceph-mon[28572]: 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-05-06T03:51:34.521 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:35.453 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stdout 8443 2024-05-06T03:51:35.464 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-05-06T03:51:35.464 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout disabled 2024-05-06T03:51:35.472 INFO:teuthology.orchestra.run.smithi050.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-05-06T03:51:35.472 INFO:teuthology.orchestra.run.smithi050.stdout:systemctl: stdout inactive 2024-05-06T03:51:35.472 INFO:teuthology.orchestra.run.smithi050.stdout:firewalld.service is not enabled 2024-05-06T03:51:35.472 INFO:teuthology.orchestra.run.smithi050.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-06T03:51:35.474 INFO:teuthology.orchestra.run.smithi050.stdout:Ceph Dashboard is now available at: 2024-05-06T03:51:35.474 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:51:35.474 INFO:teuthology.orchestra.run.smithi050.stdout: URL: https://smithi050:8443/ 2024-05-06T03:51:35.474 INFO:teuthology.orchestra.run.smithi050.stdout: User: admin 2024-05-06T03:51:35.474 INFO:teuthology.orchestra.run.smithi050.stdout: Password: qkgdwid3dq 2024-05-06T03:51:35.474 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:51:35.475 INFO:teuthology.orchestra.run.smithi050.stdout:Saving cluster configuration to /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config directory 2024-05-06T03:51:35.475 INFO:teuthology.orchestra.run.smithi050.stdout:Enabling autotune for osd_memory_target 2024-05-06T03:51:35.617 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:35 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/1009961194' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-06T03:51:36.488 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:36 smithi050 ceph-mon[28572]: mgrmap e13: a(active, since 6s) 2024-05-06T03:51:38.233 INFO:teuthology.orchestra.run.smithi050.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-06T03:51:38.233 INFO:teuthology.orchestra.run.smithi050.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-06T03:51:38.233 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:51:38.233 INFO:teuthology.orchestra.run.smithi050.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:51:38.233 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:51:38.233 INFO:teuthology.orchestra.run.smithi050.stdout:Or, if you are only running a single cluster on this host: 2024-05-06T03:51:38.233 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:51:38.233 INFO:teuthology.orchestra.run.smithi050.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-06T03:51:38.233 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:51:38.234 INFO:teuthology.orchestra.run.smithi050.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-06T03:51:38.234 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:51:38.234 INFO:teuthology.orchestra.run.smithi050.stdout: ceph telemetry on 2024-05-06T03:51:38.234 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:51:38.234 INFO:teuthology.orchestra.run.smithi050.stdout:For more information see: 2024-05-06T03:51:38.234 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:51:38.234 INFO:teuthology.orchestra.run.smithi050.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-06T03:51:38.234 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:51:38.234 INFO:teuthology.orchestra.run.smithi050.stdout:Bootstrap complete. 2024-05-06T03:51:38.281 INFO:tasks.cephadm:Fetching config... 2024-05-06T03:51:38.281 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-05-06T03:51:38.282 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-06T03:51:38.298 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-06T03:51:38.298 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-05-06T03:51:38.298 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-06T03:51:38.354 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-06T03:51:38.354 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-05-06T03:51:38.354 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-06T03:51:38.522 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-06T03:51:38.522 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-05-06T03:51:38.522 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-06T03:51:38.582 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-06T03:51:38.582 DEBUG:teuthology.orchestra.run.smithi050:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfThHwpqjK92YlSSpdMrD0wSYLSiRBzHCS35v+ajR6ejUezfRn3DkqY6xx+fxVWCSZxAkh+sp+3m2jastYzocMm0TduCQzZZhnMZ3w7UQyzG4+eWgdq5KsdFkcftIo8pyPK03T0Y+aYq9T9ter0zgGDYqo5K2VyZtA2lp7fiTS/Orko7+fMjHCDLaDq1wO/Yj21/FMORy1ytRDtMl5uDAahP0jgZLGBweku5qdjsaZZQyjiQt4+v/2RIBI/Rqc2fYFT1wWMOG1ScB1AD7uI3vIaGG9CaOOguncNZeZ4VwWbURtj/8yM9IxHll7ChHoc7UzmumwB47trgJ16oz9oUGKjN8ZxMJR+RUGIg7T/wwmB+xlS5EUI3otgM78ta0vdsiEbXjsiVY/xOCIRt3C12t4uPhnZPN7X0posNZRTrMxyKqlZbgMa1EsZMz/xDbOhd68BbFTUuxjMqkZML071Z1JpWw7an6rkg4B6DHIuSFKy+lBno9Ppa7a8c+WPw5WuCE= ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T03:51:38.717 INFO:teuthology.orchestra.run.smithi050.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfThHwpqjK92YlSSpdMrD0wSYLSiRBzHCS35v+ajR6ejUezfRn3DkqY6xx+fxVWCSZxAkh+sp+3m2jastYzocMm0TduCQzZZhnMZ3w7UQyzG4+eWgdq5KsdFkcftIo8pyPK03T0Y+aYq9T9ter0zgGDYqo5K2VyZtA2lp7fiTS/Orko7+fMjHCDLaDq1wO/Yj21/FMORy1ytRDtMl5uDAahP0jgZLGBweku5qdjsaZZQyjiQt4+v/2RIBI/Rqc2fYFT1wWMOG1ScB1AD7uI3vIaGG9CaOOguncNZeZ4VwWbURtj/8yM9IxHll7ChHoc7UzmumwB47trgJ16oz9oUGKjN8ZxMJR+RUGIg7T/wwmB+xlS5EUI3otgM78ta0vdsiEbXjsiVY/xOCIRt3C12t4uPhnZPN7X0posNZRTrMxyKqlZbgMa1EsZMz/xDbOhd68BbFTUuxjMqkZML071Z1JpWw7an6rkg4B6DHIuSFKy+lBno9Ppa7a8c+WPw5WuCE= ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:51:38.729 DEBUG:teuthology.orchestra.run.smithi171:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfThHwpqjK92YlSSpdMrD0wSYLSiRBzHCS35v+ajR6ejUezfRn3DkqY6xx+fxVWCSZxAkh+sp+3m2jastYzocMm0TduCQzZZhnMZ3w7UQyzG4+eWgdq5KsdFkcftIo8pyPK03T0Y+aYq9T9ter0zgGDYqo5K2VyZtA2lp7fiTS/Orko7+fMjHCDLaDq1wO/Yj21/FMORy1ytRDtMl5uDAahP0jgZLGBweku5qdjsaZZQyjiQt4+v/2RIBI/Rqc2fYFT1wWMOG1ScB1AD7uI3vIaGG9CaOOguncNZeZ4VwWbURtj/8yM9IxHll7ChHoc7UzmumwB47trgJ16oz9oUGKjN8ZxMJR+RUGIg7T/wwmB+xlS5EUI3otgM78ta0vdsiEbXjsiVY/xOCIRt3C12t4uPhnZPN7X0posNZRTrMxyKqlZbgMa1EsZMz/xDbOhd68BbFTUuxjMqkZML071Z1JpWw7an6rkg4B6DHIuSFKy+lBno9Ppa7a8c+WPw5WuCE= ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T03:51:38.769 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:38 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/1401521173' entity='client.admin' 2024-05-06T03:51:38.769 INFO:teuthology.orchestra.run.smithi171.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfThHwpqjK92YlSSpdMrD0wSYLSiRBzHCS35v+ajR6ejUezfRn3DkqY6xx+fxVWCSZxAkh+sp+3m2jastYzocMm0TduCQzZZhnMZ3w7UQyzG4+eWgdq5KsdFkcftIo8pyPK03T0Y+aYq9T9ter0zgGDYqo5K2VyZtA2lp7fiTS/Orko7+fMjHCDLaDq1wO/Yj21/FMORy1ytRDtMl5uDAahP0jgZLGBweku5qdjsaZZQyjiQt4+v/2RIBI/Rqc2fYFT1wWMOG1ScB1AD7uI3vIaGG9CaOOguncNZeZ4VwWbURtj/8yM9IxHll7ChHoc7UzmumwB47trgJ16oz9oUGKjN8ZxMJR+RUGIg7T/wwmB+xlS5EUI3otgM78ta0vdsiEbXjsiVY/xOCIRt3C12t4uPhnZPN7X0posNZRTrMxyKqlZbgMa1EsZMz/xDbOhd68BbFTUuxjMqkZML071Z1JpWw7an6rkg4B6DHIuSFKy+lBno9Ppa7a8c+WPw5WuCE= ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:51:38.781 DEBUG:teuthology.orchestra.run.smithi195:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfThHwpqjK92YlSSpdMrD0wSYLSiRBzHCS35v+ajR6ejUezfRn3DkqY6xx+fxVWCSZxAkh+sp+3m2jastYzocMm0TduCQzZZhnMZ3w7UQyzG4+eWgdq5KsdFkcftIo8pyPK03T0Y+aYq9T9ter0zgGDYqo5K2VyZtA2lp7fiTS/Orko7+fMjHCDLaDq1wO/Yj21/FMORy1ytRDtMl5uDAahP0jgZLGBweku5qdjsaZZQyjiQt4+v/2RIBI/Rqc2fYFT1wWMOG1ScB1AD7uI3vIaGG9CaOOguncNZeZ4VwWbURtj/8yM9IxHll7ChHoc7UzmumwB47trgJ16oz9oUGKjN8ZxMJR+RUGIg7T/wwmB+xlS5EUI3otgM78ta0vdsiEbXjsiVY/xOCIRt3C12t4uPhnZPN7X0posNZRTrMxyKqlZbgMa1EsZMz/xDbOhd68BbFTUuxjMqkZML071Z1JpWw7an6rkg4B6DHIuSFKy+lBno9Ppa7a8c+WPw5WuCE= ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-06T03:51:38.819 INFO:teuthology.orchestra.run.smithi195.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfThHwpqjK92YlSSpdMrD0wSYLSiRBzHCS35v+ajR6ejUezfRn3DkqY6xx+fxVWCSZxAkh+sp+3m2jastYzocMm0TduCQzZZhnMZ3w7UQyzG4+eWgdq5KsdFkcftIo8pyPK03T0Y+aYq9T9ter0zgGDYqo5K2VyZtA2lp7fiTS/Orko7+fMjHCDLaDq1wO/Yj21/FMORy1ytRDtMl5uDAahP0jgZLGBweku5qdjsaZZQyjiQt4+v/2RIBI/Rqc2fYFT1wWMOG1ScB1AD7uI3vIaGG9CaOOguncNZeZ4VwWbURtj/8yM9IxHll7ChHoc7UzmumwB47trgJ16oz9oUGKjN8ZxMJR+RUGIg7T/wwmB+xlS5EUI3otgM78ta0vdsiEbXjsiVY/xOCIRt3C12t4uPhnZPN7X0posNZRTrMxyKqlZbgMa1EsZMz/xDbOhd68BbFTUuxjMqkZML071Z1JpWw7an6rkg4B6DHIuSFKy+lBno9Ppa7a8c+WPw5WuCE= ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:51:38.831 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-06T03:51:39.091 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:51:40.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:40.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:40.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:40.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:51:40.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:40.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:40.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:40.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:40.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:40.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:51:40.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:40.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:42.183 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:42 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3765251113' entity='client.admin' 2024-05-06T03:51:42.183 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:51:42.183 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:42.927 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-06T03:51:42.927 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-06T03:51:43.829 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:51:44.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:44.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:44.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:46.970 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:46.970 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:46.970 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:46 smithi050 ceph-mon[28572]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:51:46.970 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:46.971 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:51:46.971 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:51:46.971 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:51:46.971 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:46 smithi050 ceph-mon[28572]: Updating smithi050:/etc/ceph/ceph.conf 2024-05-06T03:51:47.001 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi171 2024-05-06T03:51:47.001 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-05-06T03:51:47.001 DEBUG:teuthology.orchestra.run.smithi171:> dd of=/etc/ceph/ceph.conf 2024-05-06T03:51:47.020 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-05-06T03:51:47.020 DEBUG:teuthology.orchestra.run.smithi171:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:51:47.077 INFO:tasks.cephadm:Adding host smithi171 to orchestrator... 2024-05-06T03:51:47.077 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph orch host add smithi171 2024-05-06T03:51:47.322 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:51:48.451 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:48 smithi050 ceph-mon[28572]: Updating smithi050:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:51:48.451 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:48 smithi050 ceph-mon[28572]: Updating smithi050:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:51:48.451 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:48 smithi050 ceph-mon[28572]: Updating smithi050:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:51:48.451 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:48 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:48.452 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:48 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:48.452 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:48 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:50.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:50 smithi050 ceph-mon[28572]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:51:50.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:50 smithi050 ceph-mon[28572]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:51:51.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:51 smithi050 ceph-mon[28572]: Deploying cephadm binary to smithi171 2024-05-06T03:51:52.455 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:52 smithi050 ceph-mon[28572]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:51:53.468 INFO:teuthology.orchestra.run.smithi050.stdout:Added host 'smithi171' with addr '172.21.15.171' 2024-05-06T03:51:54.072 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-06T03:51:54.321 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:51:54.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:54 smithi050 ceph-mon[28572]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:51:54.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:54 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:54.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:54 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:51:54.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:54 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:55.500 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:55 smithi050 ceph-mon[28572]: Added host smithi171 2024-05-06T03:51:55.500 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:55 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:55.500 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:55 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:55.500 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:55 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:51:55.500 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:55 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:51:55.500 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:55 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:51:56.241 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:51:56.241 INFO:teuthology.orchestra.run.smithi050.stdout:[{"addr": "172.21.15.50", "hostname": "smithi050", "labels": [], "status": ""}, {"addr": "172.21.15.171", "hostname": "smithi171", "labels": [], "status": ""}] 2024-05-06T03:51:56.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:56 smithi050 ceph-mon[28572]: Updating smithi171:/etc/ceph/ceph.conf 2024-05-06T03:51:56.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:56 smithi050 ceph-mon[28572]: Updating smithi171:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:51:56.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:56 smithi050 ceph-mon[28572]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:51:56.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:56 smithi050 ceph-mon[28572]: Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:51:56.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:56 smithi050 ceph-mon[28572]: Updating smithi171:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:51:56.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:56.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:56.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]: dispatch 2024-05-06T03:51:56.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]': finished 2024-05-06T03:51:56.957 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi195 2024-05-06T03:51:56.958 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-06T03:51:56.958 DEBUG:teuthology.orchestra.run.smithi195:> dd of=/etc/ceph/ceph.conf 2024-05-06T03:51:56.977 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-06T03:51:56.977 DEBUG:teuthology.orchestra.run.smithi195:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:51:57.035 INFO:tasks.cephadm:Adding host smithi195 to orchestrator... 2024-05-06T03:51:57.035 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph orch host add smithi195 2024-05-06T03:51:57.275 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:51:57.692 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:57 smithi050 ceph-mon[28572]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:51:58.439 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:58 smithi050 ceph-mon[28572]: Deploying daemon agent.smithi171 on smithi171 2024-05-06T03:51:58.439 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:58 smithi050 ceph-mon[28572]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:51:58.439 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:58.439 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:58.439 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:58.439 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:51:58.439 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:51:58.439 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:51:58.440 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:58.440 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:51:58.440 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:51:58.440 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:51:58.440 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:58.440 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:59.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:59 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:59.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:59 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:59.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:59 smithi050 ceph-mon[28572]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:51:59.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:59 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:51:59.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:51:59 smithi050 ceph-mon[28572]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi195", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:52:00.727 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:00 smithi050 ceph-mon[28572]: Deploying cephadm binary to smithi195 2024-05-06T03:52:02.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:02 smithi050 ceph-mon[28572]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:02.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:02 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:02.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:02 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:02.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:02 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:02.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:02 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:02.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:02 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:03.483 INFO:teuthology.orchestra.run.smithi050.stdout:Added host 'smithi195' with addr '172.21.15.195' 2024-05-06T03:52:04.142 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-06T03:52:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:04 smithi050 ceph-mon[28572]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:04.393 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:52:05.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:05 smithi050 ceph-mon[28572]: Added host smithi195 2024-05-06T03:52:05.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:05 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:05.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:05 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:05.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:05 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi195", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:52:05.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:05 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:05.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:05 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:06.301 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:52:06.301 INFO:teuthology.orchestra.run.smithi050.stdout:[{"addr": "172.21.15.50", "hostname": "smithi050", "labels": [], "status": ""}, {"addr": "172.21.15.171", "hostname": "smithi171", "labels": [], "status": ""}, {"addr": "172.21.15.195", "hostname": "smithi195", "labels": [], "status": ""}] 2024-05-06T03:52:06.644 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:06 smithi050 ceph-mon[28572]: Updating smithi195:/etc/ceph/ceph.conf 2024-05-06T03:52:06.645 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:06 smithi050 ceph-mon[28572]: Updating smithi195:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:52:06.645 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:06 smithi050 ceph-mon[28572]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:06.645 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:06 smithi050 ceph-mon[28572]: Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:52:06.645 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:06 smithi050 ceph-mon[28572]: Updating smithi195:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:52:06.645 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:06 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:06.645 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:06 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:06.645 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:06 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi195", "caps": []}]: dispatch 2024-05-06T03:52:06.645 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:06 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi195", "caps": []}]': finished 2024-05-06T03:52:06.923 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-06T03:52:06.924 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-06T03:52:07.165 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:52:07.564 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:07 smithi050 ceph-mon[28572]: Deploying daemon agent.smithi195 on smithi195 2024-05-06T03:52:07.564 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:07 smithi050 ceph-mon[28572]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:52:07.565 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:07.565 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:07.565 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:07.565 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:07.565 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:07.565 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:07.565 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:07.565 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:07.565 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:07.565 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:07.565 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:08.613 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:08 smithi050 ceph-mon[28572]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:08.613 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:08 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:08.613 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:08 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:08.613 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:08 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:09.834 INFO:teuthology.orchestra.run.smithi050.stderr:adjusted tunables profile to default 2024-05-06T03:52:10.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:09 smithi050 ceph-mon[28572]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:10.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:09 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:10.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:09 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3887627245' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T03:52:10.493 INFO:tasks.cephadm:Adding mon.a on smithi050 2024-05-06T03:52:10.493 INFO:tasks.cephadm:Adding mon.b on smithi171 2024-05-06T03:52:10.493 INFO:tasks.cephadm:Adding mon.c on smithi195 2024-05-06T03:52:10.493 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph orch apply mon '3;smithi050:172.21.15.50=a;smithi171:172.21.15.171=b;smithi195:172.21.15.195=c' 2024-05-06T03:52:10.733 INFO:teuthology.orchestra.run.smithi195.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:52:11.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:10 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3887627245' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T03:52:11.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:10 smithi050 ceph-mon[28572]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:52:11.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:10 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:11.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:10 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:12.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:11 smithi050 ceph-mon[28572]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:12.479 INFO:teuthology.orchestra.run.smithi195.stdout:Scheduled mon update... 2024-05-06T03:52:13.091 DEBUG:teuthology.orchestra.run.smithi171:mon.b> sudo journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.b.service 2024-05-06T03:52:13.094 DEBUG:teuthology.orchestra.run.smithi195:mon.c> sudo journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service 2024-05-06T03:52:13.096 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-06T03:52:13.096 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T03:52:13.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:13 smithi050 ceph-mon[28572]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi050:172.21.15.50=a;smithi171:172.21.15.171=b;smithi195:172.21.15.195=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:52:13.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:13 smithi050 ceph-mon[28572]: Saving service mon spec with placement smithi050:172.21.15.50=a;smithi171:172.21.15.171=b;smithi195:172.21.15.195=c;count:3 2024-05-06T03:52:13.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:13 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:13.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:13 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:13.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:13 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:13.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:13 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:13.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:13 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:13.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:13 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:52:13.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:13 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:13.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:13 smithi050 ceph-mon[28572]: Deploying daemon mon.c on smithi195 2024-05-06T03:52:13.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:13 smithi050 ceph-mon[28572]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:14.743 INFO:teuthology.orchestra.run.smithi195.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:52:16.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:15 smithi050 ceph-mon[28572]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:17.333 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:52:17.333 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":1,"fsid":"a45a39f2-0b5b-11ef-bc97-c7b262605968","modified":"2024-05-06T03:50:29.381865Z","created":"2024-05-06T03:50:29.381865Z","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.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-06T03:52:17.336 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 1 2024-05-06T03:52:17.483 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: load: jerasure load: lrc 2024-05-06T03:52:17.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: RocksDB version: 7.9.2 2024-05-06T03:52:17.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Git sha 0 2024-05-06T03:52:17.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T03:52:17.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: DB SUMMARY 2024-05-06T03:52:17.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: DB Session ID: OB31FANZGFBYJ8MXN2MW 2024-05-06T03:52:17.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: CURRENT file: CURRENT 2024-05-06T03:52:17.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: IDENTITY file: IDENTITY 2024-05-06T03:52:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-06T03:52:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-05-06T03:52:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-05-06T03:52:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.error_if_exists: 0 2024-05-06T03:52:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.create_if_missing: 0 2024-05-06T03:52:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.paranoid_checks: 1 2024-05-06T03:52:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T03:52:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T03:52:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T03:52:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.env: 0x5586dcff3cc0 2024-05-06T03:52:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.fs: PosixFileSystem 2024-05-06T03:52:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.info_log: 0x5586ddc2bda0 2024-05-06T03:52:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_file_opening_threads: 16 2024-05-06T03:52:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.statistics: (nil) 2024-05-06T03:52:17.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.use_fsync: 0 2024-05-06T03:52:17.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_log_file_size: 0 2024-05-06T03:52:17.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T03:52:17.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T03:52:17.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.keep_log_file_num: 1000 2024-05-06T03:52:17.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.recycle_log_file_num: 0 2024-05-06T03:52:17.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.allow_fallocate: 1 2024-05-06T03:52:17.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.allow_mmap_reads: 0 2024-05-06T03:52:17.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.allow_mmap_writes: 0 2024-05-06T03:52:17.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.use_direct_reads: 0 2024-05-06T03:52:17.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T03:52:17.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.create_missing_column_families: 0 2024-05-06T03:52:17.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.db_log_dir: 2024-05-06T03:52:17.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.wal_dir: 2024-05-06T03:52:17.833 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T03:52:17.833 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T03:52:17.833 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T03:52:17.833 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T03:52:17.835 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T03:52:17.835 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T03:52:17.835 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.advise_random_on_open: 1 2024-05-06T03:52:17.835 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.db_write_buffer_size: 0 2024-05-06T03:52:17.835 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.write_buffer_manager: 0x5586ddbfd0e0 2024-05-06T03:52:17.835 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T03:52:17.835 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T03:52:17.836 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T03:52:17.836 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.rate_limiter: (nil) 2024-05-06T03:52:17.836 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T03:52:17.836 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.wal_recovery_mode: 2 2024-05-06T03:52:17.836 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.enable_thread_tracking: 0 2024-05-06T03:52:17.836 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.enable_pipelined_write: 0 2024-05-06T03:52:17.836 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.unordered_write: 0 2024-05-06T03:52:17.836 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T03:52:17.836 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T03:52:17.836 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T03:52:17.837 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T03:52:17.837 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.row_cache: None 2024-05-06T03:52:17.837 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.wal_filter: None 2024-05-06T03:52:17.837 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T03:52:17.837 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.allow_ingest_behind: 0 2024-05-06T03:52:17.837 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.two_write_queues: 0 2024-05-06T03:52:17.837 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.manual_wal_flush: 0 2024-05-06T03:52:17.837 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.wal_compression: 0 2024-05-06T03:52:17.837 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.atomic_flush: 0 2024-05-06T03:52:17.837 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T03:52:17.837 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T03:52:17.837 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T03:52:17.837 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.log_readahead_size: 0 2024-05-06T03:52:17.838 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T03:52:17.838 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.best_efforts_recovery: 0 2024-05-06T03:52:17.838 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T03:52:17.838 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T03:52:17.838 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.allow_data_in_errors: 0 2024-05-06T03:52:17.838 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.db_host_id: __hostname__ 2024-05-06T03:52:17.838 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T03:52:17.838 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_background_jobs: 2 2024-05-06T03:52:17.838 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_background_compactions: -1 2024-05-06T03:52:17.838 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_subcompactions: 1 2024-05-06T03:52:17.838 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T03:52:17.838 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T03:52:17.839 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T03:52:17.839 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_total_wal_size: 0 2024-05-06T03:52:17.839 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T03:52:17.839 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T03:52:17.839 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T03:52:17.839 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T03:52:17.839 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_open_files: -1 2024-05-06T03:52:17.839 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.bytes_per_sync: 0 2024-05-06T03:52:17.839 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T03:52:17.839 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T03:52:17.839 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compaction_readahead_size: 0 2024-05-06T03:52:17.839 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_background_flushes: -1 2024-05-06T03:52:17.839 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Compression algorithms supported: 2024-05-06T03:52:17.839 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T03:52:17.839 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: kZSTD supported: 0 2024-05-06T03:52:17.840 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: kXpressCompression supported: 0 2024-05-06T03:52:17.840 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: kLZ4HCCompression supported: 1 2024-05-06T03:52:17.840 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: kZlibCompression supported: 1 2024-05-06T03:52:17.840 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: kSnappyCompression supported: 1 2024-05-06T03:52:17.840 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: kLZ4Compression supported: 1 2024-05-06T03:52:17.840 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: kBZip2Compression supported: 0 2024-05-06T03:52:17.840 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T03:52:17.840 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T03:52:17.840 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-05-06T03:52:17.840 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T03:52:17.840 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T03:52:17.840 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.merge_operator: 2024-05-06T03:52:17.840 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compaction_filter: None 2024-05-06T03:52:17.841 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compaction_filter_factory: None 2024-05-06T03:52:17.841 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.sst_partitioner_factory: None 2024-05-06T03:52:17.841 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T03:52:17.841 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T03:52:17.841 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5586ddc2bf60) 2024-05-06T03:52:17.841 INFO:journalctl@ceph.mon.c.smithi195.stdout: cache_index_and_filter_blocks: 1 2024-05-06T03:52:17.841 INFO:journalctl@ceph.mon.c.smithi195.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T03:52:17.841 INFO:journalctl@ceph.mon.c.smithi195.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T03:52:17.841 INFO:journalctl@ceph.mon.c.smithi195.stdout: pin_top_level_index_and_filter: 1 2024-05-06T03:52:17.841 INFO:journalctl@ceph.mon.c.smithi195.stdout: index_type: 0 2024-05-06T03:52:17.841 INFO:journalctl@ceph.mon.c.smithi195.stdout: data_block_index_type: 0 2024-05-06T03:52:17.841 INFO:journalctl@ceph.mon.c.smithi195.stdout: index_shortening: 1 2024-05-06T03:52:17.841 INFO:journalctl@ceph.mon.c.smithi195.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-06T03:52:17.841 INFO:journalctl@ceph.mon.c.smithi195.stdout: checksum: 4 2024-05-06T03:52:17.841 INFO:journalctl@ceph.mon.c.smithi195.stdout: no_block_cache: 0 2024-05-06T03:52:17.842 INFO:journalctl@ceph.mon.c.smithi195.stdout: block_cache: 0x5586ddc2f1f0 2024-05-06T03:52:17.842 INFO:journalctl@ceph.mon.c.smithi195.stdout: block_cache_name: BinnedLRUCache 2024-05-06T03:52:17.842 INFO:journalctl@ceph.mon.c.smithi195.stdout: block_cache_options: 2024-05-06T03:52:17.842 INFO:journalctl@ceph.mon.c.smithi195.stdout: capacity : 536870912 2024-05-06T03:52:17.842 INFO:journalctl@ceph.mon.c.smithi195.stdout: num_shard_bits : 4 2024-05-06T03:52:17.842 INFO:journalctl@ceph.mon.c.smithi195.stdout: strict_capacity_limit : 0 2024-05-06T03:52:17.842 INFO:journalctl@ceph.mon.c.smithi195.stdout: high_pri_pool_ratio: 0.000 2024-05-06T03:52:17.842 INFO:journalctl@ceph.mon.c.smithi195.stdout: block_cache_compressed: (nil) 2024-05-06T03:52:17.842 INFO:journalctl@ceph.mon.c.smithi195.stdout: persistent_cache: (nil) 2024-05-06T03:52:17.842 INFO:journalctl@ceph.mon.c.smithi195.stdout: block_size: 4096 2024-05-06T03:52:17.842 INFO:journalctl@ceph.mon.c.smithi195.stdout: block_size_deviation: 10 2024-05-06T03:52:17.842 INFO:journalctl@ceph.mon.c.smithi195.stdout: block_restart_interval: 16 2024-05-06T03:52:17.842 INFO:journalctl@ceph.mon.c.smithi195.stdout: index_block_restart_interval: 1 2024-05-06T03:52:17.842 INFO:journalctl@ceph.mon.c.smithi195.stdout: metadata_block_size: 4096 2024-05-06T03:52:17.843 INFO:journalctl@ceph.mon.c.smithi195.stdout: partition_filters: 0 2024-05-06T03:52:17.843 INFO:journalctl@ceph.mon.c.smithi195.stdout: use_delta_encoding: 1 2024-05-06T03:52:17.843 INFO:journalctl@ceph.mon.c.smithi195.stdout: filter_policy: bloomfilter 2024-05-06T03:52:17.843 INFO:journalctl@ceph.mon.c.smithi195.stdout: whole_key_filtering: 1 2024-05-06T03:52:17.843 INFO:journalctl@ceph.mon.c.smithi195.stdout: verify_compression: 0 2024-05-06T03:52:17.843 INFO:journalctl@ceph.mon.c.smithi195.stdout: read_amp_bytes_per_bit: 0 2024-05-06T03:52:17.843 INFO:journalctl@ceph.mon.c.smithi195.stdout: format_version: 5 2024-05-06T03:52:17.843 INFO:journalctl@ceph.mon.c.smithi195.stdout: enable_index_compression: 1 2024-05-06T03:52:17.843 INFO:journalctl@ceph.mon.c.smithi195.stdout: block_align: 0 2024-05-06T03:52:17.843 INFO:journalctl@ceph.mon.c.smithi195.stdout: max_auto_readahead_size: 262144 2024-05-06T03:52:17.843 INFO:journalctl@ceph.mon.c.smithi195.stdout: prepopulate_block_cache: 0 2024-05-06T03:52:17.843 INFO:journalctl@ceph.mon.c.smithi195.stdout: initial_auto_readahead_size: 8192 2024-05-06T03:52:17.843 INFO:journalctl@ceph.mon.c.smithi195.stdout: num_file_reads_for_auto_readahead: 2 2024-05-06T03:52:17.843 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.write_buffer_size: 33554432 2024-05-06T03:52:17.844 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_write_buffer_number: 2 2024-05-06T03:52:17.844 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compression: NoCompression 2024-05-06T03:52:17.844 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.bottommost_compression: Disabled 2024-05-06T03:52:17.844 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.prefix_extractor: nullptr 2024-05-06T03:52:17.844 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T03:52:17.844 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.num_levels: 7 2024-05-06T03:52:17.844 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T03:52:17.844 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T03:52:17.844 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T03:52:17.844 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T03:52:17.844 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T03:52:17.844 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T03:52:17.844 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T03:52:17.844 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T03:52:17.845 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T03:52:17.845 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T03:52:17.845 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T03:52:17.845 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T03:52:17.845 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T03:52:17.845 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compression_opts.level: 32767 2024-05-06T03:52:17.845 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compression_opts.strategy: 0 2024-05-06T03:52:17.845 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T03:52:17.845 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T03:52:17.845 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T03:52:17.845 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T03:52:17.845 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compression_opts.enabled: false 2024-05-06T03:52:17.845 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T03:52:17.845 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T03:52:17.845 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T03:52:17.846 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T03:52:17.846 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.target_file_size_base: 67108864 2024-05-06T03:52:17.846 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T03:52:17.846 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T03:52:17.846 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T03:52:17.846 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T03:52:17.846 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T03:52:17.846 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T03:52:17.846 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T03:52:17.846 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T03:52:17.846 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T03:52:17.846 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T03:52:17.846 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T03:52:17.846 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T03:52:17.846 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T03:52:17.847 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T03:52:17.847 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.arena_block_size: 1048576 2024-05-06T03:52:17.847 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T03:52:17.847 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T03:52:17.847 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.disable_auto_compactions: 0 2024-05-06T03:52:17.847 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T03:52:17.847 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T03:52:17.847 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T03:52:17.847 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T03:52:17.847 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T03:52:17.847 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T03:52:17.847 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T03:52:17.847 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T03:52:17.847 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T03:52:17.848 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T03:52:17.848 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T03:52:17.848 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.inplace_update_support: 0 2024-05-06T03:52:17.848 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T03:52:17.848 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T03:52:17.848 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T03:52:17.848 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T03:52:17.848 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.bloom_locality: 0 2024-05-06T03:52:17.848 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.max_successive_merges: 0 2024-05-06T03:52:17.848 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T03:52:17.848 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.paranoid_file_checks: 0 2024-05-06T03:52:17.848 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.force_consistency_checks: 1 2024-05-06T03:52:17.848 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.report_bg_io_stats: 0 2024-05-06T03:52:17.848 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.ttl: 2592000 2024-05-06T03:52:17.848 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T03:52:17.849 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T03:52:17.849 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T03:52:17.849 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.enable_blob_files: false 2024-05-06T03:52:17.849 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.min_blob_size: 0 2024-05-06T03:52:17.849 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.blob_file_size: 268435456 2024-05-06T03:52:17.849 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T03:52:17.849 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T03:52:17.849 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T03:52:17.849 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T03:52:17.849 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T03:52:17.849 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.blob_file_starting_level: 0 2024-05-06T03:52:17.849 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T03:52:17.849 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: 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-05-06T03:52:17.849 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-06T03:52:17.850 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 669f1636-490d-45aa-8e74-9647344de301 2024-05-06T03:52:17.850 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714967537480932, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-06T03:52:17.850 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-06T03:52:17.850 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714967537481340, "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": 1714967537, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "669f1636-490d-45aa-8e74-9647344de301", "db_session_id": "OB31FANZGFBYJ8MXN2MW", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-06T03:52:17.850 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714967537481417, "job": 1, "event": "recovery_finished"} 2024-05-06T03:52:17.850 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-06T03:52:17.850 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: 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-05-06T03:52:17.850 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5586ddd4c000 2024-05-06T03:52:17.850 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: DB pointer 0x5586ddd38000 2024-05-06T03:52:17.850 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T03:52:17.850 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T03:52:17.850 INFO:journalctl@ceph.mon.c.smithi195.stdout: ** DB Stats ** 2024-05-06T03:52:17.850 INFO:journalctl@ceph.mon.c.smithi195.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T03:52:17.851 INFO:journalctl@ceph.mon.c.smithi195.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-05-06T03:52:17.851 INFO:journalctl@ceph.mon.c.smithi195.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T03:52:17.851 INFO:journalctl@ceph.mon.c.smithi195.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T03:52:17.851 INFO:journalctl@ceph.mon.c.smithi195.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-05-06T03:52:17.851 INFO:journalctl@ceph.mon.c.smithi195.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T03:52:17.851 INFO:journalctl@ceph.mon.c.smithi195.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T03:52:17.851 INFO:journalctl@ceph.mon.c.smithi195.stdout: 2024-05-06T03:52:17.851 INFO:journalctl@ceph.mon.c.smithi195.stdout: ** Compaction Stats [default] ** 2024-05-06T03:52:17.851 INFO:journalctl@ceph.mon.c.smithi195.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-05-06T03:52:17.851 INFO:journalctl@ceph.mon.c.smithi195.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T03:52:17.851 INFO:journalctl@ceph.mon.c.smithi195.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-05-06T03:52:17.851 INFO:journalctl@ceph.mon.c.smithi195.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-05-06T03:52:17.851 INFO:journalctl@ceph.mon.c.smithi195.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-05-06T03:52:17.851 INFO:journalctl@ceph.mon.c.smithi195.stdout: 2024-05-06T03:52:17.851 INFO:journalctl@ceph.mon.c.smithi195.stdout: ** Compaction Stats [default] ** 2024-05-06T03:52:17.852 INFO:journalctl@ceph.mon.c.smithi195.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-05-06T03:52:17.852 INFO:journalctl@ceph.mon.c.smithi195.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T03:52:17.852 INFO:journalctl@ceph.mon.c.smithi195.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-05-06T03:52:17.852 INFO:journalctl@ceph.mon.c.smithi195.stdout: 2024-05-06T03:52:17.852 INFO:journalctl@ceph.mon.c.smithi195.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T03:52:17.852 INFO:journalctl@ceph.mon.c.smithi195.stdout: 2024-05-06T03:52:17.852 INFO:journalctl@ceph.mon.c.smithi195.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T03:52:17.852 INFO:journalctl@ceph.mon.c.smithi195.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T03:52:17.852 INFO:journalctl@ceph.mon.c.smithi195.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T03:52:17.852 INFO:journalctl@ceph.mon.c.smithi195.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T03:52:17.852 INFO:journalctl@ceph.mon.c.smithi195.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T03:52:17.852 INFO:journalctl@ceph.mon.c.smithi195.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-06T03:52:17.852 INFO:journalctl@ceph.mon.c.smithi195.stdout: Cumulative compaction: 0.00 GB write, 0.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T03:52:17.852 INFO:journalctl@ceph.mon.c.smithi195.stdout: Interval compaction: 0.00 GB write, 0.65 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T03:52:17.853 INFO:journalctl@ceph.mon.c.smithi195.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-05-06T03:52:17.853 INFO:journalctl@ceph.mon.c.smithi195.stdout: Block cache BinnedLRUCache@0x5586ddc2f1f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-05-06T03:52:17.853 INFO:journalctl@ceph.mon.c.smithi195.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-05-06T03:52:17.853 INFO:journalctl@ceph.mon.c.smithi195.stdout: 2024-05-06T03:52:17.853 INFO:journalctl@ceph.mon.c.smithi195.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-06T03:52:17.853 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-05-06T03:52:17.853 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: using public_addr v2:172.21.15.195:0/0 -> [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] 2024-05-06T03:52:17.853 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: starting mon.c rank -1 at public addrs [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] at bind addrs [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:52:17.853 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: mon.c@-1(???) e0 preinit fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:52:17.853 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: mon.c@-1(synchronizing).mds e1 new map 2024-05-06T03:52:17.853 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: mon.c@-1(synchronizing).mds e1 print_map 2024-05-06T03:52:17.853 INFO:journalctl@ceph.mon.c.smithi195.stdout: e1 2024-05-06T03:52:17.853 INFO:journalctl@ceph.mon.c.smithi195.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T03:52:17.853 INFO:journalctl@ceph.mon.c.smithi195.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-05-06T03:52:17.854 INFO:journalctl@ceph.mon.c.smithi195.stdout: legacy client fscid: -1 2024-05-06T03:52:17.854 INFO:journalctl@ceph.mon.c.smithi195.stdout: 2024-05-06T03:52:17.854 INFO:journalctl@ceph.mon.c.smithi195.stdout: No filesystems configured 2024-05-06T03:52:17.854 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-06T03:52:17.854 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: 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-05-06T03:52:17.854 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-06T03:52:17.854 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-06T03:52:17.854 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-06T03:52:17.854 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-06T03:52:17.854 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T03:52:17.854 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:52:17.854 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:52:17.854 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:52:17.854 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: Added host smithi171 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: Updating smithi171:/etc/ceph/ceph.conf 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: Updating smithi171:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: Updating smithi171:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.855 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.856 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]: dispatch 2024-05-06T03:52:17.856 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]': finished 2024-05-06T03:52:17.856 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:52:17.856 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: Deploying daemon agent.smithi171 on smithi171 2024-05-06T03:52:17.856 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:17.856 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.856 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.856 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.856 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:17.856 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:17.856 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:17.856 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.856 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:17.856 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:17.857 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:17.857 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.857 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.857 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.857 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.857 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:17.857 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.857 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi195", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:52:17.857 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: Deploying cephadm binary to smithi195 2024-05-06T03:52:17.857 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:17.857 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.857 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.857 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.857 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.857 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.858 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:17.858 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.858 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:17.858 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.858 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: Added host smithi195 2024-05-06T03:52:17.858 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.858 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.858 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi195", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:52:17.858 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:17.858 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:17.858 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: Updating smithi195:/etc/ceph/ceph.conf 2024-05-06T03:52:17.858 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: Updating smithi195:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:52:17.858 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:17.858 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:52:17.859 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: Updating smithi195:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:52:17.859 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.859 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.859 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi195", "caps": []}]: dispatch 2024-05-06T03:52:17.859 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi195", "caps": []}]': finished 2024-05-06T03:52:17.859 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: Deploying daemon agent.smithi195 on smithi195 2024-05-06T03:52:17.859 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:52:17.859 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.859 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.859 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.859 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:17.859 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:17.859 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:17.859 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.860 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:17.860 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:17.860 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:17.860 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.860 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:17.860 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.860 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.860 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.860 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:17.860 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.860 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/3887627245' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T03:52:17.860 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/3887627245' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T03:52:17.860 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:52:17.860 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.860 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.861 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:17.861 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi050:172.21.15.50=a;smithi171:172.21.15.171=b;smithi195:172.21.15.195=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:52:17.861 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: Saving service mon spec with placement smithi050:172.21.15.50=a;smithi171:172.21.15.171=b;smithi195:172.21.15.195=c;count:3 2024-05-06T03:52:17.861 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.861 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:17.861 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:17.861 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:17.861 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:17.861 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:52:17.861 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:17.861 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: Deploying daemon mon.c on smithi195 2024-05-06T03:52:17.861 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:17.861 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:17.861 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 ceph-mon[30576]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-06T03:52:17.861 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 bash[30526]: bad56f9440b2eb1cd5bf571859157946ded4a8b9c46a18cf9dd5a7a47097b207 2024-05-06T03:52:17.862 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:17 smithi195 systemd[1]: Started Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:52:19.247 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-06T03:52:19.248 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T03:52:19.490 INFO:teuthology.orchestra.run.smithi195.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T03:52:22.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:52:22.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:22.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: mon.a calling monitor election 2024-05-06T03:52:22.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:22.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:22.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:22.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: mon.c calling monitor election 2024-05-06T03:52:22.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:22.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:22.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:22.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:22.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:52:22.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: monmap epoch 2 2024-05-06T03:52:22.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:52:22.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: last_changed 2024-05-06T03:52:17.506824+0000 2024-05-06T03:52:22.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: created 2024-05-06T03:50:29.381865+0000 2024-05-06T03:52:22.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: min_mon_release 19 (squid) 2024-05-06T03:52:22.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: election_strategy: 1 2024-05-06T03:52:22.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: 0: [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon.a 2024-05-06T03:52:22.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: 1: [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] mon.c 2024-05-06T03:52:22.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: fsmap 2024-05-06T03:52:22.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:52:22.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: mgrmap e13: a(active, since 53s) 2024-05-06T03:52:22.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: overall HEALTH_OK 2024-05-06T03:52:22.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:52:22.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:22 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:22.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:52:22.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:22.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: mon.a calling monitor election 2024-05-06T03:52:22.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:22.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:22.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:22.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: mon.c calling monitor election 2024-05-06T03:52:22.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:22.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:22.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:22.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:22.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:52:22.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: monmap epoch 2 2024-05-06T03:52:22.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:52:22.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: last_changed 2024-05-06T03:52:17.506824+0000 2024-05-06T03:52:22.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: created 2024-05-06T03:50:29.381865+0000 2024-05-06T03:52:22.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: min_mon_release 19 (squid) 2024-05-06T03:52:22.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: election_strategy: 1 2024-05-06T03:52:22.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: 0: [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon.a 2024-05-06T03:52:22.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: 1: [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] mon.c 2024-05-06T03:52:22.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: fsmap 2024-05-06T03:52:22.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:52:22.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: mgrmap e13: a(active, since 53s) 2024-05-06T03:52:22.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: overall HEALTH_OK 2024-05-06T03:52:22.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:52:22.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:22.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:22 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:23.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:23 smithi050 ceph-mon[28572]: Deploying daemon mon.b on smithi171 2024-05-06T03:52:23.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:23 smithi050 ceph-mon[28572]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:23.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:24.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:23 smithi195 ceph-mon[30576]: Deploying daemon mon.b on smithi171 2024-05-06T03:52:24.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:23 smithi195 ceph-mon[30576]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:24.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:23 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:24.168 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:52:24.168 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":2,"fsid":"a45a39f2-0b5b-11ef-bc97-c7b262605968","modified":"2024-05-06T03:52:17.506824Z","created":"2024-05-06T03:50:29.381865Z","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.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:3300","nonce":0},{"type":"v1","addr":"172.21.15.195:6789","nonce":0}]},"addr":"172.21.15.195:6789/0","public_addr":"172.21.15.195:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-06T03:52:24.170 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 2 2024-05-06T03:52:24.775 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:24 smithi195 ceph-mon[30576]: from='client.? 172.21.15.195:0/2926254931' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:52:25.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:24 smithi050 ceph-mon[28572]: from='client.? 172.21.15.195:0/2926254931' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:52:25.777 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-06T03:52:25.778 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-06T03:52:26.018 INFO:teuthology.orchestra.run.smithi195.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T03:52:26.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:25 smithi195 ceph-mon[30576]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:25 smithi050 ceph-mon[28572]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 podman[30499]: 2024-05-06 03:52:26.027122624 +0000 UTC m=+0.018657772 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T03:52:26.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 podman[30499]: 2024-05-06 03:52:26.284021962 +0000 UTC m=+0.275557082 container init 9d2371f52665f873ad921c2ed78f6c1412068bc5cda834516b5e42545c4ca1f6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-b, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, ceph=True, GIT_CLEAN=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf) 2024-05-06T03:52:26.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 podman[30499]: 2024-05-06 03:52:26.289802033 +0000 UTC m=+0.281337153 container start 9d2371f52665f873ad921c2ed78f6c1412068bc5cda834516b5e42545c4ca1f6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-b, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b) 2024-05-06T03:52:26.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: set uid:gid to 167:167 (ceph:ceph) 2024-05-06T03:52:26.657 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: ceph version 19.0.0-3516-ge08cbbf6 (e08cbbf6fd79a8dd2949f340bce25e28ea3db004) squid (dev), process ceph-mon, pid 7 2024-05-06T03:52:26.657 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pidfile_write: ignore empty --pid-file 2024-05-06T03:52:26.657 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: load: jerasure load: lrc 2024-05-06T03:52:26.657 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: RocksDB version: 7.9.2 2024-05-06T03:52:26.657 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Git sha 0 2024-05-06T03:52:26.657 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Compile date 2024-05-03 20:59:59 2024-05-06T03:52:26.657 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: DB SUMMARY 2024-05-06T03:52:26.657 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: DB Session ID: QAU5X6JEQAQP9YEY6QKE 2024-05-06T03:52:26.657 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: CURRENT file: CURRENT 2024-05-06T03:52:26.657 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: IDENTITY file: IDENTITY 2024-05-06T03:52:26.657 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-06T03:52:26.657 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-05-06T03:52:26.657 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-05-06T03:52:26.657 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.error_if_exists: 0 2024-05-06T03:52:26.658 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.create_if_missing: 0 2024-05-06T03:52:26.658 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.paranoid_checks: 1 2024-05-06T03:52:26.658 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.flush_verify_memtable_count: 1 2024-05-06T03:52:26.658 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-06T03:52:26.658 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-06T03:52:26.658 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.env: 0x556bd6b7ccc0 2024-05-06T03:52:26.658 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.fs: PosixFileSystem 2024-05-06T03:52:26.658 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.info_log: 0x556bd7867da0 2024-05-06T03:52:26.658 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_file_opening_threads: 16 2024-05-06T03:52:26.660 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.statistics: (nil) 2024-05-06T03:52:26.660 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.use_fsync: 0 2024-05-06T03:52:26.661 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_log_file_size: 0 2024-05-06T03:52:26.661 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-06T03:52:26.661 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.log_file_time_to_roll: 0 2024-05-06T03:52:26.661 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.keep_log_file_num: 1000 2024-05-06T03:52:26.661 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.recycle_log_file_num: 0 2024-05-06T03:52:26.661 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.allow_fallocate: 1 2024-05-06T03:52:26.661 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.allow_mmap_reads: 0 2024-05-06T03:52:26.661 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.allow_mmap_writes: 0 2024-05-06T03:52:26.661 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.use_direct_reads: 0 2024-05-06T03:52:26.661 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-06T03:52:26.661 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.create_missing_column_families: 0 2024-05-06T03:52:26.661 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.db_log_dir: 2024-05-06T03:52:26.661 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.wal_dir: 2024-05-06T03:52:26.662 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.table_cache_numshardbits: 6 2024-05-06T03:52:26.662 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.WAL_ttl_seconds: 0 2024-05-06T03:52:26.662 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.WAL_size_limit_MB: 0 2024-05-06T03:52:26.662 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-06T03:52:26.662 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-06T03:52:26.662 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.is_fd_close_on_exec: 1 2024-05-06T03:52:26.662 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.advise_random_on_open: 1 2024-05-06T03:52:26.662 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.db_write_buffer_size: 0 2024-05-06T03:52:26.662 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.write_buffer_manager: 0x556bd78390e0 2024-05-06T03:52:26.662 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-06T03:52:26.662 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-06T03:52:26.662 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.use_adaptive_mutex: 0 2024-05-06T03:52:26.662 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.rate_limiter: (nil) 2024-05-06T03:52:26.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-06T03:52:26.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.wal_recovery_mode: 2 2024-05-06T03:52:26.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.enable_thread_tracking: 0 2024-05-06T03:52:26.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.enable_pipelined_write: 0 2024-05-06T03:52:26.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.unordered_write: 0 2024-05-06T03:52:26.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-06T03:52:26.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-06T03:52:26.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-06T03:52:26.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-06T03:52:26.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.row_cache: None 2024-05-06T03:52:26.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.wal_filter: None 2024-05-06T03:52:26.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-06T03:52:26.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.allow_ingest_behind: 0 2024-05-06T03:52:26.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.two_write_queues: 0 2024-05-06T03:52:26.663 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.manual_wal_flush: 0 2024-05-06T03:52:26.664 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.wal_compression: 0 2024-05-06T03:52:26.664 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.atomic_flush: 0 2024-05-06T03:52:26.664 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-06T03:52:26.664 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.persist_stats_to_disk: 0 2024-05-06T03:52:26.664 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.write_dbid_to_manifest: 0 2024-05-06T03:52:26.664 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.log_readahead_size: 0 2024-05-06T03:52:26.664 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-06T03:52:26.664 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.best_efforts_recovery: 0 2024-05-06T03:52:26.664 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-06T03:52:26.664 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-06T03:52:26.664 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.allow_data_in_errors: 0 2024-05-06T03:52:26.664 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.db_host_id: __hostname__ 2024-05-06T03:52:26.665 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.enforce_single_del_contracts: true 2024-05-06T03:52:26.665 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_background_jobs: 2 2024-05-06T03:52:26.665 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_background_compactions: -1 2024-05-06T03:52:26.665 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_subcompactions: 1 2024-05-06T03:52:26.665 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-06T03:52:26.665 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-06T03:52:26.665 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.delayed_write_rate : 16777216 2024-05-06T03:52:26.665 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_total_wal_size: 0 2024-05-06T03:52:26.665 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-06T03:52:26.665 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.stats_dump_period_sec: 600 2024-05-06T03:52:26.665 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.stats_persist_period_sec: 600 2024-05-06T03:52:26.665 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-06T03:52:26.665 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_open_files: -1 2024-05-06T03:52:26.665 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.bytes_per_sync: 0 2024-05-06T03:52:26.665 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.wal_bytes_per_sync: 0 2024-05-06T03:52:26.666 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.strict_bytes_per_sync: 0 2024-05-06T03:52:26.666 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compaction_readahead_size: 0 2024-05-06T03:52:26.666 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_background_flushes: -1 2024-05-06T03:52:26.666 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Compression algorithms supported: 2024-05-06T03:52:26.666 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-06T03:52:26.666 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: kZSTD supported: 0 2024-05-06T03:52:26.666 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: kXpressCompression supported: 0 2024-05-06T03:52:26.666 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: kLZ4HCCompression supported: 1 2024-05-06T03:52:26.666 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: kZlibCompression supported: 1 2024-05-06T03:52:26.666 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: kSnappyCompression supported: 1 2024-05-06T03:52:26.666 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: kLZ4Compression supported: 1 2024-05-06T03:52:26.666 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: kBZip2Compression supported: 0 2024-05-06T03:52:26.666 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Fast CRC32 supported: Supported on x86 2024-05-06T03:52:26.666 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: DMutex implementation: pthread_mutex_t 2024-05-06T03:52:26.667 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-05-06T03:52:26.667 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-06T03:52:26.667 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-06T03:52:26.667 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.merge_operator: 2024-05-06T03:52:26.667 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compaction_filter: None 2024-05-06T03:52:26.667 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compaction_filter_factory: None 2024-05-06T03:52:26.667 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.sst_partitioner_factory: None 2024-05-06T03:52:26.667 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.memtable_factory: SkipListFactory 2024-05-06T03:52:26.667 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.table_factory: BlockBasedTable 2024-05-06T03:52:26.667 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556bd7867f60) 2024-05-06T03:52:26.667 INFO:journalctl@ceph.mon.b.smithi171.stdout: cache_index_and_filter_blocks: 1 2024-05-06T03:52:26.667 INFO:journalctl@ceph.mon.b.smithi171.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-06T03:52:26.668 INFO:journalctl@ceph.mon.b.smithi171.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-06T03:52:26.668 INFO:journalctl@ceph.mon.b.smithi171.stdout: pin_top_level_index_and_filter: 1 2024-05-06T03:52:26.668 INFO:journalctl@ceph.mon.b.smithi171.stdout: index_type: 0 2024-05-06T03:52:26.668 INFO:journalctl@ceph.mon.b.smithi171.stdout: data_block_index_type: 0 2024-05-06T03:52:26.668 INFO:journalctl@ceph.mon.b.smithi171.stdout: index_shortening: 1 2024-05-06T03:52:26.668 INFO:journalctl@ceph.mon.b.smithi171.stdout: data_block_hash_table_util_ratio: 0.750000 2024-05-06T03:52:26.668 INFO:journalctl@ceph.mon.b.smithi171.stdout: checksum: 4 2024-05-06T03:52:26.668 INFO:journalctl@ceph.mon.b.smithi171.stdout: no_block_cache: 0 2024-05-06T03:52:26.668 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_cache: 0x556bd786b1f0 2024-05-06T03:52:26.668 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_cache_name: BinnedLRUCache 2024-05-06T03:52:26.668 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_cache_options: 2024-05-06T03:52:26.668 INFO:journalctl@ceph.mon.b.smithi171.stdout: capacity : 536870912 2024-05-06T03:52:26.668 INFO:journalctl@ceph.mon.b.smithi171.stdout: num_shard_bits : 4 2024-05-06T03:52:26.668 INFO:journalctl@ceph.mon.b.smithi171.stdout: strict_capacity_limit : 0 2024-05-06T03:52:26.669 INFO:journalctl@ceph.mon.b.smithi171.stdout: high_pri_pool_ratio: 0.000 2024-05-06T03:52:26.669 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_cache_compressed: (nil) 2024-05-06T03:52:26.669 INFO:journalctl@ceph.mon.b.smithi171.stdout: persistent_cache: (nil) 2024-05-06T03:52:26.669 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_size: 4096 2024-05-06T03:52:26.669 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_size_deviation: 10 2024-05-06T03:52:26.669 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_restart_interval: 16 2024-05-06T03:52:26.669 INFO:journalctl@ceph.mon.b.smithi171.stdout: index_block_restart_interval: 1 2024-05-06T03:52:26.669 INFO:journalctl@ceph.mon.b.smithi171.stdout: metadata_block_size: 4096 2024-05-06T03:52:26.669 INFO:journalctl@ceph.mon.b.smithi171.stdout: partition_filters: 0 2024-05-06T03:52:26.669 INFO:journalctl@ceph.mon.b.smithi171.stdout: use_delta_encoding: 1 2024-05-06T03:52:26.669 INFO:journalctl@ceph.mon.b.smithi171.stdout: filter_policy: bloomfilter 2024-05-06T03:52:26.669 INFO:journalctl@ceph.mon.b.smithi171.stdout: whole_key_filtering: 1 2024-05-06T03:52:26.669 INFO:journalctl@ceph.mon.b.smithi171.stdout: verify_compression: 0 2024-05-06T03:52:26.669 INFO:journalctl@ceph.mon.b.smithi171.stdout: read_amp_bytes_per_bit: 0 2024-05-06T03:52:26.669 INFO:journalctl@ceph.mon.b.smithi171.stdout: format_version: 5 2024-05-06T03:52:26.670 INFO:journalctl@ceph.mon.b.smithi171.stdout: enable_index_compression: 1 2024-05-06T03:52:26.670 INFO:journalctl@ceph.mon.b.smithi171.stdout: block_align: 0 2024-05-06T03:52:26.670 INFO:journalctl@ceph.mon.b.smithi171.stdout: max_auto_readahead_size: 262144 2024-05-06T03:52:26.670 INFO:journalctl@ceph.mon.b.smithi171.stdout: prepopulate_block_cache: 0 2024-05-06T03:52:26.670 INFO:journalctl@ceph.mon.b.smithi171.stdout: initial_auto_readahead_size: 8192 2024-05-06T03:52:26.670 INFO:journalctl@ceph.mon.b.smithi171.stdout: num_file_reads_for_auto_readahead: 2 2024-05-06T03:52:26.670 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.write_buffer_size: 33554432 2024-05-06T03:52:26.670 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_write_buffer_number: 2 2024-05-06T03:52:26.670 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compression: NoCompression 2024-05-06T03:52:26.670 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.bottommost_compression: Disabled 2024-05-06T03:52:26.670 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.prefix_extractor: nullptr 2024-05-06T03:52:26.670 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-06T03:52:26.670 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.num_levels: 7 2024-05-06T03:52:26.670 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-06T03:52:26.671 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-06T03:52:26.671 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-06T03:52:26.671 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-06T03:52:26.671 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-06T03:52:26.671 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-06T03:52:26.671 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-06T03:52:26.671 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-06T03:52:26.671 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-06T03:52:26.671 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-06T03:52:26.671 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-06T03:52:26.671 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-06T03:52:26.671 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compression_opts.window_bits: -14 2024-05-06T03:52:26.671 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compression_opts.level: 32767 2024-05-06T03:52:26.671 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compression_opts.strategy: 0 2024-05-06T03:52:26.672 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-06T03:52:26.672 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-06T03:52:26.672 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-06T03:52:26.672 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-06T03:52:26.672 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compression_opts.enabled: false 2024-05-06T03:52:26.672 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-06T03:52:26.672 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-06T03:52:26.672 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-06T03:52:26.672 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-06T03:52:26.672 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.target_file_size_base: 67108864 2024-05-06T03:52:26.672 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.target_file_size_multiplier: 1 2024-05-06T03:52:26.672 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-06T03:52:26.672 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-06T03:52:26.672 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-06T03:52:26.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-06T03:52:26.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-06T03:52:26.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-06T03:52:26.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-06T03:52:26.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-06T03:52:26.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-06T03:52:26.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-06T03:52:26.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-06T03:52:26.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-06T03:52:26.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-06T03:52:26.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.arena_block_size: 1048576 2024-05-06T03:52:26.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-06T03:52:26.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-06T03:52:26.673 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.disable_auto_compactions: 0 2024-05-06T03:52:26.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-06T03:52:26.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-06T03:52:26.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-06T03:52:26.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-06T03:52:26.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-06T03:52:26.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-06T03:52:26.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-06T03:52:26.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-06T03:52:26.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-06T03:52:26.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-06T03:52:26.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-06T03:52:26.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.inplace_update_support: 0 2024-05-06T03:52:26.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.inplace_update_num_locks: 10000 2024-05-06T03:52:26.674 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-06T03:52:26.675 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-06T03:52:26.675 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.memtable_huge_page_size: 0 2024-05-06T03:52:26.675 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.bloom_locality: 0 2024-05-06T03:52:26.675 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.max_successive_merges: 0 2024-05-06T03:52:26.675 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.optimize_filters_for_hits: 0 2024-05-06T03:52:26.675 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.paranoid_file_checks: 0 2024-05-06T03:52:26.675 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.force_consistency_checks: 1 2024-05-06T03:52:26.675 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.report_bg_io_stats: 0 2024-05-06T03:52:26.675 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.ttl: 2592000 2024-05-06T03:52:26.675 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.periodic_compaction_seconds: 0 2024-05-06T03:52:26.675 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-06T03:52:26.675 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-06T03:52:26.675 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.enable_blob_files: false 2024-05-06T03:52:26.676 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.min_blob_size: 0 2024-05-06T03:52:26.676 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.blob_file_size: 268435456 2024-05-06T03:52:26.676 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.blob_compression_type: NoCompression 2024-05-06T03:52:26.676 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.enable_blob_garbage_collection: false 2024-05-06T03:52:26.676 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-06T03:52:26.676 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-06T03:52:26.676 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-06T03:52:26.676 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.blob_file_starting_level: 0 2024-05-06T03:52:26.676 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-06T03:52:26.676 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: 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-05-06T03:52:26.676 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-06T03:52:26.676 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 26267020-fde3-4659-afe1-26fc4e376cb9 2024-05-06T03:52:26.676 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714967546330670, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-06T03:52:26.676 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-06T03:52:26.677 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714967546331080, "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": 1714967546, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "26267020-fde3-4659-afe1-26fc4e376cb9", "db_session_id": "QAU5X6JEQAQP9YEY6QKE", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-06T03:52:26.677 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714967546331159, "job": 1, "event": "recovery_finished"} 2024-05-06T03:52:26.677 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-06T03:52:26.677 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: 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-05-06T03:52:26.677 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556bd7988000 2024-05-06T03:52:26.677 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: DB pointer 0x556bd7974000 2024-05-06T03:52:26.677 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-06T03:52:26.677 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-06T03:52:26.677 INFO:journalctl@ceph.mon.b.smithi171.stdout: ** DB Stats ** 2024-05-06T03:52:26.677 INFO:journalctl@ceph.mon.b.smithi171.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T03:52:26.677 INFO:journalctl@ceph.mon.b.smithi171.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-05-06T03:52:26.677 INFO:journalctl@ceph.mon.b.smithi171.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T03:52:26.677 INFO:journalctl@ceph.mon.b.smithi171.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T03:52:26.677 INFO:journalctl@ceph.mon.b.smithi171.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-05-06T03:52:26.677 INFO:journalctl@ceph.mon.b.smithi171.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-06T03:52:26.678 INFO:journalctl@ceph.mon.b.smithi171.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-06T03:52:26.678 INFO:journalctl@ceph.mon.b.smithi171.stdout: 2024-05-06T03:52:26.678 INFO:journalctl@ceph.mon.b.smithi171.stdout: ** Compaction Stats [default] ** 2024-05-06T03:52:26.678 INFO:journalctl@ceph.mon.b.smithi171.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-05-06T03:52:26.678 INFO:journalctl@ceph.mon.b.smithi171.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-06T03:52:26.678 INFO:journalctl@ceph.mon.b.smithi171.stdout: L0 1/0 1.73 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-06T03:52:26.678 INFO:journalctl@ceph.mon.b.smithi171.stdout: Sum 1/0 1.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-06T03:52:26.678 INFO:journalctl@ceph.mon.b.smithi171.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.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-06T03:52:26.678 INFO:journalctl@ceph.mon.b.smithi171.stdout: 2024-05-06T03:52:26.678 INFO:journalctl@ceph.mon.b.smithi171.stdout: ** Compaction Stats [default] ** 2024-05-06T03:52:26.678 INFO:journalctl@ceph.mon.b.smithi171.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-05-06T03:52:26.678 INFO:journalctl@ceph.mon.b.smithi171.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-06T03:52:26.679 INFO:journalctl@ceph.mon.b.smithi171.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.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-06T03:52:26.679 INFO:journalctl@ceph.mon.b.smithi171.stdout: 2024-05-06T03:52:26.679 INFO:journalctl@ceph.mon.b.smithi171.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-06T03:52:26.679 INFO:journalctl@ceph.mon.b.smithi171.stdout: 2024-05-06T03:52:26.679 INFO:journalctl@ceph.mon.b.smithi171.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-05-06T03:52:26.679 INFO:journalctl@ceph.mon.b.smithi171.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-05-06T03:52:26.679 INFO:journalctl@ceph.mon.b.smithi171.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-06T03:52:26.679 INFO:journalctl@ceph.mon.b.smithi171.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-05-06T03:52:26.679 INFO:journalctl@ceph.mon.b.smithi171.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-05-06T03:52:26.679 INFO:journalctl@ceph.mon.b.smithi171.stdout: AddFile(Keys): cumulative 0, interval 0 2024-05-06T03:52:26.679 INFO:journalctl@ceph.mon.b.smithi171.stdout: Cumulative compaction: 0.00 GB write, 0.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T03:52:26.679 INFO:journalctl@ceph.mon.b.smithi171.stdout: Interval compaction: 0.00 GB write, 0.13 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-06T03:52:26.679 INFO:journalctl@ceph.mon.b.smithi171.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-05-06T03:52:26.679 INFO:journalctl@ceph.mon.b.smithi171.stdout: Block cache BinnedLRUCache@0x556bd786b1f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-05-06T03:52:26.679 INFO:journalctl@ceph.mon.b.smithi171.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-05-06T03:52:26.680 INFO:journalctl@ceph.mon.b.smithi171.stdout: 2024-05-06T03:52:26.680 INFO:journalctl@ceph.mon.b.smithi171.stdout: ** File Read Latency Histogram By Level [default] ** 2024-05-06T03:52:26.680 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-05-06T03:52:26.680 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: using public_addr v2:172.21.15.171:0/0 -> [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] 2024-05-06T03:52:26.680 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: starting mon.b rank -1 at public addrs [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] at bind addrs [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:52:26.680 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.b@-1(???) e0 preinit fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:52:26.680 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.b@-1(synchronizing).mds e1 new map 2024-05-06T03:52:26.680 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.b@-1(synchronizing).mds e1 print_map 2024-05-06T03:52:26.680 INFO:journalctl@ceph.mon.b.smithi171.stdout: e1 2024-05-06T03:52:26.680 INFO:journalctl@ceph.mon.b.smithi171.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-05-06T03:52:26.680 INFO:journalctl@ceph.mon.b.smithi171.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-05-06T03:52:26.680 INFO:journalctl@ceph.mon.b.smithi171.stdout: legacy client fscid: -1 2024-05-06T03:52:26.680 INFO:journalctl@ceph.mon.b.smithi171.stdout: 2024-05-06T03:52:26.680 INFO:journalctl@ceph.mon.b.smithi171.stdout: No filesystems configured 2024-05-06T03:52:26.680 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-06T03:52:26.681 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: 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-05-06T03:52:26.681 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-06T03:52:26.681 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-06T03:52:26.681 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-06T03:52:26.681 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-06T03:52:26.681 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-06T03:52:26.681 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:52:26.681 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:52:26.681 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-06T03:52:26.681 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.681 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.681 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:26.681 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.681 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Added host smithi171 2024-05-06T03:52:26.681 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.682 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.682 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:52:26.682 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:26.682 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:26.682 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Updating smithi171:/etc/ceph/ceph.conf 2024-05-06T03:52:26.682 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Updating smithi171:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:52:26.682 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.682 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:52:26.682 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Updating smithi171:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:52:26.682 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.682 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.682 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]: dispatch 2024-05-06T03:52:26.682 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]': finished 2024-05-06T03:52:26.683 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:52:26.683 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Deploying daemon agent.smithi171 on smithi171 2024-05-06T03:52:26.683 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.683 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.683 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.683 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.683 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:26.683 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:26.683 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:26.683 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.683 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:26.683 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:26.683 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:26.683 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.684 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.684 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.684 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.684 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.684 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.684 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi195", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:52:26.684 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Deploying cephadm binary to smithi195 2024-05-06T03:52:26.684 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.684 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.684 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.684 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.684 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.684 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.684 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.684 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Added host smithi195 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi195", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Updating smithi195:/etc/ceph/ceph.conf 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Updating smithi195:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Updating smithi195:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Updating smithi195:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.685 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi195", "caps": []}]: dispatch 2024-05-06T03:52:26.686 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi195", "caps": []}]': finished 2024-05-06T03:52:26.686 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Deploying daemon agent.smithi195 on smithi195 2024-05-06T03:52:26.686 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:52:26.686 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.686 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.686 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.686 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:26.686 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:26.686 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:26.686 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.686 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:26.686 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:26.686 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:26.686 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.687 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.687 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.687 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.687 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.687 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.687 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.687 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/3887627245' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-06T03:52:26.687 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/3887627245' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-06T03:52:26.687 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:52:26.687 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.687 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.687 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.687 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi050:172.21.15.50=a;smithi171:172.21.15.171=b;smithi195:172.21.15.195=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:52:26.687 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Saving service mon spec with placement smithi050:172.21.15.50=a;smithi171:172.21.15.171=b;smithi195:172.21.15.195=c;count:3 2024-05-06T03:52:26.688 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.688 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:26.688 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:26.688 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:26.688 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.688 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:52:26.688 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:26.688 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Deploying daemon mon.c on smithi195 2024-05-06T03:52:26.688 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.688 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.688 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:52:26.688 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:26.688 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.a calling monitor election 2024-05-06T03:52:26.688 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.c calling monitor election 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: monmap epoch 2 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: last_changed 2024-05-06T03:52:17.506824+0000 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: created 2024-05-06T03:50:29.381865+0000 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: min_mon_release 19 (squid) 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: election_strategy: 1 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: 0: [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon.a 2024-05-06T03:52:26.689 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: 1: [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] mon.c 2024-05-06T03:52:26.690 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: fsmap 2024-05-06T03:52:26.690 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:52:26.690 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mgrmap e13: a(active, since 53s) 2024-05-06T03:52:26.690 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: overall HEALTH_OK 2024-05-06T03:52:26.690 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.690 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.690 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.690 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.690 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.690 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.690 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.690 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.690 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:52:26.690 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: Deploying daemon mon.b on smithi171 2024-05-06T03:52:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: from='client.? 172.21.15.195:0/2926254931' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:52:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 ceph-mon[30537]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-06T03:52:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 bash[30499]: 9d2371f52665f873ad921c2ed78f6c1412068bc5cda834516b5e42545c4ca1f6 2024-05-06T03:52:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:26 smithi171 systemd[1]: Started Ceph mon.b for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:52:31.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:52:31.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: mon.a calling monitor election 2024-05-06T03:52:31.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: mon.c calling monitor election 2024-05-06T03:52:31.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:31.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:31.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:31.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:31.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:31.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:31.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:31.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:31.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:31.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:52:31.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: monmap epoch 3 2024-05-06T03:52:31.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:52:31.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: last_changed 2024-05-06T03:52:26.356277+0000 2024-05-06T03:52:31.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: created 2024-05-06T03:50:29.381865+0000 2024-05-06T03:52:31.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: min_mon_release 19 (squid) 2024-05-06T03:52:31.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: election_strategy: 1 2024-05-06T03:52:31.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: 0: [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon.a 2024-05-06T03:52:31.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: 1: [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] mon.c 2024-05-06T03:52:31.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-05-06T03:52:31.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: fsmap 2024-05-06T03:52:31.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:52:31.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: mgrmap e13: a(active, since 62s) 2024-05-06T03:52:31.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-06T03:52:31.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-06T03:52:31.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-06T03:52:31.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: mon.b (rank 2) addr [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] is down (out of quorum) 2024-05-06T03:52:31.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:31.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:31.832 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:31.833 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:31.833 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:31.833 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:31.833 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:31 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:31.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:52:31.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: mon.a calling monitor election 2024-05-06T03:52:31.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: mon.c calling monitor election 2024-05-06T03:52:31.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:31.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:31.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:31.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:31.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:31.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:31.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:31.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:31.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:31.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:52:31.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: monmap epoch 3 2024-05-06T03:52:31.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:52:31.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: last_changed 2024-05-06T03:52:26.356277+0000 2024-05-06T03:52:31.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: created 2024-05-06T03:50:29.381865+0000 2024-05-06T03:52:31.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: min_mon_release 19 (squid) 2024-05-06T03:52:31.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: election_strategy: 1 2024-05-06T03:52:31.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: 0: [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon.a 2024-05-06T03:52:31.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: 1: [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] mon.c 2024-05-06T03:52:31.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-05-06T03:52:31.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: fsmap 2024-05-06T03:52:31.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:52:31.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: mgrmap e13: a(active, since 62s) 2024-05-06T03:52:31.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-06T03:52:31.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-06T03:52:31.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-06T03:52:31.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: mon.b (rank 2) addr [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] is down (out of quorum) 2024-05-06T03:52:31.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:31.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:31.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:31.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:31.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:31.835 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:31.836 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:32.172 INFO:teuthology.orchestra.run.smithi195.stdout: 2024-05-06T03:52:32.172 INFO:teuthology.orchestra.run.smithi195.stdout:{"epoch":3,"fsid":"a45a39f2-0b5b-11ef-bc97-c7b262605968","modified":"2024-05-06T03:52:26.356277Z","created":"2024-05-06T03:50:29.381865Z","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.50:3300","nonce":0},{"type":"v1","addr":"172.21.15.50:6789","nonce":0}]},"addr":"172.21.15.50:6789/0","public_addr":"172.21.15.50:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:3300","nonce":0},{"type":"v1","addr":"172.21.15.195:6789","nonce":0}]},"addr":"172.21.15.195:6789/0","public_addr":"172.21.15.195:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:3300","nonce":0},{"type":"v1","addr":"172.21.15.171:6789","nonce":0}]},"addr":"172.21.15.171:6789/0","public_addr":"172.21.15.171:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-06T03:52:32.174 INFO:teuthology.orchestra.run.smithi195.stderr:dumped monmap epoch 3 2024-05-06T03:52:32.478 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:32.478 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:32.478 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:32.478 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:32.478 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:32.478 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:32.478 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:32.479 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:32.479 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:32.479 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:32.479 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:32.479 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: from='client.? 172.21.15.195:0/2682798608' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:52:32.479 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:52:32.479 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:52:32.479 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:32.479 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:32 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:32.823 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:32.823 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:32.823 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:32.823 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:32.823 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:32.823 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:32.823 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:32.824 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:32.824 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:32.824 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:32.824 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:32.824 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: from='client.? 172.21.15.195:0/2682798608' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:52:32.824 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:52:32.824 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:52:32.824 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:32.824 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:33.636 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:52:33.636 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: mon.a calling monitor election 2024-05-06T03:52:33.636 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: mon.c calling monitor election 2024-05-06T03:52:33.636 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:33.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:52:33.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:33.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:33.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:33.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:33.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:33.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:33.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:33.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-06T03:52:33.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: monmap epoch 3 2024-05-06T03:52:33.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:52:33.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: last_changed 2024-05-06T03:52:26.356277+0000 2024-05-06T03:52:33.637 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: created 2024-05-06T03:50:29.381865+0000 2024-05-06T03:52:33.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: min_mon_release 19 (squid) 2024-05-06T03:52:33.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: election_strategy: 1 2024-05-06T03:52:33.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: 0: [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon.a 2024-05-06T03:52:33.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: 1: [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] mon.c 2024-05-06T03:52:33.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-05-06T03:52:33.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: fsmap 2024-05-06T03:52:33.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:52:33.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: mgrmap e13: a(active, since 62s) 2024-05-06T03:52:33.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-05-06T03:52:33.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-05-06T03:52:33.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-05-06T03:52:33.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: mon.b (rank 2) addr [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] is down (out of quorum) 2024-05-06T03:52:33.638 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:33.639 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:33.639 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:33.639 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:33.639 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:33.639 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:33.639 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:33.639 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:33.639 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:33.639 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:33.639 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:33.639 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:33.639 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:33.639 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:33.639 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:33.640 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:33.640 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:33.640 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:33.640 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='client.? 172.21.15.195:0/2682798608' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-06T03:52:33.640 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:52:33.640 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:52:33.640 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:33.640 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:33.873 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: mon.b calling monitor election 2024-05-06T03:52:33.873 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:33.873 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: mon.b calling monitor election 2024-05-06T03:52:33.873 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: mon.a calling monitor election 2024-05-06T03:52:33.873 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: mon.c calling monitor election 2024-05-06T03:52:33.874 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T03:52:33.874 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: monmap epoch 3 2024-05-06T03:52:33.874 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:52:33.874 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: last_changed 2024-05-06T03:52:26.356277+0000 2024-05-06T03:52:33.874 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: created 2024-05-06T03:50:29.381865+0000 2024-05-06T03:52:33.874 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: min_mon_release 19 (squid) 2024-05-06T03:52:33.874 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: election_strategy: 1 2024-05-06T03:52:33.874 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: 0: [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon.a 2024-05-06T03:52:33.874 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: 1: [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] mon.c 2024-05-06T03:52:33.874 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-05-06T03:52:33.874 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: fsmap 2024-05-06T03:52:33.874 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:52:33.874 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: mgrmap e13: a(active, since 64s) 2024-05-06T03:52:33.874 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-06T03:52:33.874 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: Cluster is now healthy 2024-05-06T03:52:33.875 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:33 smithi195 ceph-mon[30576]: overall HEALTH_OK 2024-05-06T03:52:33.902 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-06T03:52:33.903 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-06T03:52:33.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: mon.b calling monitor election 2024-05-06T03:52:33.907 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:33.907 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: mon.b calling monitor election 2024-05-06T03:52:33.907 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: mon.a calling monitor election 2024-05-06T03:52:33.907 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: mon.c calling monitor election 2024-05-06T03:52:33.907 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T03:52:33.907 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: monmap epoch 3 2024-05-06T03:52:33.907 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:52:33.907 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: last_changed 2024-05-06T03:52:26.356277+0000 2024-05-06T03:52:33.907 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: created 2024-05-06T03:50:29.381865+0000 2024-05-06T03:52:33.908 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: min_mon_release 19 (squid) 2024-05-06T03:52:33.908 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: election_strategy: 1 2024-05-06T03:52:33.908 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: 0: [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon.a 2024-05-06T03:52:33.908 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: 1: [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] mon.c 2024-05-06T03:52:33.908 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-05-06T03:52:33.908 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: fsmap 2024-05-06T03:52:33.908 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:52:33.908 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: mgrmap e13: a(active, since 64s) 2024-05-06T03:52:33.908 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-06T03:52:33.908 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: Cluster is now healthy 2024-05-06T03:52:33.909 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:33 smithi171 ceph-mon[30537]: overall HEALTH_OK 2024-05-06T03:52:33.928 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: mon.b calling monitor election 2024-05-06T03:52:33.928 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:33.928 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: mon.b calling monitor election 2024-05-06T03:52:33.928 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: mon.a calling monitor election 2024-05-06T03:52:33.928 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: mon.c calling monitor election 2024-05-06T03:52:33.928 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-06T03:52:33.928 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: monmap epoch 3 2024-05-06T03:52:33.929 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:52:33.929 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: last_changed 2024-05-06T03:52:26.356277+0000 2024-05-06T03:52:33.929 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: created 2024-05-06T03:50:29.381865+0000 2024-05-06T03:52:33.929 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: min_mon_release 19 (squid) 2024-05-06T03:52:33.929 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: election_strategy: 1 2024-05-06T03:52:33.929 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: 0: [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon.a 2024-05-06T03:52:33.929 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: 1: [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] mon.c 2024-05-06T03:52:33.929 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-05-06T03:52:33.929 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: fsmap 2024-05-06T03:52:33.930 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: osdmap e4: 0 total, 0 up, 0 in 2024-05-06T03:52:33.930 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: mgrmap e13: a(active, since 64s) 2024-05-06T03:52:33.930 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-05-06T03:52:33.930 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: Cluster is now healthy 2024-05-06T03:52:33.930 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:33 smithi050 ceph-mon[28572]: overall HEALTH_OK 2024-05-06T03:52:34.149 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:52:34.947 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:34.947 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:34.947 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:34.947 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:34 smithi171 ceph-mon[30537]: Reconfiguring mon.b (monmap changed)... 2024-05-06T03:52:34.947 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:52:34.948 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:52:34.948 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:34.948 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:34 smithi171 ceph-mon[30537]: Reconfiguring daemon mon.b on smithi171 2024-05-06T03:52:34.948 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:34.948 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:34.948 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:34.948 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:34.948 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:35.271 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:35.271 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:35.271 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:35.271 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:34 smithi050 ceph-mon[28572]: Reconfiguring mon.b (monmap changed)... 2024-05-06T03:52:35.271 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:52:35.271 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:52:35.271 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:35.271 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:34 smithi050 ceph-mon[28572]: Reconfiguring daemon mon.b on smithi171 2024-05-06T03:52:35.271 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:35.271 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:35.271 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:35.271 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:35.272 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:35.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:35.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:35.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:35.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:34 smithi195 ceph-mon[30576]: Reconfiguring mon.b (monmap changed)... 2024-05-06T03:52:35.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:52:35.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:52:35.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:35.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:34 smithi195 ceph-mon[30576]: Reconfiguring daemon mon.b on smithi171 2024-05-06T03:52:35.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:52:35.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:35.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:35.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:35.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:36.021 INFO:teuthology.orchestra.run.smithi050.stdout:# minimal ceph.conf for a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:52:36.021 INFO:teuthology.orchestra.run.smithi050.stdout:[global] 2024-05-06T03:52:36.021 INFO:teuthology.orchestra.run.smithi050.stdout: fsid = a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:52:36.021 INFO:teuthology.orchestra.run.smithi050.stdout: mon_host = [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] [v2:172.21.15.195:3300/0,v1:172.21.15.195:6789/0] 2024-05-06T03:52:36.118 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:35 smithi195 ceph-mon[30576]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:36.118 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:35 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:36.118 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:35 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:36.118 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:35 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:52:36.119 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:35 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:52:36.119 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:35 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:36.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:35 smithi171 ceph-mon[30537]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:36.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:35 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:36.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:35 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:36.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:35 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:52:36.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:35 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:52:36.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:35 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:36.326 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:35 smithi050 ceph-mon[28572]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:36.327 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:35 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:36.327 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:35 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:36.327 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:35 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:52:36.327 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:35 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:52:36.327 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:35 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:36.662 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-06T03:52:36.662 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-05-06T03:52:36.662 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T03:52:36.733 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-05-06T03:52:36.734 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:52:36.801 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-05-06T03:52:36.801 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T03:52:36.834 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-05-06T03:52:36.834 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:52:36.901 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-06T03:52:36.902 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/ceph/ceph.conf 2024-05-06T03:52:36.930 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-06T03:52:36.930 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:52:36.994 INFO:tasks.cephadm:Adding mgr.a on smithi050 2024-05-06T03:52:36.994 INFO:tasks.cephadm:Adding mgr.b on smithi171 2024-05-06T03:52:36.994 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph orch apply mgr '2;smithi050=a;smithi171=b' 2024-05-06T03:52:37.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:36 smithi195 ceph-mon[30576]: Reconfiguring mon.c (monmap changed)... 2024-05-06T03:52:37.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:36 smithi195 ceph-mon[30576]: Reconfiguring daemon mon.c on smithi195 2024-05-06T03:52:37.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:36 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:37.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:36 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:37.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:36 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:37.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:36 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/1756551640' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:37.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:36 smithi171 ceph-mon[30537]: Reconfiguring mon.c (monmap changed)... 2024-05-06T03:52:37.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:36 smithi171 ceph-mon[30537]: Reconfiguring daemon mon.c on smithi195 2024-05-06T03:52:37.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:36 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:37.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:36 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:37.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:36 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:37.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:36 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/1756551640' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:37.276 INFO:teuthology.orchestra.run.smithi195.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T03:52:37.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:36 smithi050 ceph-mon[28572]: Reconfiguring mon.c (monmap changed)... 2024-05-06T03:52:37.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:36 smithi050 ceph-mon[28572]: Reconfiguring daemon mon.c on smithi195 2024-05-06T03:52:37.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:36 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:37.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:36 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:37.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:36 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:37.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:36 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/1756551640' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:38.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:38 smithi171 ceph-mon[30537]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:38.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:38 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:38.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:38 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:38.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:38 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:38.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:38 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:38.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:38 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:38.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:38 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:38.472 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:38 smithi195 ceph-mon[30576]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:38.472 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:38 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:38.472 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:38 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:38.472 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:38 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:38.472 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:38 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:38.472 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:38 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:38.472 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:38 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:38.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:38 smithi050 ceph-mon[28572]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:38.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:38 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:38.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:38 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:38.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:38 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:38.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:38 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:38.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:38 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:38.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:38 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:39.081 INFO:teuthology.orchestra.run.smithi195.stdout:Scheduled mgr update... 2024-05-06T03:52:39.657 DEBUG:teuthology.orchestra.run.smithi171:mgr.b> sudo journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mgr.b.service 2024-05-06T03:52:39.659 INFO:tasks.cephadm:Deploying OSDs... 2024-05-06T03:52:39.659 DEBUG:teuthology.orchestra.run.smithi050:> set -ex 2024-05-06T03:52:39.660 DEBUG:teuthology.orchestra.run.smithi050:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T03:52:39.677 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-05-06T03:52:39.677 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_1 2024-05-06T03:52:39.733 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T03:52:39.733 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:52:39.733 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-05-06T03:52:39.733 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:52:39.733 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T03:52:39.733 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2024-05-06 03:52:20.881119135 +0000 2024-05-06T03:52:39.733 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2024-05-06 03:46:28.213170498 +0000 2024-05-06T03:52:39.733 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2024-05-06 03:46:28.213170498 +0000 2024-05-06T03:52:39.734 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: 2024-05-06 03:46:28.213170498 +0000 2024-05-06T03:52:39.734 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T03:52:39.799 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2024-05-06T03:52:39.799 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2024-05-06T03:52:39.799 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000110231 s, 4.6 MB/s 2024-05-06T03:52:39.801 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T03:52:39.859 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_2 2024-05-06T03:52:39.915 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T03:52:39.915 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:52:39.915 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-05-06T03:52:39.915 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:52:39.915 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T03:52:39.915 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2024-05-06 03:52:20.881119135 +0000 2024-05-06T03:52:39.915 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2024-05-06 03:46:28.557162266 +0000 2024-05-06T03:52:39.915 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2024-05-06 03:46:28.557162266 +0000 2024-05-06T03:52:39.915 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: 2024-05-06 03:46:28.557162266 +0000 2024-05-06T03:52:39.915 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T03:52:39.979 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2024-05-06T03:52:39.979 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2024-05-06T03:52:39.979 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000104344 s, 4.9 MB/s 2024-05-06T03:52:39.980 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T03:52:40.036 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_3 2024-05-06T03:52:40.093 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T03:52:40.093 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:52:40.093 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-05-06T03:52:40.094 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:52:40.094 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T03:52:40.094 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2024-05-06 03:52:20.881119135 +0000 2024-05-06T03:52:40.094 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2024-05-06 03:46:28.902154010 +0000 2024-05-06T03:52:40.094 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2024-05-06 03:46:28.902154010 +0000 2024-05-06T03:52:40.094 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: 2024-05-06 03:46:28.902154010 +0000 2024-05-06T03:52:40.094 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T03:52:40.154 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:40 smithi050 ceph-mon[28572]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:40.154 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:40 smithi050 ceph-mon[28572]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi050=a;smithi171=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:52:40.154 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:40 smithi050 ceph-mon[28572]: Saving service mgr spec with placement smithi050=a;smithi171=b;count:2 2024-05-06T03:52:40.154 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:40.155 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:40.155 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:40.155 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:40.155 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:40.155 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:52:40.155 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T03:52:40.155 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:52:40.155 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:40.155 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:40 smithi050 ceph-mon[28572]: Deploying daemon mgr.b on smithi171 2024-05-06T03:52:40.157 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2024-05-06T03:52:40.157 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2024-05-06T03:52:40.157 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 9.0012e-05 s, 5.7 MB/s 2024-05-06T03:52:40.162 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T03:52:40.219 DEBUG:teuthology.orchestra.run.smithi050:> stat /dev/vg_nvme/lv_4 2024-05-06T03:52:40.274 INFO:teuthology.orchestra.run.smithi050.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T03:52:40.275 INFO:teuthology.orchestra.run.smithi050.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:52:40.275 INFO:teuthology.orchestra.run.smithi050.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-05-06T03:52:40.275 INFO:teuthology.orchestra.run.smithi050.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:52:40.275 INFO:teuthology.orchestra.run.smithi050.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T03:52:40.275 INFO:teuthology.orchestra.run.smithi050.stdout:Access: 2024-05-06 03:52:40.263666525 +0000 2024-05-06T03:52:40.275 INFO:teuthology.orchestra.run.smithi050.stdout:Modify: 2024-05-06 03:46:29.236146017 +0000 2024-05-06T03:52:40.275 INFO:teuthology.orchestra.run.smithi050.stdout:Change: 2024-05-06 03:46:29.236146017 +0000 2024-05-06T03:52:40.275 INFO:teuthology.orchestra.run.smithi050.stdout: Birth: 2024-05-06 03:46:29.236146017 +0000 2024-05-06T03:52:40.275 DEBUG:teuthology.orchestra.run.smithi050:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T03:52:40.298 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:40 smithi171 ceph-mon[30537]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:40.299 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:40 smithi171 ceph-mon[30537]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi050=a;smithi171=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:52:40.299 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:40 smithi171 ceph-mon[30537]: Saving service mgr spec with placement smithi050=a;smithi171=b;count:2 2024-05-06T03:52:40.299 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:40.299 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:40.299 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:40.299 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:40.299 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:40.299 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:52:40.299 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T03:52:40.299 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:52:40.299 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:40.300 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:40 smithi171 ceph-mon[30537]: Deploying daemon mgr.b on smithi171 2024-05-06T03:52:40.339 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records in 2024-05-06T03:52:40.340 INFO:teuthology.orchestra.run.smithi050.stderr:1+0 records out 2024-05-06T03:52:40.340 INFO:teuthology.orchestra.run.smithi050.stderr:512 bytes copied, 0.000108089 s, 4.7 MB/s 2024-05-06T03:52:40.341 DEBUG:teuthology.orchestra.run.smithi050:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T03:52:40.399 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-05-06T03:52:40.399 DEBUG:teuthology.orchestra.run.smithi171:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T03:52:40.415 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-05-06T03:52:40.415 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_1 2024-05-06T03:52:40.470 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T03:52:40.470 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:52:40.470 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 664 Links: 1 2024-05-06T03:52:40.470 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:52:40.470 INFO:teuthology.orchestra.run.smithi171.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T03:52:40.470 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-05-06 03:52:33.576245086 +0000 2024-05-06T03:52:40.470 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-05-06 03:46:23.167937004 +0000 2024-05-06T03:52:40.470 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-05-06 03:46:23.167937004 +0000 2024-05-06T03:52:40.470 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: 2024-05-06 03:46:23.167937004 +0000 2024-05-06T03:52:40.471 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T03:52:40.533 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-05-06T03:52:40.533 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-05-06T03:52:40.533 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.000267237 s, 1.9 MB/s 2024-05-06T03:52:40.534 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T03:52:40.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:40 smithi195 ceph-mon[30576]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:40.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:40 smithi195 ceph-mon[30576]: from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi050=a;smithi171=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:52:40.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:40 smithi195 ceph-mon[30576]: Saving service mgr spec with placement smithi050=a;smithi171=b;count:2 2024-05-06T03:52:40.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:40 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:40.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:40 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:40.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:40 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:40.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:40 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:40.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:40 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:40.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:40 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:52:40.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:40 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-06T03:52:40.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:40 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:52:40.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:40 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:40.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:40 smithi195 ceph-mon[30576]: Deploying daemon mgr.b on smithi171 2024-05-06T03:52:40.590 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_2 2024-05-06T03:52:40.645 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T03:52:40.646 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:52:40.646 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 682 Links: 1 2024-05-06T03:52:40.646 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:52:40.646 INFO:teuthology.orchestra.run.smithi171.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T03:52:40.646 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-05-06 03:52:33.576245086 +0000 2024-05-06T03:52:40.646 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-05-06 03:46:23.513930211 +0000 2024-05-06T03:52:40.646 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-05-06 03:46:23.513930211 +0000 2024-05-06T03:52:40.646 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: 2024-05-06 03:46:23.513930211 +0000 2024-05-06T03:52:40.646 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T03:52:40.708 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-05-06T03:52:40.708 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-05-06T03:52:40.708 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.000177047 s, 2.9 MB/s 2024-05-06T03:52:40.709 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T03:52:40.774 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_3 2024-05-06T03:52:40.830 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T03:52:40.830 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:52:40.830 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 702 Links: 1 2024-05-06T03:52:40.830 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:52:40.830 INFO:teuthology.orchestra.run.smithi171.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T03:52:40.830 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-05-06 03:52:33.576245086 +0000 2024-05-06T03:52:40.830 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-05-06 03:46:23.843923731 +0000 2024-05-06T03:52:40.830 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-05-06 03:46:23.843923731 +0000 2024-05-06T03:52:40.830 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: 2024-05-06 03:46:23.843923731 +0000 2024-05-06T03:52:40.831 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T03:52:40.895 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-05-06T03:52:40.896 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-05-06T03:52:40.896 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.000208743 s, 2.5 MB/s 2024-05-06T03:52:40.897 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T03:52:40.957 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_4 2024-05-06T03:52:41.012 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T03:52:41.012 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:52:41.012 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 721 Links: 1 2024-05-06T03:52:41.012 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:52:41.012 INFO:teuthology.orchestra.run.smithi171.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T03:52:41.013 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-05-06 03:52:40.830108518 +0000 2024-05-06T03:52:41.013 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-05-06 03:46:24.197916781 +0000 2024-05-06T03:52:41.013 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-05-06 03:46:24.197916781 +0000 2024-05-06T03:52:41.013 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: 2024-05-06 03:46:24.197916781 +0000 2024-05-06T03:52:41.013 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T03:52:41.082 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-05-06T03:52:41.082 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-05-06T03:52:41.082 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.00029021 s, 1.8 MB/s 2024-05-06T03:52:41.083 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T03:52:41.141 DEBUG:teuthology.orchestra.run.smithi195:> set -ex 2024-05-06T03:52:41.141 DEBUG:teuthology.orchestra.run.smithi195:> dd if=/scratch_devs of=/dev/stdout 2024-05-06T03:52:41.156 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-05-06T03:52:41.157 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_1 2024-05-06T03:52:41.212 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-06T03:52:41.213 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:52:41.213 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-05-06T03:52:41.213 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:52:41.213 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T03:52:41.213 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-05-06 03:52:33.835339929 +0000 2024-05-06T03:52:41.213 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-05-06 03:46:23.017484008 +0000 2024-05-06T03:52:41.213 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-05-06 03:46:23.017484008 +0000 2024-05-06T03:52:41.213 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: 2024-05-06 03:46:23.017484008 +0000 2024-05-06T03:52:41.214 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-06T03:52:41.278 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-05-06T03:52:41.278 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-05-06T03:52:41.278 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.000113245 s, 4.5 MB/s 2024-05-06T03:52:41.280 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-06T03:52:41.335 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_2 2024-05-06T03:52:41.391 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-06T03:52:41.391 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:52:41.391 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 5h/5d Inode: 683 Links: 1 2024-05-06T03:52:41.391 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:52:41.391 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T03:52:41.391 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-05-06 03:52:33.835339929 +0000 2024-05-06T03:52:41.391 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-05-06 03:46:23.344477912 +0000 2024-05-06T03:52:41.391 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-05-06 03:46:23.344477912 +0000 2024-05-06T03:52:41.391 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: 2024-05-06 03:46:23.344477912 +0000 2024-05-06T03:52:41.392 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-06T03:52:41.453 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-05-06T03:52:41.453 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-05-06T03:52:41.453 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 9.6104e-05 s, 5.3 MB/s 2024-05-06T03:52:41.455 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-06T03:52:41.510 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_3 2024-05-06T03:52:41.564 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-06T03:52:41.564 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:52:41.564 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-05-06T03:52:41.564 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:52:41.564 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T03:52:41.565 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-05-06 03:52:33.835339929 +0000 2024-05-06T03:52:41.565 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-05-06 03:46:23.672471796 +0000 2024-05-06T03:52:41.565 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-05-06 03:46:23.672471796 +0000 2024-05-06T03:52:41.565 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: 2024-05-06 03:46:23.672471796 +0000 2024-05-06T03:52:41.565 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-06T03:52:41.603 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:41 smithi171 ceph-mgr[32243]: -- 172.21.15.171:0/3010272072 <== mon.2 v2:172.21.15.171:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55dc808125a0 con 0x55dc807e6800 2024-05-06T03:52:41.626 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-05-06T03:52:41.626 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-05-06T03:52:41.626 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 9.6245e-05 s, 5.3 MB/s 2024-05-06T03:52:41.627 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-06T03:52:41.683 DEBUG:teuthology.orchestra.run.smithi195:> stat /dev/vg_nvme/lv_4 2024-05-06T03:52:41.738 INFO:teuthology.orchestra.run.smithi195.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-06T03:52:41.738 INFO:teuthology.orchestra.run.smithi195.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-06T03:52:41.738 INFO:teuthology.orchestra.run.smithi195.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-05-06T03:52:41.738 INFO:teuthology.orchestra.run.smithi195.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-06T03:52:41.738 INFO:teuthology.orchestra.run.smithi195.stdout:Context: system_u:object_r:device_t:s0 2024-05-06T03:52:41.738 INFO:teuthology.orchestra.run.smithi195.stdout:Access: 2024-05-06 03:52:33.835339929 +0000 2024-05-06T03:52:41.738 INFO:teuthology.orchestra.run.smithi195.stdout:Modify: 2024-05-06 03:46:24.000465681 +0000 2024-05-06T03:52:41.738 INFO:teuthology.orchestra.run.smithi195.stdout:Change: 2024-05-06 03:46:24.000465681 +0000 2024-05-06T03:52:41.738 INFO:teuthology.orchestra.run.smithi195.stdout: Birth: 2024-05-06 03:46:24.000465681 +0000 2024-05-06T03:52:41.738 DEBUG:teuthology.orchestra.run.smithi195:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-06T03:52:41.802 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records in 2024-05-06T03:52:41.803 INFO:teuthology.orchestra.run.smithi195.stderr:1+0 records out 2024-05-06T03:52:41.803 INFO:teuthology.orchestra.run.smithi195.stderr:512 bytes copied, 0.000109787 s, 4.7 MB/s 2024-05-06T03:52:41.803 DEBUG:teuthology.orchestra.run.smithi195:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-06T03:52:41.859 INFO:tasks.cephadm:Deploying osd.0 on smithi050 with /dev/vg_nvme/lv_4... 2024-05-06T03:52:41.859 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T03:52:41.906 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:41 smithi171 bash[32204]: 7970d359c4cd278b2537e28737af53d176d691bbed9ff60e7b829a2a7480f056 2024-05-06T03:52:41.906 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:41 smithi171 systemd[1]: Started Ceph mgr.b for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:52:41.906 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:41 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:41.639+0000 7f89b1901200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-05-06T03:52:41.906 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:41 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:41.830+0000 7f89b1901200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:52:42.109 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:52:42.198 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:41 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:41.935+0000 7f89b1901200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-05-06T03:52:42.199 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:42 smithi171 ceph-mon[30537]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:42.199 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:42 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:42.199 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:42 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:42.199 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:42 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:42.199 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:42 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:42.199 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:42 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:42.200 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:42 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:42.200 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:42 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:42.200 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:42 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:42.234 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:42 smithi050 ceph-mon[28572]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:42.234 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:42.234 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:42.234 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:42.234 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:42.234 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:42.234 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:42.234 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:42.234 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:42.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:42 smithi195 ceph-mon[30576]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:42.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:42 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:42.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:42 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:42.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:42 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:42.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:42 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:42.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:42 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:42.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:42 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:42.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:42 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:42.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:42 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:42.464 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:42 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:42.269+0000 7f89b1901200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-05-06T03:52:42.464 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:42 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:42.358+0000 7f89b1901200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-05-06T03:52:43.340 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:43 smithi171 ceph-mon[30537]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:52:43.340 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:43 smithi171 ceph-mon[30537]: Reconfiguring mgr.a (unknown last config time)... 2024-05-06T03:52:43.340 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:43 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:52:43.340 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:43 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:52:43.340 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:43 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:43.340 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:43 smithi171 ceph-mon[30537]: Reconfiguring daemon mgr.a on smithi050 2024-05-06T03:52:43.340 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:43 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:43.340 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:43 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:43.340 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:43 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:43.454 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:43 smithi050 ceph-mon[28572]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:52:43.454 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:43 smithi050 ceph-mon[28572]: Reconfiguring mgr.a (unknown last config time)... 2024-05-06T03:52:43.454 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:43 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:52:43.454 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:43 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:52:43.454 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:43 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:43.455 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:43 smithi050 ceph-mon[28572]: Reconfiguring daemon mgr.a on smithi050 2024-05-06T03:52:43.455 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:43 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:43.455 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:43 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:43.455 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:43 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:43.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:43 smithi195 ceph-mon[30576]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:52:43.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:43 smithi195 ceph-mon[30576]: Reconfiguring mgr.a (unknown last config time)... 2024-05-06T03:52:43.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:43 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:52:43.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:43 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:52:43.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:43 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:43.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:43 smithi195 ceph-mon[30576]: Reconfiguring daemon mgr.a on smithi050 2024-05-06T03:52:43.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:43 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:43.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:43 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:43.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:43 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:43.906 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:43 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:43.613+0000 7f89b1901200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-05-06T03:52:43.906 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:43 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:43.804+0000 7f89b1901200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-05-06T03:52:44.329 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:44 smithi171 ceph-mon[30537]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:44.329 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:44.329 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:44 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:44.009+0000 7f89b1901200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-05-06T03:52:44.329 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:44 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:44.323+0000 7f89b1901200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-05-06T03:52:44.347 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:44 smithi050 ceph-mon[28572]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:44.347 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:44.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:44 smithi195 ceph-mon[30576]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:44.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:44.636 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:44 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:44.421+0000 7f89b1901200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-05-06T03:52:44.817 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T03:52:44.817 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T03:52:44.817 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2024-05-06T03:52:44.817 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2024-05-06T03:52:44.818 INFO:teuthology.orchestra.run.smithi050.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00872893 s, 1.2 GB/s 2024-05-06T03:52:44.818 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2024-05-06T03:52:44.905 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:44 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:44.631+0000 7f89b1901200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-05-06T03:52:44.906 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:44 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:44.829+0000 7f89b1901200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-05-06T03:52:45.524 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi050:vg_nvme/lv_4 2024-05-06T03:52:45.655 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:45.468+0000 7f89b1901200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-05-06T03:52:45.765 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:52:46.124 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:45.692+0000 7f89b1901200 -1 mgr[py] Module smb has missing NOTIFY_TYPES member 2024-05-06T03:52:46.124 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:46 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:46.119+0000 7f89b1901200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-05-06T03:52:46.125 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:46.125 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.125 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.125 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:46.125 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:46.125 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:46.125 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.125 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:52:46.125 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.125 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.125 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.126 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:46.126 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:46.126 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:46.126 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.126 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.126 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.126 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.147 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:46.147 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.147 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.147 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:46.147 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:46.147 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:46.147 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.147 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:52:46.148 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.148 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.148 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.148 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:46.148 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:46.148 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:46.148 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.148 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.148 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.148 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:46.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:46.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:46.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:46.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: Metadata not up to date on all hosts. Skipping non agent specs 2024-05-06T03:52:46.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:52:46.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:46.331 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:52:46.331 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.331 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.331 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.331 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:46.405 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:46 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:46.216+0000 7f89b1901200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-05-06T03:52:46.905 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:46 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:46.594+0000 7f89b1901200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-05-06T03:52:47.296 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:46 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:46.951+0000 7f89b1901200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-05-06T03:52:47.296 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:47 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:47.043+0000 7f89b1901200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-05-06T03:52:47.296 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:47 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:47.289+0000 7f89b1901200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-05-06T03:52:47.655 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:47 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:47.424+0000 7f89b1901200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-05-06T03:52:48.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:47 smithi171 ceph-mon[30537]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:48.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:47 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:52:48.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:47 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:52:48.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:47 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:48.156 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:47 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:47.730+0000 7f89b1901200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-05-06T03:52:48.156 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:47 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:47.847+0000 7f89b1901200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-05-06T03:52:48.156 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:47 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:47.941+0000 7f89b1901200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-05-06T03:52:48.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:47 smithi195 ceph-mon[30576]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:48.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:47 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:52:48.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:47 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:52:48.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:47 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:48.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:47 smithi050 ceph-mon[28572]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:48.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:47 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:52:48.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:47 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:52:48.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:47 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:48.781 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:48 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:48.556+0000 7f89b1901200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-05-06T03:52:48.782 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:52:48 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b[32219]: 2024-05-06T03:52:48.775+0000 7f89b1901200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-05-06T03:52:49.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:48 smithi171 ceph-mon[30537]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:52:49.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:48 smithi171 ceph-mon[30537]: Standby manager daemon b started 2024-05-06T03:52:49.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:48 smithi171 ceph-mon[30537]: from='mgr.? 172.21.15.171:0/1270138440' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T03:52:49.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:48 smithi171 ceph-mon[30537]: from='mgr.? 172.21.15.171:0/1270138440' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T03:52:49.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:48 smithi171 ceph-mon[30537]: from='mgr.? 172.21.15.171:0/1270138440' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T03:52:49.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:48 smithi171 ceph-mon[30537]: from='mgr.? 172.21.15.171:0/1270138440' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T03:52:49.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:48 smithi195 ceph-mon[30576]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:52:49.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:48 smithi195 ceph-mon[30576]: Standby manager daemon b started 2024-05-06T03:52:49.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:48 smithi195 ceph-mon[30576]: from='mgr.? 172.21.15.171:0/1270138440' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T03:52:49.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:48 smithi195 ceph-mon[30576]: from='mgr.? 172.21.15.171:0/1270138440' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T03:52:49.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:48 smithi195 ceph-mon[30576]: from='mgr.? 172.21.15.171:0/1270138440' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T03:52:49.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:48 smithi195 ceph-mon[30576]: from='mgr.? 172.21.15.171:0/1270138440' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T03:52:49.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:48 smithi050 ceph-mon[28572]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:52:49.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:48 smithi050 ceph-mon[28572]: Standby manager daemon b started 2024-05-06T03:52:49.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:48 smithi050 ceph-mon[28572]: from='mgr.? 172.21.15.171:0/1270138440' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-06T03:52:49.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:48 smithi050 ceph-mon[28572]: from='mgr.? 172.21.15.171:0/1270138440' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-06T03:52:49.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:48 smithi050 ceph-mon[28572]: from='mgr.? 172.21.15.171:0/1270138440' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-06T03:52:49.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:48 smithi050 ceph-mon[28572]: from='mgr.? 172.21.15.171:0/1270138440' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-06T03:52:50.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:49 smithi195 ceph-mon[30576]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:50.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:49 smithi195 ceph-mon[30576]: mgrmap e14: a(active, since 80s), standbys: b 2024-05-06T03:52:50.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:49 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T03:52:50.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:49 smithi050 ceph-mon[28572]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:50.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:49 smithi050 ceph-mon[28572]: mgrmap e14: a(active, since 80s), standbys: b 2024-05-06T03:52:50.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:49 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T03:52:50.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:49 smithi171 ceph-mon[30537]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:50.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:49 smithi171 ceph-mon[30537]: mgrmap e14: a(active, since 80s), standbys: b 2024-05-06T03:52:50.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:49 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-06T03:52:51.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:50 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3773293834' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37eb07f8-6f60-4d55-93c4-98ef818d7c67"}]: dispatch 2024-05-06T03:52:51.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:50 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3773293834' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37eb07f8-6f60-4d55-93c4-98ef818d7c67"}]': finished 2024-05-06T03:52:51.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:50 smithi050 ceph-mon[28572]: osdmap e5: 1 total, 0 up, 1 in 2024-05-06T03:52:51.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:50 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:52:51.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:50 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/3773293834' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37eb07f8-6f60-4d55-93c4-98ef818d7c67"}]: dispatch 2024-05-06T03:52:51.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:50 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/3773293834' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37eb07f8-6f60-4d55-93c4-98ef818d7c67"}]': finished 2024-05-06T03:52:51.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:50 smithi195 ceph-mon[30576]: osdmap e5: 1 total, 0 up, 1 in 2024-05-06T03:52:51.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:50 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:52:51.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:50 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/3773293834' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37eb07f8-6f60-4d55-93c4-98ef818d7c67"}]: dispatch 2024-05-06T03:52:51.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:50 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/3773293834' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37eb07f8-6f60-4d55-93c4-98ef818d7c67"}]': finished 2024-05-06T03:52:51.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:50 smithi171 ceph-mon[30537]: osdmap e5: 1 total, 0 up, 1 in 2024-05-06T03:52:51.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:50 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:52:52.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:51 smithi195 ceph-mon[30576]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:52.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:51 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/2339107394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:52:52.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:51 smithi050 ceph-mon[28572]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:52.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:51 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/2339107394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:52:52.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:51 smithi171 ceph-mon[30537]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:52.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:51 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/2339107394' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:52:54.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:53 smithi195 ceph-mon[30576]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:54.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:53 smithi050 ceph-mon[28572]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:54.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:53 smithi171 ceph-mon[30537]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:55.982 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:55 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:55.983 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:55 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:55.983 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:55 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:55.983 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:55 smithi050 ceph-mon[28572]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:56.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:55 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:56.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:55 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:56.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:55 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:56.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:55 smithi195 ceph-mon[30576]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:56.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:55 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:56.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:55 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:56.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:55 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:52:56.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:55 smithi171 ceph-mon[30537]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:58.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:57 smithi171 ceph-mon[30537]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:58.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:57 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T03:52:58.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:57 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:58.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:57 smithi171 ceph-mon[30537]: Deploying daemon osd.0 on smithi050 2024-05-06T03:52:58.156 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:57 smithi050 ceph-mon[28572]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:58.156 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:57 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T03:52:58.156 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:57 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:58.156 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:57 smithi050 ceph-mon[28572]: Deploying daemon osd.0 on smithi050 2024-05-06T03:52:58.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:57 smithi195 ceph-mon[30576]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:52:58.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:57 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T03:52:58.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:57 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:52:58.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:57 smithi195 ceph-mon[30576]: Deploying daemon osd.0 on smithi050 2024-05-06T03:53:00.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:52:59 smithi171 ceph-mon[30537]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:00.188 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:52:59 smithi050 ceph-mon[28572]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:00.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:52:59 smithi195 ceph-mon[30576]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:02.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:01 smithi050 ceph-mon[28572]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:02.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:01 smithi171 ceph-mon[30537]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:02.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:01 smithi195 ceph-mon[30576]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.080 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.081 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.081 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.081 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.081 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.081 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.081 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.081 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.081 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:04.082 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:04.082 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:04.082 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.082 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.082 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.082 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: Reconfiguring osd.0 (unknown last config time)... 2024-05-06T03:53:04.082 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T03:53:04.082 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:04.083 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:03 smithi195 ceph-mon[30576]: Reconfiguring daemon osd.0 on smithi050 2024-05-06T03:53:04.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.085 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.085 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.085 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.085 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.085 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:04.085 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:04.085 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:04.086 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.086 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.086 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.086 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: Reconfiguring osd.0 (unknown last config time)... 2024-05-06T03:53:04.086 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T03:53:04.086 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:04.086 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:03 smithi050 ceph-mon[28572]: Reconfiguring daemon osd.0 on smithi050 2024-05-06T03:53:04.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:04.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:04.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:04.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:04.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: Reconfiguring osd.0 (unknown last config time)... 2024-05-06T03:53:04.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T03:53:04.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:04.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:03 smithi171 ceph-mon[30537]: Reconfiguring daemon osd.0 on smithi050 2024-05-06T03:53:04.869 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:04 smithi050 ceph-mon[28572]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-06T03:53:04.869 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:04.869 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:05.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:04 smithi195 ceph-mon[30576]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-06T03:53:05.205 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:05.207 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:05.207 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:04 smithi171 ceph-mon[30537]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-06T03:53:05.207 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:05.208 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:06.029 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:05 smithi050 ceph-mon[28572]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:06.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:05 smithi195 ceph-mon[30576]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:06.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:05 smithi171 ceph-mon[30537]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:08.464 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:08 smithi050 ceph-mon[28572]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:08.464 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:08 smithi050 ceph-mon[28572]: from='osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T03:53:08.464 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:08 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:08.465 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:08 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:08.465 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:08 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:08.465 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:08 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:08.465 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:08 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:08.465 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:08 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:08.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:08 smithi195 ceph-mon[30576]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:08.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:08 smithi195 ceph-mon[30576]: from='osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T03:53:08.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:08 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:08.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:08 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:08.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:08 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:08.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:08 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:08.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:08 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:08.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:08 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:08.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:08 smithi171 ceph-mon[30537]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:08.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:08 smithi171 ceph-mon[30537]: from='osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-06T03:53:08.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:08 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:08.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:08 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:08.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:08 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:08.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:08 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:08.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:08 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:08.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:08 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:09.556 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:09 smithi050 ceph-mon[28572]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:09.556 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:09 smithi050 ceph-mon[28572]: from='osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T03:53:09.556 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:09 smithi050 ceph-mon[28572]: osdmap e6: 1 total, 0 up, 1 in 2024-05-06T03:53:09.556 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:09 smithi050 ceph-mon[28572]: from='osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2024-05-06T03:53:09.556 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:09 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:53:09.556 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:09 smithi050 ceph-mon[28572]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-06T03:53:09.556 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:09 smithi050 ceph-mon[28572]: Cluster is now healthy 2024-05-06T03:53:09.556 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:09 smithi050 ceph-mon[28572]: from='osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2024-05-06T03:53:09.556 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:09 smithi050 ceph-mon[28572]: osdmap e7: 1 total, 0 up, 1 in 2024-05-06T03:53:09.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:09 smithi195 ceph-mon[30576]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:09.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:09 smithi195 ceph-mon[30576]: from='osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T03:53:09.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:09 smithi195 ceph-mon[30576]: osdmap e6: 1 total, 0 up, 1 in 2024-05-06T03:53:09.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:09 smithi195 ceph-mon[30576]: from='osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2024-05-06T03:53:09.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:09 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:53:09.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:09 smithi195 ceph-mon[30576]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-06T03:53:09.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:09 smithi195 ceph-mon[30576]: Cluster is now healthy 2024-05-06T03:53:09.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:09 smithi195 ceph-mon[30576]: from='osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2024-05-06T03:53:09.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:09 smithi195 ceph-mon[30576]: osdmap e7: 1 total, 0 up, 1 in 2024-05-06T03:53:09.619 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 0 on host 'smithi050' 2024-05-06T03:53:09.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:09 smithi171 ceph-mon[30537]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:09.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:09 smithi171 ceph-mon[30537]: from='osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-06T03:53:09.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:09 smithi171 ceph-mon[30537]: osdmap e6: 1 total, 0 up, 1 in 2024-05-06T03:53:09.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:09 smithi171 ceph-mon[30537]: from='osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2024-05-06T03:53:09.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:09 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:53:09.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:09 smithi171 ceph-mon[30537]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-06T03:53:09.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:09 smithi171 ceph-mon[30537]: Cluster is now healthy 2024-05-06T03:53:09.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:09 smithi171 ceph-mon[30537]: from='osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2024-05-06T03:53:09.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:09 smithi171 ceph-mon[30537]: osdmap e7: 1 total, 0 up, 1 in 2024-05-06T03:53:10.324 DEBUG:teuthology.orchestra.run.smithi050:osd.0> sudo journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.0.service 2024-05-06T03:53:10.327 INFO:tasks.cephadm:Deploying osd.1 on smithi050 with /dev/vg_nvme/lv_3... 2024-05-06T03:53:10.327 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-06T03:53:10.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:10 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:53:10.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:10 smithi195 ceph-mon[30576]: from='osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578]' entity='osd.0' 2024-05-06T03:53:10.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:10 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:10.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:10 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:10.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:10 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:10.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:10 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:53:10.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:10 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:10.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:10 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:10.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:10 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:10.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:10 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:10.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:10 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:53:10.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:10 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:53:10.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:10 smithi050 ceph-mon[28572]: from='osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578]' entity='osd.0' 2024-05-06T03:53:10.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:10 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:10.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:10 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:10.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:10 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:10.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:10 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:53:10.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:10 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:10.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:10 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:10.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:10 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:10.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:10 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:10.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:10 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:53:10.619 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:53:10.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:10 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:53:10.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:10 smithi171 ceph-mon[30537]: from='osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578]' entity='osd.0' 2024-05-06T03:53:10.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:10 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:10.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:10 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:10.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:10 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:10.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:10 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:53:10.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:10 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:10.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:10 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:10.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:10 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:10.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:10 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:10.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:10 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:53:11.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:11 smithi195 ceph-mon[30576]: purged_snaps scrub starts 2024-05-06T03:53:11.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:11 smithi195 ceph-mon[30576]: purged_snaps scrub ok 2024-05-06T03:53:11.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:11 smithi195 ceph-mon[30576]: Adjusting osd_memory_target on smithi050 to 16069M 2024-05-06T03:53:11.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:11 smithi195 ceph-mon[30576]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:11.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:11 smithi195 ceph-mon[30576]: osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578] boot 2024-05-06T03:53:11.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:11 smithi195 ceph-mon[30576]: osdmap e8: 1 total, 1 up, 1 in 2024-05-06T03:53:11.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:11 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:53:11.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:11 smithi050 ceph-mon[28572]: purged_snaps scrub starts 2024-05-06T03:53:11.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:11 smithi050 ceph-mon[28572]: purged_snaps scrub ok 2024-05-06T03:53:11.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:11 smithi050 ceph-mon[28572]: Adjusting osd_memory_target on smithi050 to 16069M 2024-05-06T03:53:11.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:11 smithi050 ceph-mon[28572]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:11.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:11 smithi050 ceph-mon[28572]: osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578] boot 2024-05-06T03:53:11.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:11 smithi050 ceph-mon[28572]: osdmap e8: 1 total, 1 up, 1 in 2024-05-06T03:53:11.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:11 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:53:11.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:11 smithi171 ceph-mon[30537]: purged_snaps scrub starts 2024-05-06T03:53:11.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:11 smithi171 ceph-mon[30537]: purged_snaps scrub ok 2024-05-06T03:53:11.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:11 smithi171 ceph-mon[30537]: Adjusting osd_memory_target on smithi050 to 16069M 2024-05-06T03:53:11.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:11 smithi171 ceph-mon[30537]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-06T03:53:11.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:11 smithi171 ceph-mon[30537]: osd.0 [v2:172.21.15.50:6802/2879619578,v1:172.21.15.50:6803/2879619578] boot 2024-05-06T03:53:11.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:11 smithi171 ceph-mon[30537]: osdmap e8: 1 total, 1 up, 1 in 2024-05-06T03:53:11.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:11 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-06T03:53:12.515 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-06T03:53:12.515 INFO:teuthology.orchestra.run.smithi050.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-06T03:53:12.515 INFO:teuthology.orchestra.run.smithi050.stderr: stderr: 10+0 records in 2024-05-06T03:53:12.515 INFO:teuthology.orchestra.run.smithi050.stderr:10+0 records out 2024-05-06T03:53:12.515 INFO:teuthology.orchestra.run.smithi050.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0108079 s, 970 MB/s 2024-05-06T03:53:12.515 INFO:teuthology.orchestra.run.smithi050.stderr:--> Zapping successful for: 2024-05-06T03:53:13.133 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi050:vg_nvme/lv_3 2024-05-06T03:53:13.381 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:53:13.399 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:13 smithi195 ceph-mon[30576]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:13.399 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:13 smithi195 ceph-mon[30576]: osdmap e9: 1 total, 1 up, 1 in 2024-05-06T03:53:13.503 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:13 smithi050 ceph-mon[28572]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:13.503 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:13 smithi050 ceph-mon[28572]: osdmap e9: 1 total, 1 up, 1 in 2024-05-06T03:53:13.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:13 smithi171 ceph-mon[30537]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:13.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:13 smithi171 ceph-mon[30537]: osdmap e9: 1 total, 1 up, 1 in 2024-05-06T03:53:15.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:15 smithi195 ceph-mon[30576]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:15.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:15 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:15.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:15 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:15.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:15 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:15.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:15 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:53:15.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:15 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:53:15.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:15 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:15.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:15 smithi050 ceph-mon[28572]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:15.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:15 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:15.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:15 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:15.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:15 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:15.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:15 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:53:15.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:15 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:53:15.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:15 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:15.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:15 smithi171 ceph-mon[30537]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:15.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:15 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:15.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:15 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:15.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:15 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:15.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:15 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:53:15.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:15 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:53:15.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:15 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:16.563 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:16 smithi050 ceph-mon[28572]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:53:16.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:16 smithi195 ceph-mon[30576]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:53:16.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:16 smithi171 ceph-mon[30537]: from='client.14247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi050:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:53:17.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:17 smithi195 ceph-mon[30576]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:17.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:17 smithi050 ceph-mon[28572]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:17.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:17 smithi171 ceph-mon[30537]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:18.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:18 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/2848071233' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86f9cf32-d396-49b4-a7e8-408ee219fb96"}]: dispatch 2024-05-06T03:53:18.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:18 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/2848071233' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86f9cf32-d396-49b4-a7e8-408ee219fb96"}]': finished 2024-05-06T03:53:18.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:18 smithi195 ceph-mon[30576]: osdmap e10: 2 total, 1 up, 2 in 2024-05-06T03:53:18.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:18 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:53:18.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:18 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/2848071233' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86f9cf32-d396-49b4-a7e8-408ee219fb96"}]: dispatch 2024-05-06T03:53:18.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:18 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/2848071233' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86f9cf32-d396-49b4-a7e8-408ee219fb96"}]': finished 2024-05-06T03:53:18.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:18 smithi050 ceph-mon[28572]: osdmap e10: 2 total, 1 up, 2 in 2024-05-06T03:53:18.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:18 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:53:18.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:18 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/2848071233' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86f9cf32-d396-49b4-a7e8-408ee219fb96"}]: dispatch 2024-05-06T03:53:18.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:18 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/2848071233' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86f9cf32-d396-49b4-a7e8-408ee219fb96"}]': finished 2024-05-06T03:53:18.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:18 smithi171 ceph-mon[30537]: osdmap e10: 2 total, 1 up, 2 in 2024-05-06T03:53:18.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:18 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:53:19.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:19 smithi050 ceph-mon[28572]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:19.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:19 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3971754251' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:53:19.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:19 smithi171 ceph-mon[30537]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:19.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:19 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/3971754251' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:53:19.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:19 smithi195 ceph-mon[30576]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:19.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:19 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/3971754251' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:53:21.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:21 smithi050 ceph-mon[28572]: pgmap v61: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:21.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:21 smithi171 ceph-mon[30537]: pgmap v61: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:21.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:21 smithi195 ceph-mon[30576]: pgmap v61: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:23.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:23 smithi050 ceph-mon[28572]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:23.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:23.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:23.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:23.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:23.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:23 smithi171 ceph-mon[30537]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:23.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:23.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:23.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:23.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:23.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:23 smithi195 ceph-mon[30576]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:23.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:23 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:23.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:23 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:23.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:23 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:23.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:23 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:24.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:24 smithi050 ceph-mon[28572]: pgmap v63: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:24.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:24 smithi050 ceph-mon[28572]: Detected new or changed devices on smithi050 2024-05-06T03:53:24.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:24.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:24 smithi050 ceph-mon[28572]: pgmap v64: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:24.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:24 smithi050 ceph-mon[28572]: pgmap v65: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:24.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:24.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:24.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:24.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:24.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:24 smithi050 ceph-mon[28572]: pgmap v66: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:24.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:24 smithi050 ceph-mon[28572]: pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:24.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:24.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:24 smithi050 ceph-mon[28572]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-06T03:53:24.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:24 smithi171 ceph-mon[30537]: pgmap v63: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:24.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:24 smithi171 ceph-mon[30537]: Detected new or changed devices on smithi050 2024-05-06T03:53:24.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:24.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:24 smithi171 ceph-mon[30537]: pgmap v64: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:24.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:24 smithi171 ceph-mon[30537]: pgmap v65: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:24.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:24.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:24.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:24.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:24.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:24 smithi171 ceph-mon[30537]: pgmap v66: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:24.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:24 smithi171 ceph-mon[30537]: pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:24.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:24.657 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:24 smithi171 ceph-mon[30537]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-06T03:53:24.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:24 smithi195 ceph-mon[30576]: pgmap v63: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:24.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:24 smithi195 ceph-mon[30576]: Detected new or changed devices on smithi050 2024-05-06T03:53:24.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:24.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:24 smithi195 ceph-mon[30576]: pgmap v64: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:24.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:24 smithi195 ceph-mon[30576]: pgmap v65: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:24.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:24.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:24.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:24.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:24.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:24 smithi195 ceph-mon[30576]: pgmap v66: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:24.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:24 smithi195 ceph-mon[30576]: pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:24.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:24.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:24 smithi195 ceph-mon[30576]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-06T03:53:26.463 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:26 smithi171 ceph-mon[30537]: pgmap v68: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:26.685 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:26 smithi050 ceph-mon[28572]: pgmap v68: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:26.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:26 smithi195 ceph-mon[30576]: pgmap v68: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:28.279 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:28.280 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:28.280 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:27 smithi050 ceph-mon[28572]: pgmap v69: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:28.280 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:27 smithi050 ceph-mon[28572]: Detected new or changed devices on smithi050 2024-05-06T03:53:28.280 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:28.280 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:28.280 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:28.280 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:28.281 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:28.281 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T03:53:28.281 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:28.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:28.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:28.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:27 smithi195 ceph-mon[30576]: pgmap v69: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:28.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:27 smithi195 ceph-mon[30576]: Detected new or changed devices on smithi050 2024-05-06T03:53:28.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:28.331 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:28.331 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:28.331 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:28.331 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:28.331 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T03:53:28.331 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:28.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:28.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:28.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:27 smithi171 ceph-mon[30537]: pgmap v69: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:28.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:27 smithi171 ceph-mon[30537]: Detected new or changed devices on smithi050 2024-05-06T03:53:28.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:28.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:28.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:28.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:28.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:28.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T03:53:28.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:29.303 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:28 smithi050 ceph-mon[28572]: Deploying daemon osd.1 on smithi050 2024-05-06T03:53:29.303 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:28 smithi050 ceph-mon[28572]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-06T03:53:29.303 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:28 smithi050 ceph-mon[28572]: Cluster is now healthy 2024-05-06T03:53:29.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:28 smithi195 ceph-mon[30576]: Deploying daemon osd.1 on smithi050 2024-05-06T03:53:29.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:28 smithi195 ceph-mon[30576]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-06T03:53:29.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:28 smithi195 ceph-mon[30576]: Cluster is now healthy 2024-05-06T03:53:29.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:28 smithi171 ceph-mon[30537]: Deploying daemon osd.1 on smithi050 2024-05-06T03:53:29.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:28 smithi171 ceph-mon[30537]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-05-06T03:53:29.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:28 smithi171 ceph-mon[30537]: Cluster is now healthy 2024-05-06T03:53:30.106 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:29 smithi050 ceph-mon[28572]: pgmap v70: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:30.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:29 smithi195 ceph-mon[30576]: pgmap v70: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:30.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:29 smithi171 ceph-mon[30537]: pgmap v70: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:32.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:32 smithi195 ceph-mon[30576]: pgmap v71: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:32.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:32 smithi050 ceph-mon[28572]: pgmap v71: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:32.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:32 smithi171 ceph-mon[30537]: pgmap v71: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:34.803 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:34 smithi050 ceph-mon[28572]: pgmap v72: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:34.803 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:34.803 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:34.803 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:34.803 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:34.803 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:34.803 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:34 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:34.821 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:34 smithi195 ceph-mon[30576]: pgmap v72: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:34.822 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:34.822 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:34.822 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:34.822 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:34.822 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:34.822 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:34 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:34.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:34 smithi171 ceph-mon[30537]: pgmap v72: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:34.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:34.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:34.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:34.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:34.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:34.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:34 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:36.028 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:35 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:36.028 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:35 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:36.028 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:35 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:36.028 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:35 smithi195 ceph-mon[30576]: pgmap v73: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:36.250 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:35 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:36.250 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:35 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:36.250 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:35 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:36.251 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:35 smithi050 ceph-mon[28572]: pgmap v73: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:36.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:35 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:36.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:35 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:36.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:35 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:36.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:35 smithi171 ceph-mon[30537]: pgmap v73: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:36.638 INFO:teuthology.orchestra.run.smithi050.stdout:Created osd(s) 1 on host 'smithi050' 2024-05-06T03:53:37.246 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:36 smithi050 ceph-mon[28572]: from='osd.1 [v2:172.21.15.50:6810/1564216887,v1:172.21.15.50:6811/1564216887]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T03:53:37.246 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:36 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:37.246 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:36 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:37.246 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:36 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:37.247 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:36 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:53:37.247 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:36 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:53:37.247 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:36 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:37.247 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:36 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:37.247 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:36 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:37.247 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:36 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:37.275 DEBUG:teuthology.orchestra.run.smithi050:osd.1> sudo journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.1.service 2024-05-06T03:53:37.278 INFO:tasks.cephadm:Deploying osd.2 on smithi171 with /dev/vg_nvme/lv_4... 2024-05-06T03:53:37.278 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T03:53:37.305 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:36 smithi171 ceph-mon[30537]: from='osd.1 [v2:172.21.15.50:6810/1564216887,v1:172.21.15.50:6811/1564216887]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T03:53:37.305 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:36 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:37.305 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:36 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:37.306 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:36 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:37.306 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:36 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:53:37.306 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:36 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:53:37.306 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:36 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:37.306 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:36 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:37.306 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:36 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:37.306 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:36 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:37.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:36 smithi195 ceph-mon[30576]: from='osd.1 [v2:172.21.15.50:6810/1564216887,v1:172.21.15.50:6811/1564216887]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-06T03:53:37.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:36 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:37.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:36 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:37.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:36 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:37.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:36 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:53:37.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:36 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:53:37.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:36 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:37.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:36 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:37.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:36 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:37.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:36 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:37.527 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T03:53:38.301 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:37 smithi171 ceph-mon[30537]: Adjusting osd_memory_target on smithi050 to 8034M 2024-05-06T03:53:38.301 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:37 smithi171 ceph-mon[30537]: from='osd.1 [v2:172.21.15.50:6810/1564216887,v1:172.21.15.50:6811/1564216887]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T03:53:38.301 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:37 smithi171 ceph-mon[30537]: osdmap e11: 2 total, 1 up, 2 in 2024-05-06T03:53:38.301 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:37 smithi171 ceph-mon[30537]: from='osd.1 [v2:172.21.15.50:6810/1564216887,v1:172.21.15.50:6811/1564216887]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2024-05-06T03:53:38.301 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:37 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:53:38.301 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:37 smithi171 ceph-mon[30537]: pgmap v75: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:38.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:37 smithi195 ceph-mon[30576]: Adjusting osd_memory_target on smithi050 to 8034M 2024-05-06T03:53:38.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:37 smithi195 ceph-mon[30576]: from='osd.1 [v2:172.21.15.50:6810/1564216887,v1:172.21.15.50:6811/1564216887]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T03:53:38.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:37 smithi195 ceph-mon[30576]: osdmap e11: 2 total, 1 up, 2 in 2024-05-06T03:53:38.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:37 smithi195 ceph-mon[30576]: from='osd.1 [v2:172.21.15.50:6810/1564216887,v1:172.21.15.50:6811/1564216887]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2024-05-06T03:53:38.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:37 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:53:38.330 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:37 smithi195 ceph-mon[30576]: pgmap v75: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:38.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:37 smithi050 ceph-mon[28572]: Adjusting osd_memory_target on smithi050 to 8034M 2024-05-06T03:53:38.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:37 smithi050 ceph-mon[28572]: from='osd.1 [v2:172.21.15.50:6810/1564216887,v1:172.21.15.50:6811/1564216887]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-06T03:53:38.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:37 smithi050 ceph-mon[28572]: osdmap e11: 2 total, 1 up, 2 in 2024-05-06T03:53:38.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:37 smithi050 ceph-mon[28572]: from='osd.1 [v2:172.21.15.50:6810/1564216887,v1:172.21.15.50:6811/1564216887]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]: dispatch 2024-05-06T03:53:38.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:37 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:53:38.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:37 smithi050 ceph-mon[28572]: pgmap v75: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:38.333 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:53:37 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-1[45272]: 2024-05-06T03:53:37.975+0000 7fd1beedf700 -1 osd.1 0 waiting for initial osdmap 2024-05-06T03:53:38.333 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:53:37 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-1[45272]: 2024-05-06T03:53:37.978+0000 7fd1bacd2700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-06T03:53:39.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:38 smithi171 ceph-mon[30537]: from='osd.1 [v2:172.21.15.50:6810/1564216887,v1:172.21.15.50:6811/1564216887]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2024-05-06T03:53:39.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:38 smithi171 ceph-mon[30537]: osdmap e12: 2 total, 1 up, 2 in 2024-05-06T03:53:39.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:38 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:53:39.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:38 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:53:39.234 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:38 smithi050 ceph-mon[28572]: from='osd.1 [v2:172.21.15.50:6810/1564216887,v1:172.21.15.50:6811/1564216887]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2024-05-06T03:53:39.234 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:38 smithi050 ceph-mon[28572]: osdmap e12: 2 total, 1 up, 2 in 2024-05-06T03:53:39.235 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:38 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:53:39.235 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:38 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:53:39.241 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:38 smithi195 ceph-mon[30576]: from='osd.1 [v2:172.21.15.50:6810/1564216887,v1:172.21.15.50:6811/1564216887]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi050", "root=default"]}]': finished 2024-05-06T03:53:39.241 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:38 smithi195 ceph-mon[30576]: osdmap e12: 2 total, 1 up, 2 in 2024-05-06T03:53:39.241 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:38 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:53:39.241 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:38 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:53:39.455 INFO:teuthology.orchestra.run.smithi171.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T03:53:39.455 INFO:teuthology.orchestra.run.smithi171.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T03:53:39.455 INFO:teuthology.orchestra.run.smithi171.stderr: stderr: 10+0 records in 2024-05-06T03:53:39.455 INFO:teuthology.orchestra.run.smithi171.stderr:10+0 records out 2024-05-06T03:53:39.455 INFO:teuthology.orchestra.run.smithi171.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.011424 s, 918 MB/s 2024-05-06T03:53:39.455 INFO:teuthology.orchestra.run.smithi171.stderr:--> Zapping successful for: 2024-05-06T03:53:40.004 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi171:vg_nvme/lv_4 2024-05-06T03:53:40.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:39 smithi171 ceph-mon[30537]: purged_snaps scrub starts 2024-05-06T03:53:40.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:39 smithi171 ceph-mon[30537]: purged_snaps scrub ok 2024-05-06T03:53:40.067 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:39 smithi171 ceph-mon[30537]: osd.1 [v2:172.21.15.50:6810/1564216887,v1:172.21.15.50:6811/1564216887] boot 2024-05-06T03:53:40.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:39 smithi171 ceph-mon[30537]: osdmap e13: 2 total, 2 up, 2 in 2024-05-06T03:53:40.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:39 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:53:40.068 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:39 smithi171 ceph-mon[30537]: pgmap v78: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:40.246 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:39 smithi050 ceph-mon[28572]: purged_snaps scrub starts 2024-05-06T03:53:40.246 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:39 smithi050 ceph-mon[28572]: purged_snaps scrub ok 2024-05-06T03:53:40.246 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:39 smithi050 ceph-mon[28572]: osd.1 [v2:172.21.15.50:6810/1564216887,v1:172.21.15.50:6811/1564216887] boot 2024-05-06T03:53:40.247 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:39 smithi050 ceph-mon[28572]: osdmap e13: 2 total, 2 up, 2 in 2024-05-06T03:53:40.247 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:39 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:53:40.247 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:39 smithi050 ceph-mon[28572]: pgmap v78: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:40.305 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T03:53:40.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:39 smithi195 ceph-mon[30576]: purged_snaps scrub starts 2024-05-06T03:53:40.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:39 smithi195 ceph-mon[30576]: purged_snaps scrub ok 2024-05-06T03:53:40.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:39 smithi195 ceph-mon[30576]: osd.1 [v2:172.21.15.50:6810/1564216887,v1:172.21.15.50:6811/1564216887] boot 2024-05-06T03:53:40.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:39 smithi195 ceph-mon[30576]: osdmap e13: 2 total, 2 up, 2 in 2024-05-06T03:53:40.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:39 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-06T03:53:40.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:39 smithi195 ceph-mon[30576]: pgmap v78: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-06T03:53:40.989 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:40 smithi171 ceph-mon[30537]: osdmap e14: 2 total, 2 up, 2 in 2024-05-06T03:53:41.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:40 smithi195 ceph-mon[30576]: osdmap e14: 2 total, 2 up, 2 in 2024-05-06T03:53:41.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:40 smithi050 ceph-mon[28572]: osdmap e14: 2 total, 2 up, 2 in 2024-05-06T03:53:42.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:41 smithi195 ceph-mon[30576]: pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:42.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:41 smithi050 ceph-mon[28572]: pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:42.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:41 smithi171 ceph-mon[30537]: pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:43.210 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:42 smithi050 ceph-mon[28572]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:53:43.211 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:53:43.211 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:53:43.211 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:43.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:42 smithi195 ceph-mon[30576]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:53:43.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:42 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:53:43.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:42 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:53:43.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:42 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:43.371 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:42 smithi171 ceph-mon[30537]: from='client.24155 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:53:43.371 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:42 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:53:43.371 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:42 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:53:43.371 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:42 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:44.713 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:44 smithi171 ceph-mon[30537]: pgmap v81: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:44.713 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:44.713 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:44.713 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:44.766 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:44 smithi050 ceph-mon[28572]: pgmap v81: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:44.766 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:44.766 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:44.766 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:44.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:44 smithi195 ceph-mon[30576]: pgmap v81: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:44.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:44.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:44.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:45.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:45 smithi171 ceph-mon[30537]: from='client.? 172.21.15.171:0/2506364517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0099ba59-75d1-45f2-bfc9-79356b7f7f04"}]: dispatch 2024-05-06T03:53:45.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:45 smithi171 ceph-mon[30537]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0099ba59-75d1-45f2-bfc9-79356b7f7f04"}]: dispatch 2024-05-06T03:53:45.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:45 smithi171 ceph-mon[30537]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0099ba59-75d1-45f2-bfc9-79356b7f7f04"}]': finished 2024-05-06T03:53:45.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:45 smithi171 ceph-mon[30537]: osdmap e15: 3 total, 2 up, 3 in 2024-05-06T03:53:45.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:45 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:53:45.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:45 smithi195 ceph-mon[30576]: from='client.? 172.21.15.171:0/2506364517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0099ba59-75d1-45f2-bfc9-79356b7f7f04"}]: dispatch 2024-05-06T03:53:45.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:45 smithi195 ceph-mon[30576]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0099ba59-75d1-45f2-bfc9-79356b7f7f04"}]: dispatch 2024-05-06T03:53:45.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:45 smithi195 ceph-mon[30576]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0099ba59-75d1-45f2-bfc9-79356b7f7f04"}]': finished 2024-05-06T03:53:45.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:45 smithi195 ceph-mon[30576]: osdmap e15: 3 total, 2 up, 3 in 2024-05-06T03:53:45.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:45 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:53:45.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:45 smithi050 ceph-mon[28572]: from='client.? 172.21.15.171:0/2506364517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0099ba59-75d1-45f2-bfc9-79356b7f7f04"}]: dispatch 2024-05-06T03:53:45.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:45 smithi050 ceph-mon[28572]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0099ba59-75d1-45f2-bfc9-79356b7f7f04"}]: dispatch 2024-05-06T03:53:45.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:45 smithi050 ceph-mon[28572]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0099ba59-75d1-45f2-bfc9-79356b7f7f04"}]': finished 2024-05-06T03:53:45.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:45 smithi050 ceph-mon[28572]: osdmap e15: 3 total, 2 up, 3 in 2024-05-06T03:53:45.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:45 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:53:46.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:46 smithi195 ceph-mon[30576]: pgmap v83: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:46.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:46 smithi195 ceph-mon[30576]: from='client.? 172.21.15.171:0/851212179' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:53:46.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:46 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:46.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:46 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:46.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:46 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:46.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:46 smithi050 ceph-mon[28572]: pgmap v83: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:46.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:46 smithi050 ceph-mon[28572]: from='client.? 172.21.15.171:0/851212179' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:53:46.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:46.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:46.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:46.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:46 smithi171 ceph-mon[30537]: pgmap v83: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:46.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:46 smithi171 ceph-mon[30537]: from='client.? 172.21.15.171:0/851212179' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:53:46.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:46 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:46.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:46 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:46.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:46 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:48.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:48 smithi171 ceph-mon[30537]: pgmap v84: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:48.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:48 smithi195 ceph-mon[30576]: pgmap v84: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:48.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:48 smithi050 ceph-mon[28572]: pgmap v84: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:49.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:49 smithi171 ceph-mon[30537]: pgmap v85: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:49.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:49 smithi195 ceph-mon[30576]: pgmap v85: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:49.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:49 smithi050 ceph-mon[28572]: pgmap v85: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:52.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:52 smithi195 ceph-mon[30576]: pgmap v86: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:52.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:52 smithi050 ceph-mon[28572]: pgmap v86: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:52.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:52 smithi171 ceph-mon[30537]: pgmap v86: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:53.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:53 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T03:53:53.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:53 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:53.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:53 smithi195 ceph-mon[30576]: Deploying daemon osd.2 on smithi171 2024-05-06T03:53:53.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:53 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T03:53:53.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:53 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:53.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:53 smithi050 ceph-mon[28572]: Deploying daemon osd.2 on smithi171 2024-05-06T03:53:53.373 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:53 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T03:53:53.373 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:53 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:53.373 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:53 smithi171 ceph-mon[30537]: Deploying daemon osd.2 on smithi171 2024-05-06T03:53:54.299 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:54 smithi171 ceph-mon[30537]: pgmap v87: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:54.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:54 smithi195 ceph-mon[30576]: pgmap v87: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:54.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:54 smithi050 ceph-mon[28572]: pgmap v87: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:56.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:56 smithi171 ceph-mon[30537]: pgmap v88: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:56.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:56.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:56.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:56.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:56 smithi195 ceph-mon[30576]: pgmap v88: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:56.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:56 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:56.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:56 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:56.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:56 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:56.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:56 smithi050 ceph-mon[28572]: pgmap v88: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:56.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:56.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:56.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:58.401 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:58 smithi171 ceph-mon[30537]: pgmap v89: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:58.401 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:58 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:58.401 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:58 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:58.401 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:58 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:58.402 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:58 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:58.402 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:58 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:58.402 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:53:58 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:58.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:58 smithi195 ceph-mon[30576]: pgmap v89: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:58.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:58 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:58.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:58 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:58.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:58 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:58.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:58 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:58.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:58 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:58.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:53:58 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:58.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:58 smithi050 ceph-mon[28572]: pgmap v89: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:53:58.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:53:58.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:58.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:53:58.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:53:58.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:53:58.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:53:58 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:00.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:00 smithi171 ceph-mon[30537]: pgmap v90: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:54:00.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:00 smithi195 ceph-mon[30576]: pgmap v90: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:54:00.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:00 smithi050 ceph-mon[28572]: pgmap v90: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:54:00.582 INFO:teuthology.orchestra.run.smithi171.stdout:Created osd(s) 2 on host 'smithi171' 2024-05-06T03:54:01.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:01 smithi171 ceph-mon[30537]: from='osd.2 [v2:172.21.15.171:6800/1352641712,v1:172.21.15.171:6801/1352641712]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:54:01.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:01 smithi171 ceph-mon[30537]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:54:01.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:01 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:01.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:01 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:01.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:01 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:01.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:01 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:54:01.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:01 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:01.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:01 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:01.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:01 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:01.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:01 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:01.231 DEBUG:teuthology.orchestra.run.smithi171:osd.2> sudo journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.2.service 2024-05-06T03:54:01.274 INFO:tasks.cephadm:Deploying osd.3 on smithi171 with /dev/vg_nvme/lv_3... 2024-05-06T03:54:01.274 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-06T03:54:01.382 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:01 smithi050 ceph-mon[28572]: from='osd.2 [v2:172.21.15.171:6800/1352641712,v1:172.21.15.171:6801/1352641712]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:54:01.382 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:01 smithi050 ceph-mon[28572]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:54:01.382 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:01 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:01.382 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:01 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:01.382 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:01 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:01.382 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:01 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:54:01.382 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:01 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:01.383 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:01 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:01.383 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:01 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:01.383 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:01 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:01.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:01 smithi195 ceph-mon[30576]: from='osd.2 [v2:172.21.15.171:6800/1352641712,v1:172.21.15.171:6801/1352641712]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:54:01.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:01 smithi195 ceph-mon[30576]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-06T03:54:01.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:01 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:01.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:01 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:01.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:01 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:01.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:01 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:54:01.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:01 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:01.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:01 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:01.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:01 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:01.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:01 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:01.585 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T03:54:02.182 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:02 smithi050 ceph-mon[28572]: Adjusting osd_memory_target on smithi171 to 16064M 2024-05-06T03:54:02.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:02 smithi171 ceph-mon[30537]: Adjusting osd_memory_target on smithi171 to 16064M 2024-05-06T03:54:02.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:02 smithi171 ceph-mon[30537]: pgmap v91: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:54:02.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:02 smithi171 ceph-mon[30537]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T03:54:02.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:02 smithi171 ceph-mon[30537]: from='osd.2 [v2:172.21.15.171:6800/1352641712,v1:172.21.15.171:6801/1352641712]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-05-06T03:54:02.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:02 smithi171 ceph-mon[30537]: osdmap e16: 3 total, 2 up, 3 in 2024-05-06T03:54:02.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:02 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:54:02.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:02 smithi171 ceph-mon[30537]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-05-06T03:54:02.487 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:02 smithi050 ceph-mon[28572]: pgmap v91: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:54:02.487 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:02 smithi050 ceph-mon[28572]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T03:54:02.487 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:02 smithi050 ceph-mon[28572]: from='osd.2 [v2:172.21.15.171:6800/1352641712,v1:172.21.15.171:6801/1352641712]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-05-06T03:54:02.487 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:02 smithi050 ceph-mon[28572]: osdmap e16: 3 total, 2 up, 3 in 2024-05-06T03:54:02.487 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:02 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:54:02.487 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:02 smithi050 ceph-mon[28572]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-05-06T03:54:02.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:02 smithi195 ceph-mon[30576]: Adjusting osd_memory_target on smithi171 to 16064M 2024-05-06T03:54:02.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:02 smithi195 ceph-mon[30576]: pgmap v91: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:54:02.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:02 smithi195 ceph-mon[30576]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-06T03:54:02.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:02 smithi195 ceph-mon[30576]: from='osd.2 [v2:172.21.15.171:6800/1352641712,v1:172.21.15.171:6801/1352641712]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-05-06T03:54:02.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:02 smithi195 ceph-mon[30576]: osdmap e16: 3 total, 2 up, 3 in 2024-05-06T03:54:02.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:02 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:54:02.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:02 smithi195 ceph-mon[30576]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-05-06T03:54:02.905 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:54:02 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-2[36330]: 2024-05-06T03:54:02.543+0000 7f30b9f9d700 -1 osd.2 0 waiting for initial osdmap 2024-05-06T03:54:02.905 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:54:02 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-2[36330]: 2024-05-06T03:54:02.549+0000 7f30b1d88700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-06T03:54:03.381 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:03 smithi171 ceph-mon[30537]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]': finished 2024-05-06T03:54:03.381 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:03 smithi171 ceph-mon[30537]: osdmap e17: 3 total, 2 up, 3 in 2024-05-06T03:54:03.382 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:54:03.382 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:54:03.382 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:03 smithi171 ceph-mon[30537]: from='osd.2 ' entity='osd.2' 2024-05-06T03:54:03.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:03 smithi195 ceph-mon[30576]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]': finished 2024-05-06T03:54:03.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:03 smithi195 ceph-mon[30576]: osdmap e17: 3 total, 2 up, 3 in 2024-05-06T03:54:03.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:54:03.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:03 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:54:03.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:03 smithi195 ceph-mon[30576]: from='osd.2 ' entity='osd.2' 2024-05-06T03:54:03.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:03 smithi050 ceph-mon[28572]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]': finished 2024-05-06T03:54:03.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:03 smithi050 ceph-mon[28572]: osdmap e17: 3 total, 2 up, 3 in 2024-05-06T03:54:03.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:54:03.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:54:03.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:03 smithi050 ceph-mon[28572]: from='osd.2 ' entity='osd.2' 2024-05-06T03:54:04.280 INFO:teuthology.orchestra.run.smithi171.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-06T03:54:04.280 INFO:teuthology.orchestra.run.smithi171.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-06T03:54:04.280 INFO:teuthology.orchestra.run.smithi171.stderr: stderr: 10+0 records in 2024-05-06T03:54:04.281 INFO:teuthology.orchestra.run.smithi171.stderr:10+0 records out 2024-05-06T03:54:04.281 INFO:teuthology.orchestra.run.smithi171.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0123225 s, 851 MB/s 2024-05-06T03:54:04.281 INFO:teuthology.orchestra.run.smithi171.stderr:--> Zapping successful for: 2024-05-06T03:54:04.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: purged_snaps scrub starts 2024-05-06T03:54:04.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: purged_snaps scrub ok 2024-05-06T03:54:04.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: pgmap v94: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:54:04.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:54:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: osd.2 [v2:172.21.15.171:6800/1352641712,v1:172.21.15.171:6801/1352641712] boot 2024-05-06T03:54:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: osdmap e18: 3 total, 3 up, 3 in 2024-05-06T03:54:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:54:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.333 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.334 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: purged_snaps scrub starts 2024-05-06T03:54:04.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: purged_snaps scrub ok 2024-05-06T03:54:04.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: pgmap v94: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:54:04.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:54:04.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: osd.2 [v2:172.21.15.171:6800/1352641712,v1:172.21.15.171:6801/1352641712] boot 2024-05-06T03:54:04.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: osdmap e18: 3 total, 3 up, 3 in 2024-05-06T03:54:04.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:54:04.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:04.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:04.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:04.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.407 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.407 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.407 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: purged_snaps scrub starts 2024-05-06T03:54:04.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: purged_snaps scrub ok 2024-05-06T03:54:04.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: pgmap v94: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:54:04.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:54:04.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: osd.2 [v2:172.21.15.171:6800/1352641712,v1:172.21.15.171:6801/1352641712] boot 2024-05-06T03:54:04.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: osdmap e18: 3 total, 3 up, 3 in 2024-05-06T03:54:04.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-06T03:54:04.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:04.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:04.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:04.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:04.856 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi171:vg_nvme/lv_3 2024-05-06T03:54:05.091 INFO:teuthology.orchestra.run.smithi171.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.b/config 2024-05-06T03:54:05.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:05 smithi171 ceph-mon[30537]: Detected new or changed devices on smithi171 2024-05-06T03:54:05.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:05 smithi171 ceph-mon[30537]: pgmap v96: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:54:05.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:05 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:05.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:05 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:05.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:05 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:05.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:05 smithi171 ceph-mon[30537]: pgmap v97: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:05.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:05 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:05.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:05 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:54:05.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:05 smithi195 ceph-mon[30576]: Detected new or changed devices on smithi171 2024-05-06T03:54:05.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:05 smithi195 ceph-mon[30576]: pgmap v96: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:54:05.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:05 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:05.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:05 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:05.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:05 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:05.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:05 smithi195 ceph-mon[30576]: pgmap v97: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:05.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:05 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:05.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:05 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:54:05.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:05 smithi050 ceph-mon[28572]: Detected new or changed devices on smithi171 2024-05-06T03:54:05.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:05 smithi050 ceph-mon[28572]: pgmap v96: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-06T03:54:05.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:05 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:05.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:05 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:05.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:05 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:05.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:05 smithi050 ceph-mon[28572]: pgmap v97: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:05.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:05 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:05.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:05 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:54:06.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:06 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-06T03:54:06.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:06 smithi050 ceph-mon[28572]: osdmap e19: 3 total, 3 up, 3 in 2024-05-06T03:54:06.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:06 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:54:06.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:06 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-06T03:54:06.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:06 smithi171 ceph-mon[30537]: osdmap e19: 3 total, 3 up, 3 in 2024-05-06T03:54:06.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:06 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:54:06.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:06 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-05-06T03:54:06.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:06 smithi195 ceph-mon[30576]: osdmap e19: 3 total, 3 up, 3 in 2024-05-06T03:54:06.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:06 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:54:06.832 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46944]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-06T03:54:06.832 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46944]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-06T03:54:06.832 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46944]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-06T03:54:06.832 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46944]: pam_unix(sudo:session): session closed for user root 2024-05-06T03:54:06.832 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46947]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-06T03:54:06.832 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46947]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-06T03:54:06.832 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46947]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-06T03:54:06.832 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46947]: pam_unix(sudo:session): session closed for user root 2024-05-06T03:54:06.833 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46938]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-06T03:54:06.833 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46938]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-06T03:54:06.833 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46938]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-06T03:54:06.833 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46938]: pam_unix(sudo:session): session closed for user root 2024-05-06T03:54:06.833 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46941]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-06T03:54:06.833 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46941]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-06T03:54:06.833 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46941]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-06T03:54:06.833 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46941]: pam_unix(sudo:session): session closed for user root 2024-05-06T03:54:06.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46950]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-06T03:54:06.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46950]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-06T03:54:06.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46950]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-06T03:54:06.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46950]: pam_unix(sudo:session): session closed for user root 2024-05-06T03:54:06.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46953]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-06T03:54:06.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46953]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-06T03:54:06.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46953]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-06T03:54:06.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:06 smithi050 sudo[46953]: pam_unix(sudo:session): session closed for user root 2024-05-06T03:54:06.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37978]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-06T03:54:06.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37978]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-06T03:54:06.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37978]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-06T03:54:06.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37978]: pam_unix(sudo:session): session closed for user root 2024-05-06T03:54:06.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37984]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-06T03:54:06.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37984]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-06T03:54:06.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37984]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-06T03:54:06.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37984]: pam_unix(sudo:session): session closed for user root 2024-05-06T03:54:06.906 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37965]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-06T03:54:06.906 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37965]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-06T03:54:06.906 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37965]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-06T03:54:06.906 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37965]: pam_unix(sudo:session): session closed for user root 2024-05-06T03:54:06.906 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37968]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-06T03:54:06.906 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37968]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-06T03:54:06.906 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37968]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-06T03:54:06.906 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:54:06 smithi171 sudo[37968]: pam_unix(sudo:session): session closed for user root 2024-05-06T03:54:07.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:06 smithi195 sudo[34184]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-05-06T03:54:07.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:06 smithi195 sudo[34184]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-06T03:54:07.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:06 smithi195 sudo[34184]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-06T03:54:07.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:06 smithi195 sudo[34184]: pam_unix(sudo:session): session closed for user root 2024-05-06T03:54:07.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:06 smithi195 sudo[34187]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-05-06T03:54:07.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:06 smithi195 sudo[34187]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-05-06T03:54:07.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:06 smithi195 sudo[34187]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-05-06T03:54:07.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:06 smithi195 sudo[34187]: pam_unix(sudo:session): session closed for user root 2024-05-06T03:54:07.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: pgmap v99: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:07.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-06T03:54:07.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T03:54:07.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: osdmap e20: 3 total, 3 up, 3 in 2024-05-06T03:54:07.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:07.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:07.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:54:07.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:54:07.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:54:07.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:54:07.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:54:07.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:54:07.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:54:07.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:54:07.407 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:54:07.407 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:54:07.407 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:07.407 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:54:07.407 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:54:07.407 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:54:07.407 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:54:07.407 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:54:07.407 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:54:07.407 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:54:07.407 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:07.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: pgmap v99: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:07.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-06T03:54:07.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T03:54:07.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: osdmap e20: 3 total, 3 up, 3 in 2024-05-06T03:54:07.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:07.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:07.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:54:07.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:54:07.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:54:07.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:54:07.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:54:07.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:54:07.581 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:54:07.581 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:54:07.581 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:54:07.581 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:54:07.581 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:07.581 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:54:07.581 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:54:07.581 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:54:07.581 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:54:07.581 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:54:07.581 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:54:07.582 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:54:07.582 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:07.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: pgmap v99: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:07.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-05-06T03:54:07.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-06T03:54:07.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: osdmap e20: 3 total, 3 up, 3 in 2024-05-06T03:54:07.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:07.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:07.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:54:07.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:54:07.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:54:07.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:54:07.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:54:07.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:54:07.583 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:54:07.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:54:07.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:54:07.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:54:07.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:07.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-06T03:54:07.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:54:07.584 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:54:07.585 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-06T03:54:07.585 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-06T03:54:07.585 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:54:07.585 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:54:07.585 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:08.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:08 smithi171 ceph-mon[30537]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:54:08.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:08 smithi171 ceph-mon[30537]: osdmap e21: 3 total, 3 up, 3 in 2024-05-06T03:54:08.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:08 smithi171 ceph-mon[30537]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-06T03:54:08.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:08 smithi195 ceph-mon[30576]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:54:08.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:08 smithi195 ceph-mon[30576]: osdmap e21: 3 total, 3 up, 3 in 2024-05-06T03:54:08.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:08 smithi195 ceph-mon[30576]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-06T03:54:08.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:08 smithi050 ceph-mon[28572]: from='client.24191 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi171:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:54:08.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:08 smithi050 ceph-mon[28572]: osdmap e21: 3 total, 3 up, 3 in 2024-05-06T03:54:08.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:08 smithi050 ceph-mon[28572]: mgrmap e15: a(active, since 2m), standbys: b 2024-05-06T03:54:09.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:09 smithi171 ceph-mon[30537]: pgmap v102: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:09.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:09 smithi171 ceph-mon[30537]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-06T03:54:09.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:09 smithi171 ceph-mon[30537]: Cluster is now healthy 2024-05-06T03:54:09.480 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:09 smithi195 ceph-mon[30576]: pgmap v102: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:09.480 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:09 smithi195 ceph-mon[30576]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-06T03:54:09.480 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:09 smithi195 ceph-mon[30576]: Cluster is now healthy 2024-05-06T03:54:09.483 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:09 smithi050 ceph-mon[28572]: pgmap v102: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:09.483 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:09 smithi050 ceph-mon[28572]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-05-06T03:54:09.483 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:09 smithi050 ceph-mon[28572]: Cluster is now healthy 2024-05-06T03:54:11.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:11 smithi171 ceph-mon[30537]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:11.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:11 smithi171 ceph-mon[30537]: from='client.? 172.21.15.171:0/1168822593' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cdf28a0-8860-4ea1-81dc-2820c16e370d"}]: dispatch 2024-05-06T03:54:11.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:11 smithi171 ceph-mon[30537]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cdf28a0-8860-4ea1-81dc-2820c16e370d"}]: dispatch 2024-05-06T03:54:11.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:11 smithi171 ceph-mon[30537]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2cdf28a0-8860-4ea1-81dc-2820c16e370d"}]': finished 2024-05-06T03:54:11.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:11 smithi171 ceph-mon[30537]: osdmap e22: 4 total, 3 up, 4 in 2024-05-06T03:54:11.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:11 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T03:54:11.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:11 smithi171 ceph-mon[30537]: from='client.? 172.21.15.171:0/1296904003' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:54:11.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:11 smithi195 ceph-mon[30576]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:11.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:11 smithi195 ceph-mon[30576]: from='client.? 172.21.15.171:0/1168822593' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cdf28a0-8860-4ea1-81dc-2820c16e370d"}]: dispatch 2024-05-06T03:54:11.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:11 smithi195 ceph-mon[30576]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cdf28a0-8860-4ea1-81dc-2820c16e370d"}]: dispatch 2024-05-06T03:54:11.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:11 smithi195 ceph-mon[30576]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2cdf28a0-8860-4ea1-81dc-2820c16e370d"}]': finished 2024-05-06T03:54:11.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:11 smithi195 ceph-mon[30576]: osdmap e22: 4 total, 3 up, 4 in 2024-05-06T03:54:11.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:11 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T03:54:11.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:11 smithi195 ceph-mon[30576]: from='client.? 172.21.15.171:0/1296904003' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:54:11.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:11 smithi050 ceph-mon[28572]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:11.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:11 smithi050 ceph-mon[28572]: from='client.? 172.21.15.171:0/1168822593' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cdf28a0-8860-4ea1-81dc-2820c16e370d"}]: dispatch 2024-05-06T03:54:11.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:11 smithi050 ceph-mon[28572]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2cdf28a0-8860-4ea1-81dc-2820c16e370d"}]: dispatch 2024-05-06T03:54:11.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:11 smithi050 ceph-mon[28572]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2cdf28a0-8860-4ea1-81dc-2820c16e370d"}]': finished 2024-05-06T03:54:11.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:11 smithi050 ceph-mon[28572]: osdmap e22: 4 total, 3 up, 4 in 2024-05-06T03:54:11.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:11 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T03:54:11.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:11 smithi050 ceph-mon[28572]: from='client.? 172.21.15.171:0/1296904003' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:54:13.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:13 smithi171 ceph-mon[30537]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:13.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:13 smithi195 ceph-mon[30576]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:13.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:13 smithi050 ceph-mon[28572]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:15.258 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:15 smithi195 ceph-mon[30576]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:15.276 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:15 smithi171 ceph-mon[30537]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:15.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:15 smithi050 ceph-mon[28572]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:16.473 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:16 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:16.473 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:16 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:16.473 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:16 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:16.475 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:16 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:16.475 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:16 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:16.475 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:16 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:16.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:16 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:16.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:16 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:16.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:16 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:17.402 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:17 smithi195 ceph-mon[30576]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:17.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:17 smithi171 ceph-mon[30537]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:17.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:17 smithi050 ceph-mon[28572]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:18.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:18 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T03:54:18.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:18 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:18.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:18 smithi195 ceph-mon[30576]: Deploying daemon osd.3 on smithi171 2024-05-06T03:54:18.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:18 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T03:54:18.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:18 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:18.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:18 smithi050 ceph-mon[28572]: Deploying daemon osd.3 on smithi171 2024-05-06T03:54:18.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:18 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T03:54:18.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:18 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:18.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:18 smithi171 ceph-mon[30537]: Deploying daemon osd.3 on smithi171 2024-05-06T03:54:19.351 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:19 smithi171 ceph-mon[30537]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:19.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:19 smithi195 ceph-mon[30576]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:19.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:19 smithi050 ceph-mon[28572]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:21.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:21 smithi195 ceph-mon[30576]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:21.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:21 smithi050 ceph-mon[28572]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:21.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:21 smithi171 ceph-mon[30537]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:23.371 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:23 smithi171 ceph-mon[30537]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:23.371 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:23.371 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:23.371 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:23.371 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:23.371 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:23.371 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:23.490 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:23 smithi050 ceph-mon[28572]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:23.490 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:23.491 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:23.491 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:23.491 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:23.491 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:23.491 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:23.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:23 smithi195 ceph-mon[30576]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:23.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:23 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:23.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:23 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:23.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:23 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:23.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:23 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:23.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:23 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:23.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:23 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.471 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.471 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.471 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.471 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.471 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.471 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.471 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:24.471 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:24.471 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:24.471 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:24.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:24.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:24.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:24.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:24.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:24.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:24.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:25.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:25 smithi195 ceph-mon[30576]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:25.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:25 smithi195 ceph-mon[30576]: Detected new or changed devices on smithi171 2024-05-06T03:54:25.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:25 smithi050 ceph-mon[28572]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:25.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:25 smithi050 ceph-mon[28572]: Detected new or changed devices on smithi171 2024-05-06T03:54:25.586 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:25 smithi171 ceph-mon[30537]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:25.586 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:25 smithi171 ceph-mon[30537]: Detected new or changed devices on smithi171 2024-05-06T03:54:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:26 smithi171 ceph-mon[30537]: from='osd.3 [v2:172.21.15.171:6808/2907826765,v1:172.21.15.171:6809/2907826765]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T03:54:26.691 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:26 smithi171 ceph-mon[30537]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T03:54:26.747 INFO:teuthology.orchestra.run.smithi171.stdout:Created osd(s) 3 on host 'smithi171' 2024-05-06T03:54:26.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:26 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:26.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:26 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:26.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:26 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:26.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:26 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:26.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:26 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:26.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:26 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:26.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:26 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:26.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:26 smithi195 ceph-mon[30576]: from='osd.3 [v2:172.21.15.171:6808/2907826765,v1:172.21.15.171:6809/2907826765]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T03:54:26.830 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:26 smithi195 ceph-mon[30576]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T03:54:26.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:26 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:26.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:26 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:26.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:26 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:26.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:26 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:26.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:26 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:26.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:26 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:26.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:26 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:26.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:26 smithi050 ceph-mon[28572]: from='osd.3 [v2:172.21.15.171:6808/2907826765,v1:172.21.15.171:6809/2907826765]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T03:54:26.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:26 smithi050 ceph-mon[28572]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-05-06T03:54:27.374 DEBUG:teuthology.orchestra.run.smithi171:osd.3> sudo journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.3.service 2024-05-06T03:54:27.376 INFO:tasks.cephadm:Deploying osd.4 on smithi195 with /dev/vg_nvme/lv_4... 2024-05-06T03:54:27.376 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-05-06T03:54:27.622 INFO:teuthology.orchestra.run.smithi195.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T03:54:27.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:27 smithi171 ceph-mon[30537]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:27.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:27 smithi171 ceph-mon[30537]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-06T03:54:27.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:27 smithi171 ceph-mon[30537]: from='osd.3 [v2:172.21.15.171:6808/2907826765,v1:172.21.15.171:6809/2907826765]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-05-06T03:54:27.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:27 smithi171 ceph-mon[30537]: osdmap e23: 4 total, 3 up, 4 in 2024-05-06T03:54:27.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T03:54:27.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:27 smithi171 ceph-mon[30537]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-05-06T03:54:27.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:27.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:27.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:27.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:54:27.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:54:27.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:27.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:27.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:27.656 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:27 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:27.744 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:27 smithi195 ceph-mon[30576]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:27.744 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:27 smithi195 ceph-mon[30576]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-06T03:54:27.744 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:27 smithi195 ceph-mon[30576]: from='osd.3 [v2:172.21.15.171:6808/2907826765,v1:172.21.15.171:6809/2907826765]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-05-06T03:54:27.744 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:27 smithi195 ceph-mon[30576]: osdmap e23: 4 total, 3 up, 4 in 2024-05-06T03:54:27.744 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T03:54:27.744 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:27 smithi195 ceph-mon[30576]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-05-06T03:54:27.744 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:27.744 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:27.744 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:27.744 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:54:27.745 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:54:27.745 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:27.745 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:27.745 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:27.745 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:27 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:27.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:27 smithi050 ceph-mon[28572]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:27.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:27 smithi050 ceph-mon[28572]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-05-06T03:54:27.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:27 smithi050 ceph-mon[28572]: from='osd.3 [v2:172.21.15.171:6808/2907826765,v1:172.21.15.171:6809/2907826765]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-05-06T03:54:27.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:27 smithi050 ceph-mon[28572]: osdmap e23: 4 total, 3 up, 4 in 2024-05-06T03:54:27.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T03:54:27.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:27 smithi050 ceph-mon[28572]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]: dispatch 2024-05-06T03:54:27.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:27.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:27.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:27.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:54:27.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:54:27.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:27.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:27.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:27.834 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:27 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:28.405 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:54:27 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3[40252]: 2024-05-06T03:54:27.932+0000 7f2439eae700 -1 osd.3 0 waiting for initial osdmap 2024-05-06T03:54:28.405 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:54:27 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3[40252]: 2024-05-06T03:54:27.935+0000 7f2431c99700 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-06T03:54:28.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:28 smithi195 ceph-mon[30576]: Adjusting osd_memory_target on smithi171 to 8032M 2024-05-06T03:54:28.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:28 smithi195 ceph-mon[30576]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]': finished 2024-05-06T03:54:28.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:28 smithi195 ceph-mon[30576]: osdmap e24: 4 total, 3 up, 4 in 2024-05-06T03:54:28.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:28 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T03:54:28.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:28 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T03:54:28.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:28 smithi195 ceph-mon[30576]: from='osd.3 ' entity='osd.3' 2024-05-06T03:54:28.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:28 smithi195 ceph-mon[30576]: osd.3 [v2:172.21.15.171:6808/2907826765,v1:172.21.15.171:6809/2907826765] boot 2024-05-06T03:54:28.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:28 smithi195 ceph-mon[30576]: osdmap e25: 4 total, 4 up, 4 in 2024-05-06T03:54:28.580 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:28 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T03:54:28.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:28 smithi050 ceph-mon[28572]: Adjusting osd_memory_target on smithi171 to 8032M 2024-05-06T03:54:28.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:28 smithi050 ceph-mon[28572]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]': finished 2024-05-06T03:54:28.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:28 smithi050 ceph-mon[28572]: osdmap e24: 4 total, 3 up, 4 in 2024-05-06T03:54:28.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:28 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T03:54:28.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:28 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T03:54:28.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:28 smithi050 ceph-mon[28572]: from='osd.3 ' entity='osd.3' 2024-05-06T03:54:28.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:28 smithi050 ceph-mon[28572]: osd.3 [v2:172.21.15.171:6808/2907826765,v1:172.21.15.171:6809/2907826765] boot 2024-05-06T03:54:28.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:28 smithi050 ceph-mon[28572]: osdmap e25: 4 total, 4 up, 4 in 2024-05-06T03:54:28.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:28 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T03:54:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:28 smithi171 ceph-mon[30537]: Adjusting osd_memory_target on smithi171 to 8032M 2024-05-06T03:54:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:28 smithi171 ceph-mon[30537]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi171", "root=default"]}]': finished 2024-05-06T03:54:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:28 smithi171 ceph-mon[30537]: osdmap e24: 4 total, 3 up, 4 in 2024-05-06T03:54:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:28 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T03:54:28.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:28 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T03:54:28.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:28 smithi171 ceph-mon[30537]: from='osd.3 ' entity='osd.3' 2024-05-06T03:54:28.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:28 smithi171 ceph-mon[30537]: osd.3 [v2:172.21.15.171:6808/2907826765,v1:172.21.15.171:6809/2907826765] boot 2024-05-06T03:54:28.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:28 smithi171 ceph-mon[30537]: osdmap e25: 4 total, 4 up, 4 in 2024-05-06T03:54:28.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:28 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-05-06T03:54:29.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:29 smithi195 ceph-mon[30576]: purged_snaps scrub starts 2024-05-06T03:54:29.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:29 smithi195 ceph-mon[30576]: purged_snaps scrub ok 2024-05-06T03:54:29.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:29 smithi195 ceph-mon[30576]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:29.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:29 smithi195 ceph-mon[30576]: osdmap e26: 4 total, 4 up, 4 in 2024-05-06T03:54:29.661 INFO:teuthology.orchestra.run.smithi195.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-05-06T03:54:29.662 INFO:teuthology.orchestra.run.smithi195.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-05-06T03:54:29.662 INFO:teuthology.orchestra.run.smithi195.stderr: stderr: 10+0 records in 2024-05-06T03:54:29.662 INFO:teuthology.orchestra.run.smithi195.stderr:10+0 records out 2024-05-06T03:54:29.662 INFO:teuthology.orchestra.run.smithi195.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0085348 s, 1.2 GB/s 2024-05-06T03:54:29.662 INFO:teuthology.orchestra.run.smithi195.stderr:--> Zapping successful for: 2024-05-06T03:54:29.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:29 smithi050 ceph-mon[28572]: purged_snaps scrub starts 2024-05-06T03:54:29.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:29 smithi050 ceph-mon[28572]: purged_snaps scrub ok 2024-05-06T03:54:29.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:29 smithi050 ceph-mon[28572]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:29.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:29 smithi050 ceph-mon[28572]: osdmap e26: 4 total, 4 up, 4 in 2024-05-06T03:54:29.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:29 smithi171 ceph-mon[30537]: purged_snaps scrub starts 2024-05-06T03:54:29.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:29 smithi171 ceph-mon[30537]: purged_snaps scrub ok 2024-05-06T03:54:29.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:29 smithi171 ceph-mon[30537]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-06T03:54:29.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:29 smithi171 ceph-mon[30537]: osdmap e26: 4 total, 4 up, 4 in 2024-05-06T03:54:30.232 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi195:vg_nvme/lv_4 2024-05-06T03:54:30.462 INFO:teuthology.orchestra.run.smithi195.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T03:54:31.277 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:31 smithi195 ceph-mon[30576]: osdmap e27: 4 total, 4 up, 4 in 2024-05-06T03:54:31.278 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:31 smithi195 ceph-mon[30576]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:31.358 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:31 smithi171 ceph-mon[30537]: osdmap e27: 4 total, 4 up, 4 in 2024-05-06T03:54:31.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:31 smithi171 ceph-mon[30537]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:31.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:31 smithi050 ceph-mon[28572]: osdmap e27: 4 total, 4 up, 4 in 2024-05-06T03:54:31.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:31 smithi050 ceph-mon[28572]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:33.461 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:33 smithi195 ceph-mon[30576]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:33.462 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:33 smithi195 ceph-mon[30576]: from='client.24223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:54:33.462 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:33 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:54:33.462 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:33 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:54:33.462 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:33 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:33.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:33 smithi050 ceph-mon[28572]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:33.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:33 smithi050 ceph-mon[28572]: from='client.24223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:54:33.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:33 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:54:33.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:33 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:54:33.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:33 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:33.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:33 smithi171 ceph-mon[30537]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:33.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:33 smithi171 ceph-mon[30537]: from='client.24223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:54:33.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:54:33.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:54:33.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:33 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:35.530 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:35 smithi195 ceph-mon[30576]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-06T03:54:35.530 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:35 smithi195 ceph-mon[30576]: from='client.? 172.21.15.195:0/3164327757' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "80d6197c-b886-4700-ae5d-36c18e160239"}]: dispatch 2024-05-06T03:54:35.530 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:35 smithi195 ceph-mon[30576]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "80d6197c-b886-4700-ae5d-36c18e160239"}]: dispatch 2024-05-06T03:54:35.530 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:35 smithi195 ceph-mon[30576]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "80d6197c-b886-4700-ae5d-36c18e160239"}]': finished 2024-05-06T03:54:35.530 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:35 smithi195 ceph-mon[30576]: osdmap e28: 5 total, 4 up, 5 in 2024-05-06T03:54:35.530 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:35 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T03:54:35.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:35 smithi050 ceph-mon[28572]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-06T03:54:35.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:35 smithi050 ceph-mon[28572]: from='client.? 172.21.15.195:0/3164327757' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "80d6197c-b886-4700-ae5d-36c18e160239"}]: dispatch 2024-05-06T03:54:35.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:35 smithi050 ceph-mon[28572]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "80d6197c-b886-4700-ae5d-36c18e160239"}]: dispatch 2024-05-06T03:54:35.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:35 smithi050 ceph-mon[28572]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "80d6197c-b886-4700-ae5d-36c18e160239"}]': finished 2024-05-06T03:54:35.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:35 smithi050 ceph-mon[28572]: osdmap e28: 5 total, 4 up, 5 in 2024-05-06T03:54:35.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:35 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T03:54:35.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:35 smithi171 ceph-mon[30537]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-06T03:54:35.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:35 smithi171 ceph-mon[30537]: from='client.? 172.21.15.195:0/3164327757' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "80d6197c-b886-4700-ae5d-36c18e160239"}]: dispatch 2024-05-06T03:54:35.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:35 smithi171 ceph-mon[30537]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "80d6197c-b886-4700-ae5d-36c18e160239"}]: dispatch 2024-05-06T03:54:35.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:35 smithi171 ceph-mon[30537]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "80d6197c-b886-4700-ae5d-36c18e160239"}]': finished 2024-05-06T03:54:35.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:35 smithi171 ceph-mon[30537]: osdmap e28: 5 total, 4 up, 5 in 2024-05-06T03:54:35.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:35 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T03:54:36.489 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:36 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:36.489 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:36 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:36.490 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:36 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:36.490 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:36 smithi195 ceph-mon[30576]: from='client.? 172.21.15.195:0/3777062129' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:54:36.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:36 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:36.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:36 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:36.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:36 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:36.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:36 smithi171 ceph-mon[30537]: from='client.? 172.21.15.195:0/3777062129' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:54:36.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:36 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:36.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:36 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:36.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:36 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:36.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:36 smithi050 ceph-mon[28572]: from='client.? 172.21.15.195:0/3777062129' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:54:37.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:37 smithi171 ceph-mon[30537]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-05-06T03:54:37.746 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:37 smithi195 ceph-mon[30576]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-05-06T03:54:37.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:37 smithi050 ceph-mon[28572]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-05-06T03:54:39.634 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:39 smithi050 ceph-mon[28572]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-06T03:54:39.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:39 smithi171 ceph-mon[30537]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-06T03:54:39.667 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:39 smithi195 ceph-mon[30576]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-05-06T03:54:41.499 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:41 smithi195 ceph-mon[30576]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T03:54:41.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:41 smithi050 ceph-mon[28572]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T03:54:41.647 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:41 smithi171 ceph-mon[30537]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T03:54:42.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-06T03:54:42.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:42.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:42 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-06T03:54:42.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:42 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:42.729 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:42 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-05-06T03:54:42.730 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:42 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:43.552 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:43 smithi195 ceph-mon[30576]: Deploying daemon osd.4 on smithi195 2024-05-06T03:54:43.552 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:43 smithi195 ceph-mon[30576]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T03:54:43.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:43 smithi171 ceph-mon[30537]: Deploying daemon osd.4 on smithi195 2024-05-06T03:54:43.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:43 smithi171 ceph-mon[30537]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T03:54:43.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:43 smithi050 ceph-mon[28572]: Deploying daemon osd.4 on smithi195 2024-05-06T03:54:43.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:43 smithi050 ceph-mon[28572]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail; 58 KiB/s, 0 objects/s recovering 2024-05-06T03:54:44.508 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.508 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.508 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.508 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.508 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.508 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:44.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:45.764 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:45 smithi195 ceph-mon[30576]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:45.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:45 smithi050 ceph-mon[28572]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:45.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:45 smithi171 ceph-mon[30537]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:47.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:47 smithi195 ceph-mon[30576]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:47.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:47 smithi050 ceph-mon[28572]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:47.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:47 smithi171 ceph-mon[30537]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:48.616 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:48 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:48.616 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:48 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:48.616 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:48 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:48.616 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:48 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:48.616 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:48 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:48.616 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:48 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:48.616 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:48 smithi171 ceph-mon[30537]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:48.784 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:48 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:48.784 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:48 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:48.784 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:48 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:48.784 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:48 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:48.785 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:48 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:48.785 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:48 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:48.785 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:48 smithi195 ceph-mon[30576]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:48.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:48 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:48.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:48 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:48.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:48 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:48.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:48 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:48.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:48 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:48.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:48 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:48.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:48 smithi050 ceph-mon[28572]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:50.431 INFO:teuthology.orchestra.run.smithi195.stdout:Created osd(s) 4 on host 'smithi195' 2024-05-06T03:54:51.041 DEBUG:teuthology.orchestra.run.smithi195:osd.4> sudo journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.4.service 2024-05-06T03:54:51.043 INFO:tasks.cephadm:Deploying osd.5 on smithi195 with /dev/vg_nvme/lv_3... 2024-05-06T03:54:51.043 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-05-06T03:54:51.313 INFO:teuthology.orchestra.run.smithi195.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T03:54:51.716 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:51 smithi195 ceph-mon[30576]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:51.716 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:51 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:51.716 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:51 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:51.716 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:51 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:51.716 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:51 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:54:51.716 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:51 smithi195 ceph-mon[30576]: Adjusting osd_memory_target on smithi195 to 20160M 2024-05-06T03:54:51.716 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:51 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:51.716 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:51 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:51.716 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:51 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:51.716 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:51 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:51.716 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:51 smithi195 ceph-mon[30576]: from='osd.4 [v2:172.21.15.195:6800/4177602949,v1:172.21.15.195:6801/4177602949]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T03:54:51.716 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:51 smithi195 ceph-mon[30576]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T03:54:51.717 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:51 smithi171 ceph-mon[30537]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:51.717 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:51 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:51.717 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:51 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:51.717 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:51 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:51.718 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:51 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:54:51.718 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:51 smithi171 ceph-mon[30537]: Adjusting osd_memory_target on smithi195 to 20160M 2024-05-06T03:54:51.718 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:51 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:51.718 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:51 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:51.718 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:51 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:51.718 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:51 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:51.718 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:51 smithi171 ceph-mon[30537]: from='osd.4 [v2:172.21.15.195:6800/4177602949,v1:172.21.15.195:6801/4177602949]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T03:54:51.718 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:51 smithi171 ceph-mon[30537]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T03:54:51.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:51 smithi050 ceph-mon[28572]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:51.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:51 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:51.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:51 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:51.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:51 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:51.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:51 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:54:51.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:51 smithi050 ceph-mon[28572]: Adjusting osd_memory_target on smithi195 to 20160M 2024-05-06T03:54:51.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:51 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:51.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:51 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:51.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:51 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:51.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:51 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:51.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:51 smithi050 ceph-mon[28572]: from='osd.4 [v2:172.21.15.195:6800/4177602949,v1:172.21.15.195:6801/4177602949]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T03:54:51.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:51 smithi050 ceph-mon[28572]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-05-06T03:54:52.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:52 smithi195 ceph-mon[30576]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-06T03:54:52.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:52 smithi195 ceph-mon[30576]: osdmap e29: 5 total, 4 up, 5 in 2024-05-06T03:54:52.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:52 smithi195 ceph-mon[30576]: from='osd.4 [v2:172.21.15.195:6800/4177602949,v1:172.21.15.195:6801/4177602949]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-05-06T03:54:52.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:52 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T03:54:52.579 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:52 smithi195 ceph-mon[30576]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-05-06T03:54:52.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:52 smithi050 ceph-mon[28572]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-06T03:54:52.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:52 smithi050 ceph-mon[28572]: osdmap e29: 5 total, 4 up, 5 in 2024-05-06T03:54:52.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:52 smithi050 ceph-mon[28572]: from='osd.4 [v2:172.21.15.195:6800/4177602949,v1:172.21.15.195:6801/4177602949]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-05-06T03:54:52.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:52 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T03:54:52.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:52 smithi050 ceph-mon[28572]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-05-06T03:54:52.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:52 smithi171 ceph-mon[30537]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-05-06T03:54:52.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:52 smithi171 ceph-mon[30537]: osdmap e29: 5 total, 4 up, 5 in 2024-05-06T03:54:52.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:52 smithi171 ceph-mon[30537]: from='osd.4 [v2:172.21.15.195:6800/4177602949,v1:172.21.15.195:6801/4177602949]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-05-06T03:54:52.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:52 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T03:54:52.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:52 smithi171 ceph-mon[30537]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-05-06T03:54:53.080 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:54:52 smithi195 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-4[37305]: 2024-05-06T03:54:52.696+0000 7f6f9b130700 -1 osd.4 0 waiting for initial osdmap 2024-05-06T03:54:53.080 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:54:52 smithi195 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-4[37305]: 2024-05-06T03:54:52.699+0000 7f6f92f1b700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-06T03:54:53.140 INFO:teuthology.orchestra.run.smithi195.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-05-06T03:54:53.140 INFO:teuthology.orchestra.run.smithi195.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-05-06T03:54:53.140 INFO:teuthology.orchestra.run.smithi195.stderr: stderr: 10+0 records in 2024-05-06T03:54:53.141 INFO:teuthology.orchestra.run.smithi195.stderr:10+0 records out 2024-05-06T03:54:53.141 INFO:teuthology.orchestra.run.smithi195.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0104798 s, 1.0 GB/s 2024-05-06T03:54:53.141 INFO:teuthology.orchestra.run.smithi195.stderr:--> Zapping successful for: 2024-05-06T03:54:53.766 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:53 smithi195 ceph-mon[30576]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:53.766 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:53 smithi195 ceph-mon[30576]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-05-06T03:54:53.766 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:53 smithi195 ceph-mon[30576]: osdmap e30: 5 total, 4 up, 5 in 2024-05-06T03:54:53.766 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:53 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T03:54:53.767 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:53 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T03:54:53.767 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:53 smithi195 ceph-mon[30576]: from='osd.4 ' entity='osd.4' 2024-05-06T03:54:53.767 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:53 smithi195 ceph-mon[30576]: osd.4 [v2:172.21.15.195:6800/4177602949,v1:172.21.15.195:6801/4177602949] boot 2024-05-06T03:54:53.767 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:53 smithi195 ceph-mon[30576]: osdmap e31: 5 total, 5 up, 5 in 2024-05-06T03:54:53.767 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:53 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T03:54:53.794 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi195:vg_nvme/lv_3 2024-05-06T03:54:53.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:53 smithi050 ceph-mon[28572]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:53.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:53 smithi050 ceph-mon[28572]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-05-06T03:54:53.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:53 smithi050 ceph-mon[28572]: osdmap e30: 5 total, 4 up, 5 in 2024-05-06T03:54:53.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:53 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T03:54:53.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:53 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T03:54:53.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:53 smithi050 ceph-mon[28572]: from='osd.4 ' entity='osd.4' 2024-05-06T03:54:53.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:53 smithi050 ceph-mon[28572]: osd.4 [v2:172.21.15.195:6800/4177602949,v1:172.21.15.195:6801/4177602949] boot 2024-05-06T03:54:53.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:53 smithi050 ceph-mon[28572]: osdmap e31: 5 total, 5 up, 5 in 2024-05-06T03:54:53.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:53 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T03:54:53.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:53 smithi171 ceph-mon[30537]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:54:53.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:53 smithi171 ceph-mon[30537]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-05-06T03:54:53.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:53 smithi171 ceph-mon[30537]: osdmap e30: 5 total, 4 up, 5 in 2024-05-06T03:54:53.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:53 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T03:54:53.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:53 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T03:54:53.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:53 smithi171 ceph-mon[30537]: from='osd.4 ' entity='osd.4' 2024-05-06T03:54:53.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:53 smithi171 ceph-mon[30537]: osd.4 [v2:172.21.15.195:6800/4177602949,v1:172.21.15.195:6801/4177602949] boot 2024-05-06T03:54:53.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:53 smithi171 ceph-mon[30537]: osdmap e31: 5 total, 5 up, 5 in 2024-05-06T03:54:53.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:53 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-05-06T03:54:54.025 INFO:teuthology.orchestra.run.smithi195.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.c/config 2024-05-06T03:54:54.722 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:54 smithi195 ceph-mon[30576]: purged_snaps scrub starts 2024-05-06T03:54:54.722 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:54 smithi195 ceph-mon[30576]: purged_snaps scrub ok 2024-05-06T03:54:54.722 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:54 smithi195 ceph-mon[30576]: osdmap e32: 5 total, 5 up, 5 in 2024-05-06T03:54:54.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:54 smithi050 ceph-mon[28572]: purged_snaps scrub starts 2024-05-06T03:54:54.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:54 smithi050 ceph-mon[28572]: purged_snaps scrub ok 2024-05-06T03:54:54.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:54 smithi050 ceph-mon[28572]: osdmap e32: 5 total, 5 up, 5 in 2024-05-06T03:54:54.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:54 smithi171 ceph-mon[30537]: purged_snaps scrub starts 2024-05-06T03:54:54.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:54 smithi171 ceph-mon[30537]: purged_snaps scrub ok 2024-05-06T03:54:54.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:54 smithi171 ceph-mon[30537]: osdmap e32: 5 total, 5 up, 5 in 2024-05-06T03:54:55.568 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:55 smithi195 ceph-mon[30576]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 539 MiB used, 446 GiB / 447 GiB avail 2024-05-06T03:54:55.568 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:55 smithi195 ceph-mon[30576]: osdmap e33: 5 total, 5 up, 5 in 2024-05-06T03:54:55.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:55 smithi050 ceph-mon[28572]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 539 MiB used, 446 GiB / 447 GiB avail 2024-05-06T03:54:55.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:55 smithi050 ceph-mon[28572]: osdmap e33: 5 total, 5 up, 5 in 2024-05-06T03:54:55.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:55 smithi171 ceph-mon[30537]: pgmap v136: 1 pgs: 1 remapped+peering; 577 KiB data, 539 MiB used, 446 GiB / 447 GiB avail 2024-05-06T03:54:55.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:55 smithi171 ceph-mon[30537]: osdmap e33: 5 total, 5 up, 5 in 2024-05-06T03:54:56.645 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:56 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:56.645 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:56 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:56.645 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:56 smithi195 ceph-mon[30576]: Detected new or changed devices on smithi195 2024-05-06T03:54:56.646 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:56 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:56.646 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:56 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:56.646 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:56 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:56.646 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:56 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:56.646 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:56 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:56.646 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:56 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:54:56.646 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:56 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:54:56.646 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:56 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:56.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:56.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:56.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:56 smithi050 ceph-mon[28572]: Detected new or changed devices on smithi195 2024-05-06T03:54:56.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:56.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:56.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:56.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:56.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:56.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:54:56.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:54:56.833 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:56 smithi171 ceph-mon[30537]: Detected new or changed devices on smithi195 2024-05-06T03:54:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:54:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:54:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:54:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-06T03:54:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-06T03:54:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:54:57.622 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:57 smithi195 ceph-mon[30576]: pgmap v138: 1 pgs: 1 remapped+peering; 577 KiB data, 539 MiB used, 446 GiB / 447 GiB avail 2024-05-06T03:54:57.623 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:57 smithi195 ceph-mon[30576]: from='client.24250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:54:57.623 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:57 smithi195 ceph-mon[30576]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:54:57.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:57 smithi050 ceph-mon[28572]: pgmap v138: 1 pgs: 1 remapped+peering; 577 KiB data, 539 MiB used, 446 GiB / 447 GiB avail 2024-05-06T03:54:57.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:57 smithi050 ceph-mon[28572]: from='client.24250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:54:57.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:57 smithi050 ceph-mon[28572]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:54:57.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:57 smithi171 ceph-mon[30537]: pgmap v138: 1 pgs: 1 remapped+peering; 577 KiB data, 539 MiB used, 446 GiB / 447 GiB avail 2024-05-06T03:54:57.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:57 smithi171 ceph-mon[30537]: from='client.24250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi195:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:54:57.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:57 smithi171 ceph-mon[30537]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:54:59.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:59 smithi195 ceph-mon[30576]: pgmap v139: 1 pgs: 1 remapped+peering; 577 KiB data, 538 MiB used, 446 GiB / 447 GiB avail 2024-05-06T03:54:59.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:59 smithi195 ceph-mon[30576]: from='client.? 172.21.15.195:0/2516013260' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a8749c-7523-4379-9841-05fffceee63c"}]: dispatch 2024-05-06T03:54:59.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:59 smithi195 ceph-mon[30576]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a8749c-7523-4379-9841-05fffceee63c"}]: dispatch 2024-05-06T03:54:59.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:59 smithi195 ceph-mon[30576]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67a8749c-7523-4379-9841-05fffceee63c"}]': finished 2024-05-06T03:54:59.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:59 smithi195 ceph-mon[30576]: osdmap e34: 6 total, 5 up, 6 in 2024-05-06T03:54:59.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:54:59 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T03:54:59.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:59 smithi050 ceph-mon[28572]: pgmap v139: 1 pgs: 1 remapped+peering; 577 KiB data, 538 MiB used, 446 GiB / 447 GiB avail 2024-05-06T03:54:59.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:59 smithi050 ceph-mon[28572]: from='client.? 172.21.15.195:0/2516013260' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a8749c-7523-4379-9841-05fffceee63c"}]: dispatch 2024-05-06T03:54:59.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:59 smithi050 ceph-mon[28572]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a8749c-7523-4379-9841-05fffceee63c"}]: dispatch 2024-05-06T03:54:59.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:59 smithi050 ceph-mon[28572]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67a8749c-7523-4379-9841-05fffceee63c"}]': finished 2024-05-06T03:54:59.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:59 smithi050 ceph-mon[28572]: osdmap e34: 6 total, 5 up, 6 in 2024-05-06T03:54:59.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:54:59 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T03:54:59.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:59 smithi171 ceph-mon[30537]: pgmap v139: 1 pgs: 1 remapped+peering; 577 KiB data, 538 MiB used, 446 GiB / 447 GiB avail 2024-05-06T03:54:59.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:59 smithi171 ceph-mon[30537]: from='client.? 172.21.15.195:0/2516013260' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a8749c-7523-4379-9841-05fffceee63c"}]: dispatch 2024-05-06T03:54:59.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:59 smithi171 ceph-mon[30537]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a8749c-7523-4379-9841-05fffceee63c"}]: dispatch 2024-05-06T03:54:59.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:59 smithi171 ceph-mon[30537]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67a8749c-7523-4379-9841-05fffceee63c"}]': finished 2024-05-06T03:54:59.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:59 smithi171 ceph-mon[30537]: osdmap e34: 6 total, 5 up, 6 in 2024-05-06T03:54:59.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:54:59 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T03:55:00.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:00 smithi195 ceph-mon[30576]: from='client.? 172.21.15.195:0/287207996' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:55:00.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:00 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:00.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:00 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:00.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:00 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:00.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:00 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:55:00.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:00 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:00.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:00 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:55:00.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:00 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:00.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:00 smithi050 ceph-mon[28572]: from='client.? 172.21.15.195:0/287207996' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:55:00.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:00 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:00.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:00 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:00.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:00 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:00.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:00 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:55:00.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:00 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:00.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:00 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:55:00.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:00 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:00.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:00 smithi171 ceph-mon[30537]: from='client.? 172.21.15.195:0/287207996' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-06T03:55:00.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:00 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:00.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:00 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:00.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:00 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:00.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:00 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:55:00.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:00 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:00.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:00 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:55:00.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:00 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:01.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:01 smithi050 ceph-mon[28572]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-05-06T03:55:01.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:01 smithi050 ceph-mon[28572]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-05-06T03:55:01.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:01 smithi050 ceph-mon[28572]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:55:01.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:01 smithi050 ceph-mon[28572]: Cluster is now healthy 2024-05-06T03:55:01.814 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:01 smithi195 ceph-mon[30576]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-05-06T03:55:01.814 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:01 smithi195 ceph-mon[30576]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-05-06T03:55:01.814 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:01 smithi195 ceph-mon[30576]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:55:01.814 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:01 smithi195 ceph-mon[30576]: Cluster is now healthy 2024-05-06T03:55:01.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:01 smithi171 ceph-mon[30537]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-05-06T03:55:01.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:01 smithi171 ceph-mon[30537]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-05-06T03:55:01.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:01 smithi171 ceph-mon[30537]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:55:01.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:01 smithi171 ceph-mon[30537]: Cluster is now healthy 2024-05-06T03:55:03.729 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:03 smithi171 ceph-mon[30537]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-06T03:55:03.758 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:03 smithi195 ceph-mon[30576]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-06T03:55:03.807 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:03 smithi050 ceph-mon[28572]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-05-06T03:55:04.669 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.669 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.670 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.670 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.670 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.670 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.670 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:04 smithi195 ceph-mon[30576]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T03:55:04.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:04 smithi050 ceph-mon[28572]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T03:55:04.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:04.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:04 smithi171 ceph-mon[30537]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T03:55:07.243 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:07 smithi171 ceph-mon[30537]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T03:55:07.244 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T03:55:07.244 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:07.244 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:07 smithi171 ceph-mon[30537]: Deploying daemon osd.5 on smithi195 2024-05-06T03:55:07.324 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:07 smithi195 ceph-mon[30576]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T03:55:07.324 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T03:55:07.324 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:07 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:07.324 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:07 smithi195 ceph-mon[30576]: Deploying daemon osd.5 on smithi195 2024-05-06T03:55:07.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:07 smithi050 ceph-mon[28572]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T03:55:07.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-05-06T03:55:07.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:07.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:07 smithi050 ceph-mon[28572]: Deploying daemon osd.5 on smithi195 2024-05-06T03:55:09.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:09 smithi171 ceph-mon[30537]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:55:09.292 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:09 smithi195 ceph-mon[30576]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:55:09.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:09 smithi050 ceph-mon[28572]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:55:11.284 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:11 smithi195 ceph-mon[30576]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:55:11.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:11 smithi050 ceph-mon[28572]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:55:11.362 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:11 smithi171 ceph-mon[30537]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:55:12.828 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:12 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:12.828 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:12 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:12.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:12 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:55:12.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:12 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:12.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:12 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:55:12.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:12 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:12.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:12 smithi195 ceph-mon[30576]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:55:12.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:12 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:12.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:12 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:12.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:12 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:55:12.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:12 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:12.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:12 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:55:12.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:12 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:12.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:12 smithi050 ceph-mon[28572]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:55:12.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:12 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:12.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:12 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:12.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:12 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:55:12.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:12 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:12.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:12 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:55:12.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:12 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:12.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:12 smithi171 ceph-mon[30537]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:55:14.506 INFO:teuthology.orchestra.run.smithi195.stdout:Created osd(s) 5 on host 'smithi195' 2024-05-06T03:55:15.148 DEBUG:teuthology.orchestra.run.smithi195:osd.5> sudo journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.5.service 2024-05-06T03:55:15.150 INFO:tasks.cephadm:Waiting for 6 OSDs to come up... 2024-05-06T03:55:15.151 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T03:55:15.409 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:15.782 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:15 smithi050 ceph-mon[28572]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:55:15.783 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:15 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:15.783 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:15 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:15.783 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:15 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:55:15.783 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:15 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:55:15.783 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:15 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:55:15.783 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:15 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:15.783 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:15 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:15.783 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:15 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:55:15.783 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:15 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:15.783 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:15 smithi050 ceph-mon[28572]: from='osd.5 [v2:172.21.15.195:6808/597748353,v1:172.21.15.195:6809/597748353]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T03:55:15.783 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:15 smithi050 ceph-mon[28572]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T03:55:15.828 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:15 smithi195 ceph-mon[30576]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:55:15.828 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:15 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:15.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:15 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:15.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:15 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:55:15.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:15 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:55:15.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:15 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:55:15.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:15 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:15.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:15 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:15.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:15 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:55:15.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:15 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:15.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:15 smithi195 ceph-mon[30576]: from='osd.5 [v2:172.21.15.195:6808/597748353,v1:172.21.15.195:6809/597748353]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T03:55:15.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:15 smithi195 ceph-mon[30576]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T03:55:15.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:15 smithi171 ceph-mon[30537]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:55:15.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:15 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:15.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:15 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:15.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:15 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:55:15.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:15 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:55:15.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:15 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-05-06T03:55:15.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:15 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:15.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:15 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:15.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:15 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:55:15.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:15 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:15.906 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:15 smithi171 ceph-mon[30537]: from='osd.5 [v2:172.21.15.195:6808/597748353,v1:172.21.15.195:6809/597748353]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T03:55:15.907 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:15 smithi171 ceph-mon[30537]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-05-06T03:55:16.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:16 smithi050 ceph-mon[28572]: Adjusting osd_memory_target on smithi195 to 10080M 2024-05-06T03:55:16.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:16 smithi050 ceph-mon[28572]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-06T03:55:16.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:16 smithi050 ceph-mon[28572]: osdmap e35: 6 total, 5 up, 6 in 2024-05-06T03:55:16.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:16 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T03:55:16.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:16 smithi050 ceph-mon[28572]: from='osd.5 [v2:172.21.15.195:6808/597748353,v1:172.21.15.195:6809/597748353]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-05-06T03:55:16.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:16 smithi050 ceph-mon[28572]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-05-06T03:55:16.779 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:16 smithi195 ceph-mon[30576]: Adjusting osd_memory_target on smithi195 to 10080M 2024-05-06T03:55:16.779 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:16 smithi195 ceph-mon[30576]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-06T03:55:16.779 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:16 smithi195 ceph-mon[30576]: osdmap e35: 6 total, 5 up, 6 in 2024-05-06T03:55:16.779 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:16 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T03:55:16.779 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:16 smithi195 ceph-mon[30576]: from='osd.5 [v2:172.21.15.195:6808/597748353,v1:172.21.15.195:6809/597748353]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-05-06T03:55:16.779 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:16 smithi195 ceph-mon[30576]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-05-06T03:55:16.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:16 smithi171 ceph-mon[30537]: Adjusting osd_memory_target on smithi195 to 10080M 2024-05-06T03:55:16.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:16 smithi171 ceph-mon[30537]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-05-06T03:55:16.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:16 smithi171 ceph-mon[30537]: osdmap e35: 6 total, 5 up, 6 in 2024-05-06T03:55:16.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:16 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T03:55:16.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:16 smithi171 ceph-mon[30537]: from='osd.5 [v2:172.21.15.195:6808/597748353,v1:172.21.15.195:6809/597748353]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-05-06T03:55:16.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:16 smithi171 ceph-mon[30537]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]: dispatch 2024-05-06T03:55:17.079 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:55:16 smithi195 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-5[41191]: 2024-05-06T03:55:16.774+0000 7fd8e6e9d700 -1 osd.5 0 waiting for initial osdmap 2024-05-06T03:55:17.079 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:55:16 smithi195 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-5[41191]: 2024-05-06T03:55:16.777+0000 7fd8dec88700 -1 osd.5 36 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-05-06T03:55:17.407 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:55:17.759 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:17 smithi050 ceph-mon[28572]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:55:17.759 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:17 smithi050 ceph-mon[28572]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-05-06T03:55:17.760 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:17 smithi050 ceph-mon[28572]: osdmap e36: 6 total, 5 up, 6 in 2024-05-06T03:55:17.760 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:17 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T03:55:17.760 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:17 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T03:55:17.760 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:17 smithi050 ceph-mon[28572]: from='osd.5 ' entity='osd.5' 2024-05-06T03:55:17.760 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:17 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/2643129988' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T03:55:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:17 smithi195 ceph-mon[30576]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:55:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:17 smithi195 ceph-mon[30576]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-05-06T03:55:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:17 smithi195 ceph-mon[30576]: osdmap e36: 6 total, 5 up, 6 in 2024-05-06T03:55:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T03:55:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:17 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T03:55:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:17 smithi195 ceph-mon[30576]: from='osd.5 ' entity='osd.5' 2024-05-06T03:55:17.831 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:17 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/2643129988' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T03:55:17.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:17 smithi171 ceph-mon[30537]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:55:17.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:17 smithi171 ceph-mon[30537]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi195", "root=default"]}]': finished 2024-05-06T03:55:17.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:17 smithi171 ceph-mon[30537]: osdmap e36: 6 total, 5 up, 6 in 2024-05-06T03:55:17.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:17 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T03:55:17.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:17 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T03:55:17.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:17 smithi171 ceph-mon[30537]: from='osd.5 ' entity='osd.5' 2024-05-06T03:55:17.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:17 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/2643129988' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T03:55:18.111 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":36,"num_osds":6,"num_up_osds":5,"osd_up_since":1714967693,"num_in_osds":6,"osd_in_since":1714967698,"num_remapped_pgs":0} 2024-05-06T03:55:18.828 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:18 smithi195 ceph-mon[30576]: purged_snaps scrub starts 2024-05-06T03:55:18.828 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:18 smithi195 ceph-mon[30576]: purged_snaps scrub ok 2024-05-06T03:55:18.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:18 smithi195 ceph-mon[30576]: osd.5 [v2:172.21.15.195:6808/597748353,v1:172.21.15.195:6809/597748353] boot 2024-05-06T03:55:18.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:18 smithi195 ceph-mon[30576]: osdmap e37: 6 total, 6 up, 6 in 2024-05-06T03:55:18.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:18 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T03:55:18.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:18 smithi195 ceph-mon[30576]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:18.829 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:18 smithi195 ceph-mon[30576]: osdmap e38: 6 total, 6 up, 6 in 2024-05-06T03:55:18.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:18 smithi050 ceph-mon[28572]: purged_snaps scrub starts 2024-05-06T03:55:18.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:18 smithi050 ceph-mon[28572]: purged_snaps scrub ok 2024-05-06T03:55:18.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:18 smithi050 ceph-mon[28572]: osd.5 [v2:172.21.15.195:6808/597748353,v1:172.21.15.195:6809/597748353] boot 2024-05-06T03:55:18.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:18 smithi050 ceph-mon[28572]: osdmap e37: 6 total, 6 up, 6 in 2024-05-06T03:55:18.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:18 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T03:55:18.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:18 smithi050 ceph-mon[28572]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:18.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:18 smithi050 ceph-mon[28572]: osdmap e38: 6 total, 6 up, 6 in 2024-05-06T03:55:18.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:18 smithi171 ceph-mon[30537]: purged_snaps scrub starts 2024-05-06T03:55:18.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:18 smithi171 ceph-mon[30537]: purged_snaps scrub ok 2024-05-06T03:55:18.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:18 smithi171 ceph-mon[30537]: osd.5 [v2:172.21.15.195:6808/597748353,v1:172.21.15.195:6809/597748353] boot 2024-05-06T03:55:18.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:18 smithi171 ceph-mon[30537]: osdmap e37: 6 total, 6 up, 6 in 2024-05-06T03:55:18.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:18 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-05-06T03:55:18.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:18 smithi171 ceph-mon[30537]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:18.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:18 smithi171 ceph-mon[30537]: osdmap e38: 6 total, 6 up, 6 in 2024-05-06T03:55:19.112 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-06T03:55:19.368 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:20.328 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:20 smithi195 ceph-mon[30576]: osdmap e39: 6 total, 6 up, 6 in 2024-05-06T03:55:20.328 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:20 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:20.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:20 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:20.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:20 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:55:20.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:20 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:20.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:20 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:20.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:20 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:55:20.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:20 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:20.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:20 smithi171 ceph-mon[30537]: osdmap e39: 6 total, 6 up, 6 in 2024-05-06T03:55:20.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:20 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:20.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:20 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:20.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:20 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:55:20.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:20 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:20.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:20 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:20.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:20 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:55:20.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:20 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:20.447 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:20 smithi050 ceph-mon[28572]: osdmap e39: 6 total, 6 up, 6 in 2024-05-06T03:55:20.447 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:20 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:20.447 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:20 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:20.448 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:20 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:55:20.448 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:20 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:20.448 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:20 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:20.448 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:20 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:55:20.448 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:20 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:21.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:21 smithi050 ceph-mon[28572]: pgmap v157: 1 pgs: 1 peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:21.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:21 smithi050 ceph-mon[28572]: Detected new or changed devices on smithi195 2024-05-06T03:55:21.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:21 smithi050 ceph-mon[28572]: pgmap v158: 1 pgs: 1 peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:21.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:21 smithi050 ceph-mon[28572]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:55:21.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:21 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:21.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:21 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:21.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:21 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:21.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:21 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:55:21.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:21 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:21.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:21 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:55:21.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:21 smithi050 ceph-mon[28572]: pgmap v159: 1 pgs: 1 peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:21.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:21 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:21.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:21 smithi171 ceph-mon[30537]: pgmap v157: 1 pgs: 1 peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:21.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:21 smithi171 ceph-mon[30537]: Detected new or changed devices on smithi195 2024-05-06T03:55:21.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:21 smithi171 ceph-mon[30537]: pgmap v158: 1 pgs: 1 peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:21.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:21 smithi171 ceph-mon[30537]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:55:21.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:21 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:21.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:21 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:21.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:21 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:21.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:21 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:55:21.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:21 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:21.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:21 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:55:21.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:21 smithi171 ceph-mon[30537]: pgmap v159: 1 pgs: 1 peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:21.406 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:21 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:21.410 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:55:21.436 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:21 smithi195 ceph-mon[30576]: pgmap v157: 1 pgs: 1 peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:21.436 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:21 smithi195 ceph-mon[30576]: Detected new or changed devices on smithi195 2024-05-06T03:55:21.436 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:21 smithi195 ceph-mon[30576]: pgmap v158: 1 pgs: 1 peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:21.436 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:21 smithi195 ceph-mon[30576]: Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-05-06T03:55:21.436 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:21 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:21.436 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:21 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:21.436 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:21 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:21.436 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:21 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:55:21.436 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:21 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:55:21.436 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:21 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:55:21.436 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:21 smithi195 ceph-mon[30576]: pgmap v159: 1 pgs: 1 peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:21.436 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:21 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:22.080 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":39,"num_osds":6,"num_up_osds":6,"osd_up_since":1714967717,"num_in_osds":6,"osd_in_since":1714967698,"num_remapped_pgs":0} 2024-05-06T03:55:22.080 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T03:55:22.328 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:22 smithi195 ceph-mon[30576]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:55:22.328 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:22 smithi195 ceph-mon[30576]: Cluster is now healthy 2024-05-06T03:55:22.328 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:22 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/2280309119' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T03:55:22.329 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:22.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:22 smithi050 ceph-mon[28572]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:55:22.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:22 smithi050 ceph-mon[28572]: Cluster is now healthy 2024-05-06T03:55:22.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:22 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/2280309119' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T03:55:22.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:22 smithi171 ceph-mon[30537]: Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-05-06T03:55:22.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:22 smithi171 ceph-mon[30537]: Cluster is now healthy 2024-05-06T03:55:22.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:22 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/2280309119' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-06T03:55:23.235 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:23 smithi195 ceph-mon[30576]: pgmap v160: 1 pgs: 1 peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:23.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:23 smithi171 ceph-mon[30537]: pgmap v160: 1 pgs: 1 peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:23.460 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:23 smithi050 ceph-mon[28572]: pgmap v160: 1 pgs: 1 peering; 577 KiB data, 570 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:24.821 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:24.822 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:24.822 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:24.822 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:24.822 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:24.822 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:24.822 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:24 smithi050 ceph-mon[28572]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-05-06T03:55:25.078 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:25.078 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:25.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:25.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:25.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:25.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:24 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:25.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:24 smithi195 ceph-mon[30576]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-05-06T03:55:25.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:25.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:25.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:25.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:25.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:25.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:25.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:24 smithi171 ceph-mon[30537]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 94 KiB/s, 0 objects/s recovering 2024-05-06T03:55:25.299 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:55:25.299 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":39,"fsid":"a45a39f2-0b5b-11ef-bc97-c7b262605968","created":"2024-05-06T03:50:32.695512+0000","modified":"2024-05-06T03:55:19.117213+0000","last_up_change":"2024-05-06T03:55:17.509537+0000","last_in_change":"2024-05-06T03:54:58.777760+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-06T03:54:04.865374+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"37eb07f8-6f60-4d55-93c4-98ef818d7c67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6802","nonce":2879619578},{"type":"v1","addr":"172.21.15.50:6803","nonce":2879619578}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6804","nonce":2879619578},{"type":"v1","addr":"172.21.15.50:6805","nonce":2879619578}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6808","nonce":2879619578},{"type":"v1","addr":"172.21.15.50:6809","nonce":2879619578}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6806","nonce":2879619578},{"type":"v1","addr":"172.21.15.50:6807","nonce":2879619578}]},"public_addr":"172.21.15.50:6803/2879619578","cluster_addr":"172.21.15.50:6805/2879619578","heartbeat_back_addr":"172.21.15.50:6809/2879619578","heartbeat_front_addr":"172.21.15.50:6807/2879619578","state":["exists","up"]},{"osd":1,"uuid":"86f9cf32-d396-49b4-a7e8-408ee219fb96","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6810","nonce":1564216887},{"type":"v1","addr":"172.21.15.50:6811","nonce":1564216887}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6812","nonce":1564216887},{"type":"v1","addr":"172.21.15.50:6813","nonce":1564216887}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6816","nonce":1564216887},{"type":"v1","addr":"172.21.15.50:6817","nonce":1564216887}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6814","nonce":1564216887},{"type":"v1","addr":"172.21.15.50:6815","nonce":1564216887}]},"public_addr":"172.21.15.50:6811/1564216887","cluster_addr":"172.21.15.50:6813/1564216887","heartbeat_back_addr":"172.21.15.50:6817/1564216887","heartbeat_front_addr":"172.21.15.50:6815/1564216887","state":["exists","up"]},{"osd":2,"uuid":"0099ba59-75d1-45f2-bfc9-79356b7f7f04","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6800","nonce":1352641712},{"type":"v1","addr":"172.21.15.171:6801","nonce":1352641712}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6802","nonce":1352641712},{"type":"v1","addr":"172.21.15.171:6803","nonce":1352641712}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6806","nonce":1352641712},{"type":"v1","addr":"172.21.15.171:6807","nonce":1352641712}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6804","nonce":1352641712},{"type":"v1","addr":"172.21.15.171:6805","nonce":1352641712}]},"public_addr":"172.21.15.171:6801/1352641712","cluster_addr":"172.21.15.171:6803/1352641712","heartbeat_back_addr":"172.21.15.171:6807/1352641712","heartbeat_front_addr":"172.21.15.171:6805/1352641712","state":["exists","up"]},{"osd":3,"uuid":"2cdf28a0-8860-4ea1-81dc-2820c16e370d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6808","nonce":2907826765},{"type":"v1","addr":"172.21.15.171:6809","nonce":2907826765}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6810","nonce":2907826765},{"type":"v1","addr":"172.21.15.171:6811","nonce":2907826765}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6814","nonce":2907826765},{"type":"v1","addr":"172.21.15.171:6815","nonce":2907826765}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6812","nonce":2907826765},{"type":"v1","addr":"172.21.15.171:6813","nonce":2907826765}]},"public_addr":"172.21.15.171:6809/2907826765","cluster_addr":"172.21.15.171:6811/2907826765","heartbeat_back_addr":"172.21.15.171:6815/2907826765","heartbeat_front_addr":"172.21.15.171:6813/2907826765","state":["exists","up"]},{"osd":4,"uuid":"80d6197c-b886-4700-ae5d-36c18e160239","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6800","nonce":4177602949},{"type":"v1","addr":"172.21.15.195:6801","nonce":4177602949}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6802","nonce":4177602949},{"type":"v1","addr":"172.21.15.195:6803","nonce":4177602949}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6806","nonce":4177602949},{"type":"v1","addr":"172.21.15.195:6807","nonce":4177602949}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6804","nonce":4177602949},{"type":"v1","addr":"172.21.15.195:6805","nonce":4177602949}]},"public_addr":"172.21.15.195:6801/4177602949","cluster_addr":"172.21.15.195:6803/4177602949","heartbeat_back_addr":"172.21.15.195:6807/4177602949","heartbeat_front_addr":"172.21.15.195:6805/4177602949","state":["exists","up"]},{"osd":5,"uuid":"67a8749c-7523-4379-9841-05fffceee63c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6808","nonce":597748353},{"type":"v1","addr":"172.21.15.195:6809","nonce":597748353}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6810","nonce":597748353},{"type":"v1","addr":"172.21.15.195:6811","nonce":597748353}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6814","nonce":597748353},{"type":"v1","addr":"172.21.15.195:6815","nonce":597748353}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6812","nonce":597748353},{"type":"v1","addr":"172.21.15.195:6813","nonce":597748353}]},"public_addr":"172.21.15.195:6809/597748353","cluster_addr":"172.21.15.195:6811/597748353","heartbeat_back_addr":"172.21.15.195:6815/597748353","heartbeat_front_addr":"172.21.15.195:6813/597748353","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:53:08.534287+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:53:37.608544+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:54:01.512671+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:54:27.105363+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:54:51.613261+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:55:15.649888+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.50:6801/1109267196":"2024-05-07T03:51:28.770155+0000","172.21.15.50:6800/1109267196":"2024-05-07T03:51:28.770155+0000","172.21.15.50:0/1002897314":"2024-05-07T03:51:28.770155+0000","172.21.15.50:6801/3676908393":"2024-05-07T03:51:00.860155+0000","172.21.15.50:6800/3676908393":"2024-05-07T03:51:00.860155+0000","172.21.15.50:0/3068881641":"2024-05-07T03:51:00.860155+0000","172.21.15.50:0/3445397379":"2024-05-07T03:51:00.860155+0000","172.21.15.50:0/1542232534":"2024-05-07T03:51:28.770155+0000","172.21.15.50:0/872198253":"2024-05-07T03:51:28.770155+0000","172.21.15.50:0/1638405316":"2024-05-07T03:51:00.860155+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-06T03:55:26.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:25 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/170615648' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:55:26.179 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:25 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/170615648' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:55:26.206 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-06T03:54:04.865374+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 6, 'score_stable': 6, 'optimal_score': 0.5, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-05-06T03:55:26.207 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-06T03:55:26.328 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:25 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/170615648' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:55:26.913 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:27.081 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:26 smithi050 ceph-mon[28572]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-05-06T03:55:27.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:26 smithi171 ceph-mon[30537]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-05-06T03:55:27.328 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:26 smithi195 ceph-mon[30576]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 81 KiB/s, 0 objects/s recovering 2024-05-06T03:55:28.887 INFO:teuthology.orchestra.run.smithi050.stdout:pg_num: 1 2024-05-06T03:55:29.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:29 smithi195 ceph-mon[30576]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-05-06T03:55:29.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:29 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/3699333868' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T03:55:29.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:29 smithi050 ceph-mon[28572]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-05-06T03:55:29.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:29 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3699333868' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T03:55:29.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:29 smithi171 ceph-mon[30537]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 70 KiB/s, 0 objects/s recovering 2024-05-06T03:55:29.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:29 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/3699333868' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-06T03:55:29.688 INFO:tasks.cephadm:Setting up client nodes... 2024-05-06T03:55:29.688 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-06T03:55:29.688 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-06T03:55:29.688 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-06T03:55:29.935 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:31.516 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:31 smithi050 ceph-mon[28572]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-05-06T03:55:31.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:31 smithi195 ceph-mon[30576]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-05-06T03:55:31.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:31 smithi171 ceph-mon[30537]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-05-06T03:55:32.061 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:55:32.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:32 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/799780633' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T03:55:32.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:32 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/799780633' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T03:55:32.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:32 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/799780633' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-06T03:55:32.742 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6800","nonce":1359382462},{"type":"v1","addr":"172.21.15.50:6801","nonce":1359382462}]},"active_addr":"172.21.15.50:6801/1359382462","active_change":"2024-05-06T03:51:28.770272+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"1","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"1","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.50:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.50:0","nonce":1849354640}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.50:0","nonce":3556689138}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.50:0","nonce":579575767}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.50:0","nonce":4122911991}]}]} 2024-05-06T03:55:32.748 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-06T03:55:32.748 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-06T03:55:32.748 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T03:55:32.993 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:33.392 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:33 smithi050 ceph-mon[28572]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T03:55:33.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:33 smithi195 ceph-mon[30576]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T03:55:33.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:33 smithi171 ceph-mon[30537]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T03:55:34.970 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:55:34.970 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":39,"fsid":"a45a39f2-0b5b-11ef-bc97-c7b262605968","created":"2024-05-06T03:50:32.695512+0000","modified":"2024-05-06T03:55:19.117213+0000","last_up_change":"2024-05-06T03:55:17.509537+0000","last_in_change":"2024-05-06T03:54:58.777760+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-06T03:54:04.865374+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"37eb07f8-6f60-4d55-93c4-98ef818d7c67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6802","nonce":2879619578},{"type":"v1","addr":"172.21.15.50:6803","nonce":2879619578}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6804","nonce":2879619578},{"type":"v1","addr":"172.21.15.50:6805","nonce":2879619578}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6808","nonce":2879619578},{"type":"v1","addr":"172.21.15.50:6809","nonce":2879619578}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6806","nonce":2879619578},{"type":"v1","addr":"172.21.15.50:6807","nonce":2879619578}]},"public_addr":"172.21.15.50:6803/2879619578","cluster_addr":"172.21.15.50:6805/2879619578","heartbeat_back_addr":"172.21.15.50:6809/2879619578","heartbeat_front_addr":"172.21.15.50:6807/2879619578","state":["exists","up"]},{"osd":1,"uuid":"86f9cf32-d396-49b4-a7e8-408ee219fb96","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6810","nonce":1564216887},{"type":"v1","addr":"172.21.15.50:6811","nonce":1564216887}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6812","nonce":1564216887},{"type":"v1","addr":"172.21.15.50:6813","nonce":1564216887}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6816","nonce":1564216887},{"type":"v1","addr":"172.21.15.50:6817","nonce":1564216887}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6814","nonce":1564216887},{"type":"v1","addr":"172.21.15.50:6815","nonce":1564216887}]},"public_addr":"172.21.15.50:6811/1564216887","cluster_addr":"172.21.15.50:6813/1564216887","heartbeat_back_addr":"172.21.15.50:6817/1564216887","heartbeat_front_addr":"172.21.15.50:6815/1564216887","state":["exists","up"]},{"osd":2,"uuid":"0099ba59-75d1-45f2-bfc9-79356b7f7f04","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6800","nonce":1352641712},{"type":"v1","addr":"172.21.15.171:6801","nonce":1352641712}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6802","nonce":1352641712},{"type":"v1","addr":"172.21.15.171:6803","nonce":1352641712}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6806","nonce":1352641712},{"type":"v1","addr":"172.21.15.171:6807","nonce":1352641712}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6804","nonce":1352641712},{"type":"v1","addr":"172.21.15.171:6805","nonce":1352641712}]},"public_addr":"172.21.15.171:6801/1352641712","cluster_addr":"172.21.15.171:6803/1352641712","heartbeat_back_addr":"172.21.15.171:6807/1352641712","heartbeat_front_addr":"172.21.15.171:6805/1352641712","state":["exists","up"]},{"osd":3,"uuid":"2cdf28a0-8860-4ea1-81dc-2820c16e370d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6808","nonce":2907826765},{"type":"v1","addr":"172.21.15.171:6809","nonce":2907826765}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6810","nonce":2907826765},{"type":"v1","addr":"172.21.15.171:6811","nonce":2907826765}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6814","nonce":2907826765},{"type":"v1","addr":"172.21.15.171:6815","nonce":2907826765}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6812","nonce":2907826765},{"type":"v1","addr":"172.21.15.171:6813","nonce":2907826765}]},"public_addr":"172.21.15.171:6809/2907826765","cluster_addr":"172.21.15.171:6811/2907826765","heartbeat_back_addr":"172.21.15.171:6815/2907826765","heartbeat_front_addr":"172.21.15.171:6813/2907826765","state":["exists","up"]},{"osd":4,"uuid":"80d6197c-b886-4700-ae5d-36c18e160239","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6800","nonce":4177602949},{"type":"v1","addr":"172.21.15.195:6801","nonce":4177602949}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6802","nonce":4177602949},{"type":"v1","addr":"172.21.15.195:6803","nonce":4177602949}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6806","nonce":4177602949},{"type":"v1","addr":"172.21.15.195:6807","nonce":4177602949}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6804","nonce":4177602949},{"type":"v1","addr":"172.21.15.195:6805","nonce":4177602949}]},"public_addr":"172.21.15.195:6801/4177602949","cluster_addr":"172.21.15.195:6803/4177602949","heartbeat_back_addr":"172.21.15.195:6807/4177602949","heartbeat_front_addr":"172.21.15.195:6805/4177602949","state":["exists","up"]},{"osd":5,"uuid":"67a8749c-7523-4379-9841-05fffceee63c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6808","nonce":597748353},{"type":"v1","addr":"172.21.15.195:6809","nonce":597748353}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6810","nonce":597748353},{"type":"v1","addr":"172.21.15.195:6811","nonce":597748353}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6814","nonce":597748353},{"type":"v1","addr":"172.21.15.195:6815","nonce":597748353}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6812","nonce":597748353},{"type":"v1","addr":"172.21.15.195:6813","nonce":597748353}]},"public_addr":"172.21.15.195:6809/597748353","cluster_addr":"172.21.15.195:6811/597748353","heartbeat_back_addr":"172.21.15.195:6815/597748353","heartbeat_front_addr":"172.21.15.195:6813/597748353","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:53:08.534287+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:53:37.608544+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:54:01.512671+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:54:27.105363+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:54:51.613261+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:55:15.649888+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.50:6801/1109267196":"2024-05-07T03:51:28.770155+0000","172.21.15.50:6800/1109267196":"2024-05-07T03:51:28.770155+0000","172.21.15.50:0/1002897314":"2024-05-07T03:51:28.770155+0000","172.21.15.50:6801/3676908393":"2024-05-07T03:51:00.860155+0000","172.21.15.50:6800/3676908393":"2024-05-07T03:51:00.860155+0000","172.21.15.50:0/3068881641":"2024-05-07T03:51:00.860155+0000","172.21.15.50:0/3445397379":"2024-05-07T03:51:00.860155+0000","172.21.15.50:0/1542232534":"2024-05-07T03:51:28.770155+0000","172.21.15.50:0/872198253":"2024-05-07T03:51:28.770155+0000","172.21.15.50:0/1638405316":"2024-05-07T03:51:00.860155+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-06T03:55:35.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:35 smithi195 ceph-mon[30576]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T03:55:35.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:35 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/1086101228' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:55:35.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:35 smithi050 ceph-mon[28572]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T03:55:35.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:35 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/1086101228' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:55:35.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:35 smithi171 ceph-mon[30537]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-05-06T03:55:35.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:35 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/1086101228' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:55:35.752 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-06T03:55:35.752 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-06T03:55:36.002 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:37.523 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:37 smithi050 ceph-mon[28572]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:37.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:37 smithi195 ceph-mon[30576]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:37.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:37 smithi171 ceph-mon[30537]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:38.007 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:55:38.007 INFO:teuthology.orchestra.run.smithi050.stdout:{"epoch":39,"fsid":"a45a39f2-0b5b-11ef-bc97-c7b262605968","created":"2024-05-06T03:50:32.695512+0000","modified":"2024-05-06T03:55:19.117213+0000","last_up_change":"2024-05-06T03:55:17.509537+0000","last_in_change":"2024-05-06T03:54:58.777760+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":14,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":6,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-05-06T03:54:04.865374+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":6,"score_stable":6,"optimal_score":0.5,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"37eb07f8-6f60-4d55-93c4-98ef818d7c67","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6802","nonce":2879619578},{"type":"v1","addr":"172.21.15.50:6803","nonce":2879619578}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6804","nonce":2879619578},{"type":"v1","addr":"172.21.15.50:6805","nonce":2879619578}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6808","nonce":2879619578},{"type":"v1","addr":"172.21.15.50:6809","nonce":2879619578}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6806","nonce":2879619578},{"type":"v1","addr":"172.21.15.50:6807","nonce":2879619578}]},"public_addr":"172.21.15.50:6803/2879619578","cluster_addr":"172.21.15.50:6805/2879619578","heartbeat_back_addr":"172.21.15.50:6809/2879619578","heartbeat_front_addr":"172.21.15.50:6807/2879619578","state":["exists","up"]},{"osd":1,"uuid":"86f9cf32-d396-49b4-a7e8-408ee219fb96","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6810","nonce":1564216887},{"type":"v1","addr":"172.21.15.50:6811","nonce":1564216887}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6812","nonce":1564216887},{"type":"v1","addr":"172.21.15.50:6813","nonce":1564216887}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6816","nonce":1564216887},{"type":"v1","addr":"172.21.15.50:6817","nonce":1564216887}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.50:6814","nonce":1564216887},{"type":"v1","addr":"172.21.15.50:6815","nonce":1564216887}]},"public_addr":"172.21.15.50:6811/1564216887","cluster_addr":"172.21.15.50:6813/1564216887","heartbeat_back_addr":"172.21.15.50:6817/1564216887","heartbeat_front_addr":"172.21.15.50:6815/1564216887","state":["exists","up"]},{"osd":2,"uuid":"0099ba59-75d1-45f2-bfc9-79356b7f7f04","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6800","nonce":1352641712},{"type":"v1","addr":"172.21.15.171:6801","nonce":1352641712}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6802","nonce":1352641712},{"type":"v1","addr":"172.21.15.171:6803","nonce":1352641712}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6806","nonce":1352641712},{"type":"v1","addr":"172.21.15.171:6807","nonce":1352641712}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6804","nonce":1352641712},{"type":"v1","addr":"172.21.15.171:6805","nonce":1352641712}]},"public_addr":"172.21.15.171:6801/1352641712","cluster_addr":"172.21.15.171:6803/1352641712","heartbeat_back_addr":"172.21.15.171:6807/1352641712","heartbeat_front_addr":"172.21.15.171:6805/1352641712","state":["exists","up"]},{"osd":3,"uuid":"2cdf28a0-8860-4ea1-81dc-2820c16e370d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6808","nonce":2907826765},{"type":"v1","addr":"172.21.15.171:6809","nonce":2907826765}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6810","nonce":2907826765},{"type":"v1","addr":"172.21.15.171:6811","nonce":2907826765}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6814","nonce":2907826765},{"type":"v1","addr":"172.21.15.171:6815","nonce":2907826765}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:6812","nonce":2907826765},{"type":"v1","addr":"172.21.15.171:6813","nonce":2907826765}]},"public_addr":"172.21.15.171:6809/2907826765","cluster_addr":"172.21.15.171:6811/2907826765","heartbeat_back_addr":"172.21.15.171:6815/2907826765","heartbeat_front_addr":"172.21.15.171:6813/2907826765","state":["exists","up"]},{"osd":4,"uuid":"80d6197c-b886-4700-ae5d-36c18e160239","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6800","nonce":4177602949},{"type":"v1","addr":"172.21.15.195:6801","nonce":4177602949}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6802","nonce":4177602949},{"type":"v1","addr":"172.21.15.195:6803","nonce":4177602949}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6806","nonce":4177602949},{"type":"v1","addr":"172.21.15.195:6807","nonce":4177602949}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6804","nonce":4177602949},{"type":"v1","addr":"172.21.15.195:6805","nonce":4177602949}]},"public_addr":"172.21.15.195:6801/4177602949","cluster_addr":"172.21.15.195:6803/4177602949","heartbeat_back_addr":"172.21.15.195:6807/4177602949","heartbeat_front_addr":"172.21.15.195:6805/4177602949","state":["exists","up"]},{"osd":5,"uuid":"67a8749c-7523-4379-9841-05fffceee63c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6808","nonce":597748353},{"type":"v1","addr":"172.21.15.195:6809","nonce":597748353}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6810","nonce":597748353},{"type":"v1","addr":"172.21.15.195:6811","nonce":597748353}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6814","nonce":597748353},{"type":"v1","addr":"172.21.15.195:6815","nonce":597748353}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.195:6812","nonce":597748353},{"type":"v1","addr":"172.21.15.195:6813","nonce":597748353}]},"public_addr":"172.21.15.195:6809/597748353","cluster_addr":"172.21.15.195:6811/597748353","heartbeat_back_addr":"172.21.15.195:6815/597748353","heartbeat_front_addr":"172.21.15.195:6813/597748353","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:53:08.534287+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:53:37.608544+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:54:01.512671+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:54:27.105363+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:54:51.613261+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-05-06T03:55:15.649888+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.50:6801/1109267196":"2024-05-07T03:51:28.770155+0000","172.21.15.50:6800/1109267196":"2024-05-07T03:51:28.770155+0000","172.21.15.50:0/1002897314":"2024-05-07T03:51:28.770155+0000","172.21.15.50:6801/3676908393":"2024-05-07T03:51:00.860155+0000","172.21.15.50:6800/3676908393":"2024-05-07T03:51:00.860155+0000","172.21.15.50:0/3068881641":"2024-05-07T03:51:00.860155+0000","172.21.15.50:0/3445397379":"2024-05-07T03:51:00.860155+0000","172.21.15.50:0/1542232534":"2024-05-07T03:51:28.770155+0000","172.21.15.50:0/872198253":"2024-05-07T03:51:28.770155+0000","172.21.15.50:0/1638405316":"2024-05-07T03:51:00.860155+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-05-06T03:55:38.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:38 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/3862746999' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:55:38.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:38 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3862746999' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:55:38.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:38 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/3862746999' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-06T03:55:38.783 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-06T03:55:38.784 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-06T03:55:38.784 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-06T03:55:38.785 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-05-06T03:55:38.785 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-05-06T03:55:38.785 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-05-06T03:55:39.068 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:39.129 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:39.364 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:39 smithi050 ceph-mon[28572]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:39.480 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:39 smithi195 ceph-mon[30576]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:39.570 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:39 smithi171 ceph-mon[30537]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:39.799 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:39.855 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:39.857 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:40.096 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:40.457 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:40.457 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:40.457 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:40.607 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:40 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:40.607 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:40 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:40.607 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:40 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:40.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:40.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:40.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:41.487 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:41 smithi195 ceph-mon[30576]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:41.640 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:41 smithi050 ceph-mon[28572]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:41.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:41 smithi171 ceph-mon[30537]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:43.615 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:43 smithi050 ceph-mon[28572]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:43.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:43 smithi171 ceph-mon[30537]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:43.828 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:43 smithi195 ceph-mon[30576]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:44.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:44.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:44.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:44.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:44.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:44.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:44.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:44 smithi050 ceph-mon[28572]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:45.078 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:45.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:45.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:45.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:45.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:45.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:44 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:45.079 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:44 smithi195 ceph-mon[30576]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:45.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:45.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:45.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:45.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:45.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:45.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:55:45.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:44 smithi171 ceph-mon[30537]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:46.424 INFO:teuthology.orchestra.run.smithi050.stdout:133143986189 2024-05-06T03:55:46.425 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-05-06T03:55:47.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:47 smithi195 ceph-mon[30576]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:47.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:47 smithi050 ceph-mon[28572]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:47.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:47 smithi171 ceph-mon[30537]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:49.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:49 smithi171 ceph-mon[30537]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:49.569 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:49 smithi050 ceph-mon[28572]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:49.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:49 smithi195 ceph-mon[30576]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:49.607 INFO:teuthology.orchestra.run.smithi050.stdout:55834574874 2024-05-06T03:55:49.607 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-06T03:55:51.556 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:51 smithi050 ceph-mon[28572]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:51.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:51 smithi195 ceph-mon[30576]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:51.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:51 smithi171 ceph-mon[30537]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:52.262 INFO:teuthology.orchestra.run.smithi050.stdout:77309411351 2024-05-06T03:55:52.262 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-06T03:55:52.847 INFO:teuthology.orchestra.run.smithi050.stdout:107374182419 2024-05-06T03:55:52.848 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-05-06T03:55:53.445 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:53.447 INFO:teuthology.orchestra.run.smithi050.stdout:34359738403 2024-05-06T03:55:53.447 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-06T03:55:53.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:53 smithi195 ceph-mon[30576]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:53.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:53 smithi050 ceph-mon[28572]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:53.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:53 smithi171 ceph-mon[30537]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:53.871 INFO:teuthology.orchestra.run.smithi050.stdout:158913789961 2024-05-06T03:55:53.871 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-05-06T03:55:54.650 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:54.651 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:55.289 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:55.402 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:55 smithi050 ceph-mon[28572]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:55.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:55 smithi195 ceph-mon[30576]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:55.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:55 smithi171 ceph-mon[30537]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:56.674 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:57.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:57 smithi195 ceph-mon[30576]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:57.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:57 smithi050 ceph-mon[28572]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:57.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:57 smithi171 ceph-mon[30537]: pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:57.828 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:55:59.482 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:55:59 smithi195 ceph-mon[30576]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:59.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:55:59 smithi050 ceph-mon[28572]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:55:59.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:55:59 smithi171 ceph-mon[30537]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:00.592 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:00 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:00.592 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:00 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:00.592 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:00 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:00.592 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:00 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/4081806256' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-06T03:56:00.828 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:00 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:00.828 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:00 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:00.828 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:00 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:00.828 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:00 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/4081806256' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-06T03:56:00.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:00 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:00.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:00 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:00.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:00 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:00.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:00 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/4081806256' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-05-06T03:56:01.280 INFO:teuthology.orchestra.run.smithi050.stdout:107374182420 2024-05-06T03:56:01.828 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:01 smithi195 ceph-mon[30576]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:01.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:01 smithi050 ceph-mon[28572]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:01.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:01 smithi171 ceph-mon[30537]: pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:02.405 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182419 got 107374182420 for osd.3 2024-05-06T03:56:02.405 DEBUG:teuthology.parallel:result is None 2024-05-06T03:56:03.748 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:03 smithi050 ceph-mon[28572]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:03.748 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:03 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/4047714010' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T03:56:03.828 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:03 smithi195 ceph-mon[30576]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:03.828 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:03 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/4047714010' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T03:56:03.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:03 smithi171 ceph-mon[30537]: pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:03.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:03 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/4047714010' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-06T03:56:04.109 INFO:teuthology.orchestra.run.smithi050.stdout:55834574878 2024-05-06T03:56:04.118 INFO:teuthology.orchestra.run.smithi050.stdout:133143986192 2024-05-06T03:56:04.352 INFO:teuthology.orchestra.run.smithi050.stdout:77309411354 2024-05-06T03:56:05.269 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.269 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.269 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.270 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:04 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3639405112' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T03:56:05.270 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.270 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.270 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.270 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:04 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3040973063' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-06T03:56:05.270 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:04 smithi050 ceph-mon[28572]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:05.328 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.328 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.328 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.328 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:04 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/3639405112' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T03:56:05.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:04 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:04 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/3040973063' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-06T03:56:05.329 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:04 smithi195 ceph-mon[30576]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:05.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:04 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/3639405112' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-06T03:56:05.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:05.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:04 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/3040973063' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-05-06T03:56:05.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:04 smithi171 ceph-mon[30537]: pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:05.612 INFO:teuthology.orchestra.run.smithi050.stdout:158913789964 2024-05-06T03:56:06.103 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986189 got 133143986192 for osd.4 2024-05-06T03:56:06.103 DEBUG:teuthology.parallel:result is None 2024-05-06T03:56:06.226 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411351 got 77309411354 for osd.2 2024-05-06T03:56:06.226 DEBUG:teuthology.parallel:result is None 2024-05-06T03:56:06.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:06 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3707556117' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-06T03:56:06.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:06 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/3707556117' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-06T03:56:06.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:06 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/3707556117' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-05-06T03:56:06.613 INFO:teuthology.orchestra.run.smithi050.stdout:34359738406 2024-05-06T03:56:06.803 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574878 for osd.1 2024-05-06T03:56:06.803 DEBUG:teuthology.parallel:result is None 2024-05-06T03:56:07.309 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:07 smithi050 ceph-mon[28572]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:07.309 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:07 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/4075654571' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T03:56:07.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:07 smithi171 ceph-mon[30537]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:07.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:07 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/4075654571' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T03:56:07.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:07 smithi195 ceph-mon[30576]: pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:07.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:07 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/4075654571' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-06T03:56:07.766 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789961 got 158913789964 for osd.5 2024-05-06T03:56:07.767 DEBUG:teuthology.parallel:result is None 2024-05-06T03:56:08.165 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738403 got 34359738406 for osd.0 2024-05-06T03:56:08.166 DEBUG:teuthology.parallel:result is None 2024-05-06T03:56:08.166 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-06T03:56:08.166 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-06T03:56:08.417 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:56:09.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:09 smithi171 ceph-mon[30537]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:09.439 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:09 smithi050 ceph-mon[28572]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:09.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:09 smithi195 ceph-mon[30576]: pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:10.160 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:56:10.162 INFO:teuthology.orchestra.run.smithi050.stderr:dumped all 2024-05-06T03:56:10.808 INFO:teuthology.orchestra.run.smithi050.stdout:{"pg_ready":true,"pg_map":{"version":183,"stamp":"2024-05-06T03:56:08.241811+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":182568,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":178678,"kb_avail":562288344,"statfs":{"total":575970213888,"available":575783264256,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9566,"internal_metadata":182966946},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002881"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":61,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-05-06T03:55:19.783805+0000","last_change":"2024-05-06T03:55:19.783805+0000","last_active":"2024-05-06T03:55:19.783805+0000","last_peered":"2024-05-06T03:55:19.783805+0000","last_clean":"2024-05-06T03:55:19.783805+0000","last_became_active":"2024-05-06T03:55:19.779058+0000","last_became_peered":"2024-05-06T03:55:19.779058+0000","last_unstale":"2024-05-06T03:55:19.783805+0000","last_undegraded":"2024-05-06T03:55:19.783805+0000","last_fullsized":"2024-05-06T03:55:19.783805+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-06T03:54:05.116719+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-06T03:54:05.116719+0000","last_clean_scrub_stamp":"2024-05-06T03:54:05.116719+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-07T13:50:28.240348+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":37,"seq":158913789965,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32104,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713048,"statfs":{"total":95995035648,"available":95962161152,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":31,"seq":133143986193,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31520,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713632,"statfs":{"total":95995035648,"available":95962759168,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":25,"seq":107374182422,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27940,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717212,"statfs":{"total":95995035648,"available":95966425088,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411355,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32100,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713052,"statfs":{"total":95995035648,"available":95962165248,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738407,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31532,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713620,"statfs":{"total":95995035648,"available":95962746880,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574879,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27372,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-05-06T03:56:10.808 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-06T03:56:11.056 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:56:11.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:11 smithi171 ceph-mon[30537]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:11.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:11 smithi171 ceph-mon[30537]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:11.431 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:11 smithi050 ceph-mon[28572]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:11.431 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:11 smithi050 ceph-mon[28572]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:11.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:11 smithi195 ceph-mon[30576]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:11.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:11 smithi195 ceph-mon[30576]: pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:13.203 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:56:13.205 INFO:teuthology.orchestra.run.smithi050.stderr:dumped all 2024-05-06T03:56:13.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:13 smithi195 ceph-mon[30576]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:13.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:13 smithi050 ceph-mon[28572]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:13.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:13 smithi171 ceph-mon[30537]: pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:14.450 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:14 smithi050 ceph-mon[28572]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:14.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:14 smithi195 ceph-mon[30576]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:14.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:14 smithi171 ceph-mon[30537]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:14.930 INFO:teuthology.orchestra.run.smithi050.stdout:{"pg_ready":true,"pg_map":{"version":185,"stamp":"2024-05-06T03:56:12.242501+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":6,"num_per_pool_osds":6,"num_per_pool_omap_osds":3,"kb":562470912,"kb_used":182568,"kb_used_data":3804,"kb_used_omap":9,"kb_used_meta":178678,"kb_avail":562288344,"statfs":{"total":575970213888,"available":575783264256,"internally_reserved":0,"allocated":3895296,"data_stored":2577090,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9566,"internal_metadata":182966946},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002688"},"pg_stats":[{"pgid":"1.0","version":"20'92","reported_seq":61,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-05-06T03:55:19.783805+0000","last_change":"2024-05-06T03:55:19.783805+0000","last_active":"2024-05-06T03:55:19.783805+0000","last_peered":"2024-05-06T03:55:19.783805+0000","last_clean":"2024-05-06T03:55:19.783805+0000","last_became_active":"2024-05-06T03:55:19.779058+0000","last_became_peered":"2024-05-06T03:55:19.779058+0000","last_unstale":"2024-05-06T03:55:19.783805+0000","last_undegraded":"2024-05-06T03:55:19.783805+0000","last_fullsized":"2024-05-06T03:55:19.783805+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-05-06T03:54:05.116719+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-06T03:54:05.116719+0000","last_clean_scrub_stamp":"2024-05-06T03:54:05.116719+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-05-07T13:50:28.240348+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[3,5,2],"acting":[3,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":3,"acting_primary":3,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1771104,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3563520,"data_stored":3542208,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":6}],"osd_stats":[{"osd":5,"up_from":37,"seq":158913789965,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32104,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713048,"statfs":{"total":95995035648,"available":95962161152,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,4],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":31,"seq":133143986194,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31520,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713632,"statfs":{"total":95995035648,"available":95962759168,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":25,"seq":107374182423,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27940,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717212,"statfs":{"total":95995035648,"available":95966425088,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":18,"seq":77309411356,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32100,"kb_used_data":924,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713052,"statfs":{"total":95995035648,"available":95962165248,"internally_reserved":0,"allocated":946176,"data_stored":724699,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"hb_peers":[0,1,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738408,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31532,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713620,"statfs":{"total":95995035648,"available":95962746880,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574880,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27372,"kb_used_data":344,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717780,"statfs":{"total":95995035648,"available":95967006720,"internally_reserved":0,"allocated":352256,"data_stored":134331,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-05-06T03:56:14.930 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-06T03:56:14.931 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-06T03:56:14.931 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-06T03:56:14.931 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-06T03:56:15.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:15 smithi195 ceph-mon[30576]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:15.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:15 smithi050 ceph-mon[28572]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:15.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:15 smithi171 ceph-mon[30537]: pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:15.790 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:56:17.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:17 smithi195 ceph-mon[30576]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:17.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:17 smithi050 ceph-mon[28572]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:17.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:17 smithi171 ceph-mon[30537]: pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:17.764 INFO:teuthology.orchestra.run.smithi050.stdout: 2024-05-06T03:56:17.764 INFO:teuthology.orchestra.run.smithi050.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-06T03:56:18.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:18 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/412948201' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T03:56:18.499 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-06T03:56:18.499 INFO:tasks.cephadm:Setup complete, yielding 2024-05-06T03:56:18.499 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-06T03:56:18.508 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi050.front.sepia.ceph.com 2024-05-06T03:56:18.508 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 -- bash -c 'set -ex 2024-05-06T03:56:18.508 DEBUG:teuthology.orchestra.run.smithi050:> HOSTNAMES=$(ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"') 2024-05-06T03:56:18.508 DEBUG:teuthology.orchestra.run.smithi050:> for host in $HOSTNAMES; do 2024-05-06T03:56:18.508 DEBUG:teuthology.orchestra.run.smithi050:> # find the hostname for "host.c" which will have no mgr 2024-05-06T03:56:18.508 DEBUG:teuthology.orchestra.run.smithi050:> HAS_MGRS=$(ceph orch ps --hostname ${host} --format json | jq '"'"'any(.daemon_type == "mgr")'"'"') 2024-05-06T03:56:18.508 DEBUG:teuthology.orchestra.run.smithi050:> if [ "$HAS_MGRS" == "false" ]; then 2024-05-06T03:56:18.508 DEBUG:teuthology.orchestra.run.smithi050:> HOST_C="${host}" 2024-05-06T03:56:18.508 DEBUG:teuthology.orchestra.run.smithi050:> fi 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> done 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> # One last thing to worry about before draining the host 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> # is that the teuthology test tends to put the explicit 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> # hostnames in the placement for the mon service. 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> # We want to make sure we can drain without providing 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> # --force and there is a check for the host being removed 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> # being listed explicitly in the placements. Therefore, 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> # we should remove it from the mon placement. 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> ceph orch ls mon --export > mon.yaml 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> sed /"$HOST_C"/d mon.yaml > mon_adjusted.yaml 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> ceph orch apply -i mon_adjusted.yaml 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> # now drain that host 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> ceph orch host drain $HOST_C --zap-osd-devices 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> # wait for drain to complete 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-06T03:56:18.509 DEBUG:teuthology.orchestra.run.smithi050:> while [ "$HOST_C_DAEMONS" != "No daemons reported" ]; do 2024-05-06T03:56:18.510 DEBUG:teuthology.orchestra.run.smithi050:> sleep 15 2024-05-06T03:56:18.510 DEBUG:teuthology.orchestra.run.smithi050:> HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C) 2024-05-06T03:56:18.510 DEBUG:teuthology.orchestra.run.smithi050:> done 2024-05-06T03:56:18.510 DEBUG:teuthology.orchestra.run.smithi050:> # we want to check the ability to remove the host from 2024-05-06T03:56:18.510 DEBUG:teuthology.orchestra.run.smithi050:> # the CRUSH map, so we should first verify the host is in 2024-05-06T03:56:18.510 DEBUG:teuthology.orchestra.run.smithi050:> # the CRUSH map. 2024-05-06T03:56:18.510 DEBUG:teuthology.orchestra.run.smithi050:> ceph osd getcrushmap -o compiled-crushmap 2024-05-06T03:56:18.510 DEBUG:teuthology.orchestra.run.smithi050:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-06T03:56:18.510 DEBUG:teuthology.orchestra.run.smithi050:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-06T03:56:18.510 DEBUG:teuthology.orchestra.run.smithi050:> if ! grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-06T03:56:18.510 DEBUG:teuthology.orchestra.run.smithi050:> printf "Expected to see $HOST_C in CRUSH map. Saw:\n\n$CRUSH_MAP" 2024-05-06T03:56:18.510 DEBUG:teuthology.orchestra.run.smithi050:> exit 1 2024-05-06T03:56:18.510 DEBUG:teuthology.orchestra.run.smithi050:> fi 2024-05-06T03:56:18.510 DEBUG:teuthology.orchestra.run.smithi050:> # If the drain was successful, we should be able to remove the 2024-05-06T03:56:18.510 DEBUG:teuthology.orchestra.run.smithi050:> # host without force with no issues. If there are still daemons 2024-05-06T03:56:18.511 DEBUG:teuthology.orchestra.run.smithi050:> # we will get a response telling us to drain the host and a 2024-05-06T03:56:18.511 DEBUG:teuthology.orchestra.run.smithi050:> # non-zero return code 2024-05-06T03:56:18.511 DEBUG:teuthology.orchestra.run.smithi050:> ceph orch host rm $HOST_C --rm-crush-entry 2024-05-06T03:56:18.511 DEBUG:teuthology.orchestra.run.smithi050:> # verify we'"'"'ve successfully removed the host from the CRUSH map 2024-05-06T03:56:18.511 DEBUG:teuthology.orchestra.run.smithi050:> sleep 30 2024-05-06T03:56:18.511 DEBUG:teuthology.orchestra.run.smithi050:> ceph osd getcrushmap -o compiled-crushmap 2024-05-06T03:56:18.511 DEBUG:teuthology.orchestra.run.smithi050:> crushtool -d compiled-crushmap -o crushmap.txt 2024-05-06T03:56:18.511 DEBUG:teuthology.orchestra.run.smithi050:> CRUSH_MAP=$(cat crushmap.txt) 2024-05-06T03:56:18.511 DEBUG:teuthology.orchestra.run.smithi050:> if grep -q "$HOST_C" <<< "$CRUSH_MAP"; then 2024-05-06T03:56:18.511 DEBUG:teuthology.orchestra.run.smithi050:> printf "Saw $HOST_C in CRUSH map after it should have been removed.\n\n$CRUSH_MAP" 2024-05-06T03:56:18.511 DEBUG:teuthology.orchestra.run.smithi050:> exit 1 2024-05-06T03:56:18.511 DEBUG:teuthology.orchestra.run.smithi050:> fi 2024-05-06T03:56:18.511 DEBUG:teuthology.orchestra.run.smithi050:> ' 2024-05-06T03:56:18.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:18 smithi195 ceph-mon[30576]: from='client.? 172.21.15.50:0/412948201' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T03:56:18.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:18 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/412948201' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-06T03:56:18.756 INFO:teuthology.orchestra.run.smithi050.stderr:Inferring config /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/mon.a/config 2024-05-06T03:56:19.551 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:19 smithi195 ceph-mon[30576]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:19.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:19 smithi050 ceph-mon[28572]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:19.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:19 smithi171 ceph-mon[30537]: pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:20.639 INFO:teuthology.orchestra.run.smithi050.stderr:++ ceph orch host ls --format json 2024-05-06T03:56:20.639 INFO:teuthology.orchestra.run.smithi050.stderr:++ jq -r '.[] | .hostname' 2024-05-06T03:56:20.640 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:20 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:20.640 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:20 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:20.640 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:20 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:20.640 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:20 smithi050 ceph-mon[28572]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:20.640 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:20 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:56:20.640 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:20 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:56:20.640 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:20 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:56:20.640 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:20 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:20.761 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:20 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:20.762 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:20 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:20.762 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:20 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:20.762 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:20 smithi195 ceph-mon[30576]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:20.762 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:20 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:56:20.762 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:20 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:56:20.762 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:20 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:56:20.762 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:20 smithi195 ceph-mon[30576]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:20.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:20 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:20.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:20 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:20.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:20 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:20.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:20 smithi171 ceph-mon[30537]: pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:20.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:20 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:56:20.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:20 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:56:20.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:20 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:56:20.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:20 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:20.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ HOSTNAMES='smithi050 2024-05-06T03:56:20.918 INFO:teuthology.orchestra.run.smithi050.stderr:smithi171 2024-05-06T03:56:20.918 INFO:teuthology.orchestra.run.smithi050.stderr:smithi195' 2024-05-06T03:56:20.918 INFO:teuthology.orchestra.run.smithi050.stderr:+ for host in $HOSTNAMES 2024-05-06T03:56:20.918 INFO:teuthology.orchestra.run.smithi050.stderr:++ ceph orch ps --hostname smithi050 --format json 2024-05-06T03:56:20.918 INFO:teuthology.orchestra.run.smithi050.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-06T03:56:21.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ HAS_MGRS=true 2024-05-06T03:56:21.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ '[' true == false ']' 2024-05-06T03:56:21.264 INFO:teuthology.orchestra.run.smithi050.stderr:+ for host in $HOSTNAMES 2024-05-06T03:56:21.264 INFO:teuthology.orchestra.run.smithi050.stderr:++ ceph orch ps --hostname smithi171 --format json 2024-05-06T03:56:21.264 INFO:teuthology.orchestra.run.smithi050.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-06T03:56:21.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ HAS_MGRS=true 2024-05-06T03:56:21.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ '[' true == false ']' 2024-05-06T03:56:21.613 INFO:teuthology.orchestra.run.smithi050.stderr:+ for host in $HOSTNAMES 2024-05-06T03:56:21.613 INFO:teuthology.orchestra.run.smithi050.stderr:++ ceph orch ps --hostname smithi195 --format json 2024-05-06T03:56:21.613 INFO:teuthology.orchestra.run.smithi050.stderr:++ jq 'any(.daemon_type == "mgr")' 2024-05-06T03:56:21.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:21 smithi171 ceph-mon[30537]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:21.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:21 smithi171 ceph-mon[30537]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi050", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:21.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ HAS_MGRS=false 2024-05-06T03:56:21.959 INFO:teuthology.orchestra.run.smithi050.stderr:+ '[' false == false ']' 2024-05-06T03:56:21.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ HOST_C=smithi195 2024-05-06T03:56:21.960 INFO:teuthology.orchestra.run.smithi050.stderr:+ ceph orch ls mon --export 2024-05-06T03:56:21.960 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:21 smithi050 ceph-mon[28572]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:21.960 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:21 smithi050 ceph-mon[28572]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi050", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:22.078 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:21 smithi195 ceph-mon[30576]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:22.078 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:21 smithi195 ceph-mon[30576]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi050", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:22.307 INFO:teuthology.orchestra.run.smithi050.stderr:+ sed /smithi195/d mon.yaml 2024-05-06T03:56:22.308 INFO:teuthology.orchestra.run.smithi050.stderr:+ ceph orch apply -i mon_adjusted.yaml 2024-05-06T03:56:22.646 INFO:teuthology.orchestra.run.smithi050.stdout:Scheduled mon update... 2024-05-06T03:56:22.659 INFO:teuthology.orchestra.run.smithi050.stderr:+ ceph orch host drain smithi195 --zap-osd-devices 2024-05-06T03:56:22.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:22 smithi171 ceph-mon[30537]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:22.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:22 smithi171 ceph-mon[30537]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi195", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:22.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:22 smithi171 ceph-mon[30537]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:22.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:22 smithi171 ceph-mon[30537]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:22.948 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:22.948 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi195", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:22.948 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:22 smithi195 ceph-mon[30576]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:22.949 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:22.949 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:22 smithi195 podman[43299]: 2024-05-06 03:56:22.71616522 +0000 UTC m=+0.021952464 container died bad56f9440b2eb1cd5bf571859157946ded4a8b9c46a18cf9dd5a7a47097b207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-c, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-05-06T03:56:22.999 INFO:teuthology.orchestra.run.smithi050.stdout:Scheduled to remove the following daemons from host 'smithi195' 2024-05-06T03:56:22.999 INFO:teuthology.orchestra.run.smithi050.stdout:type id 2024-05-06T03:56:22.999 INFO:teuthology.orchestra.run.smithi050.stdout:-------------------- --------------- 2024-05-06T03:56:22.999 INFO:teuthology.orchestra.run.smithi050.stdout:agent smithi195 2024-05-06T03:56:22.999 INFO:teuthology.orchestra.run.smithi050.stdout:mon c 2024-05-06T03:56:22.999 INFO:teuthology.orchestra.run.smithi050.stdout:osd 4 2024-05-06T03:56:22.999 INFO:teuthology.orchestra.run.smithi050.stdout:osd 5 2024-05-06T03:56:22.999 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:22 smithi050 ceph-mon[28572]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:23.000 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:22 smithi050 ceph-mon[28572]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi195", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:23.000 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:22 smithi050 ceph-mon[28572]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:23.000 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:22 smithi050 ceph-mon[28572]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:23.012 INFO:teuthology.orchestra.run.smithi050.stderr:++ ceph orch ps --hostname smithi195 2024-05-06T03:56:23.265 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:23 smithi195 systemd[1]: Stopping Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:56:23.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-06T03:56:23.358 INFO:teuthology.orchestra.run.smithi050.stderr:agent.smithi195 smithi195 running 3s ago 4m - - 2024-05-06T03:56:23.358 INFO:teuthology.orchestra.run.smithi050.stderr:mon.c smithi195 running (4m) 3s ago 4m 39.1M 2048M 19.0.0-3516-ge08cbbf6 9f32bee02a85 bad56f9440b2 2024-05-06T03:56:23.358 INFO:teuthology.orchestra.run.smithi050.stderr:osd.4 smithi195 running (96s) 3s ago 95s 44.3M 9.84G 19.0.0-3516-ge08cbbf6 9f32bee02a85 77d820bff6c8 2024-05-06T03:56:23.358 INFO:teuthology.orchestra.run.smithi050.stderr:osd.5 smithi195 running (72s) 3s ago 71s 45.4M 9.84G 19.0.0-3516-ge08cbbf6 9f32bee02a85 3d99d38eaef3 ' 2024-05-06T03:56:23.358 INFO:teuthology.orchestra.run.smithi050.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-06T03:56:23.358 INFO:teuthology.orchestra.run.smithi050.stderr:agent.smithi195 smithi195 running 3s ago 4m - - 2024-05-06T03:56:23.358 INFO:teuthology.orchestra.run.smithi050.stderr:mon.c smithi195 running (4m) 3s ago 4m 39.1M 2048M 19.0.0-3516-ge08cbbf6 9f32bee02a85 bad56f9440b2 2024-05-06T03:56:23.358 INFO:teuthology.orchestra.run.smithi050.stderr:osd.4 smithi195 running (96s) 3s ago 95s 44.3M 9.84G 19.0.0-3516-ge08cbbf6 9f32bee02a85 77d820bff6c8 2024-05-06T03:56:23.359 INFO:teuthology.orchestra.run.smithi050.stderr:osd.5 smithi195 running (72s) 3s ago 71s 45.4M 9.84G 19.0.0-3516-ge08cbbf6 9f32bee02a85 3d99d38eaef3 ' '!=' 'No daemons reported' ']' 2024-05-06T03:56:23.359 INFO:teuthology.orchestra.run.smithi050.stderr:+ sleep 15 2024-05-06T03:56:23.578 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:23 smithi195 podman[43299]: 2024-05-06 03:56:23.26171384 +0000 UTC m=+0.567501080 container remove bad56f9440b2eb1cd5bf571859157946ded4a8b9c46a18cf9dd5a7a47097b207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-c, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-05-06T03:56:24.078 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:23 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-06T03:56:24.078 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:23 smithi195 systemd[1]: Stopped Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:56:24.078 INFO:journalctl@ceph.mon.c.smithi195.stdout:May 06 03:56:23 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service: Consumed 3.280s CPU time. 2024-05-06T03:56:24.081 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:24.081 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: Saving service mon spec with placement smithi050:172.21.15.50=a;smithi171:172.21.15.171=b;count:3 2024-05-06T03:56:24.081 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-06T03:56:24.081 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: Removing monitor c from monmap... 2024-05-06T03:56:24.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-06T03:56:24.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: mon.a calling monitor election 2024-05-06T03:56:24.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: mon.b calling monitor election 2024-05-06T03:56:24.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:56:24.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:56:24.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T03:56:24.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: monmap epoch 4 2024-05-06T03:56:24.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:56:24.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: last_changed 2024-05-06T03:56:22.679065+0000 2024-05-06T03:56:24.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: created 2024-05-06T03:50:29.381865+0000 2024-05-06T03:56:24.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: min_mon_release 19 (squid) 2024-05-06T03:56:24.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: election_strategy: 1 2024-05-06T03:56:24.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: 0: [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon.a 2024-05-06T03:56:24.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: 1: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-05-06T03:56:24.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: fsmap 2024-05-06T03:56:24.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: osdmap e39: 6 total, 6 up, 6 in 2024-05-06T03:56:24.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: mgrmap e15: a(active, since 4m), standbys: b 2024-05-06T03:56:24.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: overall HEALTH_OK 2024-05-06T03:56:24.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: Removing daemon mon.c from smithi195 -- ports [] 2024-05-06T03:56:24.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi195", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:24.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:24.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: Added label _no_schedule to host smithi195 2024-05-06T03:56:24.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:24.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: Added label _no_conf_keyring to host smithi195 2024-05-06T03:56:24.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-06T03:56:24.083 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: osd.4 crush weight is 0.0872955322265625 2024-05-06T03:56:24.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-06T03:56:24.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: osd.5 crush weight is 0.0872955322265625 2024-05-06T03:56:24.084 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:23 smithi050 ceph-mon[28572]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi195", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:24.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: from='client.14523 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:24.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: Saving service mon spec with placement smithi050:172.21.15.50=a;smithi171:172.21.15.171=b;count:3 2024-05-06T03:56:24.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: Safe to remove mon.c: new quorum should be ['a', 'b'] (from ['a', 'b']) 2024-05-06T03:56:24.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: Removing monitor c from monmap... 2024-05-06T03:56:24.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "mon rm", "name": "c"}]': finished 2024-05-06T03:56:24.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: mon.a calling monitor election 2024-05-06T03:56:24.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: mon.b calling monitor election 2024-05-06T03:56:24.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-06T03:56:24.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-06T03:56:24.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-05-06T03:56:24.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: monmap epoch 4 2024-05-06T03:56:24.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:56:24.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: last_changed 2024-05-06T03:56:22.679065+0000 2024-05-06T03:56:24.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: created 2024-05-06T03:50:29.381865+0000 2024-05-06T03:56:24.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: min_mon_release 19 (squid) 2024-05-06T03:56:24.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: election_strategy: 1 2024-05-06T03:56:24.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: 0: [v2:172.21.15.50:3300/0,v1:172.21.15.50:6789/0] mon.a 2024-05-06T03:56:24.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: 1: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-05-06T03:56:24.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: fsmap 2024-05-06T03:56:24.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: osdmap e39: 6 total, 6 up, 6 in 2024-05-06T03:56:24.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: mgrmap e15: a(active, since 4m), standbys: b 2024-05-06T03:56:24.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: overall HEALTH_OK 2024-05-06T03:56:24.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: Removing daemon mon.c from smithi195 -- ports [] 2024-05-06T03:56:24.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch host drain", "hostname": "smithi195", "zap_osd_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:24.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:24.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: Added label _no_schedule to host smithi195 2024-05-06T03:56:24.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:24.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: Added label _no_conf_keyring to host smithi195 2024-05-06T03:56:24.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-06T03:56:24.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: osd.4 crush weight is 0.0872955322265625 2024-05-06T03:56:24.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd crush tree", "format": "json"}]: dispatch 2024-05-06T03:56:24.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: osd.5 crush weight is 0.0872955322265625 2024-05-06T03:56:24.157 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:23 smithi171 ceph-mon[30537]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi195", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:25.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:56:25.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:24 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:24 smithi050 ceph-mon[28572]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:25.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:56:25.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:24 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:25.405 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:24 smithi171 ceph-mon[30537]: pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:26.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:26 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:26.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:26 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:26.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:26 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:26.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:26 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:26.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:26 smithi050 ceph-mon[28572]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:26.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:26.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:26.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:26.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:26 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:26.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:26 smithi171 ceph-mon[30537]: pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:29.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:29 smithi050 ceph-mon[28572]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:29.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:29 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:29.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:29 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:29.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:29 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:29.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:29 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:56:29.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:29 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:56:29.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:29 smithi171 ceph-mon[30537]: pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:29.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:29 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:29.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:29 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:29.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:29 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:29.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:29 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:56:29.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:29 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:56:30.508 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: Detected new or changed devices on smithi195 2024-05-06T03:56:30.508 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: Updating smithi050:/etc/ceph/ceph.conf 2024-05-06T03:56:30.508 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: Updating smithi171:/etc/ceph/ceph.conf 2024-05-06T03:56:30.508 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: Removing smithi195:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:56:30.508 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: Removing smithi195:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:56:30.508 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: Removing smithi195:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:56:30.508 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:30.508 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:30.509 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:30.509 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:30.509 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:30.509 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:30.509 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:30.509 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:30.509 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-06T03:56:30.509 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:30 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-06T03:56:30.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: Detected new or changed devices on smithi195 2024-05-06T03:56:30.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: Updating smithi050:/etc/ceph/ceph.conf 2024-05-06T03:56:30.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: Updating smithi171:/etc/ceph/ceph.conf 2024-05-06T03:56:30.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: Removing smithi195:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:56:30.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: Removing smithi195:/etc/ceph/ceph.client.admin.keyring 2024-05-06T03:56:30.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: Removing smithi195:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-06T03:56:30.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:30.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:30.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:30.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:30.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:30.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:30.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:30.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:30.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-06T03:56:30.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]: dispatch 2024-05-06T03:56:31.081 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:30 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a[28549]: 2024-05-06T03:56:30.824+0000 7ff81de7c700 -1 mon.a@0(leader).osd e40 definitely_dead 0 2024-05-06T03:56:31.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:31 smithi050 ceph-mon[28572]: Updating smithi050:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:56:31.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:31 smithi050 ceph-mon[28572]: Updating smithi171:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:56:31.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:31 smithi050 ceph-mon[28572]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:31.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:31 smithi050 ceph-mon[28572]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:31.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:31 smithi050 ceph-mon[28572]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-06T03:56:31.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:31 smithi050 ceph-mon[28572]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:31.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-06T03:56:31.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:31 smithi050 ceph-mon[28572]: osdmap e40: 6 total, 6 up, 6 in 2024-05-06T03:56:31.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:31.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-06T03:56:31.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:31 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-06T03:56:31.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:31 smithi171 ceph-mon[30537]: Updating smithi050:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:56:31.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:31 smithi171 ceph-mon[30537]: Updating smithi171:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-06T03:56:31.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:31 smithi171 ceph-mon[30537]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:31.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:31 smithi171 ceph-mon[30537]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:31.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:31 smithi171 ceph-mon[30537]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"]}]: dispatch 2024-05-06T03:56:31.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:31 smithi171 ceph-mon[30537]: pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:31.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:31 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd crush reweight", "name": "osd.5", "weight": 0.0}]': finished 2024-05-06T03:56:31.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:31 smithi171 ceph-mon[30537]: osdmap e40: 6 total, 6 up, 6 in 2024-05-06T03:56:31.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:31 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:31.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:31 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-06T03:56:31.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:31 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["4"]}]: dispatch 2024-05-06T03:56:32.578 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:32 smithi195 systemd[1]: Stopping Ceph osd.4 for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:56:32.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:32 smithi050 ceph-mon[28572]: osd.5 weight is now 0.0 2024-05-06T03:56:32.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:32 smithi050 ceph-mon[28572]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:32.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:32 smithi050 ceph-mon[28572]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-06T03:56:32.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:32 smithi050 ceph-mon[28572]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-06T03:56:32.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:32 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-06T03:56:32.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:32 smithi050 ceph-mon[28572]: osdmap e41: 6 total, 5 up, 6 in 2024-05-06T03:56:32.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:32 smithi171 ceph-mon[30537]: osd.5 weight is now 0.0 2024-05-06T03:56:32.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:32 smithi171 ceph-mon[30537]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:32.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:32 smithi171 ceph-mon[30537]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["4"]}]: dispatch 2024-05-06T03:56:32.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:32 smithi171 ceph-mon[30537]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-06T03:56:32.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:32 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["4"]}]': finished 2024-05-06T03:56:32.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:32 smithi171 ceph-mon[30537]: osdmap e41: 6 total, 5 up, 6 in 2024-05-06T03:56:33.078 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:32 smithi195 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-4[37305]: 2024-05-06T03:56:32.657+0000 7f6f9c132700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-06T03:56:33.078 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:32 smithi195 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-4[37305]: 2024-05-06T03:56:32.657+0000 7f6f9c132700 -1 osd.4 40 *** Got signal Terminated *** 2024-05-06T03:56:33.078 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:32 smithi195 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-4[37305]: 2024-05-06T03:56:32.657+0000 7f6f9c132700 -1 osd.4 40 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T03:56:33.494 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:33 smithi195 podman[46355]: 2024-05-06 03:56:33.190507102 +0000 UTC m=+0.755628580 container died 77d820bff6c8a3a884cf5a7e88a1dfd93eedf502bda3b660605711ba08105f0b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-4, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_CLEAN=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-05-06T03:56:33.827 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:33 smithi195 podman[46355]: 2024-05-06 03:56:33.564150873 +0000 UTC m=+1.129272350 container cleanup 77d820bff6c8a3a884cf5a7e88a1dfd93eedf502bda3b660605711ba08105f0b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-4, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430) 2024-05-06T03:56:33.827 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:33 smithi195 bash[46355]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-4 2024-05-06T03:56:33.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:33 smithi050 ceph-mon[28572]: osd.4 now down 2024-05-06T03:56:33.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:33 smithi050 ceph-mon[28572]: Removing daemon osd.4 from smithi195 -- ports [] 2024-05-06T03:56:33.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:33 smithi050 ceph-mon[28572]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:33.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:33 smithi050 ceph-mon[28572]: osdmap e42: 6 total, 5 up, 6 in 2024-05-06T03:56:33.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:33 smithi171 ceph-mon[30537]: osd.4 now down 2024-05-06T03:56:33.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:33 smithi171 ceph-mon[30537]: Removing daemon osd.4 from smithi195 -- ports [] 2024-05-06T03:56:33.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:33 smithi171 ceph-mon[30537]: pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:33.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:33 smithi171 ceph-mon[30537]: osdmap e42: 6 total, 5 up, 6 in 2024-05-06T03:56:34.078 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:33 smithi195 podman[46378]: 2024-05-06 03:56:33.823942867 +0000 UTC m=+0.631999320 container remove 77d820bff6c8a3a884cf5a7e88a1dfd93eedf502bda3b660605711ba08105f0b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-4, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.5) 2024-05-06T03:56:34.472 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:34 smithi195 podman[46475]: 2024-05-06 03:56:34.079056897 +0000 UTC m=+0.018412095 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T03:56:34.472 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:34 smithi195 podman[46475]: 2024-05-06 03:56:34.186757582 +0000 UTC m=+0.126112805 container create 1ee3a2fde393e2950fb166c30113c6fa2ab2ed21cf96dbaa88a15fdb89d436d4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, CEPH_POINT_RELEASE=, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.5) 2024-05-06T03:56:34.472 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:34 smithi195 podman[46475]: 2024-05-06 03:56:34.38532348 +0000 UTC m=+0.324678660 container init 1ee3a2fde393e2950fb166c30113c6fa2ab2ed21cf96dbaa88a15fdb89d436d4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-05-06T03:56:34.472 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:34 smithi195 podman[46475]: 2024-05-06 03:56:34.390966982 +0000 UTC m=+0.330322171 container start 1ee3a2fde393e2950fb166c30113c6fa2ab2ed21cf96dbaa88a15fdb89d436d4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-05-06T03:56:34.472 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:34 smithi195 podman[46475]: 2024-05-06 03:56:34.468477383 +0000 UTC m=+0.407832579 container attach 1ee3a2fde393e2950fb166c30113c6fa2ab2ed21cf96dbaa88a15fdb89d436d4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-4-deactivate, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-06T03:56:34.828 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:34 smithi195 podman[46475]: 2024-05-06 03:56:34.681666482 +0000 UTC m=+0.621021666 container died 1ee3a2fde393e2950fb166c30113c6fa2ab2ed21cf96dbaa88a15fdb89d436d4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-4-deactivate, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240430, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b) 2024-05-06T03:56:35.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:34 smithi171 ceph-mon[30537]: osdmap e43: 6 total, 5 up, 6 in 2024-05-06T03:56:35.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:34 smithi171 ceph-mon[30537]: pgmap v200: 1 pgs: 1 remapped+peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:35.175 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:35 smithi195 podman[46519]: 2024-05-06 03:56:35.155080105 +0000 UTC m=+0.468249746 container remove 1ee3a2fde393e2950fb166c30113c6fa2ab2ed21cf96dbaa88a15fdb89d436d4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-4-deactivate, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, maintainer=Guillaume Abrioux ) 2024-05-06T03:56:35.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:34 smithi050 ceph-mon[28572]: osdmap e43: 6 total, 5 up, 6 in 2024-05-06T03:56:35.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:34 smithi050 ceph-mon[28572]: pgmap v200: 1 pgs: 1 remapped+peering; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:35.578 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:35 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.4.service: Deactivated successfully. 2024-05-06T03:56:35.578 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:35 smithi195 systemd[1]: Stopped Ceph osd.4 for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:56:35.578 INFO:journalctl@ceph.osd.4.smithi195.stdout:May 06 03:56:35 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.4.service: Consumed 1.981s CPU time. 2024-05-06T03:56:36.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:35 smithi171 ceph-mon[30537]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-05-06T03:56:36.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:35 smithi171 ceph-mon[30537]: Removing key for osd.4 2024-05-06T03:56:36.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:35 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-06T03:56:36.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:35 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-06T03:56:36.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:35 smithi171 ceph-mon[30537]: Successfully removed osd.4 on smithi195 2024-05-06T03:56:36.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:35 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:56:36.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:35 smithi171 ceph-mon[30537]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-06T03:56:36.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:35 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-06T03:56:36.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:35 smithi171 ceph-mon[30537]: osdmap e44: 5 total, 5 up, 5 in 2024-05-06T03:56:36.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:35 smithi171 ceph-mon[30537]: Successfully purged osd.4 on smithi195 2024-05-06T03:56:36.156 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:35 smithi171 ceph-mon[30537]: Zapping devices for osd.4 on smithi195 2024-05-06T03:56:36.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:35 smithi050 ceph-mon[28572]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-05-06T03:56:36.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:35 smithi050 ceph-mon[28572]: Removing key for osd.4 2024-05-06T03:56:36.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:35 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.4"}]: dispatch 2024-05-06T03:56:36.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:35 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.4"}]': finished 2024-05-06T03:56:36.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:35 smithi050 ceph-mon[28572]: Successfully removed osd.4 on smithi195 2024-05-06T03:56:36.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:35 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:56:36.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:35 smithi050 ceph-mon[28572]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-06T03:56:36.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:35 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 4, "yes_i_really_mean_it": true}]': finished 2024-05-06T03:56:36.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:35 smithi050 ceph-mon[28572]: osdmap e44: 5 total, 5 up, 5 in 2024-05-06T03:56:36.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:35 smithi050 ceph-mon[28572]: Successfully purged osd.4 on smithi195 2024-05-06T03:56:36.332 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:35 smithi050 ceph-mon[28572]: Zapping devices for osd.4 on smithi195 2024-05-06T03:56:37.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:37 smithi050 ceph-mon[28572]: pgmap v202: 1 pgs: 1 remapped+peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:56:37.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:37 smithi050 ceph-mon[28572]: osdmap e45: 5 total, 5 up, 5 in 2024-05-06T03:56:37.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:37 smithi171 ceph-mon[30537]: pgmap v202: 1 pgs: 1 remapped+peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:56:37.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:37 smithi171 ceph-mon[30537]: osdmap e45: 5 total, 5 up, 5 in 2024-05-06T03:56:38.362 INFO:teuthology.orchestra.run.smithi050.stderr:++ ceph orch ps --hostname smithi195 2024-05-06T03:56:38.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ HOST_C_DAEMONS='NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-06T03:56:38.720 INFO:teuthology.orchestra.run.smithi050.stderr:agent.smithi195 smithi195 running 13s ago 4m - - 2024-05-06T03:56:38.720 INFO:teuthology.orchestra.run.smithi050.stderr:osd.5 smithi195 running (87s) 13s ago 87s 46.0M 9.84G 19.0.0-3516-ge08cbbf6 9f32bee02a85 3d99d38eaef3 ' 2024-05-06T03:56:38.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ '[' 'NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-06T03:56:38.720 INFO:teuthology.orchestra.run.smithi050.stderr:agent.smithi195 smithi195 running 13s ago 4m - - 2024-05-06T03:56:38.720 INFO:teuthology.orchestra.run.smithi050.stderr:osd.5 smithi195 running (87s) 13s ago 87s 46.0M 9.84G 19.0.0-3516-ge08cbbf6 9f32bee02a85 3d99d38eaef3 ' '!=' 'No daemons reported' ']' 2024-05-06T03:56:38.720 INFO:teuthology.orchestra.run.smithi050.stderr:+ sleep 15 2024-05-06T03:56:38.721 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:38 smithi050 ceph-mon[28572]: osdmap e46: 5 total, 5 up, 5 in 2024-05-06T03:56:38.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:38 smithi171 ceph-mon[30537]: osdmap e46: 5 total, 5 up, 5 in 2024-05-06T03:56:39.805 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:39 smithi171 ceph-mon[30537]: pgmap v205: 1 pgs: 1 remapped+peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:56:39.806 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:39 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:39.806 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:39 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:39.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:39 smithi050 ceph-mon[28572]: pgmap v205: 1 pgs: 1 remapped+peering; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:56:39.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:39 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:39.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:39 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:40.789 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-mon[28572]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi195", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:40.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-mon[28572]: Successfully zapped devices for osd.4 on smithi195 2024-05-06T03:56:40.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-mon[28572]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:40.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-mon[28572]: Removing daemon agent.smithi195 from smithi195 -- ports [] 2024-05-06T03:56:40.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:40.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:40.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:40.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi195"}]: dispatch 2024-05-06T03:56:40.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi195"}]': finished 2024-05-06T03:56:40.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:40.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:40.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-05-06T03:56:40.790 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-06T03:56:40.791 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon rm", "name": "c"}]: dispatch 2024-05-06T03:56:40.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:40 smithi171 ceph-mon[30537]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi195", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:40.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:40 smithi171 ceph-mon[30537]: Successfully zapped devices for osd.4 on smithi195 2024-05-06T03:56:40.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:40 smithi171 ceph-mon[30537]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:40.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:40 smithi171 ceph-mon[30537]: Removing daemon agent.smithi195 from smithi195 -- ports [] 2024-05-06T03:56:40.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:40.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:40.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:40.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "client.agent.smithi195"}]: dispatch 2024-05-06T03:56:40.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "client.agent.smithi195"}]': finished 2024-05-06T03:56:40.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:40.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:40.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-05-06T03:56:40.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-05-06T03:56:40.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:40 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mon rm", "name": "c"}]: dispatch 2024-05-06T03:56:41.082 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: 2024-05-06T03:56:40.785+0000 7fc4f79df700 -1 log_channel(cephadm) log [ERR] : Failed to apply mon spec MONSpec.from_json(yaml.safe_load('''service_type: mon 2024-05-06T03:56:41.082 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: service_name: mon 2024-05-06T03:56:41.082 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: placement: 2024-05-06T03:56:41.082 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: count: 3 2024-05-06T03:56:41.082 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: hosts: 2024-05-06T03:56:41.082 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: - smithi050:172.21.15.50=a 2024-05-06T03:56:41.082 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: - smithi171:172.21.15.171=b 2024-05-06T03:56:41.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: ''')): cephadm exited with an error code: 1, stderr: Non-zero exit code 3 from systemctl status ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service 2024-05-06T03:56:41.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout ○ ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service - Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:56:41.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout Loaded: loaded (/etc/systemd/system/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@.service; disabled; preset: disabled) 2024-05-06T03:56:41.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout Active: inactive (dead) 2024-05-06T03:56:41.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout 2024-05-06T03:56:41.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:41.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi195", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:41.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:41.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:41.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:22 smithi195 podman[43299]: 2024-05-06 03:56:22.71616522 +0000 UTC m=+0.021952464 container died bad56f9440b2eb1cd5bf571859157946ded4a8b9c46a18cf9dd5a7a47097b207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-c, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-05-06T03:56:41.083 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: Stopping Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:56:41.084 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:23 smithi195 podman[43299]: 2024-05-06 03:56:23.26171384 +0000 UTC m=+0.567501080 container remove bad56f9440b2eb1cd5bf571859157946ded4a8b9c46a18cf9dd5a7a47097b207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-c, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-05-06T03:56:41.084 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-06T03:56:41.084 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: Stopped Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:56:41.084 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service: Consumed 3.280s CPU time. 2024-05-06T03:56:41.084 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: ERROR: Daemon not found: mon.c. See `cephadm ls` 2024-05-06T03:56:41.084 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: Traceback (most recent call last): 2024-05-06T03:56:41.084 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 581, in _apply_all_services 2024-05-06T03:56:41.084 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: if self._apply_service(spec): 2024-05-06T03:56:41.084 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 990, in _apply_service 2024-05-06T03:56:41.084 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: self._remove_daemon(d.name(), d.hostname) 2024-05-06T03:56:41.084 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1496, in _remove_daemon 2024-05-06T03:56:41.084 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: host, name, 'rm-daemon', args)) 2024-05-06T03:56:41.085 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: File "/usr/share/ceph/mgr/cephadm/module.py", line 779, in wait_async 2024-05-06T03:56:41.085 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: return self.event_loop.get_result(coro, timeout) 2024-05-06T03:56:41.085 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 136, in get_result 2024-05-06T03:56:41.085 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: return future.result(timeout) 2024-05-06T03:56:41.085 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: File "/lib64/python3.6/concurrent/futures/_base.py", line 432, in result 2024-05-06T03:56:41.085 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: return self.__get_result() 2024-05-06T03:56:41.085 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: File "/lib64/python3.6/concurrent/futures/_base.py", line 384, in __get_result 2024-05-06T03:56:41.085 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: raise self._exception 2024-05-06T03:56:41.085 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1692, in _run_cephadm 2024-05-06T03:56:41.085 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: f'cephadm exited with an error code: {code}, stderr: {err}') 2024-05-06T03:56:41.086 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 3 from systemctl status ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service 2024-05-06T03:56:41.086 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout ○ ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service - Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:56:41.086 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout Loaded: loaded (/etc/systemd/system/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@.service; disabled; preset: disabled) 2024-05-06T03:56:41.086 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout Active: inactive (dead) 2024-05-06T03:56:41.086 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout 2024-05-06T03:56:41.086 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:41.086 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi195", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:41.086 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:41.087 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:41.087 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:22 smithi195 podman[43299]: 2024-05-06 03:56:22.71616522 +0000 UTC m=+0.021952464 container died bad56f9440b2eb1cd5bf571859157946ded4a8b9c46a18cf9dd5a7a47097b207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-c, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-05-06T03:56:41.087 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: Stopping Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:56:41.087 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:23 smithi195 podman[43299]: 2024-05-06 03:56:23.26171384 +0000 UTC m=+0.567501080 container remove bad56f9440b2eb1cd5bf571859157946ded4a8b9c46a18cf9dd5a7a47097b207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-c, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-05-06T03:56:41.087 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-06T03:56:41.087 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: Stopped Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:56:41.087 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service: Consumed 3.280s CPU time. 2024-05-06T03:56:41.087 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:56:40 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a[28826]: ERROR: Daemon not found: mon.c. See `cephadm ls` 2024-05-06T03:56:41.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:41 smithi050 ceph-mon[28572]: Detected new or changed devices on smithi195 2024-05-06T03:56:41.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:41 smithi050 ceph-mon[28572]: Removing key for client.agent.smithi195 2024-05-06T03:56:41.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:41 smithi050 ceph-mon[28572]: Safe to remove mon.c: not in monmap (['a', 'b']) 2024-05-06T03:56:41.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:41 smithi050 ceph-mon[28572]: Removing monitor c from monmap... 2024-05-06T03:56:41.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:41 smithi050 ceph-mon[28572]: Removing daemon mon.c from smithi195 -- ports [] 2024-05-06T03:56:41.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:41 smithi050 ceph-mon[28572]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-06T03:56:41.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:41 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:56:41.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:41 smithi050 ceph-mon[28572]: Health check failed: Failed to apply 1 service(s): mon (CEPHADM_APPLY_SPEC_FAIL) 2024-05-06T03:56:41.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:41 smithi050 ceph-mon[28572]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-05-06T03:56:41.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:41 smithi171 ceph-mon[30537]: Detected new or changed devices on smithi195 2024-05-06T03:56:41.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:41 smithi171 ceph-mon[30537]: Removing key for client.agent.smithi195 2024-05-06T03:56:41.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:41 smithi171 ceph-mon[30537]: Safe to remove mon.c: not in monmap (['a', 'b']) 2024-05-06T03:56:41.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:41 smithi171 ceph-mon[30537]: Removing monitor c from monmap... 2024-05-06T03:56:41.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:41 smithi171 ceph-mon[30537]: Removing daemon mon.c from smithi195 -- ports [] 2024-05-06T03:56:41.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:41 smithi171 ceph-mon[30537]: pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-05-06T03:56:41.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:41 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:56:41.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:41 smithi171 ceph-mon[30537]: Health check failed: Failed to apply 1 service(s): mon (CEPHADM_APPLY_SPEC_FAIL) 2024-05-06T03:56:41.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:41 smithi171 ceph-mon[30537]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-05-06T03:56:42.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:42 smithi050 ceph-mon[28572]: Failed to apply mon spec MONSpec.from_json(yaml.safe_load('''service_type: mon 2024-05-06T03:56:42.582 INFO:journalctl@ceph.mon.a.smithi050.stdout: service_name: mon 2024-05-06T03:56:42.582 INFO:journalctl@ceph.mon.a.smithi050.stdout: placement: 2024-05-06T03:56:42.582 INFO:journalctl@ceph.mon.a.smithi050.stdout: count: 3 2024-05-06T03:56:42.582 INFO:journalctl@ceph.mon.a.smithi050.stdout: hosts: 2024-05-06T03:56:42.582 INFO:journalctl@ceph.mon.a.smithi050.stdout: - smithi050:172.21.15.50=a 2024-05-06T03:56:42.582 INFO:journalctl@ceph.mon.a.smithi050.stdout: - smithi171:172.21.15.171=b 2024-05-06T03:56:42.582 INFO:journalctl@ceph.mon.a.smithi050.stdout: ''')): cephadm exited with an error code: 1, stderr: Non-zero exit code 3 from systemctl status ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service 2024-05-06T03:56:42.582 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout ○ ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service - Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:56:42.582 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout Loaded: loaded (/etc/systemd/system/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@.service; disabled; preset: disabled) 2024-05-06T03:56:42.582 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout Active: inactive (dead) 2024-05-06T03:56:42.582 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout 2024-05-06T03:56:42.583 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:42.583 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi195", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:42.583 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:42.583 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:42.583 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:22 smithi195 podman[43299]: 2024-05-06 03:56:22.71616522 +0000 UTC m=+0.021952464 container died bad56f9440b2eb1cd5bf571859157946ded4a8b9c46a18cf9dd5a7a47097b207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-c, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-05-06T03:56:42.583 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: Stopping Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:56:42.583 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:23 smithi195 podman[43299]: 2024-05-06 03:56:23.26171384 +0000 UTC m=+0.567501080 container remove bad56f9440b2eb1cd5bf571859157946ded4a8b9c46a18cf9dd5a7a47097b207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-c, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-05-06T03:56:42.583 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-06T03:56:42.583 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: Stopped Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:56:42.583 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service: Consumed 3.280s CPU time. 2024-05-06T03:56:42.583 INFO:journalctl@ceph.mon.a.smithi050.stdout: ERROR: Daemon not found: mon.c. See `cephadm ls` 2024-05-06T03:56:42.583 INFO:journalctl@ceph.mon.a.smithi050.stdout: Traceback (most recent call last): 2024-05-06T03:56:42.583 INFO:journalctl@ceph.mon.a.smithi050.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 581, in _apply_all_services 2024-05-06T03:56:42.584 INFO:journalctl@ceph.mon.a.smithi050.stdout: if self._apply_service(spec): 2024-05-06T03:56:42.584 INFO:journalctl@ceph.mon.a.smithi050.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 990, in _apply_service 2024-05-06T03:56:42.584 INFO:journalctl@ceph.mon.a.smithi050.stdout: self._remove_daemon(d.name(), d.hostname) 2024-05-06T03:56:42.584 INFO:journalctl@ceph.mon.a.smithi050.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1496, in _remove_daemon 2024-05-06T03:56:42.584 INFO:journalctl@ceph.mon.a.smithi050.stdout: host, name, 'rm-daemon', args)) 2024-05-06T03:56:42.584 INFO:journalctl@ceph.mon.a.smithi050.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 779, in wait_async 2024-05-06T03:56:42.584 INFO:journalctl@ceph.mon.a.smithi050.stdout: return self.event_loop.get_result(coro, timeout) 2024-05-06T03:56:42.584 INFO:journalctl@ceph.mon.a.smithi050.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 136, in get_result 2024-05-06T03:56:42.584 INFO:journalctl@ceph.mon.a.smithi050.stdout: return future.result(timeout) 2024-05-06T03:56:42.584 INFO:journalctl@ceph.mon.a.smithi050.stdout: File "/lib64/python3.6/concurrent/futures/_base.py", line 432, in result 2024-05-06T03:56:42.584 INFO:journalctl@ceph.mon.a.smithi050.stdout: return self.__get_result() 2024-05-06T03:56:42.584 INFO:journalctl@ceph.mon.a.smithi050.stdout: File "/lib64/python3.6/concurrent/futures/_base.py", line 384, in __get_result 2024-05-06T03:56:42.584 INFO:journalctl@ceph.mon.a.smithi050.stdout: raise self._exception 2024-05-06T03:56:42.584 INFO:journalctl@ceph.mon.a.smithi050.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1692, in _run_cephadm 2024-05-06T03:56:42.585 INFO:journalctl@ceph.mon.a.smithi050.stdout: f'cephadm exited with an error code: {code}, stderr: {err}') 2024-05-06T03:56:42.585 INFO:journalctl@ceph.mon.a.smithi050.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 3 from systemctl status ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service 2024-05-06T03:56:42.585 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout ○ ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service - Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:56:42.585 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout Loaded: loaded (/etc/systemd/system/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@.service; disabled; preset: disabled) 2024-05-06T03:56:42.585 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout Active: inactive (dead) 2024-05-06T03:56:42.585 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout 2024-05-06T03:56:42.585 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:42.585 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi195", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:42.585 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:42.585 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:42.586 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:22 smithi195 podman[43299]: 2024-05-06 03:56:22.71616522 +0000 UTC m=+0.021952464 container died bad56f9440b2eb1cd5bf571859157946ded4a8b9c46a18cf9dd5a7a47097b207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-c, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-05-06T03:56:42.586 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: Stopping Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:56:42.586 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:23 smithi195 podman[43299]: 2024-05-06 03:56:23.26171384 +0000 UTC m=+0.567501080 container remove bad56f9440b2eb1cd5bf571859157946ded4a8b9c46a18cf9dd5a7a47097b207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-c, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-05-06T03:56:42.586 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-06T03:56:42.586 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: Stopped Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:56:42.586 INFO:journalctl@ceph.mon.a.smithi050.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service: Consumed 3.280s CPU time. 2024-05-06T03:56:42.586 INFO:journalctl@ceph.mon.a.smithi050.stdout: ERROR: Daemon not found: mon.c. See `cephadm ls` 2024-05-06T03:56:42.586 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:42 smithi050 ceph-mon[28572]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-05-06T03:56:42.586 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:42.586 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:42 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:42.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:42 smithi171 ceph-mon[30537]: Failed to apply mon spec MONSpec.from_json(yaml.safe_load('''service_type: mon 2024-05-06T03:56:42.655 INFO:journalctl@ceph.mon.b.smithi171.stdout: service_name: mon 2024-05-06T03:56:42.655 INFO:journalctl@ceph.mon.b.smithi171.stdout: placement: 2024-05-06T03:56:42.655 INFO:journalctl@ceph.mon.b.smithi171.stdout: count: 3 2024-05-06T03:56:42.655 INFO:journalctl@ceph.mon.b.smithi171.stdout: hosts: 2024-05-06T03:56:42.655 INFO:journalctl@ceph.mon.b.smithi171.stdout: - smithi050:172.21.15.50=a 2024-05-06T03:56:42.655 INFO:journalctl@ceph.mon.b.smithi171.stdout: - smithi171:172.21.15.171=b 2024-05-06T03:56:42.655 INFO:journalctl@ceph.mon.b.smithi171.stdout: ''')): cephadm exited with an error code: 1, stderr: Non-zero exit code 3 from systemctl status ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service 2024-05-06T03:56:42.655 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout ○ ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service - Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:56:42.655 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout Loaded: loaded (/etc/systemd/system/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@.service; disabled; preset: disabled) 2024-05-06T03:56:42.655 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout Active: inactive (dead) 2024-05-06T03:56:42.656 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout 2024-05-06T03:56:42.656 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:42.656 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi195", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:42.656 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:42.656 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:42.656 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:22 smithi195 podman[43299]: 2024-05-06 03:56:22.71616522 +0000 UTC m=+0.021952464 container died bad56f9440b2eb1cd5bf571859157946ded4a8b9c46a18cf9dd5a7a47097b207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-c, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-05-06T03:56:42.656 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: Stopping Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:56:42.656 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:23 smithi195 podman[43299]: 2024-05-06 03:56:23.26171384 +0000 UTC m=+0.567501080 container remove bad56f9440b2eb1cd5bf571859157946ded4a8b9c46a18cf9dd5a7a47097b207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-c, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-05-06T03:56:42.656 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-06T03:56:42.656 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: Stopped Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:56:42.656 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service: Consumed 3.280s CPU time. 2024-05-06T03:56:42.656 INFO:journalctl@ceph.mon.b.smithi171.stdout: ERROR: Daemon not found: mon.c. See `cephadm ls` 2024-05-06T03:56:42.656 INFO:journalctl@ceph.mon.b.smithi171.stdout: Traceback (most recent call last): 2024-05-06T03:56:42.657 INFO:journalctl@ceph.mon.b.smithi171.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 581, in _apply_all_services 2024-05-06T03:56:42.657 INFO:journalctl@ceph.mon.b.smithi171.stdout: if self._apply_service(spec): 2024-05-06T03:56:42.657 INFO:journalctl@ceph.mon.b.smithi171.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 990, in _apply_service 2024-05-06T03:56:42.657 INFO:journalctl@ceph.mon.b.smithi171.stdout: self._remove_daemon(d.name(), d.hostname) 2024-05-06T03:56:42.657 INFO:journalctl@ceph.mon.b.smithi171.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1496, in _remove_daemon 2024-05-06T03:56:42.657 INFO:journalctl@ceph.mon.b.smithi171.stdout: host, name, 'rm-daemon', args)) 2024-05-06T03:56:42.657 INFO:journalctl@ceph.mon.b.smithi171.stdout: File "/usr/share/ceph/mgr/cephadm/module.py", line 779, in wait_async 2024-05-06T03:56:42.657 INFO:journalctl@ceph.mon.b.smithi171.stdout: return self.event_loop.get_result(coro, timeout) 2024-05-06T03:56:42.657 INFO:journalctl@ceph.mon.b.smithi171.stdout: File "/usr/share/ceph/mgr/cephadm/ssh.py", line 136, in get_result 2024-05-06T03:56:42.657 INFO:journalctl@ceph.mon.b.smithi171.stdout: return future.result(timeout) 2024-05-06T03:56:42.657 INFO:journalctl@ceph.mon.b.smithi171.stdout: File "/lib64/python3.6/concurrent/futures/_base.py", line 432, in result 2024-05-06T03:56:42.657 INFO:journalctl@ceph.mon.b.smithi171.stdout: return self.__get_result() 2024-05-06T03:56:42.657 INFO:journalctl@ceph.mon.b.smithi171.stdout: File "/lib64/python3.6/concurrent/futures/_base.py", line 384, in __get_result 2024-05-06T03:56:42.657 INFO:journalctl@ceph.mon.b.smithi171.stdout: raise self._exception 2024-05-06T03:56:42.657 INFO:journalctl@ceph.mon.b.smithi171.stdout: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1692, in _run_cephadm 2024-05-06T03:56:42.658 INFO:journalctl@ceph.mon.b.smithi171.stdout: f'cephadm exited with an error code: {code}, stderr: {err}') 2024-05-06T03:56:42.658 INFO:journalctl@ceph.mon.b.smithi171.stdout: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr: Non-zero exit code 3 from systemctl status ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service 2024-05-06T03:56:42.658 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout ○ ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service - Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:56:42.658 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout Loaded: loaded (/etc/systemd/system/ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@.service; disabled; preset: disabled) 2024-05-06T03:56:42.658 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout Active: inactive (dead) 2024-05-06T03:56:42.658 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout 2024-05-06T03:56:42.658 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi171", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:42.658 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi195", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-06T03:56:42.658 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 178 MiB used, 536 GiB / 536 GiB avail 2024-05-06T03:56:42.659 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:22 smithi195 ceph-mon[30576]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_type": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:42.659 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:22 smithi195 podman[43299]: 2024-05-06 03:56:22.71616522 +0000 UTC m=+0.021952464 container died bad56f9440b2eb1cd5bf571859157946ded4a8b9c46a18cf9dd5a7a47097b207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-c, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-05-06T03:56:42.659 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: Stopping Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:56:42.659 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:23 smithi195 podman[43299]: 2024-05-06 03:56:23.26171384 +0000 UTC m=+0.567501080 container remove bad56f9440b2eb1cd5bf571859157946ded4a8b9c46a18cf9dd5a7a47097b207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-c, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-05-06T03:56:42.659 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-06T03:56:42.659 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: Stopped Ceph mon.c for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:56:42.660 INFO:journalctl@ceph.mon.b.smithi171.stdout: systemctl: stdout May 06 03:56:23 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service: Consumed 3.280s CPU time. 2024-05-06T03:56:42.660 INFO:journalctl@ceph.mon.b.smithi171.stdout: ERROR: Daemon not found: mon.c. See `cephadm ls` 2024-05-06T03:56:42.660 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:42 smithi171 ceph-mon[30537]: pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 107 KiB/s, 0 objects/s recovering 2024-05-06T03:56:42.660 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:42 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:42.660 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:42 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:44.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:44 smithi050 ceph-mon[28572]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-05-06T03:56:44.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:44.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:44.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:44.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:44.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:44.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:44.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:44 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:44.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:44 smithi171 ceph-mon[30537]: pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-05-06T03:56:44.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:44.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:44.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:44.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:44.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:44.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:44.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:44 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:45.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:45 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a[28549]: 2024-05-06T03:56:45.511+0000 7ff81de7c700 -1 mon.a@0(leader).osd e46 definitely_dead 0 2024-05-06T03:56:46.801 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:46 smithi050 ceph-mon[28572]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-05-06T03:56:46.802 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:46.802 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:46.802 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:56:46.802 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:56:46.802 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:46.802 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:46.802 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:46.802 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T03:56:46.802 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:46 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-06T03:56:46.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:46 smithi171 ceph-mon[30537]: pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 69 KiB/s, 0 objects/s recovering 2024-05-06T03:56:46.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:46 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:46.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:46 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:46.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:46 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:56:46.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:46 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:56:46.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:46 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:46.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:46 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:46.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:46 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:46.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:46 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T03:56:46.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:46 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd down", "ids": ["5"]}]: dispatch 2024-05-06T03:56:47.235 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:46 smithi195 systemd[1]: Stopping Ceph osd.5 for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:56:47.578 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:47 smithi195 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-5[41191]: 2024-05-06T03:56:47.230+0000 7fd8e7e9f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-06T03:56:47.578 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:47 smithi195 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-5[41191]: 2024-05-06T03:56:47.230+0000 7fd8e7e9f700 -1 osd.5 46 *** Got signal Terminated *** 2024-05-06T03:56:47.578 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:47 smithi195 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-5[41191]: 2024-05-06T03:56:47.230+0000 7fd8e7e9f700 -1 osd.5 46 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T03:56:47.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:47 smithi050 ceph-mon[28572]: Detected new or changed devices on smithi195 2024-05-06T03:56:47.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:47 smithi050 ceph-mon[28572]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:47.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:47 smithi050 ceph-mon[28572]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:47.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:47 smithi050 ceph-mon[28572]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:47.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:47 smithi050 ceph-mon[28572]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T03:56:47.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:47 smithi050 ceph-mon[28572]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-06T03:56:47.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:47 smithi050 ceph-mon[28572]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-06T03:56:47.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:47 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-06T03:56:47.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:47 smithi050 ceph-mon[28572]: osdmap e47: 5 total, 4 up, 5 in 2024-05-06T03:56:47.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:47 smithi171 ceph-mon[30537]: Detected new or changed devices on smithi195 2024-05-06T03:56:47.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:47 smithi171 ceph-mon[30537]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:47.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:47 smithi171 ceph-mon[30537]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:47.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:47 smithi171 ceph-mon[30537]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd df", "format": "json"}]: dispatch 2024-05-06T03:56:47.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:47 smithi171 ceph-mon[30537]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd safe-to-destroy", "ids": ["5"]}]: dispatch 2024-05-06T03:56:47.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:47 smithi171 ceph-mon[30537]: Health check failed: 1 osds down (OSD_DOWN) 2024-05-06T03:56:47.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:47 smithi171 ceph-mon[30537]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-05-06T03:56:47.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:47 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd down", "ids": ["5"]}]': finished 2024-05-06T03:56:47.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:47 smithi171 ceph-mon[30537]: osdmap e47: 5 total, 4 up, 5 in 2024-05-06T03:56:48.023 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:47 smithi195 podman[49582]: 2024-05-06 03:56:47.761564477 +0000 UTC m=+0.649356601 container died 3d99d38eaef3479a0b1928d143f1ea27b4a450abaa97d7759b908370e39a068c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-5, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-05-06T03:56:48.328 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:48 smithi195 podman[49582]: 2024-05-06 03:56:48.110976713 +0000 UTC m=+0.998768840 container cleanup 3d99d38eaef3479a0b1928d143f1ea27b4a450abaa97d7759b908370e39a068c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-5, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_CLEAN=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-05-06T03:56:48.328 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:48 smithi195 bash[49582]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-5 2024-05-06T03:56:48.780 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:48 smithi195 podman[49604]: 2024-05-06 03:56:48.423760702 +0000 UTC m=+0.657792353 container remove 3d99d38eaef3479a0b1928d143f1ea27b4a450abaa97d7759b908370e39a068c (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-5, org.label-schema.build-date=20240430, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, ceph=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-06T03:56:48.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:48 smithi050 ceph-mon[28572]: osd.5 now down 2024-05-06T03:56:48.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:48 smithi050 ceph-mon[28572]: Removing daemon osd.5 from smithi195 -- ports [] 2024-05-06T03:56:48.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:48 smithi050 ceph-mon[28572]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T03:56:48.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:48 smithi171 ceph-mon[30537]: osd.5 now down 2024-05-06T03:56:48.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:48 smithi171 ceph-mon[30537]: Removing daemon osd.5 from smithi195 -- ports [] 2024-05-06T03:56:48.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:48 smithi171 ceph-mon[30537]: pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail; 68 KiB/s, 0 objects/s recovering 2024-05-06T03:56:49.073 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:48 smithi195 podman[49698]: 2024-05-06 03:56:48.679966975 +0000 UTC m=+0.017884381 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T03:56:49.073 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:48 smithi195 podman[49698]: 2024-05-06 03:56:48.785043797 +0000 UTC m=+0.122961233 container create e4611ec1c206a245807af1e38ae3532f9f1068d4317367a469077f081f800d3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-5-deactivate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_CLEAN=True, ceph=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-06T03:56:49.073 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:48 smithi195 podman[49698]: 2024-05-06 03:56:48.987721839 +0000 UTC m=+0.325639236 container init e4611ec1c206a245807af1e38ae3532f9f1068d4317367a469077f081f800d3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-5-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.build-date=20240430, io.buildah.version=1.33.5, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-05-06T03:56:49.073 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:48 smithi195 podman[49698]: 2024-05-06 03:56:48.993299312 +0000 UTC m=+0.331216706 container start e4611ec1c206a245807af1e38ae3532f9f1068d4317367a469077f081f800d3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-5-deactivate, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, maintainer=Guillaume Abrioux ) 2024-05-06T03:56:49.074 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:49 smithi195 podman[49698]: 2024-05-06 03:56:49.070386034 +0000 UTC m=+0.408303435 container attach e4611ec1c206a245807af1e38ae3532f9f1068d4317367a469077f081f800d3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-5-deactivate, org.label-schema.build-date=20240430, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-05-06T03:56:49.328 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:49 smithi195 podman[49698]: 2024-05-06 03:56:49.281805441 +0000 UTC m=+0.619722835 container died e4611ec1c206a245807af1e38ae3532f9f1068d4317367a469077f081f800d3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-5-deactivate, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-06T03:56:50.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:49 smithi171 ceph-mon[30537]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:56:50.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:49 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:50.328 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:49 smithi195 podman[49745]: 2024-05-06 03:56:49.872481358 +0000 UTC m=+0.585126247 container remove e4611ec1c206a245807af1e38ae3532f9f1068d4317367a469077f081f800d3b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-5-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240430, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-05-06T03:56:50.328 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:49 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.5.service: Deactivated successfully. 2024-05-06T03:56:50.328 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:49 smithi195 systemd[1]: Stopped Ceph osd.5 for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:56:50.328 INFO:journalctl@ceph.osd.5.smithi195.stdout:May 06 03:56:49 smithi195 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.5.service: Consumed 1.979s CPU time. 2024-05-06T03:56:50.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:49 smithi050 ceph-mon[28572]: pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 148 MiB used, 447 GiB / 447 GiB avail 2024-05-06T03:56:50.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:49 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:50.869 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:50 smithi171 ceph-mon[30537]: Removing key for osd.5 2024-05-06T03:56:50.870 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:50 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-06T03:56:50.870 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:50 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-06T03:56:50.870 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:50 smithi171 ceph-mon[30537]: Successfully removed osd.5 on smithi195 2024-05-06T03:56:50.870 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:50 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:56:51.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:50 smithi171 ceph-mon[30537]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-06T03:56:51.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:50 smithi171 ceph-mon[30537]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-06T03:56:51.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:50 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-06T03:56:51.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:50 smithi171 ceph-mon[30537]: osdmap e48: 4 total, 4 up, 4 in 2024-05-06T03:56:51.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:50 smithi171 ceph-mon[30537]: Successfully purged osd.5 on smithi195 2024-05-06T03:56:51.155 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:50 smithi171 ceph-mon[30537]: Zapping devices for osd.5 on smithi195 2024-05-06T03:56:51.178 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:50 smithi050 ceph-mon[28572]: Removing key for osd.5 2024-05-06T03:56:51.178 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:50 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth rm", "entity": "osd.5"}]: dispatch 2024-05-06T03:56:51.178 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:50 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "auth rm", "entity": "osd.5"}]': finished 2024-05-06T03:56:51.178 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:50 smithi050 ceph-mon[28572]: Successfully removed osd.5 on smithi195 2024-05-06T03:56:51.179 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:50 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]: dispatch 2024-05-06T03:56:51.179 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:50 smithi050 ceph-mon[28572]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-05-06T03:56:51.179 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:50 smithi050 ceph-mon[28572]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-05-06T03:56:51.179 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:50 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd purge-actual", "id": 5, "yes_i_really_mean_it": true}]': finished 2024-05-06T03:56:51.179 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:50 smithi050 ceph-mon[28572]: osdmap e48: 4 total, 4 up, 4 in 2024-05-06T03:56:51.179 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:50 smithi050 ceph-mon[28572]: Successfully purged osd.5 on smithi195 2024-05-06T03:56:51.179 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:50 smithi050 ceph-mon[28572]: Zapping devices for osd.5 on smithi195 2024-05-06T03:56:52.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:52 smithi050 ceph-mon[28572]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:56:52.592 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:52 smithi171 ceph-mon[30537]: pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:56:53.723 INFO:teuthology.orchestra.run.smithi050.stderr:++ ceph orch ps --hostname smithi195 2024-05-06T03:56:54.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ HOST_C_DAEMONS='No daemons reported' 2024-05-06T03:56:54.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ '[' 'No daemons reported' '!=' 'No daemons reported' ']' 2024-05-06T03:56:54.080 INFO:teuthology.orchestra.run.smithi050.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-06T03:56:54.425 INFO:teuthology.orchestra.run.smithi050.stderr:17 2024-05-06T03:56:54.436 INFO:teuthology.orchestra.run.smithi050.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-06T03:56:54.451 INFO:teuthology.orchestra.run.smithi050.stderr:++ cat crushmap.txt 2024-05-06T03:56:54.452 INFO:teuthology.orchestra.run.smithi050.stderr:+ CRUSH_MAP='# begin crush map 2024-05-06T03:56:54.452 INFO:teuthology.orchestra.run.smithi050.stderr:tunable choose_local_tries 0 2024-05-06T03:56:54.453 INFO:teuthology.orchestra.run.smithi050.stderr:tunable choose_local_fallback_tries 0 2024-05-06T03:56:54.453 INFO:teuthology.orchestra.run.smithi050.stderr:tunable choose_total_tries 50 2024-05-06T03:56:54.453 INFO:teuthology.orchestra.run.smithi050.stderr:tunable chooseleaf_descend_once 1 2024-05-06T03:56:54.453 INFO:teuthology.orchestra.run.smithi050.stderr:tunable chooseleaf_vary_r 1 2024-05-06T03:56:54.453 INFO:teuthology.orchestra.run.smithi050.stderr:tunable chooseleaf_stable 1 2024-05-06T03:56:54.453 INFO:teuthology.orchestra.run.smithi050.stderr:tunable straw_calc_version 1 2024-05-06T03:56:54.453 INFO:teuthology.orchestra.run.smithi050.stderr:tunable allowed_bucket_algs 54 2024-05-06T03:56:54.453 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-05-06T03:56:54.453 INFO:teuthology.orchestra.run.smithi050.stderr:# devices 2024-05-06T03:56:54.453 INFO:teuthology.orchestra.run.smithi050.stderr:device 0 osd.0 class ssd 2024-05-06T03:56:54.453 INFO:teuthology.orchestra.run.smithi050.stderr:device 1 osd.1 class ssd 2024-05-06T03:56:54.453 INFO:teuthology.orchestra.run.smithi050.stderr:device 2 osd.2 class ssd 2024-05-06T03:56:54.453 INFO:teuthology.orchestra.run.smithi050.stderr:device 3 osd.3 class ssd 2024-05-06T03:56:54.453 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-05-06T03:56:54.453 INFO:teuthology.orchestra.run.smithi050.stderr:# types 2024-05-06T03:56:54.454 INFO:teuthology.orchestra.run.smithi050.stderr:type 0 osd 2024-05-06T03:56:54.454 INFO:teuthology.orchestra.run.smithi050.stderr:type 1 host 2024-05-06T03:56:54.454 INFO:teuthology.orchestra.run.smithi050.stderr:type 2 chassis 2024-05-06T03:56:54.454 INFO:teuthology.orchestra.run.smithi050.stderr:type 3 rack 2024-05-06T03:56:54.454 INFO:teuthology.orchestra.run.smithi050.stderr:type 4 row 2024-05-06T03:56:54.454 INFO:teuthology.orchestra.run.smithi050.stderr:type 5 pdu 2024-05-06T03:56:54.454 INFO:teuthology.orchestra.run.smithi050.stderr:type 6 pod 2024-05-06T03:56:54.454 INFO:teuthology.orchestra.run.smithi050.stderr:type 7 room 2024-05-06T03:56:54.454 INFO:teuthology.orchestra.run.smithi050.stderr:type 8 datacenter 2024-05-06T03:56:54.454 INFO:teuthology.orchestra.run.smithi050.stderr:type 9 zone 2024-05-06T03:56:54.454 INFO:teuthology.orchestra.run.smithi050.stderr:type 10 region 2024-05-06T03:56:54.454 INFO:teuthology.orchestra.run.smithi050.stderr:type 11 root 2024-05-06T03:56:54.454 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-05-06T03:56:54.454 INFO:teuthology.orchestra.run.smithi050.stderr:# buckets 2024-05-06T03:56:54.455 INFO:teuthology.orchestra.run.smithi050.stderr:host smithi050 { 2024-05-06T03:56:54.455 INFO:teuthology.orchestra.run.smithi050.stderr: id -3 # do not change unnecessarily 2024-05-06T03:56:54.455 INFO:teuthology.orchestra.run.smithi050.stderr: id -4 class ssd # do not change unnecessarily 2024-05-06T03:56:54.455 INFO:teuthology.orchestra.run.smithi050.stderr: # weight 0.17459 2024-05-06T03:56:54.455 INFO:teuthology.orchestra.run.smithi050.stderr: alg straw2 2024-05-06T03:56:54.455 INFO:teuthology.orchestra.run.smithi050.stderr: hash 0 # rjenkins1 2024-05-06T03:56:54.455 INFO:teuthology.orchestra.run.smithi050.stderr: item osd.0 weight 0.08730 2024-05-06T03:56:54.455 INFO:teuthology.orchestra.run.smithi050.stderr: item osd.1 weight 0.08730 2024-05-06T03:56:54.455 INFO:teuthology.orchestra.run.smithi050.stderr:} 2024-05-06T03:56:54.455 INFO:teuthology.orchestra.run.smithi050.stderr:host smithi171 { 2024-05-06T03:56:54.455 INFO:teuthology.orchestra.run.smithi050.stderr: id -5 # do not change unnecessarily 2024-05-06T03:56:54.455 INFO:teuthology.orchestra.run.smithi050.stderr: id -6 class ssd # do not change unnecessarily 2024-05-06T03:56:54.455 INFO:teuthology.orchestra.run.smithi050.stderr: # weight 0.17459 2024-05-06T03:56:54.455 INFO:teuthology.orchestra.run.smithi050.stderr: alg straw2 2024-05-06T03:56:54.456 INFO:teuthology.orchestra.run.smithi050.stderr: hash 0 # rjenkins1 2024-05-06T03:56:54.456 INFO:teuthology.orchestra.run.smithi050.stderr: item osd.2 weight 0.08730 2024-05-06T03:56:54.456 INFO:teuthology.orchestra.run.smithi050.stderr: item osd.3 weight 0.08730 2024-05-06T03:56:54.456 INFO:teuthology.orchestra.run.smithi050.stderr:} 2024-05-06T03:56:54.456 INFO:teuthology.orchestra.run.smithi050.stderr:host smithi195 { 2024-05-06T03:56:54.456 INFO:teuthology.orchestra.run.smithi050.stderr: id -7 # do not change unnecessarily 2024-05-06T03:56:54.456 INFO:teuthology.orchestra.run.smithi050.stderr: id -8 class ssd # do not change unnecessarily 2024-05-06T03:56:54.456 INFO:teuthology.orchestra.run.smithi050.stderr: # weight 0.00000 2024-05-06T03:56:54.456 INFO:teuthology.orchestra.run.smithi050.stderr: alg straw2 2024-05-06T03:56:54.456 INFO:teuthology.orchestra.run.smithi050.stderr: hash 0 # rjenkins1 2024-05-06T03:56:54.456 INFO:teuthology.orchestra.run.smithi050.stderr:} 2024-05-06T03:56:54.456 INFO:teuthology.orchestra.run.smithi050.stderr:root default { 2024-05-06T03:56:54.456 INFO:teuthology.orchestra.run.smithi050.stderr: id -1 # do not change unnecessarily 2024-05-06T03:56:54.456 INFO:teuthology.orchestra.run.smithi050.stderr: id -2 class ssd # do not change unnecessarily 2024-05-06T03:56:54.456 INFO:teuthology.orchestra.run.smithi050.stderr: # weight 0.34918 2024-05-06T03:56:54.457 INFO:teuthology.orchestra.run.smithi050.stderr: alg straw2 2024-05-06T03:56:54.457 INFO:teuthology.orchestra.run.smithi050.stderr: hash 0 # rjenkins1 2024-05-06T03:56:54.457 INFO:teuthology.orchestra.run.smithi050.stderr: item smithi050 weight 0.17459 2024-05-06T03:56:54.457 INFO:teuthology.orchestra.run.smithi050.stderr: item smithi171 weight 0.17459 2024-05-06T03:56:54.457 INFO:teuthology.orchestra.run.smithi050.stderr: item smithi195 weight 0.00000 2024-05-06T03:56:54.457 INFO:teuthology.orchestra.run.smithi050.stderr:} 2024-05-06T03:56:54.457 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-05-06T03:56:54.457 INFO:teuthology.orchestra.run.smithi050.stderr:# rules 2024-05-06T03:56:54.457 INFO:teuthology.orchestra.run.smithi050.stderr:rule replicated_rule { 2024-05-06T03:56:54.458 INFO:teuthology.orchestra.run.smithi050.stderr: id 0 2024-05-06T03:56:54.458 INFO:teuthology.orchestra.run.smithi050.stderr: type replicated 2024-05-06T03:56:54.458 INFO:teuthology.orchestra.run.smithi050.stderr: step take default 2024-05-06T03:56:54.458 INFO:teuthology.orchestra.run.smithi050.stderr: step choose firstn 0 type osd 2024-05-06T03:56:54.458 INFO:teuthology.orchestra.run.smithi050.stderr: step emit 2024-05-06T03:56:54.458 INFO:teuthology.orchestra.run.smithi050.stderr:} 2024-05-06T03:56:54.458 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-05-06T03:56:54.458 INFO:teuthology.orchestra.run.smithi050.stderr:# end crush map' 2024-05-06T03:56:54.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ grep -q smithi195 2024-05-06T03:56:54.458 INFO:teuthology.orchestra.run.smithi050.stderr:+ ceph orch host rm smithi195 --rm-crush-entry 2024-05-06T03:56:54.676 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:54 smithi050 ceph-mon[28572]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:56:54.677 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:54 smithi050 ceph-mon[28572]: Successfully zapped devices for osd.5 on smithi195 2024-05-06T03:56:54.677 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:54 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:54.677 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:54 smithi050 ceph-mon[28572]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:56:54.677 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:54 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:56:54.677 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:54 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:56:54.677 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:54 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:56:54.677 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:54 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/3806792214' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-06T03:56:54.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:54 smithi171 ceph-mon[30537]: pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:56:54.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:54 smithi171 ceph-mon[30537]: Successfully zapped devices for osd.5 on smithi195 2024-05-06T03:56:54.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:54 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:54.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:54 smithi171 ceph-mon[30537]: pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:56:54.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:54 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:56:54.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:54 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:56:54.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:54 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:56:54.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:54 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/3806792214' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-06T03:56:55.499 INFO:teuthology.orchestra.run.smithi050.stdout:Removed host 'smithi195' 2024-05-06T03:56:55.514 INFO:teuthology.orchestra.run.smithi050.stderr:+ sleep 30 2024-05-06T03:56:55.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:55 smithi050 ceph-mon[28572]: Reconfiguring mon.a (monmap changed)... 2024-05-06T03:56:55.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:55 smithi050 ceph-mon[28572]: Reconfiguring daemon mon.a on smithi050 2024-05-06T03:56:55.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:55 smithi050 ceph-mon[28572]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi195", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:55.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:55 smithi050 ceph-mon[28572]: Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): mon) 2024-05-06T03:56:55.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:55 smithi050 ceph-mon[28572]: Cluster is now healthy 2024-05-06T03:56:55.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:55 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi195"}]: dispatch 2024-05-06T03:56:55.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:55 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:55.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:55 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:55.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:55 smithi171 ceph-mon[30537]: Reconfiguring mon.a (monmap changed)... 2024-05-06T03:56:55.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:55 smithi171 ceph-mon[30537]: Reconfiguring daemon mon.a on smithi050 2024-05-06T03:56:55.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:55 smithi171 ceph-mon[30537]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "hostname": "smithi195", "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:55.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:55 smithi171 ceph-mon[30537]: Health check cleared: CEPHADM_APPLY_SPEC_FAIL (was: Failed to apply 1 service(s): mon) 2024-05-06T03:56:55.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:55 smithi171 ceph-mon[30537]: Cluster is now healthy 2024-05-06T03:56:55.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:55 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "osd crush remove", "name": "smithi195"}]: dispatch 2024-05-06T03:56:55.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:55 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:55.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:55 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:56.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:56 smithi050 ceph-mon[28572]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi195", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:56.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:56 smithi050 ceph-mon[28572]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:56:56.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi195"}]': finished 2024-05-06T03:56:56.581 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:56 smithi050 ceph-mon[28572]: osdmap e49: 4 total, 4 up, 4 in 2024-05-06T03:56:56.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:56 smithi050 ceph-mon[28572]: Reconfiguring mgr.a (monmap changed)... 2024-05-06T03:56:56.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:56:56.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:56:56.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:56:56.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:56 smithi050 ceph-mon[28572]: Reconfiguring daemon mgr.a on smithi050 2024-05-06T03:56:56.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:56.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi195"}]: dispatch 2024-05-06T03:56:56.582 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:56 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi195"}]': finished 2024-05-06T03:56:56.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:56 smithi171 ceph-mon[30537]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch host rm", "hostname": "smithi195", "rm_crush_entry": true, "target": ["mon-mgr", ""]}]: dispatch 2024-05-06T03:56:56.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:56 smithi171 ceph-mon[30537]: pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:56:56.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix": "osd crush remove", "name": "smithi195"}]': finished 2024-05-06T03:56:56.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:56 smithi171 ceph-mon[30537]: osdmap e49: 4 total, 4 up, 4 in 2024-05-06T03:56:56.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:56 smithi171 ceph-mon[30537]: Reconfiguring mgr.a (monmap changed)... 2024-05-06T03:56:56.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:56:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:56:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:56:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:56 smithi171 ceph-mon[30537]: Reconfiguring daemon mgr.a on smithi050 2024-05-06T03:56:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi195"}]: dispatch 2024-05-06T03:56:56.905 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:56 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/host.smithi195"}]': finished 2024-05-06T03:56:57.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:57 smithi050 ceph-mon[28572]: Removed host smithi195 2024-05-06T03:56:57.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:57 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:57.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:57 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:57.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:57 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T03:56:57.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:57 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:56:57.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:57 smithi171 ceph-mon[30537]: Removed host smithi195 2024-05-06T03:56:57.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:57 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:57.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:57 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:56:57.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:57 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-06T03:56:57.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:57 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:56:58.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:58 smithi050 ceph-mon[28572]: Reconfiguring osd.0 (monmap changed)... 2024-05-06T03:56:58.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:58 smithi050 ceph-mon[28572]: Reconfiguring daemon osd.0 on smithi050 2024-05-06T03:56:58.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:56:58 smithi050 ceph-mon[28572]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:56:58.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:58 smithi171 ceph-mon[30537]: Reconfiguring osd.0 (monmap changed)... 2024-05-06T03:56:58.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:58 smithi171 ceph-mon[30537]: Reconfiguring daemon osd.0 on smithi050 2024-05-06T03:56:58.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:56:58 smithi171 ceph-mon[30537]: pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:00.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:00 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:00.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:00 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:00.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:00 smithi050 ceph-mon[28572]: Reconfiguring osd.1 (monmap changed)... 2024-05-06T03:57:00.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:00 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T03:57:00.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:00 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:57:00.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:00 smithi050 ceph-mon[28572]: Reconfiguring daemon osd.1 on smithi050 2024-05-06T03:57:00.331 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:00 smithi050 ceph-mon[28572]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:00.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:00 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:00.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:00 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:00.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:00 smithi171 ceph-mon[30537]: Reconfiguring osd.1 (monmap changed)... 2024-05-06T03:57:00.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:00 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-06T03:57:00.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:00 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:57:00.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:00 smithi171 ceph-mon[30537]: Reconfiguring daemon osd.1 on smithi050 2024-05-06T03:57:00.404 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:00 smithi171 ceph-mon[30537]: pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:02.081 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:01 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:02.081 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:01 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:02.081 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:01 smithi050 ceph-mon[28572]: Reconfiguring mon.b (monmap changed)... 2024-05-06T03:57:02.081 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:01 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:57:02.081 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:01 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:57:02.081 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:01 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:57:02.081 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:01 smithi050 ceph-mon[28572]: Reconfiguring daemon mon.b on smithi171 2024-05-06T03:57:02.082 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:01 smithi050 ceph-mon[28572]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:02.088 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:01 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:02.088 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:01 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:02.089 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:01 smithi171 ceph-mon[30537]: Reconfiguring mon.b (monmap changed)... 2024-05-06T03:57:02.089 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:01 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-06T03:57:02.089 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:01 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-06T03:57:02.089 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:01 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:57:02.089 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:01 smithi171 ceph-mon[30537]: Reconfiguring daemon mon.b on smithi171 2024-05-06T03:57:02.089 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:01 smithi171 ceph-mon[30537]: pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:03.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:03.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:03.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:57:03.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:57:03.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:03 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:57:03.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:03.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:03.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-06T03:57:03.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-06T03:57:03.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:03 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:57:04.712 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:04 smithi050 ceph-mon[28572]: Reconfiguring mgr.b (monmap changed)... 2024-05-06T03:57:04.712 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:04 smithi050 ceph-mon[28572]: Reconfiguring daemon mgr.b on smithi171 2024-05-06T03:57:04.712 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:04 smithi050 ceph-mon[28572]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:04.712 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:04.712 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:04.712 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T03:57:04.712 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:57:04.712 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:04.712 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:04.713 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:04.713 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:04.713 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:04.713 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:04 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:04.737 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:04 smithi171 ceph-mon[30537]: Reconfiguring mgr.b (monmap changed)... 2024-05-06T03:57:04.737 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:04 smithi171 ceph-mon[30537]: Reconfiguring daemon mgr.b on smithi171 2024-05-06T03:57:04.737 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:04 smithi171 ceph-mon[30537]: pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:04.737 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:04.737 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:04.737 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-06T03:57:04.737 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:57:04.737 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:04.737 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:04.738 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:04.738 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:04.738 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:04.738 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:04 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:05.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:05 smithi050 ceph-mon[28572]: Reconfiguring osd.2 (monmap changed)... 2024-05-06T03:57:05.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:05 smithi050 ceph-mon[28572]: Reconfiguring daemon osd.2 on smithi171 2024-05-06T03:57:05.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:05 smithi171 ceph-mon[30537]: Reconfiguring osd.2 (monmap changed)... 2024-05-06T03:57:05.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:05 smithi171 ceph-mon[30537]: Reconfiguring daemon osd.2 on smithi171 2024-05-06T03:57:06.765 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:06 smithi050 ceph-mon[28572]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:06.765 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:06 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:06.765 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:06 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:06.765 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:06 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T03:57:06.766 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:06 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:57:06.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:06 smithi171 ceph-mon[30537]: pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:06.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:06 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:06.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:06 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:06.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:06 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-05-06T03:57:06.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:06 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:57:07.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:07 smithi050 ceph-mon[28572]: Reconfiguring osd.3 (monmap changed)... 2024-05-06T03:57:07.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:07 smithi050 ceph-mon[28572]: Reconfiguring daemon osd.3 on smithi171 2024-05-06T03:57:07.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:07.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:07.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:57:07.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:57:07.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:57:07.832 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:07 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:07.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:07 smithi171 ceph-mon[30537]: Reconfiguring osd.3 (monmap changed)... 2024-05-06T03:57:07.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:07 smithi171 ceph-mon[30537]: Reconfiguring daemon osd.3 on smithi171 2024-05-06T03:57:07.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:07.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:07.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-06T03:57:07.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-06T03:57:07.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-06T03:57:07.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:07 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:08.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:08 smithi050 ceph-mon[28572]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:08.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:08 smithi050 ceph-mon[28572]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-06T03:57:08.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:08 smithi171 ceph-mon[30537]: pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:08.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:08 smithi171 ceph-mon[30537]: Health check failed: 1 stray host(s) with 1 daemon(s) not managed by cephadm (CEPHADM_STRAY_HOST) 2024-05-06T03:57:09.805 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:09 smithi171 ceph-mon[30537]: pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:09.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:09 smithi050 ceph-mon[28572]: pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:12.490 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:12 smithi171 ceph-mon[30537]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:12.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:12 smithi050 ceph-mon[28572]: pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:14.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:14 smithi171 ceph-mon[30537]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:14.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:14 smithi050 ceph-mon[28572]: pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:16.655 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:16 smithi171 ceph-mon[30537]: pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:16.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:16 smithi050 ceph-mon[28572]: pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:18.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:18 smithi171 ceph-mon[30537]: pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:18.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:18 smithi050 ceph-mon[28572]: pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:20.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:20 smithi171 ceph-mon[30537]: pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:20.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:20 smithi050 ceph-mon[28572]: pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:22.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:22 smithi171 ceph-mon[30537]: pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:22.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:22 smithi050 ceph-mon[28572]: pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:24.654 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:24 smithi171 ceph-mon[30537]: pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:24.831 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:24 smithi050 ceph-mon[28572]: pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:25.518 INFO:teuthology.orchestra.run.smithi050.stderr:+ ceph osd getcrushmap -o compiled-crushmap 2024-05-06T03:57:25.811 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:25 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:25.811 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:25 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:25.811 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:25 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:25.811 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:25 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:25.811 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:25 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:25.812 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:25 smithi050 ceph-mon[28572]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:25.812 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:25 smithi050 ceph-mon[28572]: pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:25.861 INFO:teuthology.orchestra.run.smithi050.stderr:18 2024-05-06T03:57:25.871 INFO:teuthology.orchestra.run.smithi050.stderr:+ crushtool -d compiled-crushmap -o crushmap.txt 2024-05-06T03:57:25.885 INFO:teuthology.orchestra.run.smithi050.stderr:++ cat crushmap.txt 2024-05-06T03:57:25.886 INFO:teuthology.orchestra.run.smithi050.stderr:+ CRUSH_MAP='# begin crush map 2024-05-06T03:57:25.886 INFO:teuthology.orchestra.run.smithi050.stderr:tunable choose_local_tries 0 2024-05-06T03:57:25.886 INFO:teuthology.orchestra.run.smithi050.stderr:tunable choose_local_fallback_tries 0 2024-05-06T03:57:25.887 INFO:teuthology.orchestra.run.smithi050.stderr:tunable choose_total_tries 50 2024-05-06T03:57:25.887 INFO:teuthology.orchestra.run.smithi050.stderr:tunable chooseleaf_descend_once 1 2024-05-06T03:57:25.887 INFO:teuthology.orchestra.run.smithi050.stderr:tunable chooseleaf_vary_r 1 2024-05-06T03:57:25.887 INFO:teuthology.orchestra.run.smithi050.stderr:tunable chooseleaf_stable 1 2024-05-06T03:57:25.887 INFO:teuthology.orchestra.run.smithi050.stderr:tunable straw_calc_version 1 2024-05-06T03:57:25.887 INFO:teuthology.orchestra.run.smithi050.stderr:tunable allowed_bucket_algs 54 2024-05-06T03:57:25.887 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-05-06T03:57:25.887 INFO:teuthology.orchestra.run.smithi050.stderr:# devices 2024-05-06T03:57:25.887 INFO:teuthology.orchestra.run.smithi050.stderr:device 0 osd.0 class ssd 2024-05-06T03:57:25.887 INFO:teuthology.orchestra.run.smithi050.stderr:device 1 osd.1 class ssd 2024-05-06T03:57:25.887 INFO:teuthology.orchestra.run.smithi050.stderr:device 2 osd.2 class ssd 2024-05-06T03:57:25.887 INFO:teuthology.orchestra.run.smithi050.stderr:device 3 osd.3 class ssd 2024-05-06T03:57:25.887 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-05-06T03:57:25.887 INFO:teuthology.orchestra.run.smithi050.stderr:# types 2024-05-06T03:57:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:type 0 osd 2024-05-06T03:57:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:type 1 host 2024-05-06T03:57:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:type 2 chassis 2024-05-06T03:57:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:type 3 rack 2024-05-06T03:57:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:type 4 row 2024-05-06T03:57:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:type 5 pdu 2024-05-06T03:57:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:type 6 pod 2024-05-06T03:57:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:type 7 room 2024-05-06T03:57:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:type 8 datacenter 2024-05-06T03:57:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:type 9 zone 2024-05-06T03:57:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:type 10 region 2024-05-06T03:57:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:type 11 root 2024-05-06T03:57:25.888 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-05-06T03:57:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:# buckets 2024-05-06T03:57:25.888 INFO:teuthology.orchestra.run.smithi050.stderr:host smithi050 { 2024-05-06T03:57:25.889 INFO:teuthology.orchestra.run.smithi050.stderr: id -3 # do not change unnecessarily 2024-05-06T03:57:25.889 INFO:teuthology.orchestra.run.smithi050.stderr: id -4 class ssd # do not change unnecessarily 2024-05-06T03:57:25.889 INFO:teuthology.orchestra.run.smithi050.stderr: # weight 0.17459 2024-05-06T03:57:25.889 INFO:teuthology.orchestra.run.smithi050.stderr: alg straw2 2024-05-06T03:57:25.889 INFO:teuthology.orchestra.run.smithi050.stderr: hash 0 # rjenkins1 2024-05-06T03:57:25.889 INFO:teuthology.orchestra.run.smithi050.stderr: item osd.0 weight 0.08730 2024-05-06T03:57:25.889 INFO:teuthology.orchestra.run.smithi050.stderr: item osd.1 weight 0.08730 2024-05-06T03:57:25.889 INFO:teuthology.orchestra.run.smithi050.stderr:} 2024-05-06T03:57:25.889 INFO:teuthology.orchestra.run.smithi050.stderr:host smithi171 { 2024-05-06T03:57:25.889 INFO:teuthology.orchestra.run.smithi050.stderr: id -5 # do not change unnecessarily 2024-05-06T03:57:25.889 INFO:teuthology.orchestra.run.smithi050.stderr: id -6 class ssd # do not change unnecessarily 2024-05-06T03:57:25.889 INFO:teuthology.orchestra.run.smithi050.stderr: # weight 0.17459 2024-05-06T03:57:25.889 INFO:teuthology.orchestra.run.smithi050.stderr: alg straw2 2024-05-06T03:57:25.890 INFO:teuthology.orchestra.run.smithi050.stderr: hash 0 # rjenkins1 2024-05-06T03:57:25.890 INFO:teuthology.orchestra.run.smithi050.stderr: item osd.2 weight 0.08730 2024-05-06T03:57:25.891 INFO:teuthology.orchestra.run.smithi050.stderr: item osd.3 weight 0.08730 2024-05-06T03:57:25.891 INFO:teuthology.orchestra.run.smithi050.stderr:} 2024-05-06T03:57:25.891 INFO:teuthology.orchestra.run.smithi050.stderr:root default { 2024-05-06T03:57:25.891 INFO:teuthology.orchestra.run.smithi050.stderr: id -1 # do not change unnecessarily 2024-05-06T03:57:25.891 INFO:teuthology.orchestra.run.smithi050.stderr: id -2 class ssd # do not change unnecessarily 2024-05-06T03:57:25.891 INFO:teuthology.orchestra.run.smithi050.stderr: # weight 0.34918 2024-05-06T03:57:25.891 INFO:teuthology.orchestra.run.smithi050.stderr: alg straw2 2024-05-06T03:57:25.891 INFO:teuthology.orchestra.run.smithi050.stderr: hash 0 # rjenkins1 2024-05-06T03:57:25.891 INFO:teuthology.orchestra.run.smithi050.stderr: item smithi050 weight 0.17459 2024-05-06T03:57:25.891 INFO:teuthology.orchestra.run.smithi050.stderr: item smithi171 weight 0.17459 2024-05-06T03:57:25.891 INFO:teuthology.orchestra.run.smithi050.stderr:} 2024-05-06T03:57:25.891 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-05-06T03:57:25.892 INFO:teuthology.orchestra.run.smithi050.stderr:# rules 2024-05-06T03:57:25.892 INFO:teuthology.orchestra.run.smithi050.stderr:rule replicated_rule { 2024-05-06T03:57:25.892 INFO:teuthology.orchestra.run.smithi050.stderr: id 0 2024-05-06T03:57:25.892 INFO:teuthology.orchestra.run.smithi050.stderr: type replicated 2024-05-06T03:57:25.892 INFO:teuthology.orchestra.run.smithi050.stderr: step take default 2024-05-06T03:57:25.892 INFO:teuthology.orchestra.run.smithi050.stderr: step choose firstn 0 type osd 2024-05-06T03:57:25.892 INFO:teuthology.orchestra.run.smithi050.stderr: step emit 2024-05-06T03:57:25.893 INFO:teuthology.orchestra.run.smithi050.stderr:} 2024-05-06T03:57:25.893 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-05-06T03:57:25.893 INFO:teuthology.orchestra.run.smithi050.stderr:# end crush map' 2024-05-06T03:57:25.893 INFO:teuthology.orchestra.run.smithi050.stderr:+ grep -q smithi195 2024-05-06T03:57:25.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:25 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:25.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:25 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:25.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:25 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:25.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:25 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:25.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:25 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:25.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:25 smithi171 ceph-mon[30537]: from='mgr.14152 172.21.15.50:0/2312397637' entity='mgr.a' 2024-05-06T03:57:25.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:25 smithi171 ceph-mon[30537]: pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:26.686 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:26 smithi050 ceph-mon[28572]: from='client.? 172.21.15.50:0/1116787704' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-06T03:57:26.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:26 smithi171 ceph-mon[30537]: from='client.? 172.21.15.50:0/1116787704' entity='client.admin' cmd=[{"prefix": "osd getcrushmap"}]: dispatch 2024-05-06T03:57:27.129 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-06T03:57:27.140 INFO:tasks.cephadm:Teardown begin 2024-05-06T03:57:27.140 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:57:27.171 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:57:27.206 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:57:27.239 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-06T03:57:27.239 DEBUG:teuthology.orchestra.run.smithi050:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T03:57:27.257 DEBUG:teuthology.orchestra.run.smithi171:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T03:57:27.276 DEBUG:teuthology.orchestra.run.smithi195:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-06T03:57:27.297 INFO:tasks.cephadm:Stopping all daemons... 2024-05-06T03:57:27.297 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-06T03:57:27.297 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.a 2024-05-06T03:57:27.539 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:27 smithi050 systemd[1]: Stopping Ceph mon.a for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:57:27.809 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:27 smithi050 ceph-mon[28572]: pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:27.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:27 smithi171 ceph-mon[30537]: pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-05-06T03:57:28.431 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:28 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a[28549]: 2024-05-06T03:57:28.159+0000 7ff823687700 -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-05-06T03:57:28.431 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:28 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a[28549]: 2024-05-06T03:57:28.159+0000 7ff823687700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-05-06T03:57:28.431 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:28 smithi050 podman[55996]: 2024-05-06 03:57:28.27384393 +0000 UTC m=+0.242970875 container died 2db31baf1dbf51ef11eea8637fe1ba7511d42b1928de899138db8b5cbfa12400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.33.5, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=) 2024-05-06T03:57:28.985 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:28 smithi050 podman[55996]: 2024-05-06 03:57:28.692285924 +0000 UTC m=+0.661412910 container cleanup 2db31baf1dbf51ef11eea8637fe1ba7511d42b1928de899138db8b5cbfa12400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-06T03:57:28.985 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:28 smithi050 bash[55996]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a 2024-05-06T03:57:28.985 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:28 smithi050 podman[56024]: 2024-05-06 03:57:28.918547359 +0000 UTC m=+0.647486752 container remove 2db31baf1dbf51ef11eea8637fe1ba7511d42b1928de899138db8b5cbfa12400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-a, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_CLEAN=True) 2024-05-06T03:57:29.795 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.a.service' 2024-05-06T03:57:29.820 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:29 smithi050 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-06T03:57:29.820 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:29 smithi050 systemd[1]: Stopped Ceph mon.a for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:57:29.820 INFO:journalctl@ceph.mon.a.smithi050.stdout:May 06 03:57:29 smithi050 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.a.service: Consumed 7.096s CPU time. 2024-05-06T03:57:29.843 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:57:29.843 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-06T03:57:29.843 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-06T03:57:29.843 DEBUG:teuthology.orchestra.run.smithi171:> sudo systemctl stop ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.b 2024-05-06T03:57:30.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:29 smithi171 systemd[1]: Stopping Ceph mon.b for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:57:30.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:30 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-b[30514]: 2024-05-06T03:57:30.109+0000 7f4d67efb700 -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-05-06T03:57:30.154 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:30 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-b[30514]: 2024-05-06T03:57:30.109+0000 7f4d67efb700 -1 mon.b@1(peon) e4 *** Got Signal Terminated *** 2024-05-06T03:57:30.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:30 smithi171 podman[45161]: 2024-05-06 03:57:30.264791056 +0000 UTC m=+0.233856520 container died 9d2371f52665f873ad921c2ed78f6c1412068bc5cda834516b5e42545c4ca1f6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-b, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_CLEAN=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-06T03:57:30.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:30 smithi171 podman[45161]: 2024-05-06 03:57:30.716334772 +0000 UTC m=+0.685400227 container cleanup 9d2371f52665f873ad921c2ed78f6c1412068bc5cda834516b5e42545c4ca1f6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux ) 2024-05-06T03:57:30.904 INFO:journalctl@ceph.mon.b.smithi171.stdout:May 06 03:57:30 smithi171 bash[45161]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mon-b 2024-05-06T03:57:31.112 DEBUG:teuthology.orchestra.run.smithi171:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.b.service' 2024-05-06T03:57:31.156 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:57:31.156 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-06T03:57:31.156 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-06T03:57:31.156 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c 2024-05-06T03:57:31.201 DEBUG:teuthology.orchestra.run.smithi195:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mon.c.service' 2024-05-06T03:57:31.253 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:57:31.253 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-06T03:57:31.253 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-06T03:57:31.253 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mgr.a 2024-05-06T03:57:31.581 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:57:31 smithi050 systemd[1]: Stopping Ceph mgr.a for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:57:31.922 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:57:31 smithi050 podman[56179]: 2024-05-06 03:57:31.61961095 +0000 UTC m=+0.174505294 container died d6fbb16e62c249acfe18c7fa17785b32759498bc657aa47f4859cd986f473cc1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_CLEAN=True) 2024-05-06T03:57:32.247 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:57:31 smithi050 podman[56179]: 2024-05-06 03:57:31.993183879 +0000 UTC m=+0.548078220 container cleanup d6fbb16e62c249acfe18c7fa17785b32759498bc657aa47f4859cd986f473cc1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e08cbbf6fd79a8dd2949f340bce25e28ea3db004, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0) 2024-05-06T03:57:32.247 INFO:journalctl@ceph.mgr.a.smithi050.stdout:May 06 03:57:31 smithi050 bash[56179]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-a 2024-05-06T03:57:32.373 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mgr.a.service' 2024-05-06T03:57:32.408 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:57:32.408 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-06T03:57:32.409 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-06T03:57:32.409 DEBUG:teuthology.orchestra.run.smithi171:> sudo systemctl stop ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mgr.b 2024-05-06T03:57:32.619 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:57:32 smithi171 systemd[1]: Stopping Ceph mgr.b for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:57:33.501 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:57:33 smithi171 podman[45402]: 2024-05-06 03:57:33.228233674 +0000 UTC m=+0.144893999 container died 7970d359c4cd278b2537e28737af53d176d691bbed9ff60e7b829a2a7480f056 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b, CEPH_POINT_RELEASE=, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True) 2024-05-06T03:57:33.904 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:57:33 smithi171 podman[45402]: 2024-05-06 03:57:33.705461551 +0000 UTC m=+0.622121876 container cleanup 7970d359c4cd278b2537e28737af53d176d691bbed9ff60e7b829a2a7480f056 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-05-06T03:57:33.904 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:57:33 smithi171 bash[45402]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b 2024-05-06T03:57:34.646 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:57:34 smithi171 podman[45425]: 2024-05-06 03:57:34.174155243 +0000 UTC m=+0.942107028 container remove 7970d359c4cd278b2537e28737af53d176d691bbed9ff60e7b829a2a7480f056 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-05-06T03:57:34.646 INFO:journalctl@ceph.mgr.b.smithi171.stdout:May 06 03:57:34 smithi171 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-05-06T03:57:34.842 DEBUG:teuthology.orchestra.run.smithi171:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@mgr.b.service' 2024-05-06T03:57:34.877 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:57:34.877 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-06T03:57:34.877 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-06T03:57:34.878 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.0 2024-05-06T03:57:35.162 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:57:34 smithi050 systemd[1]: Stopping Ceph osd.0 for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:57:35.581 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:57:35 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-0[41203]: 2024-05-06T03:57:35.158+0000 7f2d9c87d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-06T03:57:35.581 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:57:35 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-0[41203]: 2024-05-06T03:57:35.158+0000 7f2d9c87d700 -1 osd.0 49 *** Got signal Terminated *** 2024-05-06T03:57:35.581 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:57:35 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-0[41203]: 2024-05-06T03:57:35.158+0000 7f2d9c87d700 -1 osd.0 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T03:57:40.831 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:57:40 smithi050 podman[56310]: 2024-05-06 03:57:40.566599186 +0000 UTC m=+5.501715515 container died 23454c868127aef605027930a98e1d06ef687cb23a72b7fe2a6d4a7696962f66 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-0, CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.build-date=20240430, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True) 2024-05-06T03:57:41.093 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:57:41 smithi050 podman[56310]: 2024-05-06 03:57:41.072476274 +0000 UTC m=+6.007592644 container cleanup 23454c868127aef605027930a98e1d06ef687cb23a72b7fe2a6d4a7696962f66 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.5, GIT_CLEAN=True) 2024-05-06T03:57:41.093 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:57:41 smithi050 bash[56310]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-0 2024-05-06T03:57:41.581 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:57:41 smithi050 podman[56332]: 2024-05-06 03:57:41.282354593 +0000 UTC m=+0.712807806 container remove 23454c868127aef605027930a98e1d06ef687cb23a72b7fe2a6d4a7696962f66 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430) 2024-05-06T03:57:41.956 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:57:41 smithi050 podman[56427]: 2024-05-06 03:57:41.604944491 +0000 UTC m=+0.018233253 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T03:57:41.956 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:57:41 smithi050 podman[56427]: 2024-05-06 03:57:41.724920614 +0000 UTC m=+0.138209362 container create 477bedaa7fbba0f8e7dd81f7c0e2dac311d9c19221f8f4c631c9d079380bd4c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True) 2024-05-06T03:57:42.272 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:57:41 smithi050 podman[56427]: 2024-05-06 03:57:41.95232147 +0000 UTC m=+0.365610220 container init 477bedaa7fbba0f8e7dd81f7c0e2dac311d9c19221f8f4c631c9d079380bd4c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-0-deactivate, io.buildah.version=1.33.5, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-06T03:57:42.272 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:57:41 smithi050 podman[56427]: 2024-05-06 03:57:41.959054997 +0000 UTC m=+0.372343745 container start 477bedaa7fbba0f8e7dd81f7c0e2dac311d9c19221f8f4c631c9d079380bd4c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-06T03:57:42.272 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:57:42 smithi050 podman[56427]: 2024-05-06 03:57:42.068807784 +0000 UTC m=+0.482096533 container attach 477bedaa7fbba0f8e7dd81f7c0e2dac311d9c19221f8f4c631c9d079380bd4c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-0-deactivate, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-06T03:57:42.554 INFO:journalctl@ceph.osd.0.smithi050.stdout:May 06 03:57:42 smithi050 podman[56427]: 2024-05-06 03:57:42.269292999 +0000 UTC m=+0.682581755 container died 477bedaa7fbba0f8e7dd81f7c0e2dac311d9c19221f8f4c631c9d079380bd4c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.33.5) 2024-05-06T03:57:42.952 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.0.service' 2024-05-06T03:57:42.993 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:57:42.994 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-06T03:57:42.994 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-06T03:57:42.994 DEBUG:teuthology.orchestra.run.smithi050:> sudo systemctl stop ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.1 2024-05-06T03:57:43.331 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:57:43 smithi050 systemd[1]: Stopping Ceph osd.1 for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:57:43.762 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:57:43 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-1[45272]: 2024-05-06T03:57:43.378+0000 7fd1bfee1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-06T03:57:43.762 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:57:43 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-1[45272]: 2024-05-06T03:57:43.378+0000 7fd1bfee1700 -1 osd.1 49 *** Got signal Terminated *** 2024-05-06T03:57:43.762 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:57:43 smithi050 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-1[45272]: 2024-05-06T03:57:43.378+0000 7fd1bfee1700 -1 osd.1 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T03:57:49.081 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:57:48 smithi050 podman[56659]: 2024-05-06 03:57:48.815240685 +0000 UTC m=+5.554371640 container died 252aab95b008cc0c4ef52a043e1e8dfb524abaa0efd3c8a4b43882ff368e7d0f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-1, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-05-06T03:57:49.424 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:57:49 smithi050 podman[56659]: 2024-05-06 03:57:49.269324167 +0000 UTC m=+6.008455119 container cleanup 252aab95b008cc0c4ef52a043e1e8dfb524abaa0efd3c8a4b43882ff368e7d0f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-1, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_CLEAN=True, ceph=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5) 2024-05-06T03:57:49.424 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:57:49 smithi050 bash[56659]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-1 2024-05-06T03:57:49.955 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:57:49 smithi050 podman[57026]: 2024-05-06 03:57:49.930855146 +0000 UTC m=+1.110179552 container remove 252aab95b008cc0c4ef52a043e1e8dfb524abaa0efd3c8a4b43882ff368e7d0f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-1, GIT_BRANCH=HEAD, ceph=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image) 2024-05-06T03:57:50.280 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:57:49 smithi050 bash[57070]: Error: no container with name or ID "ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-1" found: no such container 2024-05-06T03:57:50.280 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:57:50 smithi050 podman[57133]: 2024-05-06 03:57:50.066293195 +0000 UTC m=+0.018209871 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T03:57:50.280 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:57:50 smithi050 podman[57133]: 2024-05-06 03:57:50.164955512 +0000 UTC m=+0.116872188 container create 5170ff985bc9b7984137f95d91f65d323d77d2cfb41308fb7220adad3d1b6e1e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf) 2024-05-06T03:57:50.581 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:57:50 smithi050 podman[57133]: 2024-05-06 03:57:50.400497586 +0000 UTC m=+0.352414262 container init 5170ff985bc9b7984137f95d91f65d323d77d2cfb41308fb7220adad3d1b6e1e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux ) 2024-05-06T03:57:50.581 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:57:50 smithi050 podman[57133]: 2024-05-06 03:57:50.406564072 +0000 UTC m=+0.358480746 container start 5170ff985bc9b7984137f95d91f65d323d77d2cfb41308fb7220adad3d1b6e1e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b) 2024-05-06T03:57:50.581 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:57:50 smithi050 podman[57133]: 2024-05-06 03:57:50.475598809 +0000 UTC m=+0.427515497 container attach 5170ff985bc9b7984137f95d91f65d323d77d2cfb41308fb7220adad3d1b6e1e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-05-06T03:57:51.049 INFO:journalctl@ceph.osd.1.smithi050.stdout:May 06 03:57:50 smithi050 podman[57133]: 2024-05-06 03:57:50.719594219 +0000 UTC m=+0.671510894 container died 5170ff985bc9b7984137f95d91f65d323d77d2cfb41308fb7220adad3d1b6e1e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-1-deactivate, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.build-date=20240430, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0) 2024-05-06T03:57:51.345 DEBUG:teuthology.orchestra.run.smithi050:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.1.service' 2024-05-06T03:57:51.385 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:57:51.385 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-06T03:57:51.385 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-06T03:57:51.385 DEBUG:teuthology.orchestra.run.smithi171:> sudo systemctl stop ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.2 2024-05-06T03:57:51.695 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:51 smithi171 systemd[1]: Stopping Ceph osd.2 for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:57:52.154 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:51 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-2[36330]: 2024-05-06T03:57:51.691+0000 7f30baf9f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-06T03:57:52.154 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:51 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-2[36330]: 2024-05-06T03:57:51.691+0000 7f30baf9f700 -1 osd.2 49 *** Got signal Terminated *** 2024-05-06T03:57:52.154 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:51 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-2[36330]: 2024-05-06T03:57:51.691+0000 7f30baf9f700 -1 osd.2 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T03:57:57.562 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:57 smithi171 podman[45892]: 2024-05-06 03:57:57.221268741 +0000 UTC m=+5.643608803 container died 971f63b4ebf321333a2251a90cf67b757ef4d3ee3150cb90a5764c3a9c9f4b52 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-2, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240430) 2024-05-06T03:57:57.562 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:57 smithi171 podman[45892]: 2024-05-06 03:57:57.558797376 +0000 UTC m=+5.981137435 container cleanup 971f63b4ebf321333a2251a90cf67b757ef4d3ee3150cb90a5764c3a9c9f4b52 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=) 2024-05-06T03:57:57.904 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:57 smithi171 bash[45892]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-2 2024-05-06T03:57:57.904 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:57 smithi171 podman[46076]: 2024-05-06 03:57:57.751814927 +0000 UTC m=+0.528630243 container remove 971f63b4ebf321333a2251a90cf67b757ef4d3ee3150cb90a5764c3a9c9f4b52 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240430) 2024-05-06T03:57:58.499 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:58 smithi171 podman[46176]: 2024-05-06 03:57:58.186042632 +0000 UTC m=+0.113370708 container create ff4a1b7ff7e6cab85a63178600e23e1829c67a5b37558e97ae3e19504bc0996f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-06T03:57:58.499 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:58 smithi171 podman[46176]: 2024-05-06 03:57:58.0910124 +0000 UTC m=+0.018340479 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T03:57:58.499 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:58 smithi171 podman[46176]: 2024-05-06 03:57:58.405223601 +0000 UTC m=+0.332551684 container init ff4a1b7ff7e6cab85a63178600e23e1829c67a5b37558e97ae3e19504bc0996f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-2-deactivate, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240430, maintainer=Guillaume Abrioux , RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5) 2024-05-06T03:57:58.500 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:58 smithi171 podman[46176]: 2024-05-06 03:57:58.411157958 +0000 UTC m=+0.338486038 container start ff4a1b7ff7e6cab85a63178600e23e1829c67a5b37558e97ae3e19504bc0996f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.license=GPLv2, ceph=True) 2024-05-06T03:57:58.904 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:58 smithi171 podman[46176]: 2024-05-06 03:57:58.496370063 +0000 UTC m=+0.423698150 container attach ff4a1b7ff7e6cab85a63178600e23e1829c67a5b37558e97ae3e19504bc0996f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True) 2024-05-06T03:57:58.904 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:58 smithi171 podman[46176]: 2024-05-06 03:57:58.705938987 +0000 UTC m=+0.633267055 container died ff4a1b7ff7e6cab85a63178600e23e1829c67a5b37558e97ae3e19504bc0996f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-2-deactivate, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240430, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-05-06T03:57:59.183 DEBUG:teuthology.orchestra.run.smithi171:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.2.service' 2024-05-06T03:57:59.205 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:59 smithi171 podman[46221]: 2024-05-06 03:57:59.157659358 +0000 UTC m=+0.442872632 container remove ff4a1b7ff7e6cab85a63178600e23e1829c67a5b37558e97ae3e19504bc0996f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240430, io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.license=GPLv2) 2024-05-06T03:57:59.205 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:59 smithi171 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.2.service: Deactivated successfully. 2024-05-06T03:57:59.205 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:59 smithi171 systemd[1]: Stopped Ceph osd.2 for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:57:59.205 INFO:journalctl@ceph.osd.2.smithi171.stdout:May 06 03:57:59 smithi171 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.2.service: Consumed 2.541s CPU time. 2024-05-06T03:57:59.219 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:57:59.219 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-06T03:57:59.220 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-05-06T03:57:59.220 DEBUG:teuthology.orchestra.run.smithi171:> sudo systemctl stop ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.3 2024-05-06T03:57:59.549 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:57:59 smithi171 systemd[1]: Stopping Ceph osd.3 for a45a39f2-0b5b-11ef-bc97-c7b262605968... 2024-05-06T03:57:59.904 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:57:59 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3[40252]: 2024-05-06T03:57:59.546+0000 7f243aeb0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-05-06T03:57:59.904 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:57:59 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3[40252]: 2024-05-06T03:57:59.546+0000 7f243aeb0700 -1 osd.3 49 *** Got signal Terminated *** 2024-05-06T03:57:59.904 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:57:59 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3[40252]: 2024-05-06T03:57:59.546+0000 7f243aeb0700 -1 osd.3 49 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-06T03:58:02.404 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:02 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3[40252]: 2024-05-06T03:58:02.062+0000 7f243349c700 -1 osd.3 49 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-05-06T03:57:38.729929+0000 front 2024-05-06T03:57:38.730023+0000 (oldest deadline 2024-05-06T03:58:01.629647+0000) 2024-05-06T03:58:03.404 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:03 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3[40252]: 2024-05-06T03:58:03.045+0000 7f243349c700 -1 osd.3 49 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-05-06T03:57:38.729929+0000 front 2024-05-06T03:57:38.730023+0000 (oldest deadline 2024-05-06T03:58:01.629647+0000) 2024-05-06T03:58:04.403 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:04 smithi171 ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3[40252]: 2024-05-06T03:58:04.096+0000 7f243349c700 -1 osd.3 49 heartbeat_check: no reply from 172.21.15.50:6806 osd.0 since back 2024-05-06T03:57:38.729929+0000 front 2024-05-06T03:57:38.730023+0000 (oldest deadline 2024-05-06T03:58:01.629647+0000) 2024-05-06T03:58:05.305 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:05 smithi171 podman[46304]: 2024-05-06 03:58:05.022428736 +0000 UTC m=+5.580306451 container died 8ff07cb0c1b5805e87bd352e444b0ef4654c1c256190defb58c89227c3dc6694 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_CLEAN=True) 2024-05-06T03:58:05.632 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:05 smithi171 podman[46304]: 2024-05-06 03:58:05.485016346 +0000 UTC m=+6.042894055 container cleanup 8ff07cb0c1b5805e87bd352e444b0ef4654c1c256190defb58c89227c3dc6694 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-05-06T03:58:05.632 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:05 smithi171 bash[46304]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3 2024-05-06T03:58:05.904 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:05 smithi171 podman[46492]: 2024-05-06 03:58:05.761055672 +0000 UTC m=+0.738548137 container remove 8ff07cb0c1b5805e87bd352e444b0ef4654c1c256190defb58c89227c3dc6694 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.build-date=20240430, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf) 2024-05-06T03:58:06.393 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:06 smithi171 podman[46633]: 2024-05-06 03:58:06.015271524 +0000 UTC m=+0.021822088 image pull 9f32bee02a8590592410ec0c77c02d76af1e98ec0f409b9b383ddc49778de711 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a 2024-05-06T03:58:06.393 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:06 smithi171 podman[46633]: 2024-05-06 03:58:06.120255492 +0000 UTC m=+0.126806028 container create 1672c90482776017b1e8c657d9823a01783d11d7d8bfaab1f5446ffcd4a7f986 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240430, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5) 2024-05-06T03:58:06.393 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:06 smithi171 podman[46633]: 2024-05-06 03:58:06.306581255 +0000 UTC m=+0.313131795 container init 1672c90482776017b1e8c657d9823a01783d11d7d8bfaab1f5446ffcd4a7f986 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3-deactivate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240430, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-05-06T03:58:06.393 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:06 smithi171 podman[46633]: 2024-05-06 03:58:06.31269288 +0000 UTC m=+0.319243417 container start 1672c90482776017b1e8c657d9823a01783d11d7d8bfaab1f5446ffcd4a7f986 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240430, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-05-06T03:58:06.393 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:06 smithi171 podman[46633]: 2024-05-06 03:58:06.38981792 +0000 UTC m=+0.396368472 container attach 1672c90482776017b1e8c657d9823a01783d11d7d8bfaab1f5446ffcd4a7f986 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240430, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-05-06T03:58:06.653 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:06 smithi171 podman[46633]: 2024-05-06 03:58:06.634922072 +0000 UTC m=+0.641472620 container died 1672c90482776017b1e8c657d9823a01783d11d7d8bfaab1f5446ffcd4a7f986 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3-deactivate, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240430, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux ) 2024-05-06T03:58:07.188 DEBUG:teuthology.orchestra.run.smithi171:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.3.service' 2024-05-06T03:58:07.212 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:07 smithi171 podman[46712]: 2024-05-06 03:58:07.16726377 +0000 UTC m=+0.527179257 container remove 1672c90482776017b1e8c657d9823a01783d11d7d8bfaab1f5446ffcd4a7f986 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:3fe5a8761b1fe8befd513ce20d9e4918b7baeeab478a6b561c6812467fb6ed3a, name=ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240430, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-yuriw-testing-20240503.181540-main-e08cbbf, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-05-06T03:58:07.212 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:07 smithi171 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.3.service: Deactivated successfully. 2024-05-06T03:58:07.212 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:07 smithi171 systemd[1]: Stopped Ceph osd.3 for a45a39f2-0b5b-11ef-bc97-c7b262605968. 2024-05-06T03:58:07.212 INFO:journalctl@ceph.osd.3.smithi171.stdout:May 06 03:58:07 smithi171 systemd[1]: ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.3.service: Consumed 2.342s CPU time. 2024-05-06T03:58:07.228 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:58:07.228 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-05-06T03:58:07.228 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-05-06T03:58:07.228 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.4 2024-05-06T03:58:07.270 DEBUG:teuthology.orchestra.run.smithi195:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.4.service' 2024-05-06T03:58:07.347 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:58:07.347 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-05-06T03:58:07.347 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-05-06T03:58:07.347 DEBUG:teuthology.orchestra.run.smithi195:> sudo systemctl stop ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.5 2024-05-06T03:58:07.424 DEBUG:teuthology.orchestra.run.smithi195:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a45a39f2-0b5b-11ef-bc97-c7b262605968@osd.5.service' 2024-05-06T03:58:07.497 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-06T03:58:07.497 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-05-06T03:58:07.497 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T03:58:09.436 INFO:teuthology.orchestra.run.smithi050.stdout:Deleting cluster with fsid: a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:58:10.906 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T03:58:11.098 INFO:teuthology.orchestra.run.smithi171.stdout:Deleting cluster with fsid: a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:58:12.484 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-06T03:58:12.672 INFO:teuthology.orchestra.run.smithi195.stdout:Deleting cluster with fsid: a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:58:13.058 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:58:13.088 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:58:13.117 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-06T03:58:13.142 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-06T03:58:13.144 DEBUG:teuthology.misc:Transferring archived files from smithi050:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164/remote/smithi050/crash 2024-05-06T03:58:13.145 DEBUG:teuthology.orchestra.run.smithi050:> sudo tar c -f - -C /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/crash -- . 2024-05-06T03:58:13.181 INFO:teuthology.orchestra.run.smithi050.stderr:tar: /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T03:58:13.182 INFO:teuthology.orchestra.run.smithi050.stderr:tar: Error is not recoverable: exiting now 2024-05-06T03:58:13.183 DEBUG:teuthology.misc:Transferring archived files from smithi171:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164/remote/smithi171/crash 2024-05-06T03:58:13.184 DEBUG:teuthology.orchestra.run.smithi171:> sudo tar c -f - -C /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/crash -- . 2024-05-06T03:58:13.224 INFO:teuthology.orchestra.run.smithi171.stderr:tar: /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T03:58:13.224 INFO:teuthology.orchestra.run.smithi171.stderr:tar: Error is not recoverable: exiting now 2024-05-06T03:58:13.226 DEBUG:teuthology.misc:Transferring archived files from smithi195:/var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164/remote/smithi195/crash 2024-05-06T03:58:13.227 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/crash -- . 2024-05-06T03:58:13.270 INFO:teuthology.orchestra.run.smithi195.stderr:tar: /var/lib/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-06T03:58:13.271 INFO:teuthology.orchestra.run.smithi195.stderr:tar: Error is not recoverable: exiting now 2024-05-06T03:58:13.272 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-06T03:58:13.272 DEBUG:teuthology.orchestra.run.smithi050:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a45a39f2-0b5b-11ef-bc97-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' | head -n 1 2024-05-06T03:58:13.299 INFO:teuthology.orchestra.run.smithi050.stdout:2024-05-06T03:53:04.188542+0000 mon.a (mon.0) 409 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-06T03:58:13.299 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-05-06T03:58:13.300 DEBUG:teuthology.orchestra.run.smithi050:> sudo egrep '\[SEC\]' /var/log/ceph/a45a39f2-0b5b-11ef-bc97-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' | head -n 1 2024-05-06T03:58:13.366 DEBUG:teuthology.orchestra.run.smithi050:> sudo egrep '\[ERR\]' /var/log/ceph/a45a39f2-0b5b-11ef-bc97-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' | head -n 1 2024-05-06T03:58:13.434 DEBUG:teuthology.orchestra.run.smithi050:> sudo egrep '\[WRN\]' /var/log/ceph/a45a39f2-0b5b-11ef-bc97-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' | head -n 1 2024-05-06T03:58:13.501 INFO:teuthology.orchestra.run.smithi050.stdout:2024-05-06T03:53:04.188542+0000 mon.a (mon.0) 409 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-05-06T03:58:13.501 INFO:tasks.cephadm:Compressing logs... 2024-05-06T03:58:13.501 DEBUG:teuthology.orchestra.run.smithi050:> 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-05-06T03:58:13.544 DEBUG:teuthology.orchestra.run.smithi171:> 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-05-06T03:58:13.546 DEBUG:teuthology.orchestra.run.smithi195:> 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-05-06T03:58:13.567 INFO:teuthology.orchestra.run.smithi050.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.log 2024-05-06T03:58:13.567 INFO:teuthology.orchestra.run.smithi050.stderr:: No such file or directory 2024-05-06T03:58:13.567 INFO:teuthology.orchestra.run.smithi050.stderr:gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T03:58:13.567 INFO:teuthology.orchestra.run.smithi050.stderr:gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-06T03:58:13.567 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.log: /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-06T03:58:13.567 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-mon.a.log 2024-05-06T03:58:13.567 INFO:teuthology.orchestra.run.smithi050.stderr:gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T03:58:13.567 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.0.log: /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-mgr.a.log 2024-05-06T03:58:13.567 INFO:teuthology.orchestra.run.smithi050.stderr: 86.1% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T03:58:13.567 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T03:58:13.569 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T03:58:13.569 INFO:teuthology.orchestra.run.smithi050.stderr: 82.2%/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-volume.log: -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T03:58:13.569 INFO:teuthology.orchestra.run.smithi050.stderr: 90.4% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T03:58:13.570 INFO:teuthology.orchestra.run.smithi171.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.log 2024-05-06T03:58:13.570 INFO:teuthology.orchestra.run.smithi171.stderr:: No such file or directory 2024-05-06T03:58:13.570 INFO:teuthology.orchestra.run.smithi171.stderr:gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.2.log 2024-05-06T03:58:13.577 INFO:teuthology.orchestra.run.smithi050.stderr:/var/log/ceph/cephadm.log: 86.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T03:58:13.579 INFO:teuthology.orchestra.run.smithi195.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory 2024-05-06T03:58:13.579 INFO:teuthology.orchestra.run.smithi195.stderr: /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.log 2024-05-06T03:58:13.579 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T03:58:13.579 INFO:teuthology.orchestra.run.smithi195.stderr:gzip/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.log: -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.5.log 2024-05-06T03:58:13.579 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.4.log 2024-05-06T03:58:13.579 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.5.log: 85.7% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T03:58:13.579 INFO:teuthology.orchestra.run.smithi195.stderr:gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-mon.c.log 2024-05-06T03:58:13.579 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T03:58:13.579 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T03:58:13.580 INFO:teuthology.orchestra.run.smithi195.stderr: 90.6% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T03:58:13.580 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T03:58:13.580 INFO:teuthology.orchestra.run.smithi195.stderr: 79.2% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T03:58:13.580 INFO:teuthology.orchestra.run.smithi195.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 84.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T03:58:13.580 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-06T03:58:13.580 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.3.log 2024-05-06T03:58:13.581 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-06T03:58:13.581 INFO:teuthology.orchestra.run.smithi171.stderr: 85.9% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-06T03:58:13.581 INFO:teuthology.orchestra.run.smithi171.stderr:gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-mgr.b.log 2024-05-06T03:58:13.581 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.3.log: /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-06T03:58:13.581 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-mgr.b.log: 81.5% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-06T03:58:13.581 INFO:teuthology.orchestra.run.smithi171.stderr:gzip -5 --verbose -- /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-mon.b.log 2024-05-06T03:58:13.581 INFO:teuthology.orchestra.run.smithi171.stderr: 90.6% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-06T03:58:13.581 INFO:teuthology.orchestra.run.smithi171.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-06T03:58:13.581 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-volume.log: /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 83.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-06T03:58:13.581 INFO:teuthology.orchestra.run.smithi171.stderr: 91.1% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-mgr.b.log.gz 2024-05-06T03:58:13.586 INFO:teuthology.orchestra.run.smithi195.stderr: 91.6% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T03:58:13.587 INFO:teuthology.orchestra.run.smithi171.stderr: 91.5% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T03:58:13.589 INFO:teuthology.orchestra.run.smithi050.stderr: 91.5% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-06T03:58:13.591 INFO:teuthology.orchestra.run.smithi195.stderr: 92.8% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.4.log.gz 2024-05-06T03:58:13.592 INFO:teuthology.orchestra.run.smithi195.stderr: 92.8% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.5.log.gz 2024-05-06T03:58:13.601 INFO:teuthology.orchestra.run.smithi050.stderr: 93.2% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-06T03:58:13.613 INFO:teuthology.orchestra.run.smithi050.stderr: 93.0% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-06T03:58:13.631 INFO:teuthology.orchestra.run.smithi171.stderr: 92.9% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.3.log.gz 2024-05-06T03:58:13.631 INFO:teuthology.orchestra.run.smithi195.stderr: 92.8% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-mon.c.log.gz 2024-05-06T03:58:13.633 INFO:teuthology.orchestra.run.smithi195.stderr: 2024-05-06T03:58:13.633 INFO:teuthology.orchestra.run.smithi195.stderr:real 0m0.072s 2024-05-06T03:58:13.633 INFO:teuthology.orchestra.run.smithi195.stderr:user 0m0.122s 2024-05-06T03:58:13.633 INFO:teuthology.orchestra.run.smithi195.stderr:sys 0m0.022s 2024-05-06T03:58:13.647 INFO:teuthology.orchestra.run.smithi171.stderr: 93.3% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-osd.2.log.gz 2024-05-06T03:58:13.653 INFO:teuthology.orchestra.run.smithi171.stderr: 92.5% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-mon.b.log.gz 2024-05-06T03:58:13.655 INFO:teuthology.orchestra.run.smithi171.stderr: 2024-05-06T03:58:13.655 INFO:teuthology.orchestra.run.smithi171.stderr:real 0m0.095s 2024-05-06T03:58:13.655 INFO:teuthology.orchestra.run.smithi171.stderr:user 0m0.234s 2024-05-06T03:58:13.655 INFO:teuthology.orchestra.run.smithi171.stderr:sys 0m0.032s 2024-05-06T03:58:13.655 INFO:teuthology.orchestra.run.smithi050.stderr: 88.1% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-mgr.a.log.gz 2024-05-06T03:58:13.825 INFO:teuthology.orchestra.run.smithi050.stderr: 91.2% -- replaced with /var/log/ceph/a45a39f2-0b5b-11ef-bc97-c7b262605968/ceph-mon.a.log.gz 2024-05-06T03:58:13.829 INFO:teuthology.orchestra.run.smithi050.stderr: 2024-05-06T03:58:13.830 INFO:teuthology.orchestra.run.smithi050.stderr:real 0m0.271s 2024-05-06T03:58:13.830 INFO:teuthology.orchestra.run.smithi050.stderr:user 0m0.449s 2024-05-06T03:58:13.830 INFO:teuthology.orchestra.run.smithi050.stderr:sys 0m0.033s 2024-05-06T03:58:13.830 INFO:tasks.cephadm:Archiving logs... 2024-05-06T03:58:13.830 DEBUG:teuthology.misc:Transferring archived files from smithi050:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164/remote/smithi050/log 2024-05-06T03:58:13.831 DEBUG:teuthology.orchestra.run.smithi050:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T03:58:13.985 DEBUG:teuthology.misc:Transferring archived files from smithi171:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164/remote/smithi171/log 2024-05-06T03:58:13.985 DEBUG:teuthology.orchestra.run.smithi171:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T03:58:14.066 DEBUG:teuthology.misc:Transferring archived files from smithi195:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164/remote/smithi195/log 2024-05-06T03:58:14.067 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-06T03:58:14.121 INFO:tasks.cephadm:Removing cluster... 2024-05-06T03:58:14.121 DEBUG:teuthology.orchestra.run.smithi050:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 --force 2024-05-06T03:58:14.308 INFO:teuthology.orchestra.run.smithi050.stdout:Deleting cluster with fsid: a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:58:14.578 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 --force 2024-05-06T03:58:14.769 INFO:teuthology.orchestra.run.smithi171.stdout:Deleting cluster with fsid: a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:58:15.033 DEBUG:teuthology.orchestra.run.smithi195:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a45a39f2-0b5b-11ef-bc97-c7b262605968 --force 2024-05-06T03:58:15.224 INFO:teuthology.orchestra.run.smithi195.stdout:Deleting cluster with fsid: a45a39f2-0b5b-11ef-bc97-c7b262605968 2024-05-06T03:58:15.467 INFO:tasks.cephadm:Removing cephadm ... 2024-05-06T03:58:15.468 DEBUG:teuthology.orchestra.run.smithi050:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T03:58:15.487 DEBUG:teuthology.orchestra.run.smithi171:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T03:58:15.503 DEBUG:teuthology.orchestra.run.smithi195:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-06T03:58:15.518 INFO:tasks.cephadm:Teardown complete 2024-05-06T03:58:15.518 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-06T03:58:15.530 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-05-06T03:58:15.530 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T03:58:15.533 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T03:58:15.546 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-06T03:58:15.652 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-06T03:58:15.661 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-06T03:58:15.661 DEBUG:teuthology.orchestra.run.smithi050:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T03:58:15.663 DEBUG:teuthology.orchestra.run.smithi171:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T03:58:15.666 DEBUG:teuthology.orchestra.run.smithi195:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-06T03:58:15.677 INFO:teuthology.orchestra.run.smithi050.stderr:bash: line 1: ntpq: command not found 2024-05-06T03:58:15.678 INFO:teuthology.orchestra.run.smithi171.stderr:bash: line 1: ntpq: command not found 2024-05-06T03:58:15.682 INFO:teuthology.orchestra.run.smithi171.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-06T03:58:15.682 INFO:teuthology.orchestra.run.smithi171.stdout:=============================================================================== 2024-05-06T03:58:15.682 INFO:teuthology.orchestra.run.smithi171.stdout:^* hv01.front.sepia.ceph.com 3 6 377 33 +203us[ +219us] +/- 49ms 2024-05-06T03:58:15.682 INFO:teuthology.orchestra.run.smithi171.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 33 -477us[ -477us] +/- 61ms 2024-05-06T03:58:15.682 INFO:teuthology.orchestra.run.smithi171.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 35 +376us[ +393us] +/- 80ms 2024-05-06T03:58:15.682 INFO:teuthology.orchestra.run.smithi171.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T03:58:15.684 INFO:teuthology.orchestra.run.smithi050.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-06T03:58:15.684 INFO:teuthology.orchestra.run.smithi050.stdout:=============================================================================== 2024-05-06T03:58:15.684 INFO:teuthology.orchestra.run.smithi050.stdout:^* hv01.front.sepia.ceph.com 3 6 377 34 +186us[ +191us] +/- 49ms 2024-05-06T03:58:15.684 INFO:teuthology.orchestra.run.smithi050.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 34 -496us[ -490us] +/- 61ms 2024-05-06T03:58:15.684 INFO:teuthology.orchestra.run.smithi050.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 34 +330us[ +336us] +/- 80ms 2024-05-06T03:58:15.684 INFO:teuthology.orchestra.run.smithi050.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T03:58:15.685 INFO:teuthology.orchestra.run.smithi195.stderr:bash: line 1: ntpq: command not found 2024-05-06T03:58:15.688 INFO:teuthology.orchestra.run.smithi195.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-05-06T03:58:15.688 INFO:teuthology.orchestra.run.smithi195.stdout:=============================================================================== 2024-05-06T03:58:15.688 INFO:teuthology.orchestra.run.smithi195.stdout:^* hv01.front.sepia.ceph.com 3 6 377 34 +191us[ +204us] +/- 49ms 2024-05-06T03:58:15.688 INFO:teuthology.orchestra.run.smithi195.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 34 -489us[ -489us] +/- 61ms 2024-05-06T03:58:15.688 INFO:teuthology.orchestra.run.smithi195.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 35 +349us[ +362us] +/- 80ms 2024-05-06T03:58:15.688 INFO:teuthology.orchestra.run.smithi195.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-05-06T03:58:15.689 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-06T03:58:15.699 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-06T03:58:15.699 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-06T03:58:15.711 DEBUG:teuthology.orchestra.run.smithi050:> 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-05-06T03:58:15.799 DEBUG:teuthology.orchestra.run.smithi171:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-05-06T03:58:15.862 DEBUG:teuthology.orchestra.run.smithi195:> 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-05-06T03:58:15.924 DEBUG:teuthology.orchestra.run.smithi050:> 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-05-06T03:58:15.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T03:58:15.954 DEBUG:teuthology.orchestra.run.smithi171:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-05-06T03:58:15.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T03:58:15.980 DEBUG:teuthology.orchestra.run.smithi195:> 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-05-06T03:58:16.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T03:58:16.007 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-06T03:58:16.019 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-06T03:58:16.029 INFO:teuthology.task.internal:Duration was 923.573361 seconds 2024-05-06T03:58:16.029 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-06T03:58:16.040 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-06T03:58:16.040 DEBUG:teuthology.orchestra.run.smithi050:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T03:58:16.043 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T03:58:16.045 DEBUG:teuthology.orchestra.run.smithi195:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-06T03:58:16.079 INFO:teuthology.orchestra.run.smithi171.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-06T03:58:16.081 INFO:teuthology.orchestra.run.smithi050.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-06T03:58:16.083 INFO:teuthology.orchestra.run.smithi195.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-05-06T03:58:16.450 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-06T03:58:16.450 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi050.front.sepia.ceph.com 2024-05-06T03:58:16.451 DEBUG:teuthology.orchestra.run.smithi050:> 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-05-06T03:58:16.474 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi171.front.sepia.ceph.com 2024-05-06T03:58:16.474 DEBUG:teuthology.orchestra.run.smithi171:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-06T03:58:16.520 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi195.front.sepia.ceph.com 2024-05-06T03:58:16.520 DEBUG:teuthology.orchestra.run.smithi195:> 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-05-06T03:58:16.544 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-06T03:58:16.544 DEBUG:teuthology.orchestra.run.smithi050:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T03:58:16.547 DEBUG:teuthology.orchestra.run.smithi171:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T03:58:16.562 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-06T03:58:16.609 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-06T03:58:16.610 DEBUG:teuthology.orchestra.run.smithi050:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T03:58:16.616 DEBUG:teuthology.orchestra.run.smithi171:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T03:58:16.627 DEBUG:teuthology.orchestra.run.smithi195:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-06T03:58:16.815 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-06T03:58:16.825 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-06T03:58:16.825 DEBUG:teuthology.orchestra.run.smithi050:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T03:58:16.850 DEBUG:teuthology.orchestra.run.smithi171:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T03:58:16.874 DEBUG:teuthology.orchestra.run.smithi195:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-06T03:58:16.898 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-06T03:58:16.908 DEBUG:teuthology.orchestra.run.smithi050:> 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-05-06T03:58:16.910 DEBUG:teuthology.orchestra.run.smithi171:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-06T03:58:16.916 DEBUG:teuthology.orchestra.run.smithi195:> 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-05-06T03:58:16.931 INFO:teuthology.orchestra.run.smithi050.stdout:kernel.core_pattern = core 2024-05-06T03:58:16.936 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern = core 2024-05-06T03:58:16.959 INFO:teuthology.orchestra.run.smithi195.stdout:kernel.core_pattern = core 2024-05-06T03:58:16.980 DEBUG:teuthology.orchestra.run.smithi050:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T03:58:17.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T03:58:17.006 DEBUG:teuthology.orchestra.run.smithi171:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T03:58:17.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T03:58:17.020 DEBUG:teuthology.orchestra.run.smithi195:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-06T03:58:17.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-06T03:58:17.035 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-06T03:58:17.045 INFO:teuthology.task.internal:Transferring archived files... 2024-05-06T03:58:17.046 DEBUG:teuthology.misc:Transferring archived files from smithi050:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164/remote/smithi050 2024-05-06T03:58:17.046 DEBUG:teuthology.orchestra.run.smithi050:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T03:58:17.087 DEBUG:teuthology.misc:Transferring archived files from smithi171:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164/remote/smithi171 2024-05-06T03:58:17.087 DEBUG:teuthology.orchestra.run.smithi171:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T03:58:17.121 DEBUG:teuthology.misc:Transferring archived files from smithi195:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164/remote/smithi195 2024-05-06T03:58:17.121 DEBUG:teuthology.orchestra.run.smithi195:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-06T03:58:17.155 INFO:teuthology.task.internal:Removing archive directory... 2024-05-06T03:58:17.155 DEBUG:teuthology.orchestra.run.smithi050:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T03:58:17.157 DEBUG:teuthology.orchestra.run.smithi171:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T03:58:17.160 DEBUG:teuthology.orchestra.run.smithi195:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-06T03:58:17.204 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-06T03:58:17.216 INFO:teuthology.task.internal:Not uploading archives. 2024-05-06T03:58:17.216 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-06T03:58:17.226 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-06T03:58:17.226 DEBUG:teuthology.orchestra.run.smithi050:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T03:58:17.229 DEBUG:teuthology.orchestra.run.smithi171:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T03:58:17.231 DEBUG:teuthology.orchestra.run.smithi195:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-06T03:58:17.241 INFO:teuthology.orchestra.run.smithi050.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 03:58 /home/ubuntu/cephtest 2024-05-06T03:58:17.243 INFO:teuthology.orchestra.run.smithi171.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 03:58 /home/ubuntu/cephtest 2024-05-06T03:58:17.259 INFO:teuthology.orchestra.run.smithi195.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 6 03:58 /home/ubuntu/cephtest 2024-05-06T03:58:17.260 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-06T03:58:17.270 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-06T03:58:17.289 INFO:teuthology.nuke:Checking targets against current locks 2024-05-06T03:58:17.317 DEBUG:teuthology.nuke:shortname: smithi050 2024-05-06T03:58:17.318 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T03:58:17.338 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi050.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164', '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-05-06 03:37:14.347093', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNKG6fgFxy7k8FVRM3T1nDRhQhMZjZu3MTxwSl1+SiU54UdGjlQNCjCOunPpp9X3PYBTIuLcz5CiOeUn7Z3/DJA='} 2024-05-06T03:58:17.344 DEBUG:teuthology.nuke:shortname: smithi171 2024-05-06T03:58:17.345 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T03:58:17.366 DEBUG:teuthology.nuke:shortname: smithi195 2024-05-06T03:58:17.366 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-06T03:58:17.369 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi171.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164', '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-05-06 03:37:14.349874', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJBoCYJsj+/Ib6IUJjq5VoVLQspgMv3nH6f1Y2bgO3cl0n9RoqbfxQek2+h7w0tsXkb5SnsOMll6Wi3l7H153b8='} 2024-05-06T03:58:17.397 INFO:teuthology.orchestra.console.smithi050:Power off 2024-05-06T03:58:17.397 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T03:58:17.410 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi195.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-05-03_23:44:50-rados-wip-yuriw-testing-20240503.181540-main-distro-default-smithi/7690164', '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-05-06 03:37:14.348786', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGE+9fuhIRsvghWSRPDxc3DSURY2fpSXsgJB8LAdyBi6qlVzScNVj5KvWhEO/htiMgrzU1ja6atq6FDA5J5wCLM='} 2024-05-06T03:58:17.421 DEBUG:teuthology.orchestra.console.smithi050:power off output: Chassis Power Control: Down/Off 2024-05-06T03:58:17.422 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:58:17.447 INFO:teuthology.orchestra.console.smithi171:Power off 2024-05-06T03:58:17.448 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T03:58:17.457 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is on 2024-05-06T03:58:17.470 DEBUG:teuthology.orchestra.console.smithi171:power off output: Chassis Power Control: Down/Off 2024-05-06T03:58:17.470 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:58:17.488 INFO:teuthology.orchestra.console.smithi195:Power off 2024-05-06T03:58:17.489 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-05-06T03:58:17.500 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-05-06T03:58:17.513 DEBUG:teuthology.orchestra.console.smithi195:power off output: Chassis Power Control: Down/Off 2024-05-06T03:58:17.514 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:58:17.537 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2024-05-06T03:58:21.458 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:58:21.501 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:58:21.538 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:58:21.569 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is on 2024-05-06T03:58:21.613 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-05-06T03:58:21.650 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is on 2024-05-06T03:58:25.574 DEBUG:teuthology.orchestra.console.smithi050:pexpect command: ipmitool -H smithi050.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:58:25.614 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:58:25.651 DEBUG:teuthology.orchestra.console.smithi195:pexpect command: ipmitool -H smithi195.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:58:25.691 DEBUG:teuthology.orchestra.console.smithi050:check power output: Chassis Power is off 2024-05-06T03:58:25.725 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-05-06T03:58:25.763 DEBUG:teuthology.orchestra.console.smithi195:check power output: Chassis Power is off 2024-05-06T03:58:25.791 INFO:teuthology.orchestra.console.smithi050:Power off completed 2024-05-06T03:58:25.864 INFO:teuthology.orchestra.console.smithi195:Power off completed 2024-05-06T03:58:29.726 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-05-06T03:58:29.839 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is off 2024-05-06T03:58:29.940 INFO:teuthology.orchestra.console.smithi171:Power off completed 2024-05-06T03:58:30.044 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_host_drain} duration: 923.573361158371 failure_reason: '"2024-05-06T03:53:04.188542+0000 mon.a (mon.0) 409 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON)" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-05-06T03:58:30.044 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-06T03:58:30.130 INFO:teuthology.run:FAIL