2024-09-11T01:00:28.499 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-11T01:00:28.519 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T01:00:28.615 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7899879 branch: wip-hemanth-testing-2024-09-10-0723 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} email: hyelloji@redhat.com first_in_suite: false job_id: '7899879' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-hemanth-testing-2024-09-10-0723 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\) - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 8f219c476cb4f26fc5719c661c0323719a45cb30 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 8f219c476cb4f26fc5719c661c0323719a45cb30 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-hemanth-testing-2024-09-10-0723 sha1: 8f219c476cb4f26fc5719c661c0323719a45cb30 owner: scheduled_hyelloji@teuthology priority: 100 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 9167 sha1: 8f219c476cb4f26fc5719c661c0323719a45cb30 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-hemanth-testing-2024-09-10-0723 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_8f219c476cb4f26fc5719c661c0323719a45cb30/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 8f219c476cb4f26fc5719c661c0323719a45cb30 targets: smithi062.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMQjiUDgZ+TsHfXO87/xRuaJCZQyy2k0BCHTAZh6Vu3GrJ+ren5UuHlsT6C4qQO/UJsFOZ8kNxYndA83H6b6wVI= smithi150.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMABY0htGCoLW84wwVN7DYVf3B2gyMIjg5Z1xsX0nq2axThHLJCq4oe51csPnY9Gbex8UNPP6RtZHq9BSDvdimI= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - exec: all-hosts: - mkdir /etc/cephadm_testing - cephadm.apply: specs: - extra_container_args: - --cpus=2 extra_entrypoint_args: - --debug_ms 10 placement: host_pattern: '*' service_type: mon - custom_configs: - content: "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n\ \ ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\n\ sleep infinity\n" mount_path: /root/write_thing_to_file.sh extra_container_args: - -v - /etc/cephadm_testing:/root/cephadm_testing extra_entrypoint_args: - /root/write_thing_to_file.sh - -c - testing_custom_containers - -o - /root/cephadm_testing/testing.txt placement: host_pattern: '*' service_id: foo service_type: container spec: entrypoint: bash image: quay.io/fedora/fedora:latest - custom_configs: - content: 'set -e test -f /var/cache/bar/from.txt test -f /var/cache/bar/presized.dat echo ok > /var/cache/bar/primary.txt sleep infinity ' mount_path: /root/init_check.sh extra_entrypoint_args: - /root/init_check.sh placement: host_pattern: '*' service_id: bar service_type: container spec: dirs: - data entrypoint: bash image: quay.io/fedora/fedora:latest init_containers: - entrypoint: bash entrypoint_args: - argument: -c - argument: . /etc/os-release && echo from=$ID > /var/cache/bar/from.txt image: quay.io/centos/centos:latest volume_mounts: data: /var/cache/bar:z - entrypoint: bash entrypoint_args: - argument: -c - argument: test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat volume_mounts: data: /var/cache/bar:z volume_mounts: data: /var/cache/bar:z - cephadm.wait_for_service: service: mon - cephadm.wait_for_service: service: container.foo - cephadm.wait_for_service: service: container.bar - exec: host.a: - 'set -ex FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) sleep 60 # check extra container and entrypoint args written to mon unit run file grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run # check that custom container properly wrote content to file. # This requires the custom config, extra container args, and # entrypoint args to all be working in order for this to have # been written. The container entrypoint was set up with custom_configs, # the content and where to write to with the entrypoint args, and the mounting # of the /etc/cephadm_testing dir with extra container args grep "testing_custom_containers" /etc/cephadm_testing/testing.txt # Verify that container bar''s init containers and primary container # ran successfully dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name ''container.bar.*'') test -n "$dir" grep ok ${dir}/data/primary.txt grep from=centos ${dir}/data/from.txt test -s ${dir}/data/presized.dat ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-10_17:16:14 tube: smithi user: hyelloji verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-11T01:00:28.615 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_8f219c476cb4f26fc5719c661c0323719a45cb30/qa; will attempt to use it 2024-09-11T01:00:28.616 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_8f219c476cb4f26fc5719c661c0323719a45cb30/qa/tasks 2024-09-11T01:00:28.616 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-11T01:00:28.617 INFO:teuthology.task.internal:Checking packages... 2024-09-11T01:00:28.639 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '8f219c476cb4f26fc5719c661c0323719a45cb30' 2024-09-11T01:00:28.639 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-11T01:00:28.639 INFO:teuthology.packaging:ref: None 2024-09-11T01:00:28.639 INFO:teuthology.packaging:tag: None 2024-09-11T01:00:28.639 INFO:teuthology.packaging:branch: wip-hemanth-testing-2024-09-10-0723 2024-09-11T01:00:28.639 INFO:teuthology.packaging:sha1: 8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T01:00:28.640 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-hemanth-testing-2024-09-10-0723 2024-09-11T01:00:28.790 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4854.g8f219c47 2024-09-11T01:00:28.792 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-11T01:00:28.799 INFO:teuthology.task.internal:no buildpackages task found 2024-09-11T01:00:28.799 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-11T01:00:28.822 INFO:teuthology.task.internal:Saving configuration 2024-09-11T01:00:28.837 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-11T01:00:28.849 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-11T01:00:28.881 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7899879', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-11 00:55:22.132553', 'locked_by': 'scheduled_hyelloji@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMQjiUDgZ+TsHfXO87/xRuaJCZQyy2k0BCHTAZh6Vu3GrJ+ren5UuHlsT6C4qQO/UJsFOZ8kNxYndA83H6b6wVI='} 2024-09-11T01:00:28.913 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7899879', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-11 00:55:22.134521', 'locked_by': 'scheduled_hyelloji@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMABY0htGCoLW84wwVN7DYVf3B2gyMIjg5Z1xsX0nq2axThHLJCq4oe51csPnY9Gbex8UNPP6RtZHq9BSDvdimI='} 2024-09-11T01:00:28.913 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-11T01:00:28.925 INFO:teuthology.task.internal:roles: ubuntu@smithi062.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-11T01:00:28.925 INFO:teuthology.task.internal:roles: ubuntu@smithi150.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-11T01:00:28.925 INFO:teuthology.run_tasks:Running task console_log... 2024-09-11T01:00:29.042 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f73b7dbfbe0>, signals=[15]) 2024-09-11T01:00:29.042 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-11T01:00:29.053 INFO:teuthology.task.internal:Opening connections... 2024-09-11T01:00:29.053 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi062.front.sepia.ceph.com 2024-09-11T01:00:29.054 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T01:00:29.149 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi150.front.sepia.ceph.com 2024-09-11T01:00:29.150 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T01:00:29.236 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-11T01:00:29.248 DEBUG:teuthology.orchestra.run.smithi062:> uname -m 2024-09-11T01:00:29.266 INFO:teuthology.orchestra.run.smithi062.stdout:x86_64 2024-09-11T01:00:29.266 DEBUG:teuthology.orchestra.run.smithi062:> cat /etc/os-release 2024-09-11T01:00:29.325 INFO:teuthology.orchestra.run.smithi062.stdout:NAME="CentOS Stream" 2024-09-11T01:00:29.325 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION="9" 2024-09-11T01:00:29.325 INFO:teuthology.orchestra.run.smithi062.stdout:ID="centos" 2024-09-11T01:00:29.325 INFO:teuthology.orchestra.run.smithi062.stdout:ID_LIKE="rhel fedora" 2024-09-11T01:00:29.325 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION_ID="9" 2024-09-11T01:00:29.325 INFO:teuthology.orchestra.run.smithi062.stdout:PLATFORM_ID="platform:el9" 2024-09-11T01:00:29.325 INFO:teuthology.orchestra.run.smithi062.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T01:00:29.325 INFO:teuthology.orchestra.run.smithi062.stdout:ANSI_COLOR="0;31" 2024-09-11T01:00:29.326 INFO:teuthology.orchestra.run.smithi062.stdout:LOGO="fedora-logo-icon" 2024-09-11T01:00:29.326 INFO:teuthology.orchestra.run.smithi062.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T01:00:29.326 INFO:teuthology.orchestra.run.smithi062.stdout:HOME_URL="https://centos.org/" 2024-09-11T01:00:29.326 INFO:teuthology.orchestra.run.smithi062.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T01:00:29.326 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T01:00:29.326 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T01:00:29.327 INFO:teuthology.lock.ops:Updating smithi062.front.sepia.ceph.com on lock server 2024-09-11T01:00:29.355 DEBUG:teuthology.orchestra.run.smithi150:> uname -m 2024-09-11T01:00:29.375 INFO:teuthology.orchestra.run.smithi150.stdout:x86_64 2024-09-11T01:00:29.375 DEBUG:teuthology.orchestra.run.smithi150:> cat /etc/os-release 2024-09-11T01:00:29.433 INFO:teuthology.orchestra.run.smithi150.stdout:NAME="CentOS Stream" 2024-09-11T01:00:29.433 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION="9" 2024-09-11T01:00:29.433 INFO:teuthology.orchestra.run.smithi150.stdout:ID="centos" 2024-09-11T01:00:29.433 INFO:teuthology.orchestra.run.smithi150.stdout:ID_LIKE="rhel fedora" 2024-09-11T01:00:29.433 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_ID="9" 2024-09-11T01:00:29.433 INFO:teuthology.orchestra.run.smithi150.stdout:PLATFORM_ID="platform:el9" 2024-09-11T01:00:29.433 INFO:teuthology.orchestra.run.smithi150.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-11T01:00:29.433 INFO:teuthology.orchestra.run.smithi150.stdout:ANSI_COLOR="0;31" 2024-09-11T01:00:29.433 INFO:teuthology.orchestra.run.smithi150.stdout:LOGO="fedora-logo-icon" 2024-09-11T01:00:29.433 INFO:teuthology.orchestra.run.smithi150.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-11T01:00:29.433 INFO:teuthology.orchestra.run.smithi150.stdout:HOME_URL="https://centos.org/" 2024-09-11T01:00:29.434 INFO:teuthology.orchestra.run.smithi150.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-11T01:00:29.434 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-11T01:00:29.434 INFO:teuthology.orchestra.run.smithi150.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-11T01:00:29.434 INFO:teuthology.lock.ops:Updating smithi150.front.sepia.ceph.com on lock server 2024-09-11T01:00:29.463 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-11T01:00:29.474 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-11T01:00:29.485 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-11T01:00:29.485 DEBUG:teuthology.orchestra.run.smithi062:> test '!' -e /home/ubuntu/cephtest 2024-09-11T01:00:29.488 DEBUG:teuthology.orchestra.run.smithi150:> test '!' -e /home/ubuntu/cephtest 2024-09-11T01:00:29.506 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-11T01:00:29.518 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-11T01:00:29.518 DEBUG:teuthology.orchestra.run.smithi062:> test -z $(ls -A /var/lib/ceph) 2024-09-11T01:00:29.546 DEBUG:teuthology.orchestra.run.smithi150:> test -z $(ls -A /var/lib/ceph) 2024-09-11T01:00:29.581 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-11T01:00:29.658 INFO:teuthology.run_tasks:Running task kernel... 2024-09-11T01:00:29.676 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-11T01:00:29.677 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-11T01:00:29.677 DEBUG:teuthology.orchestra.run.smithi062:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T01:00:29.677 DEBUG:teuthology.orchestra.run.smithi150:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-11T01:00:29.694 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T01:00:29.695 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T01:00:29.695 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2024-09-11T01:00:29.696 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2024-09-11T01:00:29.753 INFO:teuthology.orchestra.run.smithi150.stdout:5.14.0-503.el9.x86_64 2024-09-11T01:00:29.753 INFO:teuthology.task.kernel:Running kernel on smithi150: 5.14.0-503.el9.x86_64 2024-09-11T01:00:29.753 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum install -y kernel 2024-09-11T01:00:29.754 INFO:teuthology.orchestra.run.smithi062.stdout:5.14.0-503.el9.x86_64 2024-09-11T01:00:29.754 INFO:teuthology.task.kernel:Running kernel on smithi062: 5.14.0-503.el9.x86_64 2024-09-11T01:00:29.754 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum install -y kernel 2024-09-11T01:00:32.098 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.2 MB 00:00 2024-09-11T01:00:32.795 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - BaseOS 6.4 MB/s | 8.2 MB 00:01 2024-09-11T01:00:34.624 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - AppStream 15 MB/s | 20 MB 00:01 2024-09-11T01:00:35.938 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - AppStream 10 MB/s | 20 MB 00:02 2024-09-11T01:00:40.691 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - CRB 3.2 MB/s | 6.5 MB 00:02 2024-09-11T01:00:41.071 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - CRB 4.9 MB/s | 6.5 MB 00:01 2024-09-11T01:00:42.425 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - Extras packages 39 kB/s | 19 kB 00:00 2024-09-11T01:00:43.171 INFO:teuthology.orchestra.run.smithi062.stdout:Extra Packages for Enterprise Linux 37 MB/s | 23 MB 00:00 2024-09-11T01:00:43.505 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 19 kB 00:01 2024-09-11T01:00:44.359 INFO:teuthology.orchestra.run.smithi150.stdout:Extra Packages for Enterprise Linux 31 MB/s | 23 MB 00:00 2024-09-11T01:00:48.835 INFO:teuthology.orchestra.run.smithi062.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-11T01:00:49.757 INFO:teuthology.orchestra.run.smithi150.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-11T01:00:50.950 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T01:00:50.950 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T01:00:51.045 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:00:51.054 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:00:51.054 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-09-11T01:00:51.054 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:00:51.054 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:00:51.055 INFO:teuthology.orchestra.run.smithi062.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T01:00:51.055 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-11T01:00:51.055 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T01:00:51.055 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T01:00:51.055 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T01:00:51.055 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:00:51.055 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:00:51.055 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:00:51.055 INFO:teuthology.orchestra.run.smithi062.stdout:Install 4 Packages 2024-09-11T01:00:51.055 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:00:51.055 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 79 M 2024-09-11T01:00:51.055 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 126 M 2024-09-11T01:00:51.055 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:00:51.278 INFO:teuthology.orchestra.run.smithi062.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 208 kB/s | 23 kB 00:00 2024-09-11T01:00:51.670 INFO:teuthology.orchestra.run.smithi062.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 31 MB/s | 16 MB 00:00 2024-09-11T01:00:51.780 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-11T01:00:51.780 INFO:teuthology.orchestra.run.smithi150.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-11T01:00:51.870 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:00:51.878 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:00:51.878 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2024-09-11T01:00:51.878 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:00:51.878 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:00:51.878 INFO:teuthology.orchestra.run.smithi150.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-11T01:00:51.878 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-09-11T01:00:51.878 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-11T01:00:51.878 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-11T01:00:51.878 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-11T01:00:51.879 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:00:51.879 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:00:51.879 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:00:51.879 INFO:teuthology.orchestra.run.smithi150.stdout:Install 4 Packages 2024-09-11T01:00:51.879 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:00:51.880 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 79 M 2024-09-11T01:00:51.880 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 126 M 2024-09-11T01:00:51.880 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:00:52.053 INFO:teuthology.orchestra.run.smithi062.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 37 MB/s | 29 MB 00:00 2024-09-11T01:00:52.362 INFO:teuthology.orchestra.run.smithi062.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 29 MB/s | 35 MB 00:01 2024-09-11T01:00:52.362 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:00:52.362 INFO:teuthology.orchestra.run.smithi062.stdout:Total 60 MB/s | 79 MB 00:01 2024-09-11T01:00:52.558 INFO:teuthology.orchestra.run.smithi150.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 41 kB/s | 23 kB 00:00 2024-09-11T01:00:53.074 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:00:53.458 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:00:53.459 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:00:54.466 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:00:54.466 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:00:55.117 INFO:teuthology.orchestra.run.smithi150.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 5.0 MB/s | 16 MB 00:03 2024-09-11T01:00:55.817 INFO:teuthology.orchestra.run.smithi150.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 9.0 MB/s | 35 MB 00:03 2024-09-11T01:00:56.784 INFO:teuthology.orchestra.run.smithi150.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 6.8 MB/s | 29 MB 00:04 2024-09-11T01:00:56.784 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:00:56.785 INFO:teuthology.orchestra.run.smithi150.stdout:Total 16 MB/s | 79 MB 00:04 2024-09-11T01:00:57.031 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:00:57.467 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:00:57.704 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T01:00:57.795 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T01:00:57.836 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:00:57.836 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:00:58.792 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:00:58.793 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:01:00.586 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T01:01:00.714 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T01:01:01.235 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:01:01.897 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-11T01:01:02.001 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T01:01:04.811 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T01:01:04.969 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T01:01:05.839 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T01:01:05.874 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T01:01:09.804 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T01:01:09.853 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T01:01:11.017 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T01:01:14.702 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T01:01:50.072 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T01:01:50.114 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T01:01:50.380 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T01:01:50.380 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T01:01:50.380 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T01:01:50.381 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T01:01:51.185 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T01:01:51.185 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:01:51.185 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:01:51.185 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T01:01:51.185 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T01:01:51.185 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T01:01:51.185 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T01:01:51.185 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:01:51.186 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:01:51.564 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T01:01:51.661 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T01:01:51.662 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T01:01:51.662 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-11T01:01:51.662 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T01:01:51.662 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T01:01:51.662 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-11T01:01:51.662 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi062.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T01:01:51.662 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T01:01:51.722 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T01:01:51.722 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T01:01:51.722 DEBUG:teuthology.orchestra.run.smithi062:> sudo rpm -qi grub2-tools 2024-09-11T01:01:51.760 INFO:teuthology.orchestra.run.smithi062.stdout:Name : grub2-tools 2024-09-11T01:01:51.760 INFO:teuthology.orchestra.run.smithi062.stdout:Epoch : 1 2024-09-11T01:01:51.760 INFO:teuthology.orchestra.run.smithi062.stdout:Version : 2.06 2024-09-11T01:01:51.760 INFO:teuthology.orchestra.run.smithi062.stdout:Release : 82.el9 2024-09-11T01:01:51.760 INFO:teuthology.orchestra.run.smithi062.stdout:Architecture: x86_64 2024-09-11T01:01:51.760 INFO:teuthology.orchestra.run.smithi062.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T01:01:51.760 INFO:teuthology.orchestra.run.smithi062.stdout:Group : Unspecified 2024-09-11T01:01:51.760 INFO:teuthology.orchestra.run.smithi062.stdout:Size : 8274670 2024-09-11T01:01:51.760 INFO:teuthology.orchestra.run.smithi062.stdout:License : GPLv3+ 2024-09-11T01:01:51.760 INFO:teuthology.orchestra.run.smithi062.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T01:01:51.761 INFO:teuthology.orchestra.run.smithi062.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T01:01:51.761 INFO:teuthology.orchestra.run.smithi062.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T01:01:51.761 INFO:teuthology.orchestra.run.smithi062.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T01:01:51.761 INFO:teuthology.orchestra.run.smithi062.stdout:Packager : builder@centos.org 2024-09-11T01:01:51.761 INFO:teuthology.orchestra.run.smithi062.stdout:Vendor : CentOS 2024-09-11T01:01:51.761 INFO:teuthology.orchestra.run.smithi062.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T01:01:51.761 INFO:teuthology.orchestra.run.smithi062.stdout:Summary : Support tools for GRUB. 2024-09-11T01:01:51.761 INFO:teuthology.orchestra.run.smithi062.stdout:Description : 2024-09-11T01:01:51.761 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:01:51.761 INFO:teuthology.orchestra.run.smithi062.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T01:01:51.761 INFO:teuthology.orchestra.run.smithi062.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T01:01:51.761 INFO:teuthology.orchestra.run.smithi062.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T01:01:51.761 INFO:teuthology.orchestra.run.smithi062.stdout:hardware devices. 2024-09-11T01:01:51.761 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:01:51.762 INFO:teuthology.orchestra.run.smithi062.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T01:01:51.762 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T01:01:51.763 INFO:teuthology.task.kernel:Updating grub on smithi062 to boot 5.14.0-505.el9.x86_64 2024-09-11T01:01:51.763 DEBUG:teuthology.orchestra.run.smithi062:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T01:01:52.387 INFO:teuthology.orchestra.run.smithi062.stderr:Generating grub configuration file ... 2024-09-11T01:01:52.800 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T01:01:52.855 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-11T01:01:53.149 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-11T01:01:53.149 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-11T01:01:53.149 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-11T01:01:53.149 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-11T01:01:53.762 INFO:teuthology.orchestra.run.smithi062.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T01:01:53.781 INFO:teuthology.orchestra.run.smithi062.stderr:done 2024-09-11T01:01:53.783 DEBUG:teuthology.orchestra.run.smithi062:> mktemp 2024-09-11T01:01:53.799 INFO:teuthology.orchestra.run.smithi062.stdout:/tmp/tmp.aAXj4ZDzAH 2024-09-11T01:01:53.799 DEBUG:teuthology.orchestra.run.smithi062:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.aAXj4ZDzAH 2024-09-11T01:01:53.865 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 0666 /tmp/tmp.aAXj4ZDzAH 2024-09-11T01:01:53.998 DEBUG:teuthology.orchestra.remote:smithi062:/tmp/tmp.aAXj4ZDzAH is 6KB 2024-09-11T01:01:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-11T01:01:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:01:54.006 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:01:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-11T01:01:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-11T01:01:54.006 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-11T01:01:54.007 INFO:teuthology.orchestra.run.smithi150.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-11T01:01:54.007 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:01:54.007 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:01:54.047 DEBUG:teuthology.orchestra.run.smithi062:> rm -fr /tmp/tmp.aAXj4ZDzAH 2024-09-11T01:01:54.061 DEBUG:teuthology.orchestra.run.smithi062:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T01:01:54.124 INFO:teuthology.orchestra.run.smithi062.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T01:01:54.124 INFO:teuthology.orchestra.run.smithi062.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T01:01:54.124 INFO:teuthology.orchestra.run.smithi062.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T01:01:54.125 INFO:teuthology.orchestra.run.smithi062.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T01:01:54.126 DEBUG:teuthology.orchestra.run.smithi062:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T01:01:54.277 DEBUG:teuthology.orchestra.run.smithi062:> sudo shutdown -r now 2024-09-11T01:01:54.359 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T01:01:54.448 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T01:01:54.449 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T01:01:54.449 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-11T01:01:54.449 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-11T01:01:54.449 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-11T01:01:54.449 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-11T01:01:54.449 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi150.front.sepia.ceph.com, path=None, version=distro) 2024-09-11T01:01:54.449 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q kernel | sort -rV | head -n 1 2024-09-11T01:01:54.508 INFO:teuthology.orchestra.run.smithi150.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-11T01:01:54.508 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-11T01:01:54.509 DEBUG:teuthology.orchestra.run.smithi150:> sudo rpm -qi grub2-tools 2024-09-11T01:01:54.551 INFO:teuthology.orchestra.run.smithi150.stdout:Name : grub2-tools 2024-09-11T01:01:54.551 INFO:teuthology.orchestra.run.smithi150.stdout:Epoch : 1 2024-09-11T01:01:54.551 INFO:teuthology.orchestra.run.smithi150.stdout:Version : 2.06 2024-09-11T01:01:54.551 INFO:teuthology.orchestra.run.smithi150.stdout:Release : 82.el9 2024-09-11T01:01:54.551 INFO:teuthology.orchestra.run.smithi150.stdout:Architecture: x86_64 2024-09-11T01:01:54.551 INFO:teuthology.orchestra.run.smithi150.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-11T01:01:54.551 INFO:teuthology.orchestra.run.smithi150.stdout:Group : Unspecified 2024-09-11T01:01:54.551 INFO:teuthology.orchestra.run.smithi150.stdout:Size : 8274670 2024-09-11T01:01:54.551 INFO:teuthology.orchestra.run.smithi150.stdout:License : GPLv3+ 2024-09-11T01:01:54.552 INFO:teuthology.orchestra.run.smithi150.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-11T01:01:54.552 INFO:teuthology.orchestra.run.smithi150.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-11T01:01:54.552 INFO:teuthology.orchestra.run.smithi150.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-11T01:01:54.552 INFO:teuthology.orchestra.run.smithi150.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-11T01:01:54.552 INFO:teuthology.orchestra.run.smithi150.stdout:Packager : builder@centos.org 2024-09-11T01:01:54.552 INFO:teuthology.orchestra.run.smithi150.stdout:Vendor : CentOS 2024-09-11T01:01:54.552 INFO:teuthology.orchestra.run.smithi150.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-11T01:01:54.552 INFO:teuthology.orchestra.run.smithi150.stdout:Summary : Support tools for GRUB. 2024-09-11T01:01:54.552 INFO:teuthology.orchestra.run.smithi150.stdout:Description : 2024-09-11T01:01:54.552 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:01:54.552 INFO:teuthology.orchestra.run.smithi150.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-11T01:01:54.552 INFO:teuthology.orchestra.run.smithi150.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-11T01:01:54.552 INFO:teuthology.orchestra.run.smithi150.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-11T01:01:54.552 INFO:teuthology.orchestra.run.smithi150.stdout:hardware devices. 2024-09-11T01:01:54.553 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:01:54.553 INFO:teuthology.orchestra.run.smithi150.stdout:This subpackage provides tools for support of all platforms. 2024-09-11T01:01:54.553 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-11T01:01:54.554 INFO:teuthology.task.kernel:Updating grub on smithi150 to boot 5.14.0-505.el9.x86_64 2024-09-11T01:01:54.554 DEBUG:teuthology.orchestra.run.smithi150:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-11T01:01:55.212 INFO:teuthology.orchestra.run.smithi150.stderr:Generating grub configuration file ... 2024-09-11T01:01:56.503 INFO:teuthology.orchestra.run.smithi150.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-11T01:01:56.536 INFO:teuthology.orchestra.run.smithi150.stderr:done 2024-09-11T01:01:56.539 DEBUG:teuthology.orchestra.run.smithi150:> mktemp 2024-09-11T01:01:56.555 INFO:teuthology.orchestra.run.smithi150.stdout:/tmp/tmp.nQYG46invP 2024-09-11T01:01:56.556 DEBUG:teuthology.orchestra.run.smithi150:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.nQYG46invP 2024-09-11T01:01:56.623 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0666 /tmp/tmp.nQYG46invP 2024-09-11T01:01:56.758 DEBUG:teuthology.orchestra.remote:smithi150:/tmp/tmp.nQYG46invP is 6KB 2024-09-11T01:01:56.806 DEBUG:teuthology.orchestra.run.smithi150:> rm -fr /tmp/tmp.nQYG46invP 2024-09-11T01:01:56.821 DEBUG:teuthology.orchestra.run.smithi150:> sudo /bin/ls /boot/loader/entries || true 2024-09-11T01:01:56.883 INFO:teuthology.orchestra.run.smithi150.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-11T01:01:56.884 INFO:teuthology.orchestra.run.smithi150.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-11T01:01:56.884 INFO:teuthology.orchestra.run.smithi150.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-11T01:01:56.884 INFO:teuthology.orchestra.run.smithi150.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-11T01:01:56.885 DEBUG:teuthology.orchestra.run.smithi150:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-11T01:01:57.041 DEBUG:teuthology.orchestra.run.smithi150:> sudo shutdown -r now 2024-09-11T01:02:24.305 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-11T01:02:24.305 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-09-11T01:02:24.306 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T01:02:27.047 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-11T01:02:27.047 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-09-11T01:02:27.048 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T01:02:42.749 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.62 2024-09-11T01:02:45.565 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2024-09-11T01:02:51.757 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-09-11T01:02:51.758 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T01:02:54.569 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-09-11T01:02:54.569 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T01:02:54.845 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.62 2024-09-11T01:02:57.665 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2024-09-11T01:03:06.855 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-09-11T01:03:06.856 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T01:03:09.668 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-09-11T01:03:09.669 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T01:03:25.245 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.62 2024-09-11T01:03:28.061 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2024-09-11T01:03:40.257 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-09-11T01:03:40.258 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T01:03:40.646 DEBUG:teuthology.orchestra.run.smithi062:> true 2024-09-11T01:03:41.122 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-09-11T01:03:41.123 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-11T01:03:41.123 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2024-09-11T01:03:41.139 INFO:teuthology.orchestra.run.smithi062.stdout:5.14.0-505.el9.x86_64 2024-09-11T01:03:41.140 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-11T01:03:41.140 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T01:03:41.140 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T01:03:42.141 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-11T01:03:42.141 DEBUG:teuthology.orchestra.run.smithi062:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T01:03:42.239 INFO:teuthology.orchestra.run.smithi062.stdout:ttyS1 2024-09-11T01:03:42.268 DEBUG:teuthology.parallel:result is None 2024-09-11T01:03:43.062 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-09-11T01:03:43.062 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T01:03:43.449 DEBUG:teuthology.orchestra.run.smithi150:> true 2024-09-11T01:03:43.837 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-09-11T01:03:43.837 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-11T01:03:43.837 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2024-09-11T01:03:43.852 INFO:teuthology.orchestra.run.smithi150.stdout:5.14.0-505.el9.x86_64 2024-09-11T01:03:43.852 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-11T01:03:43.853 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-11T01:03:43.853 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-11T01:03:44.853 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-11T01:03:45.287 DEBUG:teuthology.orchestra.run.smithi150:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-11T01:03:45.373 INFO:teuthology.orchestra.run.smithi150.stdout:ttyS1 2024-09-11T01:03:45.407 DEBUG:teuthology.parallel:result is None 2024-09-11T01:03:45.407 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-11T01:03:45.421 INFO:teuthology.task.internal:Creating test directory... 2024-09-11T01:03:45.421 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T01:03:45.425 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-11T01:03:45.440 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-11T01:03:45.452 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-11T01:03:45.467 INFO:teuthology.task.internal:Creating archive directory... 2024-09-11T01:03:45.467 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T01:03:45.483 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-11T01:03:45.516 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-11T01:03:45.529 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-11T01:03:45.530 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-11T01:03:45.551 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-11T01:03:45.575 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T01:03:45.586 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T01:03:45.592 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T01:03:45.602 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-11T01:03:45.604 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-11T01:03:45.612 INFO:teuthology.task.internal:Configuring sudo... 2024-09-11T01:03:45.612 DEBUG:teuthology.orchestra.run.smithi062:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T01:03:45.631 DEBUG:teuthology.orchestra.run.smithi150:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-11T01:03:45.657 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-11T01:03:45.669 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-11T01:03:45.669 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T01:03:45.699 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-11T01:03:45.714 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T01:03:45.808 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T01:03:45.893 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T01:03:45.937 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T01:03:45.976 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-11T01:03:45.976 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T01:03:46.040 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T01:03:46.092 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-11T01:03:46.121 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T01:03:46.198 DEBUG:teuthology.orchestra.run.smithi150:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-11T01:03:46.236 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-09-11T01:03:46.236 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-11T01:03:46.297 DEBUG:teuthology.orchestra.run.smithi062:> sudo service rsyslog restart 2024-09-11T01:03:46.299 DEBUG:teuthology.orchestra.run.smithi150:> sudo service rsyslog restart 2024-09-11T01:03:46.349 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T01:03:46.373 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T01:03:46.626 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-11T01:03:46.636 INFO:teuthology.task.internal:Starting timer... 2024-09-11T01:03:46.636 INFO:teuthology.run_tasks:Running task pcp... 2024-09-11T01:03:46.651 INFO:teuthology.run_tasks:Running task selinux... 2024-09-11T01:03:46.662 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-11T01:03:46.662 DEBUG:teuthology.orchestra.run.smithi062:> sudo service auditd rotate 2024-09-11T01:03:46.699 INFO:teuthology.orchestra.run.smithi062.stdout:Rotating logs: 2024-09-11T01:03:46.701 DEBUG:teuthology.orchestra.run.smithi150:> sudo service auditd rotate 2024-09-11T01:03:46.758 INFO:teuthology.orchestra.run.smithi150.stdout:Rotating logs: 2024-09-11T01:03:46.759 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-11T01:03:46.760 DEBUG:teuthology.orchestra.run.smithi062:> /usr/sbin/getenforce 2024-09-11T01:03:46.810 INFO:teuthology.orchestra.run.smithi062.stdout:Permissive 2024-09-11T01:03:46.810 DEBUG:teuthology.orchestra.run.smithi150:> /usr/sbin/getenforce 2024-09-11T01:03:46.833 INFO:teuthology.orchestra.run.smithi150.stdout:Permissive 2024-09-11T01:03:46.833 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi062.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi150.front.sepia.ceph.com': 'permissive'} 2024-09-11T01:03:46.833 DEBUG:teuthology.orchestra.run.smithi062:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-11T01:03:46.858 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T01:03:46.859 DEBUG:teuthology.orchestra.run.smithi150:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-11T01:03:46.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T01:03:46.897 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-11T01:03:46.897 DEBUG:teuthology.orchestra.run.smithi062:> sudo /usr/sbin/setenforce permissive 2024-09-11T01:03:46.934 DEBUG:teuthology.orchestra.run.smithi150:> sudo /usr/sbin/setenforce permissive 2024-09-11T01:03:46.972 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-11T01:03:46.987 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-11T01:03:46.999 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-11T01:03:47.000 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi062.front.sepia.ceph.com,smithi150.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-11T01:07:34.443 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi062.front.sepia.ceph.com'), Remote(name='ubuntu@smithi150.front.sepia.ceph.com')] 2024-09-11T01:07:34.444 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-09-11T01:07:34.446 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T01:07:34.531 DEBUG:teuthology.orchestra.run.smithi062:> true 2024-09-11T01:07:34.616 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-09-11T01:07:34.617 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-09-11T01:07:34.617 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-11T01:07:34.700 DEBUG:teuthology.orchestra.run.smithi150:> true 2024-09-11T01:07:34.775 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-09-11T01:07:34.776 INFO:teuthology.run_tasks:Running task clock... 2024-09-11T01:07:34.787 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-11T01:07:34.787 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T01:07:34.788 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T01:07:34.790 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-11T01:07:34.790 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T01:07:34.819 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T01:07:34.834 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T01:07:34.844 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-11T01:07:34.858 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-11T01:07:34.861 INFO:teuthology.orchestra.run.smithi062.stderr:sudo: ntpd: command not found 2024-09-11T01:07:34.872 INFO:teuthology.orchestra.run.smithi062.stdout:506 Cannot talk to daemon 2024-09-11T01:07:34.883 INFO:teuthology.orchestra.run.smithi150.stderr:sudo: ntpd: command not found 2024-09-11T01:07:34.887 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T01:07:34.894 INFO:teuthology.orchestra.run.smithi150.stdout:506 Cannot talk to daemon 2024-09-11T01:07:34.901 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T01:07:34.908 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-11T01:07:34.922 INFO:teuthology.orchestra.run.smithi150.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-11T01:07:34.960 INFO:teuthology.orchestra.run.smithi062.stderr:bash: line 1: ntpq: command not found 2024-09-11T01:07:34.962 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T01:07:34.962 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2024-09-11T01:07:34.962 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T01:07:34.963 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T01:07:34.963 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T01:07:34.963 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T01:07:34.979 INFO:teuthology.orchestra.run.smithi150.stderr:bash: line 1: ntpq: command not found 2024-09-11T01:07:34.982 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T01:07:34.983 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2024-09-11T01:07:34.983 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T01:07:34.983 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T01:07:34.983 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T01:07:34.983 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T01:07:34.984 INFO:teuthology.run_tasks:Running task pexec... 2024-09-11T01:07:34.994 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-11T01:07:34.995 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi062.front.sepia.ceph.com 2024-09-11T01:07:34.995 DEBUG:teuthology.orchestra.run.smithi062:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-11T01:07:34.995 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi150.front.sepia.ceph.com 2024-09-11T01:07:34.995 DEBUG:teuthology.orchestra.run.smithi150:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-11T01:07:35.373 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:07:35.375 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:07:35.384 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:07:35.384 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2024-09-11T01:07:35.384 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:07:35.384 INFO:teuthology.orchestra.run.smithi150.stdout:Removing: 2024-09-11T01:07:35.384 INFO:teuthology.orchestra.run.smithi150.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-11T01:07:35.384 INFO:teuthology.orchestra.run.smithi150.stdout:Removing unused dependencies: 2024-09-11T01:07:35.384 INFO:teuthology.orchestra.run.smithi150.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-11T01:07:35.384 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:07:35.385 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:07:35.385 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:07:35.385 INFO:teuthology.orchestra.run.smithi150.stdout:Remove 2 Packages 2024-09-11T01:07:35.385 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:07:35.385 INFO:teuthology.orchestra.run.smithi150.stdout:Freed space: 5.5 M 2024-09-11T01:07:35.385 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:07:35.386 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:07:35.386 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-09-11T01:07:35.386 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:07:35.386 INFO:teuthology.orchestra.run.smithi062.stdout:Removing: 2024-09-11T01:07:35.386 INFO:teuthology.orchestra.run.smithi062.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-11T01:07:35.386 INFO:teuthology.orchestra.run.smithi062.stdout:Removing unused dependencies: 2024-09-11T01:07:35.386 INFO:teuthology.orchestra.run.smithi062.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-11T01:07:35.387 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:07:35.387 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:07:35.387 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:07:35.387 INFO:teuthology.orchestra.run.smithi062.stdout:Remove 2 Packages 2024-09-11T01:07:35.387 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:07:35.387 INFO:teuthology.orchestra.run.smithi062.stdout:Freed space: 5.5 M 2024-09-11T01:07:35.387 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:07:35.388 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:07:35.388 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:07:35.389 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:07:35.389 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:07:35.445 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:07:35.445 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:07:35.454 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:07:35.455 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:07:35.572 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:07:35.606 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:07:35.649 INFO:teuthology.orchestra.run.smithi150.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-11T01:07:35.676 INFO:teuthology.orchestra.run.smithi062.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-11T01:07:35.706 INFO:teuthology.orchestra.run.smithi150.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T01:07:35.747 INFO:teuthology.orchestra.run.smithi062.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T01:07:36.193 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T01:07:36.193 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-11T01:07:36.217 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-11T01:07:36.217 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-11T01:07:36.442 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-11T01:07:36.442 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:07:36.442 INFO:teuthology.orchestra.run.smithi150.stdout:Removed: 2024-09-11T01:07:36.442 INFO:teuthology.orchestra.run.smithi150.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T01:07:36.442 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:07:36.443 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:07:36.462 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-11T01:07:36.463 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:07:36.463 INFO:teuthology.orchestra.run.smithi062.stdout:Removed: 2024-09-11T01:07:36.463 INFO:teuthology.orchestra.run.smithi062.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T01:07:36.463 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:07:36.463 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:07:37.239 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:00:48 ago on Wed 11 Sep 2024 01:06:48 AM UTC. 2024-09-11T01:07:37.310 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:47 ago on Wed 11 Sep 2024 01:06:50 AM UTC. 2024-09-11T01:07:37.382 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:07:37.383 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:07:37.383 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2024-09-11T01:07:37.383 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:07:37.383 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:07:37.383 INFO:teuthology.orchestra.run.smithi150.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-11T01:07:37.383 INFO:teuthology.orchestra.run.smithi150.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-11T01:07:37.383 INFO:teuthology.orchestra.run.smithi150.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-11T01:07:37.383 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-09-11T01:07:37.383 INFO:teuthology.orchestra.run.smithi150.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-11T01:07:37.384 INFO:teuthology.orchestra.run.smithi150.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-11T01:07:37.384 INFO:teuthology.orchestra.run.smithi150.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-11T01:07:37.384 INFO:teuthology.orchestra.run.smithi150.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-11T01:07:37.384 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:07:37.384 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:07:37.384 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:07:37.384 INFO:teuthology.orchestra.run.smithi150.stdout:Install 7 Packages 2024-09-11T01:07:37.384 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:07:37.401 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 5.2 M 2024-09-11T01:07:37.401 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 19 M 2024-09-11T01:07:37.401 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:07:37.448 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:07:37.449 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:07:37.449 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-11T01:07:37.449 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:07:37.449 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:07:37.449 INFO:teuthology.orchestra.run.smithi062.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-11T01:07:37.449 INFO:teuthology.orchestra.run.smithi062.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-11T01:07:37.449 INFO:teuthology.orchestra.run.smithi062.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-11T01:07:37.449 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-11T01:07:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-11T01:07:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-11T01:07:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-11T01:07:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-11T01:07:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:07:37.450 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:07:37.450 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:07:37.450 INFO:teuthology.orchestra.run.smithi062.stdout:Install 7 Packages 2024-09-11T01:07:37.450 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:07:37.467 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 5.2 M 2024-09-11T01:07:37.467 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 19 M 2024-09-11T01:07:37.467 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:07:37.663 INFO:teuthology.orchestra.run.smithi150.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 471 kB/s | 44 kB 00:00 2024-09-11T01:07:37.688 INFO:teuthology.orchestra.run.smithi150.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 886 kB/s | 106 kB 00:00 2024-09-11T01:07:37.722 INFO:teuthology.orchestra.run.smithi150.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.2 MB/s | 72 kB 00:00 2024-09-11T01:07:37.743 INFO:teuthology.orchestra.run.smithi062.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 441 kB/s | 44 kB 00:00 2024-09-11T01:07:37.747 INFO:teuthology.orchestra.run.smithi150.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2024-09-11T01:07:37.768 INFO:teuthology.orchestra.run.smithi062.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 840 kB/s | 106 kB 00:00 2024-09-11T01:07:37.789 INFO:teuthology.orchestra.run.smithi150.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.0 MB/s | 906 kB 00:00 2024-09-11T01:07:37.793 INFO:teuthology.orchestra.run.smithi062.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.4 MB/s | 72 kB 00:00 2024-09-11T01:07:37.819 INFO:teuthology.orchestra.run.smithi062.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-11T01:07:37.839 INFO:teuthology.orchestra.run.smithi150.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.0 MB/s | 837 kB 00:00 2024-09-11T01:07:37.861 INFO:teuthology.orchestra.run.smithi062.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 4.0 MB/s | 906 kB 00:00 2024-09-11T01:07:37.928 INFO:teuthology.orchestra.run.smithi062.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 6.1 MB/s | 837 kB 00:00 2024-09-11T01:07:38.064 INFO:teuthology.orchestra.run.smithi150.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 10 MB/s | 3.2 MB 00:00 2024-09-11T01:07:38.065 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:07:38.065 INFO:teuthology.orchestra.run.smithi150.stdout:Total 7.8 MB/s | 5.2 MB 00:00 2024-09-11T01:07:38.086 INFO:teuthology.orchestra.run.smithi062.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 12 MB/s | 3.2 MB 00:00 2024-09-11T01:07:38.086 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:07:38.087 INFO:teuthology.orchestra.run.smithi062.stdout:Total 8.4 MB/s | 5.2 MB 00:00 2024-09-11T01:07:38.174 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:07:38.189 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:07:38.190 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:07:38.199 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:07:38.216 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:07:38.216 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:07:38.508 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:07:38.508 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:07:38.522 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:07:38.522 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:07:38.976 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:07:39.032 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:07:39.069 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-11T01:07:39.104 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-11T01:07:39.124 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-11T01:07:39.132 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-11T01:07:39.160 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-11T01:07:39.194 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-11T01:07:39.351 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-11T01:07:39.388 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-11T01:07:39.417 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-11T01:07:39.450 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-11T01:07:39.833 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-11T01:07:39.857 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-11T01:07:39.926 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-11T01:07:39.955 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-11T01:07:39.979 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-11T01:07:40.044 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-11T01:07:40.084 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-11T01:07:40.153 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-11T01:07:41.045 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-11T01:07:41.045 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-11T01:07:41.045 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-11T01:07:41.045 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-11T01:07:41.046 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-11T01:07:41.046 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-11T01:07:41.046 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-11T01:07:41.104 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-11T01:07:41.104 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-11T01:07:41.104 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-11T01:07:41.104 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-11T01:07:41.104 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-11T01:07:41.104 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-11T01:07:41.104 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-11T01:07:41.386 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-11T01:07:41.386 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:07:41.386 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:07:41.386 INFO:teuthology.orchestra.run.smithi150.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T01:07:41.386 INFO:teuthology.orchestra.run.smithi150.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-11T01:07:41.386 INFO:teuthology.orchestra.run.smithi150.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-11T01:07:41.386 INFO:teuthology.orchestra.run.smithi150.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-11T01:07:41.387 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:07:41.387 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:07:41.498 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-11T01:07:41.498 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:07:41.499 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:07:41.499 INFO:teuthology.orchestra.run.smithi062.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-11T01:07:41.499 INFO:teuthology.orchestra.run.smithi062.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-11T01:07:41.499 INFO:teuthology.orchestra.run.smithi062.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-11T01:07:41.499 INFO:teuthology.orchestra.run.smithi062.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-11T01:07:41.499 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:07:41.499 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:07:41.744 DEBUG:teuthology.parallel:result is None 2024-09-11T01:07:41.897 DEBUG:teuthology.parallel:result is None 2024-09-11T01:07:41.897 INFO:teuthology.run_tasks:Running task install... 2024-09-11T01:07:41.907 DEBUG:teuthology.task.install:project ceph 2024-09-11T01:07:41.907 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '8f219c476cb4f26fc5719c661c0323719a45cb30'}} 2024-09-11T01:07:41.907 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '8f219c476cb4f26fc5719c661c0323719a45cb30'} 2024-09-11T01:07:41.907 INFO:teuthology.task.install:Using flavor: default 2024-09-11T01:07:41.913 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-09-11T01:07:41.913 INFO:teuthology.task.install:extra packages: [] 2024-09-11T01:07:41.914 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': '8f219c476cb4f26fc5719c661c0323719a45cb30', 'tag': None, 'wait_for_package': False} 2024-09-11T01:07:41.914 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T01:07:41.916 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': '8f219c476cb4f26fc5719c661c0323719a45cb30', 'tag': None, 'wait_for_package': False} 2024-09-11T01:07:41.916 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T01:07:42.071 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/ 2024-09-11T01:07:42.071 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4854.g8f219c47 2024-09-11T01:07:42.072 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/ 2024-09-11T01:07:42.072 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4854.g8f219c47 2024-09-11T01:07:42.192 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-11T01:07:42.192 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-09-11T01:07:42.193 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-11T01:07:42.199 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-11T01:07:42.199 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-11T01:07:42.199 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-11T01:07:42.218 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-11T01:07:42.218 DEBUG:teuthology.orchestra.run.smithi150:> 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/8f219c476cb4f26fc5719c661c0323719a45cb30/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-11T01:07:42.228 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-09-11T01:07:42.228 DEBUG:teuthology.orchestra.run.smithi062:> 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/8f219c476cb4f26fc5719c661c0323719a45cb30/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-11T01:07:42.285 DEBUG:teuthology.orchestra.run.smithi150:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-11T01:07:42.305 DEBUG:teuthology.orchestra.run.smithi062:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-11T01:07:42.363 DEBUG:teuthology.orchestra.run.smithi150:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-11T01:07:42.383 DEBUG:teuthology.orchestra.run.smithi062:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-11T01:07:42.426 INFO:teuthology.orchestra.run.smithi150.stdout:check_obsoletes = 1 2024-09-11T01:07:42.428 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum clean all 2024-09-11T01:07:42.449 INFO:teuthology.orchestra.run.smithi062.stdout:check_obsoletes = 1 2024-09-11T01:07:42.451 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum clean all 2024-09-11T01:07:42.661 INFO:teuthology.orchestra.run.smithi150.stdout:45 files removed 2024-09-11T01:07:42.687 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-radosgw 2024-09-11T01:07:42.702 INFO:teuthology.orchestra.run.smithi062.stdout:45 files removed 2024-09-11T01:07:42.730 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-radosgw 2024-09-11T01:07:43.239 INFO:teuthology.orchestra.run.smithi150.stdout:ceph packages for x86_64 317 kB/s | 84 kB 00:00 2024-09-11T01:07:43.295 INFO:teuthology.orchestra.run.smithi062.stdout:ceph packages for x86_64 317 kB/s | 84 kB 00:00 2024-09-11T01:07:43.523 INFO:teuthology.orchestra.run.smithi150.stdout:ceph noarch packages 101 kB/s | 24 kB 00:00 2024-09-11T01:07:43.579 INFO:teuthology.orchestra.run.smithi062.stdout:ceph noarch packages 101 kB/s | 24 kB 00:00 2024-09-11T01:07:43.791 INFO:teuthology.orchestra.run.smithi150.stdout:ceph source packages 8.4 kB/s | 1.9 kB 00:00 2024-09-11T01:07:43.847 INFO:teuthology.orchestra.run.smithi062.stdout:ceph source packages 8.5 kB/s | 1.9 kB 00:00 2024-09-11T01:07:44.280 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - BaseOS 21 MB/s | 8.2 MB 00:00 2024-09-11T01:07:44.366 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.2 MB 00:00 2024-09-11T01:07:46.022 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - AppStream 34 MB/s | 20 MB 00:00 2024-09-11T01:07:46.350 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - AppStream 23 MB/s | 20 MB 00:00 2024-09-11T01:07:51.660 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - CRB 4.5 MB/s | 6.5 MB 00:01 2024-09-11T01:07:51.724 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 6.5 MB 00:01 2024-09-11T01:07:53.282 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - Extras packages 69 kB/s | 19 kB 00:00 2024-09-11T01:07:53.452 INFO:teuthology.orchestra.run.smithi150.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 19 kB 00:00 2024-09-11T01:07:54.187 INFO:teuthology.orchestra.run.smithi062.stdout:Extra Packages for Enterprise Linux 29 MB/s | 23 MB 00:00 2024-09-11T01:07:54.631 INFO:teuthology.orchestra.run.smithi150.stdout:Extra Packages for Enterprise Linux 21 MB/s | 23 MB 00:01 2024-09-11T01:07:59.784 INFO:teuthology.orchestra.run.smithi062.stdout:lab-extras 37 kB/s | 1.7 kB 00:00 2024-09-11T01:08:00.137 INFO:teuthology.orchestra.run.smithi150.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-11T01:08:02.468 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:08:02.470 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:08:02.470 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-11T01:08:02.471 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:08:02.471 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:08:02.471 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-radosgw x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 11 M 2024-09-11T01:08:02.471 INFO:teuthology.orchestra.run.smithi062.stdout:Upgrading: 2024-09-11T01:08:02.471 INFO:teuthology.orchestra.run.smithi062.stdout: librados2 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 3.5 M 2024-09-11T01:08:02.471 INFO:teuthology.orchestra.run.smithi062.stdout: librbd1 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 3.2 M 2024-09-11T01:08:02.471 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-11T01:08:02.471 INFO:teuthology.orchestra.run.smithi062.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-11T01:08:02.471 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-base x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 5.5 M 2024-09-11T01:08:02.471 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-common x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 22 M 2024-09-11T01:08:02.471 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-selinux x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 25 k 2024-09-11T01:08:02.471 INFO:teuthology.orchestra.run.smithi062.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-11T01:08:02.472 INFO:teuthology.orchestra.run.smithi062.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-11T01:08:02.472 INFO:teuthology.orchestra.run.smithi062.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-11T01:08:02.472 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs2 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 755 k 2024-09-11T01:08:02.472 INFO:teuthology.orchestra.run.smithi062.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-11T01:08:02.472 INFO:teuthology.orchestra.run.smithi062.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-11T01:08:02.472 INFO:teuthology.orchestra.run.smithi062.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-11T01:08:02.472 INFO:teuthology.orchestra.run.smithi062.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-11T01:08:02.472 INFO:teuthology.orchestra.run.smithi062.stdout: libradosstriper1 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 507 k 2024-09-11T01:08:02.472 INFO:teuthology.orchestra.run.smithi062.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-11T01:08:02.472 INFO:teuthology.orchestra.run.smithi062.stdout: librgw2 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 5.5 M 2024-09-11T01:08:02.472 INFO:teuthology.orchestra.run.smithi062.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-11T01:08:02.472 INFO:teuthology.orchestra.run.smithi062.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-11T01:08:02.472 INFO:teuthology.orchestra.run.smithi062.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-11T01:08:02.473 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-argparse x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 45 k 2024-09-11T01:08:02.473 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-common x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 143 k 2024-09-11T01:08:02.473 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cephfs x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 161 k 2024-09-11T01:08:02.473 INFO:teuthology.orchestra.run.smithi062.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-11T01:08:02.473 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rados x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 321 k 2024-09-11T01:08:02.473 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rbd x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 306 k 2024-09-11T01:08:02.473 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rgw x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 99 k 2024-09-11T01:08:02.473 INFO:teuthology.orchestra.run.smithi062.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-11T01:08:02.473 INFO:teuthology.orchestra.run.smithi062.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-11T01:08:02.473 INFO:teuthology.orchestra.run.smithi062.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-11T01:08:02.473 INFO:teuthology.orchestra.run.smithi062.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-11T01:08:02.473 INFO:teuthology.orchestra.run.smithi062.stdout:Installing weak dependencies: 2024-09-11T01:08:02.473 INFO:teuthology.orchestra.run.smithi062.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-11T01:08:02.474 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:02.474 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:08:02.474 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:08:02.474 INFO:teuthology.orchestra.run.smithi062.stdout:Install 31 Packages 2024-09-11T01:08:02.474 INFO:teuthology.orchestra.run.smithi062.stdout:Upgrade 2 Packages 2024-09-11T01:08:02.474 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:02.474 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 62 M 2024-09-11T01:08:02.474 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:08:02.527 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:08:02.529 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:08:02.529 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2024-09-11T01:08:02.529 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:08:02.529 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:08:02.529 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-radosgw x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 11 M 2024-09-11T01:08:02.529 INFO:teuthology.orchestra.run.smithi150.stdout:Upgrading: 2024-09-11T01:08:02.530 INFO:teuthology.orchestra.run.smithi150.stdout: librados2 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 3.5 M 2024-09-11T01:08:02.530 INFO:teuthology.orchestra.run.smithi150.stdout: librbd1 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 3.2 M 2024-09-11T01:08:02.530 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-09-11T01:08:02.530 INFO:teuthology.orchestra.run.smithi150.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-11T01:08:02.530 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-base x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 5.5 M 2024-09-11T01:08:02.530 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-common x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 22 M 2024-09-11T01:08:02.530 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-selinux x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 25 k 2024-09-11T01:08:02.530 INFO:teuthology.orchestra.run.smithi150.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-11T01:08:02.530 INFO:teuthology.orchestra.run.smithi150.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-11T01:08:02.530 INFO:teuthology.orchestra.run.smithi150.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-11T01:08:02.530 INFO:teuthology.orchestra.run.smithi150.stdout: libcephfs2 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 755 k 2024-09-11T01:08:02.530 INFO:teuthology.orchestra.run.smithi150.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-11T01:08:02.530 INFO:teuthology.orchestra.run.smithi150.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-11T01:08:02.530 INFO:teuthology.orchestra.run.smithi150.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-11T01:08:02.530 INFO:teuthology.orchestra.run.smithi150.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-11T01:08:02.531 INFO:teuthology.orchestra.run.smithi150.stdout: libradosstriper1 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 507 k 2024-09-11T01:08:02.531 INFO:teuthology.orchestra.run.smithi150.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-11T01:08:02.531 INFO:teuthology.orchestra.run.smithi150.stdout: librgw2 x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 5.5 M 2024-09-11T01:08:02.531 INFO:teuthology.orchestra.run.smithi150.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-11T01:08:02.531 INFO:teuthology.orchestra.run.smithi150.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-11T01:08:02.531 INFO:teuthology.orchestra.run.smithi150.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-11T01:08:02.531 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ceph-argparse x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 45 k 2024-09-11T01:08:02.531 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ceph-common x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 143 k 2024-09-11T01:08:02.531 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cephfs x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 161 k 2024-09-11T01:08:02.531 INFO:teuthology.orchestra.run.smithi150.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-11T01:08:02.531 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rados x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 321 k 2024-09-11T01:08:02.531 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rbd x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 306 k 2024-09-11T01:08:02.531 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rgw x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 99 k 2024-09-11T01:08:02.531 INFO:teuthology.orchestra.run.smithi150.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-11T01:08:02.532 INFO:teuthology.orchestra.run.smithi150.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-11T01:08:02.532 INFO:teuthology.orchestra.run.smithi150.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-11T01:08:02.532 INFO:teuthology.orchestra.run.smithi150.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-11T01:08:02.532 INFO:teuthology.orchestra.run.smithi150.stdout:Installing weak dependencies: 2024-09-11T01:08:02.532 INFO:teuthology.orchestra.run.smithi150.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-11T01:08:02.532 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:02.532 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:08:02.532 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:08:02.532 INFO:teuthology.orchestra.run.smithi150.stdout:Install 31 Packages 2024-09-11T01:08:02.532 INFO:teuthology.orchestra.run.smithi150.stdout:Upgrade 2 Packages 2024-09-11T01:08:02.532 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:02.533 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 62 M 2024-09-11T01:08:02.533 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:08:03.238 INFO:teuthology.orchestra.run.smithi150.stdout:(1/33): ceph-base-19.3.0-4854.g8f219c47.el9.x86 9.8 MB/s | 5.5 MB 00:00 2024-09-11T01:08:03.330 INFO:teuthology.orchestra.run.smithi150.stdout:(2/33): ceph-selinux-19.3.0-4854.g8f219c47.el9. 274 kB/s | 25 kB 00:00 2024-09-11T01:08:03.430 INFO:teuthology.orchestra.run.smithi150.stdout:(3/33): libcephfs2-19.3.0-4854.g8f219c47.el9.x8 7.4 MB/s | 755 kB 00:00 2024-09-11T01:08:03.572 INFO:teuthology.orchestra.run.smithi150.stdout:(4/33): ceph-radosgw-19.3.0-4854.g8f219c47.el9. 12 MB/s | 11 MB 00:00 2024-09-11T01:08:03.597 INFO:teuthology.orchestra.run.smithi150.stdout:(5/33): libradosstriper1-19.3.0-4854.g8f219c47. 3.0 MB/s | 507 kB 00:00 2024-09-11T01:08:03.673 INFO:teuthology.orchestra.run.smithi150.stdout:(6/33): python3-ceph-argparse-19.3.0-4854.g8f21 601 kB/s | 45 kB 00:00 2024-09-11T01:08:03.781 INFO:teuthology.orchestra.run.smithi150.stdout:(7/33): python3-ceph-common-19.3.0-4854.g8f219c 1.3 MB/s | 143 kB 00:00 2024-09-11T01:08:03.869 INFO:teuthology.orchestra.run.smithi062.stdout:(1/33): ceph-base-19.3.0-4854.g8f219c47.el9.x86 4.9 MB/s | 5.5 MB 00:01 2024-09-11T01:08:03.903 INFO:teuthology.orchestra.run.smithi062.stdout:(2/33): ceph-selinux-19.3.0-4854.g8f219c47.el9. 760 kB/s | 25 kB 00:00 2024-09-11T01:08:03.915 INFO:teuthology.orchestra.run.smithi150.stdout:(8/33): librgw2-19.3.0-4854.g8f219c47.el9.x86_6 16 MB/s | 5.5 MB 00:00 2024-09-11T01:08:03.940 INFO:teuthology.orchestra.run.smithi150.stdout:(9/33): python3-cephfs-19.3.0-4854.g8f219c47.el 1.0 MB/s | 161 kB 00:00 2024-09-11T01:08:03.965 INFO:teuthology.orchestra.run.smithi150.stdout:(10/33): python3-rados-19.3.0-4854.g8f219c47.el 6.2 MB/s | 321 kB 00:00 2024-09-11T01:08:03.978 INFO:teuthology.orchestra.run.smithi062.stdout:(3/33): libcephfs2-19.3.0-4854.g8f219c47.el9.x8 9.8 MB/s | 755 kB 00:00 2024-09-11T01:08:04.045 INFO:teuthology.orchestra.run.smithi062.stdout:(4/33): libradosstriper1-19.3.0-4854.g8f219c47. 7.4 MB/s | 507 kB 00:00 2024-09-11T01:08:04.166 INFO:teuthology.orchestra.run.smithi150.stdout:(11/33): ceph-common-19.3.0-4854.g8f219c47.el9. 15 MB/s | 22 MB 00:01 2024-09-11T01:08:04.191 INFO:teuthology.orchestra.run.smithi150.stdout:(12/33): python3-rgw-19.3.0-4854.g8f219c47.el9. 441 kB/s | 99 kB 00:00 2024-09-11T01:08:04.216 INFO:teuthology.orchestra.run.smithi150.stdout:(13/33): python3-rbd-19.3.0-4854.g8f219c47.el9. 1.1 MB/s | 306 kB 00:00 2024-09-11T01:08:04.308 INFO:teuthology.orchestra.run.smithi150.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 753 kB/s | 107 kB 00:00 2024-09-11T01:08:04.333 INFO:teuthology.orchestra.run.smithi150.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 1.2 MB/s | 171 kB 00:00 2024-09-11T01:08:04.359 INFO:teuthology.orchestra.run.smithi150.stdout:(16/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.1 MB/s | 160 kB 00:00 2024-09-11T01:08:04.384 INFO:teuthology.orchestra.run.smithi150.stdout:(17/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 601 kB/s | 45 kB 00:00 2024-09-11T01:08:04.395 INFO:teuthology.orchestra.run.smithi062.stdout:(5/33): librgw2-19.3.0-4854.g8f219c47.el9.x86_6 16 MB/s | 5.5 MB 00:00 2024-09-11T01:08:04.426 INFO:teuthology.orchestra.run.smithi150.stdout:(18/33): librdkafka-1.6.1-102.el9.x86_64.rpm 7.0 MB/s | 662 kB 00:00 2024-09-11T01:08:04.476 INFO:teuthology.orchestra.run.smithi150.stdout:(19/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.4 MB/s | 292 kB 00:00 2024-09-11T01:08:04.501 INFO:teuthology.orchestra.run.smithi150.stdout:(20/33): python3-prettytable-0.7.2-27.el9.noarc 361 kB/s | 42 kB 00:00 2024-09-11T01:08:04.512 INFO:teuthology.orchestra.run.smithi062.stdout:(6/33): ceph-radosgw-19.3.0-4854.g8f219c47.el9. 6.2 MB/s | 11 MB 00:01 2024-09-11T01:08:04.526 INFO:teuthology.orchestra.run.smithi150.stdout:(21/33): qatlib-24.02.0-1.el9.x86_64.rpm 2.1 MB/s | 221 kB 00:00 2024-09-11T01:08:04.537 INFO:teuthology.orchestra.run.smithi062.stdout:(7/33): python3-ceph-argparse-19.3.0-4854.g8f21 318 kB/s | 45 kB 00:00 2024-09-11T01:08:04.560 INFO:teuthology.orchestra.run.smithi150.stdout:(22/33): qatlib-service-24.02.0-1.el9.x86_64.rp 428 kB/s | 36 kB 00:00 2024-09-11T01:08:04.563 INFO:teuthology.orchestra.run.smithi062.stdout:(8/33): python3-ceph-common-19.3.0-4854.g8f219c 2.8 MB/s | 143 kB 00:00 2024-09-11T01:08:04.585 INFO:teuthology.orchestra.run.smithi150.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 566 kB/s | 47 kB 00:00 2024-09-11T01:08:04.588 INFO:teuthology.orchestra.run.smithi062.stdout:(9/33): python3-cephfs-19.3.0-4854.g8f219c47.el 3.1 MB/s | 161 kB 00:00 2024-09-11T01:08:04.613 INFO:teuthology.orchestra.run.smithi062.stdout:(10/33): python3-rados-19.3.0-4854.g8f219c47.el 6.3 MB/s | 321 kB 00:00 2024-09-11T01:08:04.627 INFO:teuthology.orchestra.run.smithi150.stdout:(24/33): gperftools-libs-2.9.1-2.el9.x86_64.rpm 3.0 MB/s | 309 kB 00:00 2024-09-11T01:08:04.638 INFO:teuthology.orchestra.run.smithi062.stdout:(11/33): python3-rbd-19.3.0-4854.g8f219c47.el9. 6.0 MB/s | 306 kB 00:00 2024-09-11T01:08:04.652 INFO:teuthology.orchestra.run.smithi150.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-11T01:08:04.664 INFO:teuthology.orchestra.run.smithi062.stdout:(12/33): python3-rgw-19.3.0-4854.g8f219c47.el9. 1.9 MB/s | 99 kB 00:00 2024-09-11T01:08:04.678 INFO:teuthology.orchestra.run.smithi150.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 308 kB/s | 26 kB 00:00 2024-09-11T01:08:04.703 INFO:teuthology.orchestra.run.smithi150.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-11T01:08:04.728 INFO:teuthology.orchestra.run.smithi150.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 7.5 MB/s | 191 kB 00:00 2024-09-11T01:08:04.762 INFO:teuthology.orchestra.run.smithi150.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 9.8 MB/s | 839 kB 00:00 2024-09-11T01:08:04.780 INFO:teuthology.orchestra.run.smithi062.stdout:(13/33): boost-program-options-1.75.0-8.el9.x86 754 kB/s | 107 kB 00:00 2024-09-11T01:08:04.814 INFO:teuthology.orchestra.run.smithi062.stdout:(14/33): libnbd-1.20.2-2.el9.x86_64.rpm 1.1 MB/s | 171 kB 00:00 2024-09-11T01:08:04.821 INFO:teuthology.orchestra.run.smithi150.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-09-11T01:08:04.896 INFO:teuthology.orchestra.run.smithi150.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 13 MB/s | 4.4 MB 00:00 2024-09-11T01:08:05.023 INFO:teuthology.orchestra.run.smithi062.stdout:(15/33): ceph-common-19.3.0-4854.g8f219c47.el9. 9.5 MB/s | 22 MB 00:02 2024-09-11T01:08:05.046 INFO:teuthology.orchestra.run.smithi150.stdout:(32/33): librados2-19.3.0-4854.g8f219c47.el9.x8 12 MB/s | 3.5 MB 00:00 2024-09-11T01:08:05.048 INFO:teuthology.orchestra.run.smithi062.stdout:(16/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 194 kB/s | 45 kB 00:00 2024-09-11T01:08:05.073 INFO:teuthology.orchestra.run.smithi062.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 548 kB/s | 160 kB 00:00 2024-09-11T01:08:05.113 INFO:teuthology.orchestra.run.smithi150.stdout:(33/33): librbd1-19.3.0-4854.g8f219c47.el9.x86_ 11 MB/s | 3.2 MB 00:00 2024-09-11T01:08:05.115 INFO:teuthology.orchestra.run.smithi062.stdout:(18/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.3 MB/s | 292 kB 00:00 2024-09-11T01:08:05.118 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:08:05.118 INFO:teuthology.orchestra.run.smithi150.stdout:Total 24 MB/s | 62 MB 00:02 2024-09-11T01:08:05.140 INFO:teuthology.orchestra.run.smithi062.stdout:(19/33): python3-prettytable-0.7.2-27.el9.noarc 634 kB/s | 42 kB 00:00 2024-09-11T01:08:05.166 INFO:teuthology.orchestra.run.smithi062.stdout:(20/33): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-09-11T01:08:05.191 INFO:teuthology.orchestra.run.smithi062.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 713 kB/s | 36 kB 00:00 2024-09-11T01:08:05.216 INFO:teuthology.orchestra.run.smithi062.stdout:(22/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 945 kB/s | 47 kB 00:00 2024-09-11T01:08:05.228 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:08:05.265 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:08:05.265 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:08:05.266 INFO:teuthology.orchestra.run.smithi062.stdout:(23/33): gperftools-libs-2.9.1-2.el9.x86_64.rpm 4.0 MB/s | 309 kB 00:00 2024-09-11T01:08:05.300 INFO:teuthology.orchestra.run.smithi062.stdout:(24/33): librdkafka-1.6.1-102.el9.x86_64.rpm 2.3 MB/s | 662 kB 00:00 2024-09-11T01:08:05.325 INFO:teuthology.orchestra.run.smithi062.stdout:(25/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 458 kB/s | 26 kB 00:00 2024-09-11T01:08:05.359 INFO:teuthology.orchestra.run.smithi062.stdout:(26/33): libunwind-1.6.2-1.el9.x86_64.rpm 2.5 MB/s | 67 kB 00:00 2024-09-11T01:08:05.392 INFO:teuthology.orchestra.run.smithi062.stdout:(27/33): liboath-2.6.7-2.el9.x86_64.rpm 528 kB/s | 49 kB 00:00 2024-09-11T01:08:05.435 INFO:teuthology.orchestra.run.smithi062.stdout:(28/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 11 MB/s | 839 kB 00:00 2024-09-11T01:08:05.460 INFO:teuthology.orchestra.run.smithi062.stdout:(29/33): re2-20211101-20.el9.x86_64.rpm 2.8 MB/s | 191 kB 00:00 2024-09-11T01:08:05.527 INFO:teuthology.orchestra.run.smithi062.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 17 MB/s | 1.6 MB 00:00 2024-09-11T01:08:05.619 INFO:teuthology.orchestra.run.smithi062.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 11 MB/s | 4.4 MB 00:00 2024-09-11T01:08:05.769 INFO:teuthology.orchestra.run.smithi062.stdout:(32/33): librados2-19.3.0-4854.g8f219c47.el9.x8 11 MB/s | 3.5 MB 00:00 2024-09-11T01:08:05.784 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:08:05.784 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:08:05.819 INFO:teuthology.orchestra.run.smithi062.stdout:(33/33): librbd1-19.3.0-4854.g8f219c47.el9.x86_ 11 MB/s | 3.2 MB 00:00 2024-09-11T01:08:05.824 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:08:05.824 INFO:teuthology.orchestra.run.smithi062.stdout:Total 18 MB/s | 62 MB 00:03 2024-09-11T01:08:05.939 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:08:05.980 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:08:05.980 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:08:06.519 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:08:06.519 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:08:07.260 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:08:07.346 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-11T01:08:07.385 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-11T01:08:07.419 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-11T01:08:07.441 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-11T01:08:07.459 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-11T01:08:07.652 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-11T01:08:07.705 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-11T01:08:08.036 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:08:08.041 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-11T01:08:08.114 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-11T01:08:08.149 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-11T01:08:08.153 INFO:teuthology.orchestra.run.smithi150.stdout: Upgrading : librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 7/35 2024-09-11T01:08:08.175 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-11T01:08:08.197 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-11T01:08:08.217 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-11T01:08:08.244 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 7/35 2024-09-11T01:08:08.333 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 8/35 2024-09-11T01:08:08.355 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 9/35 2024-09-11T01:08:08.384 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-11T01:08:08.417 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 9/35 2024-09-11T01:08:08.436 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-11T01:08:08.445 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-11T01:08:08.481 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-ceph-argparse-2:19.3.0-4854.g8f219c47.el9. 11/35 2024-09-11T01:08:08.550 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 12/35 2024-09-11T01:08:08.582 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_6 13/35 2024-09-11T01:08:08.646 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_6 13/35 2024-09-11T01:08:08.681 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-11T01:08:08.803 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-11T01:08:08.826 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-11T01:08:08.840 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-11T01:08:08.882 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-11T01:08:08.892 INFO:teuthology.orchestra.run.smithi062.stdout: Upgrading : librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 7/35 2024-09-11T01:08:08.914 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/35 2024-09-11T01:08:08.943 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-11T01:08:08.976 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-11T01:08:08.998 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 7/35 2024-09-11T01:08:09.013 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-11T01:08:09.092 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 8/35 2024-09-11T01:08:09.127 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 9/35 2024-09-11T01:08:09.190 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 9/35 2024-09-11T01:08:09.221 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-11T01:08:09.263 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-ceph-argparse-2:19.3.0-4854.g8f219c47.el9. 11/35 2024-09-11T01:08:09.334 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 12/35 2024-09-11T01:08:09.363 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_6 13/35 2024-09-11T01:08:09.367 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-11T01:08:09.410 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_6 13/35 2024-09-11T01:08:09.423 INFO:teuthology.orchestra.run.smithi150.stdout: Upgrading : librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 23/35 2024-09-11T01:08:09.445 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-11T01:08:09.498 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 23/35 2024-09-11T01:08:09.528 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 24/35 2024-09-11T01:08:09.573 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-11T01:08:09.573 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-11T01:08:09.621 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-11T01:08:09.662 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-11T01:08:09.694 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/35 2024-09-11T01:08:09.724 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-11T01:08:09.756 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-11T01:08:09.794 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-11T01:08:10.092 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-11T01:08:10.117 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 27/35 2024-09-11T01:08:10.129 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-11T01:08:10.170 INFO:teuthology.orchestra.run.smithi062.stdout: Upgrading : librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 23/35 2024-09-11T01:08:10.188 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 27/35 2024-09-11T01:08:10.246 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 23/35 2024-09-11T01:08:10.266 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 28/35 2024-09-11T01:08:10.275 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 24/35 2024-09-11T01:08:10.296 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-ceph-common-2:19.3.0-4854.g8f219c47.el9.x8 29/35 2024-09-11T01:08:10.311 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-11T01:08:10.838 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-11T01:08:10.872 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 27/35 2024-09-11T01:08:10.944 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 27/35 2024-09-11T01:08:11.025 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 28/35 2024-09-11T01:08:11.058 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-ceph-common-2:19.3.0-4854.g8f219c47.el9.x8 29/35 2024-09-11T01:08:12.607 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 30/35 2024-09-11T01:08:12.657 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 30/35 2024-09-11T01:08:13.249 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 30/35 2024-09-11T01:08:13.294 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 31/35 2024-09-11T01:08:13.388 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 31/35 2024-09-11T01:08:13.388 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-11T01:08:13.388 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-11T01:08:13.388 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:13.411 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 30/35 2024-09-11T01:08:13.420 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 32/35 2024-09-11T01:08:13.463 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 30/35 2024-09-11T01:08:14.113 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 30/35 2024-09-11T01:08:14.158 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 31/35 2024-09-11T01:08:14.242 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 31/35 2024-09-11T01:08:14.243 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-11T01:08:14.243 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-11T01:08:14.243 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:14.267 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 32/35 2024-09-11T01:08:23.538 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 32/35 2024-09-11T01:08:23.538 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /sys 2024-09-11T01:08:23.538 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /proc 2024-09-11T01:08:23.539 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /mnt 2024-09-11T01:08:23.539 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /var/tmp 2024-09-11T01:08:23.539 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /home 2024-09-11T01:08:23.539 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /root 2024-09-11T01:08:23.539 INFO:teuthology.orchestra.run.smithi150.stdout:skipping the directory /tmp 2024-09-11T01:08:23.539 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:24.527 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 33/35 2024-09-11T01:08:24.553 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 33/35 2024-09-11T01:08:24.553 INFO:teuthology.orchestra.run.smithi150.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:08:24.553 INFO:teuthology.orchestra.run.smithi150.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-11T01:08:24.553 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T01:08:24.553 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T01:08:24.553 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:24.555 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-11T01:08:24.646 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-11T01:08:24.647 INFO:teuthology.orchestra.run.smithi150.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-11T01:08:24.900 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 32/35 2024-09-11T01:08:24.901 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /sys 2024-09-11T01:08:24.901 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /proc 2024-09-11T01:08:24.901 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /mnt 2024-09-11T01:08:24.901 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /var/tmp 2024-09-11T01:08:24.901 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /home 2024-09-11T01:08:24.901 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /root 2024-09-11T01:08:24.901 INFO:teuthology.orchestra.run.smithi062.stdout:skipping the directory /tmp 2024-09-11T01:08:24.901 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:25.865 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-11T01:08:25.865 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 1/35 2024-09-11T01:08:25.865 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 2/35 2024-09-11T01:08:25.865 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 3/35 2024-09-11T01:08:25.865 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 4/35 2024-09-11T01:08:25.866 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 5/35 2024-09-11T01:08:25.866 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_6 6/35 2024-09-11T01:08:25.866 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 7/35 2024-09-11T01:08:25.866 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4854.g8f219c47.el9. 8/35 2024-09-11T01:08:25.866 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-ceph-common-2:19.3.0-4854.g8f219c47.el9.x8 9/35 2024-09-11T01:08:25.866 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 10/35 2024-09-11T01:08:25.866 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 11/35 2024-09-11T01:08:25.866 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 12/35 2024-09-11T01:08:25.866 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 13/35 2024-09-11T01:08:25.866 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-11T01:08:25.866 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-11T01:08:25.866 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-11T01:08:25.867 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-11T01:08:25.867 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-11T01:08:25.867 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-11T01:08:25.867 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-11T01:08:25.867 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-11T01:08:25.867 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-11T01:08:25.867 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-11T01:08:25.867 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 24/35 2024-09-11T01:08:25.867 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-11T01:08:25.867 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-11T01:08:25.867 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-11T01:08:25.867 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-11T01:08:25.867 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-11T01:08:25.868 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-11T01:08:25.868 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-11T01:08:25.868 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 32/35 2024-09-11T01:08:25.868 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-11T01:08:25.868 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 34/35 2024-09-11T01:08:25.940 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 33/35 2024-09-11T01:08:25.982 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 33/35 2024-09-11T01:08:25.982 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:08:25.982 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-11T01:08:25.983 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T01:08:25.983 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-11T01:08:25.983 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:25.984 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-11T01:08:26.077 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-11T01:08:26.077 INFO:teuthology.orchestra.run.smithi062.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-11T01:08:26.785 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-11T01:08:26.785 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:26.785 INFO:teuthology.orchestra.run.smithi150.stdout:Upgraded: 2024-09-11T01:08:26.785 INFO:teuthology.orchestra.run.smithi150.stdout: librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:26.785 INFO:teuthology.orchestra.run.smithi150.stdout: librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:26.785 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:08:26.785 INFO:teuthology.orchestra.run.smithi150.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-11T01:08:26.785 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:26.786 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:26.786 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:26.786 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:26.786 INFO:teuthology.orchestra.run.smithi150.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-11T01:08:26.786 INFO:teuthology.orchestra.run.smithi150.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-11T01:08:26.786 INFO:teuthology.orchestra.run.smithi150.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-11T01:08:26.786 INFO:teuthology.orchestra.run.smithi150.stdout: libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:26.786 INFO:teuthology.orchestra.run.smithi150.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-11T01:08:26.786 INFO:teuthology.orchestra.run.smithi150.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-11T01:08:26.786 INFO:teuthology.orchestra.run.smithi150.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-11T01:08:26.786 INFO:teuthology.orchestra.run.smithi150.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-11T01:08:26.786 INFO:teuthology.orchestra.run.smithi150.stdout: libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:26.786 INFO:teuthology.orchestra.run.smithi150.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-11T01:08:26.787 INFO:teuthology.orchestra.run.smithi150.stdout: librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:26.787 INFO:teuthology.orchestra.run.smithi150.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-11T01:08:26.787 INFO:teuthology.orchestra.run.smithi150.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-11T01:08:26.787 INFO:teuthology.orchestra.run.smithi150.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-11T01:08:26.787 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ceph-argparse-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:26.787 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:26.787 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:26.787 INFO:teuthology.orchestra.run.smithi150.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-11T01:08:26.787 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:26.787 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:26.787 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:26.787 INFO:teuthology.orchestra.run.smithi150.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-11T01:08:26.787 INFO:teuthology.orchestra.run.smithi150.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-11T01:08:26.788 INFO:teuthology.orchestra.run.smithi150.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-11T01:08:26.788 INFO:teuthology.orchestra.run.smithi150.stdout: re2-1:20211101-20.el9.x86_64 2024-09-11T01:08:26.788 INFO:teuthology.orchestra.run.smithi150.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-11T01:08:26.788 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:26.788 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:08:27.175 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-test 2024-09-11T01:08:27.308 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-11T01:08:27.309 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 1/35 2024-09-11T01:08:27.309 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 2/35 2024-09-11T01:08:27.309 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 3/35 2024-09-11T01:08:27.309 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 4/35 2024-09-11T01:08:27.309 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 5/35 2024-09-11T01:08:27.309 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_6 6/35 2024-09-11T01:08:27.309 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 7/35 2024-09-11T01:08:27.309 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4854.g8f219c47.el9. 8/35 2024-09-11T01:08:27.309 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-ceph-common-2:19.3.0-4854.g8f219c47.el9.x8 9/35 2024-09-11T01:08:27.309 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 10/35 2024-09-11T01:08:27.309 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 11/35 2024-09-11T01:08:27.309 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 12/35 2024-09-11T01:08:27.310 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 13/35 2024-09-11T01:08:27.310 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-11T01:08:27.310 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-11T01:08:27.310 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-11T01:08:27.310 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-11T01:08:27.310 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-11T01:08:27.310 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-11T01:08:27.310 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-11T01:08:27.310 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-11T01:08:27.310 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-11T01:08:27.310 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-11T01:08:27.310 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 24/35 2024-09-11T01:08:27.310 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-11T01:08:27.311 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-11T01:08:27.311 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-11T01:08:27.311 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-11T01:08:27.311 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-11T01:08:27.311 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-11T01:08:27.311 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-11T01:08:27.311 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 32/35 2024-09-11T01:08:27.311 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-11T01:08:27.311 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 34/35 2024-09-11T01:08:27.749 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:00:27 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:08:27.887 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:08:27.888 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:08:27.888 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2024-09-11T01:08:27.888 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:08:27.888 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:08:27.888 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-test x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 50 M 2024-09-11T01:08:27.888 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-09-11T01:08:27.888 INFO:teuthology.orchestra.run.smithi150.stdout: libcephsqlite x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 162 k 2024-09-11T01:08:27.888 INFO:teuthology.orchestra.run.smithi150.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-11T01:08:27.888 INFO:teuthology.orchestra.run.smithi150.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-11T01:08:27.888 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:27.889 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:08:27.889 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:08:27.889 INFO:teuthology.orchestra.run.smithi150.stdout:Install 4 Packages 2024-09-11T01:08:27.889 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:27.889 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 51 M 2024-09-11T01:08:27.890 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 217 M 2024-09-11T01:08:27.890 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:08:28.226 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-11T01:08:28.226 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:28.226 INFO:teuthology.orchestra.run.smithi062.stdout:Upgraded: 2024-09-11T01:08:28.226 INFO:teuthology.orchestra.run.smithi062.stdout: librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:28.226 INFO:teuthology.orchestra.run.smithi062.stdout: librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:28.226 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:08:28.226 INFO:teuthology.orchestra.run.smithi062.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-11T01:08:28.226 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:28.226 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:28.227 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-radosgw-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:28.227 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-selinux-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:28.227 INFO:teuthology.orchestra.run.smithi062.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-11T01:08:28.227 INFO:teuthology.orchestra.run.smithi062.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-11T01:08:28.227 INFO:teuthology.orchestra.run.smithi062.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-11T01:08:28.227 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:28.227 INFO:teuthology.orchestra.run.smithi062.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-11T01:08:28.227 INFO:teuthology.orchestra.run.smithi062.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-11T01:08:28.227 INFO:teuthology.orchestra.run.smithi062.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-11T01:08:28.227 INFO:teuthology.orchestra.run.smithi062.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-11T01:08:28.227 INFO:teuthology.orchestra.run.smithi062.stdout: libradosstriper1-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:28.227 INFO:teuthology.orchestra.run.smithi062.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-11T01:08:28.227 INFO:teuthology.orchestra.run.smithi062.stdout: librgw2-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:28.227 INFO:teuthology.orchestra.run.smithi062.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-11T01:08:28.228 INFO:teuthology.orchestra.run.smithi062.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-11T01:08:28.228 INFO:teuthology.orchestra.run.smithi062.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-11T01:08:28.228 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-argparse-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:28.228 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ceph-common-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:28.228 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:28.228 INFO:teuthology.orchestra.run.smithi062.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-11T01:08:28.228 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:28.228 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:28.228 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:28.228 INFO:teuthology.orchestra.run.smithi062.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-11T01:08:28.228 INFO:teuthology.orchestra.run.smithi062.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-11T01:08:28.228 INFO:teuthology.orchestra.run.smithi062.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-11T01:08:28.228 INFO:teuthology.orchestra.run.smithi062.stdout: re2-1:20211101-20.el9.x86_64 2024-09-11T01:08:28.229 INFO:teuthology.orchestra.run.smithi062.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-11T01:08:28.229 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:28.229 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:08:28.330 INFO:teuthology.orchestra.run.smithi150.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.6 MB/s | 304 kB 00:00 2024-09-11T01:08:28.363 INFO:teuthology.orchestra.run.smithi150.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 64 kB 00:00 2024-09-11T01:08:28.397 INFO:teuthology.orchestra.run.smithi150.stdout:(3/4): libcephsqlite-19.3.0-4854.g8f219c47.el9. 645 kB/s | 162 kB 00:00 2024-09-11T01:08:28.582 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-test 2024-09-11T01:08:29.176 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:30 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:08:29.314 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:08:29.315 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:08:29.315 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-11T01:08:29.315 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:08:29.315 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:08:29.315 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-test x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 50 M 2024-09-11T01:08:29.315 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-11T01:08:29.315 INFO:teuthology.orchestra.run.smithi062.stdout: libcephsqlite x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 162 k 2024-09-11T01:08:29.316 INFO:teuthology.orchestra.run.smithi062.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-11T01:08:29.316 INFO:teuthology.orchestra.run.smithi062.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-11T01:08:29.316 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:29.316 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:08:29.316 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:08:29.316 INFO:teuthology.orchestra.run.smithi062.stdout:Install 4 Packages 2024-09-11T01:08:29.316 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:29.317 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 51 M 2024-09-11T01:08:29.317 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 217 M 2024-09-11T01:08:29.317 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:08:29.499 INFO:teuthology.orchestra.run.smithi062.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 2.2 MB/s | 304 kB 00:00 2024-09-11T01:08:29.532 INFO:teuthology.orchestra.run.smithi062.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 64 kB 00:00 2024-09-11T01:08:29.707 INFO:teuthology.orchestra.run.smithi062.stdout:(3/4): libcephsqlite-19.3.0-4854.g8f219c47.el9. 471 kB/s | 162 kB 00:00 2024-09-11T01:08:30.097 INFO:teuthology.orchestra.run.smithi150.stdout:(4/4): ceph-test-19.3.0-4854.g8f219c47.el9.x86_ 26 MB/s | 50 MB 00:01 2024-09-11T01:08:30.099 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:08:30.099 INFO:teuthology.orchestra.run.smithi150.stdout:Total 23 MB/s | 51 MB 00:02 2024-09-11T01:08:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:08:30.148 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:08:30.148 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:08:30.546 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:08:30.546 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:08:31.156 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:08:31.240 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-11T01:08:31.288 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-11T01:08:31.316 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 3/4 2024-09-11T01:08:31.691 INFO:teuthology.orchestra.run.smithi062.stdout:(4/4): ceph-test-19.3.0-4854.g8f219c47.el9.x86_ 22 MB/s | 50 MB 00:02 2024-09-11T01:08:31.693 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:08:31.694 INFO:teuthology.orchestra.run.smithi062.stdout:Total 21 MB/s | 51 MB 00:02 2024-09-11T01:08:31.722 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:08:31.745 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:08:31.745 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:08:32.163 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:08:32.163 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:08:32.768 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:08:32.847 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-11T01:08:32.890 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-11T01:08:32.913 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 3/4 2024-09-11T01:08:36.052 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 3/4 2024-09-11T01:08:36.130 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 4/4 2024-09-11T01:08:37.958 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 3/4 2024-09-11T01:08:38.039 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 4/4 2024-09-11T01:08:38.619 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 4/4 2024-09-11T01:08:38.620 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 1/4 2024-09-11T01:08:38.620 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 2/4 2024-09-11T01:08:38.620 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-11T01:08:38.912 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-11T01:08:38.913 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:38.913 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:08:38.913 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:38.913 INFO:teuthology.orchestra.run.smithi150.stdout: libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:38.913 INFO:teuthology.orchestra.run.smithi150.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-11T01:08:38.913 INFO:teuthology.orchestra.run.smithi150.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-11T01:08:38.913 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:38.913 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:08:39.192 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph 2024-09-11T01:08:39.793 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:00:39 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:08:39.935 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:08:39.937 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:08:39.937 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2024-09-11T01:08:39.937 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:08:39.937 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:08:39.937 INFO:teuthology.orchestra.run.smithi150.stdout: ceph x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 6.6 k 2024-09-11T01:08:39.938 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-09-11T01:08:39.938 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mds x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 2.4 M 2024-09-11T01:08:39.938 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 1.5 M 2024-09-11T01:08:39.938 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 291 k 2024-09-11T01:08:39.938 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mon x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 4.8 M 2024-09-11T01:08:39.938 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-osd x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 17 M 2024-09-11T01:08:39.938 INFO:teuthology.orchestra.run.smithi150.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-11T01:08:39.938 INFO:teuthology.orchestra.run.smithi150.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-11T01:08:39.938 INFO:teuthology.orchestra.run.smithi150.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-11T01:08:39.938 INFO:teuthology.orchestra.run.smithi150.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-11T01:08:39.938 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-11T01:08:39.938 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-11T01:08:39.938 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-11T01:08:39.939 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-11T01:08:39.939 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-11T01:08:39.939 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-11T01:08:39.939 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco-collections 2024-09-11T01:08:39.939 INFO:teuthology.orchestra.run.smithi150.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-11T01:08:39.939 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-11T01:08:39.939 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-11T01:08:39.939 INFO:teuthology.orchestra.run.smithi150.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-11T01:08:39.939 INFO:teuthology.orchestra.run.smithi150.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-11T01:08:39.939 INFO:teuthology.orchestra.run.smithi150.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-11T01:08:39.939 INFO:teuthology.orchestra.run.smithi150.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-11T01:08:39.939 INFO:teuthology.orchestra.run.smithi150.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-11T01:08:39.939 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-11T01:08:39.940 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-11T01:08:39.940 INFO:teuthology.orchestra.run.smithi150.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-11T01:08:39.940 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-11T01:08:39.940 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-11T01:08:39.940 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-11T01:08:39.940 INFO:teuthology.orchestra.run.smithi150.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-11T01:08:39.940 INFO:teuthology.orchestra.run.smithi150.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-11T01:08:39.940 INFO:teuthology.orchestra.run.smithi150.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-11T01:08:39.940 INFO:teuthology.orchestra.run.smithi150.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-11T01:08:39.940 INFO:teuthology.orchestra.run.smithi150.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-11T01:08:39.940 INFO:teuthology.orchestra.run.smithi150.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-11T01:08:39.940 INFO:teuthology.orchestra.run.smithi150.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-11T01:08:39.940 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:39.940 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:08:39.941 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:08:39.941 INFO:teuthology.orchestra.run.smithi150.stdout:Install 37 Packages 2024-09-11T01:08:39.941 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:39.941 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 31 M 2024-09-11T01:08:39.941 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 109 M 2024-09-11T01:08:39.941 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:08:40.432 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 4/4 2024-09-11T01:08:40.432 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 1/4 2024-09-11T01:08:40.433 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 2/4 2024-09-11T01:08:40.433 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-11T01:08:40.665 INFO:teuthology.orchestra.run.smithi150.stdout:(1/37): ceph-19.3.0-4854.g8f219c47.el9.x86_64.r 50 kB/s | 6.6 kB 00:00 2024-09-11T01:08:40.742 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-11T01:08:40.743 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:40.743 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:08:40.743 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-test-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:40.743 INFO:teuthology.orchestra.run.smithi062.stdout: libcephsqlite-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:40.743 INFO:teuthology.orchestra.run.smithi062.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-11T01:08:40.743 INFO:teuthology.orchestra.run.smithi062.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-11T01:08:40.743 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:40.743 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:08:41.024 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph 2024-09-11T01:08:41.390 INFO:teuthology.orchestra.run.smithi150.stdout:(2/37): ceph-mgr-19.3.0-4854.g8f219c47.el9.x86_ 1.8 MB/s | 1.5 MB 00:00 2024-09-11T01:08:41.474 INFO:teuthology.orchestra.run.smithi150.stdout:(3/37): ceph-mds-19.3.0-4854.g8f219c47.el9.x86_ 2.5 MB/s | 2.4 MB 00:00 2024-09-11T01:08:41.558 INFO:teuthology.orchestra.run.smithi150.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4854.g8f21 3.4 MB/s | 291 kB 00:00 2024-09-11T01:08:41.613 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:42 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:08:41.753 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:08:41.755 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:08:41.755 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-11T01:08:41.755 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:08:41.756 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:08:41.756 INFO:teuthology.orchestra.run.smithi062.stdout: ceph x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 6.6 k 2024-09-11T01:08:41.756 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-11T01:08:41.756 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mds x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 2.4 M 2024-09-11T01:08:41.756 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 1.5 M 2024-09-11T01:08:41.756 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 291 k 2024-09-11T01:08:41.756 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mon x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 4.8 M 2024-09-11T01:08:41.756 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-osd x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 17 M 2024-09-11T01:08:41.756 INFO:teuthology.orchestra.run.smithi062.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-11T01:08:41.756 INFO:teuthology.orchestra.run.smithi062.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-11T01:08:41.756 INFO:teuthology.orchestra.run.smithi062.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-11T01:08:41.756 INFO:teuthology.orchestra.run.smithi062.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-11T01:08:41.757 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-11T01:08:41.757 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-11T01:08:41.757 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-11T01:08:41.757 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-11T01:08:41.757 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-11T01:08:41.757 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-11T01:08:41.757 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-collections 2024-09-11T01:08:41.757 INFO:teuthology.orchestra.run.smithi062.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-11T01:08:41.757 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-11T01:08:41.757 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-11T01:08:41.757 INFO:teuthology.orchestra.run.smithi062.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-11T01:08:41.758 INFO:teuthology.orchestra.run.smithi062.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-11T01:08:41.758 INFO:teuthology.orchestra.run.smithi062.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-11T01:08:41.758 INFO:teuthology.orchestra.run.smithi062.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-11T01:08:41.758 INFO:teuthology.orchestra.run.smithi062.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-11T01:08:41.758 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-11T01:08:41.758 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-11T01:08:41.758 INFO:teuthology.orchestra.run.smithi062.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-11T01:08:41.758 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-11T01:08:41.758 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-11T01:08:41.758 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-11T01:08:41.758 INFO:teuthology.orchestra.run.smithi062.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-11T01:08:41.758 INFO:teuthology.orchestra.run.smithi062.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-11T01:08:41.758 INFO:teuthology.orchestra.run.smithi062.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-11T01:08:41.759 INFO:teuthology.orchestra.run.smithi062.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-11T01:08:41.759 INFO:teuthology.orchestra.run.smithi062.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-11T01:08:41.759 INFO:teuthology.orchestra.run.smithi062.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-11T01:08:41.759 INFO:teuthology.orchestra.run.smithi062.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-11T01:08:41.759 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:41.759 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:08:41.759 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:08:41.759 INFO:teuthology.orchestra.run.smithi062.stdout:Install 37 Packages 2024-09-11T01:08:41.759 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:41.760 INFO:teuthology.orchestra.run.smithi150.stdout:(5/37): ceph-mon-19.3.0-4854.g8f219c47.el9.x86_ 4.4 MB/s | 4.8 MB 00:01 2024-09-11T01:08:41.760 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 31 M 2024-09-11T01:08:41.760 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 109 M 2024-09-11T01:08:41.760 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:08:41.783 INFO:teuthology.orchestra.run.smithi150.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.1 MB/s | 253 kB 00:00 2024-09-11T01:08:41.842 INFO:teuthology.orchestra.run.smithi150.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 1.8 MB/s | 106 kB 00:00 2024-09-11T01:08:41.892 INFO:teuthology.orchestra.run.smithi150.stdout:(8/37): python3-pycparser-2.20-6.el9.noarch.rpm 2.6 MB/s | 135 kB 00:00 2024-09-11T01:08:41.942 INFO:teuthology.orchestra.run.smithi150.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.4 MB/s | 125 kB 00:00 2024-09-11T01:08:41.993 INFO:teuthology.orchestra.run.smithi150.stdout:(10/37): python3-urllib3-1.26.5-6.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-09-11T01:08:42.093 INFO:teuthology.orchestra.run.smithi150.stdout:(11/37): python3-cryptography-36.0.1-4.el9.x86_ 3.7 MB/s | 1.2 MB 00:00 2024-09-11T01:08:42.502 INFO:teuthology.orchestra.run.smithi150.stdout:(12/37): ceph-osd-19.3.0-4854.g8f219c47.el9.x86 15 MB/s | 17 MB 00:01 2024-09-11T01:08:42.504 INFO:teuthology.orchestra.run.smithi062.stdout:(1/37): ceph-19.3.0-4854.g8f219c47.el9.x86_64.r 47 kB/s | 6.6 kB 00:00 2024-09-11T01:08:42.527 INFO:teuthology.orchestra.run.smithi150.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 353 kB/s | 188 kB 00:00 2024-09-11T01:08:42.610 INFO:teuthology.orchestra.run.smithi150.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 333 kB/s | 172 kB 00:00 2024-09-11T01:08:42.654 INFO:teuthology.orchestra.run.smithi062.stdout:(2/37): ceph-mgr-19.3.0-4854.g8f219c47.el9.x86_ 5.2 MB/s | 1.5 MB 00:00 2024-09-11T01:08:42.713 INFO:teuthology.orchestra.run.smithi062.stdout:(3/37): ceph-mds-19.3.0-4854.g8f219c47.el9.x86_ 6.8 MB/s | 2.4 MB 00:00 2024-09-11T01:08:42.777 INFO:teuthology.orchestra.run.smithi150.stdout:(15/37): python3-markupsafe-1.1.1-12.el9.x86_64 126 kB/s | 35 kB 00:00 2024-09-11T01:08:42.805 INFO:teuthology.orchestra.run.smithi062.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4854.g8f21 3.1 MB/s | 291 kB 00:00 2024-09-11T01:08:42.930 INFO:teuthology.orchestra.run.smithi062.stdout:(5/37): ceph-mon-19.3.0-4854.g8f219c47.el9.x86_ 11 MB/s | 4.8 MB 00:00 2024-09-11T01:08:42.944 INFO:teuthology.orchestra.run.smithi150.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 185 kB/s | 77 kB 00:00 2024-09-11T01:08:42.961 INFO:teuthology.orchestra.run.smithi150.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 145 kB/s | 51 kB 00:00 2024-09-11T01:08:43.003 INFO:teuthology.orchestra.run.smithi150.stdout:(18/37): luarocks-3.9.2-5.el9.noarch.rpm 3.5 MB/s | 151 kB 00:00 2024-09-11T01:08:43.028 INFO:teuthology.orchestra.run.smithi150.stdout:(19/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.7 MB/s | 43 kB 00:00 2024-09-11T01:08:43.054 INFO:teuthology.orchestra.run.smithi150.stdout:(20/37): lua-devel-5.4.4-4.el9.x86_64.rpm 204 kB/s | 22 kB 00:00 2024-09-11T01:08:43.056 INFO:teuthology.orchestra.run.smithi062.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.0 MB/s | 253 kB 00:00 2024-09-11T01:08:43.079 INFO:teuthology.orchestra.run.smithi150.stdout:(21/37): python3-toml-0.10.2-6.el9.noarch.rpm 138 kB/s | 42 kB 00:00 2024-09-11T01:08:43.121 INFO:teuthology.orchestra.run.smithi150.stdout:(22/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.8 MB/s | 172 kB 00:00 2024-09-11T01:08:43.146 INFO:teuthology.orchestra.run.smithi150.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 760 kB/s | 18 kB 00:00 2024-09-11T01:08:43.171 INFO:teuthology.orchestra.run.smithi150.stdout:(24/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 126 kB/s | 11 kB 00:00 2024-09-11T01:08:43.196 INFO:teuthology.orchestra.run.smithi150.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 463 kB/s | 23 kB 00:00 2024-09-11T01:08:43.222 INFO:teuthology.orchestra.run.smithi150.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 389 kB/s | 19 kB 00:00 2024-09-11T01:08:43.239 INFO:teuthology.orchestra.run.smithi062.stdout:(7/37): ceph-osd-19.3.0-4854.g8f219c47.el9.x86_ 29 MB/s | 17 MB 00:00 2024-09-11T01:08:43.247 INFO:teuthology.orchestra.run.smithi150.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-09-11T01:08:43.256 INFO:teuthology.orchestra.run.smithi062.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 533 kB/s | 106 kB 00:00 2024-09-11T01:08:43.272 INFO:teuthology.orchestra.run.smithi150.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 921 kB/s | 46 kB 00:00 2024-09-11T01:08:43.298 INFO:teuthology.orchestra.run.smithi150.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-11T01:08:43.315 INFO:teuthology.orchestra.run.smithi062.stdout:(9/37): python3-requests-2.25.1-8.el9.noarch.rp 2.1 MB/s | 125 kB 00:00 2024-09-11T01:08:43.323 INFO:teuthology.orchestra.run.smithi150.stdout:(30/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-09-11T01:08:43.348 INFO:teuthology.orchestra.run.smithi150.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-09-11T01:08:43.373 INFO:teuthology.orchestra.run.smithi150.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-11T01:08:43.373 INFO:teuthology.orchestra.run.smithi062.stdout:(10/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-11T01:08:43.398 INFO:teuthology.orchestra.run.smithi150.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-11T01:08:43.407 INFO:teuthology.orchestra.run.smithi062.stdout:(11/37): python3-cryptography-36.0.1-4.el9.x86_ 2.6 MB/s | 1.2 MB 00:00 2024-09-11T01:08:43.424 INFO:teuthology.orchestra.run.smithi150.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-11T01:08:43.440 INFO:teuthology.orchestra.run.smithi062.stdout:(12/37): python3-pycparser-2.20-6.el9.noarch.rp 674 kB/s | 135 kB 00:00 2024-09-11T01:08:43.458 INFO:teuthology.orchestra.run.smithi150.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-09-11T01:08:43.475 INFO:teuthology.orchestra.run.smithi150.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 396 kB/s | 20 kB 00:00 2024-09-11T01:08:43.500 INFO:teuthology.orchestra.run.smithi150.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.1 MB/s | 427 kB 00:00 2024-09-11T01:08:43.504 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:08:43.504 INFO:teuthology.orchestra.run.smithi150.stdout:Total 8.6 MB/s | 31 MB 00:03 2024-09-11T01:08:43.507 INFO:teuthology.orchestra.run.smithi062.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 521 kB/s | 35 kB 00:00 2024-09-11T01:08:43.541 INFO:teuthology.orchestra.run.smithi062.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-09-11T01:08:43.566 INFO:teuthology.orchestra.run.smithi062.stdout:(15/37): lua-5.4.4-4.el9.x86_64.rpm 978 kB/s | 188 kB 00:00 2024-09-11T01:08:43.583 INFO:teuthology.orchestra.run.smithi062.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 1.0 MB/s | 77 kB 00:00 2024-09-11T01:08:43.608 INFO:teuthology.orchestra.run.smithi062.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 759 kB/s | 51 kB 00:00 2024-09-11T01:08:43.634 INFO:teuthology.orchestra.run.smithi062.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 619 kB/s | 42 kB 00:00 2024-09-11T01:08:43.655 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:08:43.676 INFO:teuthology.orchestra.run.smithi062.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 334 kB/s | 22 kB 00:00 2024-09-11T01:08:43.696 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:08:43.696 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:08:43.726 INFO:teuthology.orchestra.run.smithi062.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 473 kB/s | 43 kB 00:00 2024-09-11T01:08:43.751 INFO:teuthology.orchestra.run.smithi062.stdout:(21/37): luarocks-3.9.2-5.el9.noarch.rpm 1.0 MB/s | 151 kB 00:00 2024-09-11T01:08:43.776 INFO:teuthology.orchestra.run.smithi062.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 430 kB/s | 11 kB 00:00 2024-09-11T01:08:43.802 INFO:teuthology.orchestra.run.smithi062.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 696 kB/s | 18 kB 00:00 2024-09-11T01:08:43.827 INFO:teuthology.orchestra.run.smithi062.stdout:(24/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-09-11T01:08:43.853 INFO:teuthology.orchestra.run.smithi062.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 462 kB/s | 23 kB 00:00 2024-09-11T01:08:43.878 INFO:teuthology.orchestra.run.smithi062.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-09-11T01:08:43.904 INFO:teuthology.orchestra.run.smithi062.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 393 kB/s | 20 kB 00:00 2024-09-11T01:08:43.928 INFO:teuthology.orchestra.run.smithi062.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 926 kB/s | 46 kB 00:00 2024-09-11T01:08:43.953 INFO:teuthology.orchestra.run.smithi062.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.6 MB/s | 358 kB 00:00 2024-09-11T01:08:43.970 INFO:teuthology.orchestra.run.smithi062.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.1 MB/s | 79 kB 00:00 2024-09-11T01:08:43.988 INFO:teuthology.orchestra.run.smithi062.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 489 kB/s | 16 kB 00:00 2024-09-11T01:08:44.013 INFO:teuthology.orchestra.run.smithi062.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.1 MB/s | 90 kB 00:00 2024-09-11T01:08:44.029 INFO:teuthology.orchestra.run.smithi062.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 857 kB/s | 36 kB 00:00 2024-09-11T01:08:44.055 INFO:teuthology.orchestra.run.smithi062.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 2.1 MB/s | 272 kB 00:00 2024-09-11T01:08:44.072 INFO:teuthology.orchestra.run.smithi062.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-09-11T01:08:44.097 INFO:teuthology.orchestra.run.smithi062.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 3.4 MB/s | 230 kB 00:00 2024-09-11T01:08:44.122 INFO:teuthology.orchestra.run.smithi062.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.5 MB/s | 427 kB 00:00 2024-09-11T01:08:44.126 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:08:44.126 INFO:teuthology.orchestra.run.smithi062.stdout:Total 13 MB/s | 31 MB 00:02 2024-09-11T01:08:44.153 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:08:44.154 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:08:44.276 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:08:44.321 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:08:44.321 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:08:44.822 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:08:44.822 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:08:45.515 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:08:45.586 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-11T01:08:45.618 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-11T01:08:45.646 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-11T01:08:45.718 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-11T01:08:45.770 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-11T01:08:45.803 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-11T01:08:45.896 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-11T01:08:45.974 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-11T01:08:46.014 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-11T01:08:46.048 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-11T01:08:46.079 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-11T01:08:46.113 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-11T01:08:46.125 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:08:46.147 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-11T01:08:46.183 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-11T01:08:46.187 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-11T01:08:46.217 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-11T01:08:46.222 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-11T01:08:46.244 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-11T01:08:46.256 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-11T01:08:46.305 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-11T01:08:46.322 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-11T01:08:46.337 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-11T01:08:46.372 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-11T01:08:46.410 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-11T01:08:46.410 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-11T01:08:46.508 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-11T01:08:46.550 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-11T01:08:46.583 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-11T01:08:46.636 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-11T01:08:46.638 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-11T01:08:46.673 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-11T01:08:46.689 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-11T01:08:46.702 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-11T01:08:46.727 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-11T01:08:46.745 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-11T01:08:46.776 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-11T01:08:46.778 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-11T01:08:46.820 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-11T01:08:46.840 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-11T01:08:46.863 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-11T01:08:46.896 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-11T01:08:46.946 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-11T01:08:46.986 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-11T01:08:47.026 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-11T01:08:47.063 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-11T01:08:47.081 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-11T01:08:47.152 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-11T01:08:47.216 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-11T01:08:47.240 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-11T01:08:47.290 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-11T01:08:47.297 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-11T01:08:47.348 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-11T01:08:47.385 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-11T01:08:47.416 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-11T01:08:47.444 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-11T01:08:47.516 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-11T01:08:47.591 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4854.g8f219c47.el9. 32/37 2024-09-11T01:08:47.616 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 33/37 2024-09-11T01:08:47.642 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 33/37 2024-09-11T01:08:47.643 INFO:teuthology.orchestra.run.smithi150.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:08:47.643 INFO:teuthology.orchestra.run.smithi150.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-11T01:08:47.643 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T01:08:47.643 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T01:08:47.643 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:47.712 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-11T01:08:47.756 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-11T01:08:47.837 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-11T01:08:47.927 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-11T01:08:47.980 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-11T01:08:48.116 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-11T01:08:48.288 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4854.g8f219c47.el9. 32/37 2024-09-11T01:08:48.315 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 33/37 2024-09-11T01:08:48.342 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 33/37 2024-09-11T01:08:48.343 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:08:48.343 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-11T01:08:48.343 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T01:08:48.343 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-11T01:08:48.343 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:49.126 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 34/37 2024-09-11T01:08:49.153 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 34/37 2024-09-11T01:08:49.153 INFO:teuthology.orchestra.run.smithi150.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:08:49.153 INFO:teuthology.orchestra.run.smithi150.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-11T01:08:49.154 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T01:08:49.154 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T01:08:49.154 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:49.601 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 35/37 2024-09-11T01:08:49.625 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 35/37 2024-09-11T01:08:49.625 INFO:teuthology.orchestra.run.smithi150.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:08:49.625 INFO:teuthology.orchestra.run.smithi150.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-11T01:08:49.625 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T01:08:49.625 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T01:08:49.626 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:49.852 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 36/37 2024-09-11T01:08:49.875 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 36/37 2024-09-11T01:08:49.875 INFO:teuthology.orchestra.run.smithi150.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:08:49.875 INFO:teuthology.orchestra.run.smithi150.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-11T01:08:49.875 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T01:08:49.875 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T01:08:49.876 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:49.899 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 34/37 2024-09-11T01:08:49.928 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 34/37 2024-09-11T01:08:49.928 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:08:49.928 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-11T01:08:49.928 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T01:08:49.929 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-11T01:08:49.929 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:49.940 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 37/37 2024-09-11T01:08:50.400 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 35/37 2024-09-11T01:08:50.426 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 35/37 2024-09-11T01:08:50.426 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:08:50.426 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-11T01:08:50.426 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T01:08:50.426 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-11T01:08:50.426 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:50.659 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 36/37 2024-09-11T01:08:50.684 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 36/37 2024-09-11T01:08:50.684 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:08:50.684 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-11T01:08:50.684 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T01:08:50.685 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-11T01:08:50.685 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:50.742 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 37/37 2024-09-11T01:08:51.707 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 37/37 2024-09-11T01:08:51.707 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 1/37 2024-09-11T01:08:51.707 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 2/37 2024-09-11T01:08:51.707 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 3/37 2024-09-11T01:08:51.707 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 4/37 2024-09-11T01:08:51.708 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 5/37 2024-09-11T01:08:51.708 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4854.g8f219c47.el9. 6/37 2024-09-11T01:08:51.708 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-11T01:08:51.708 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-11T01:08:51.708 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-11T01:08:51.708 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-11T01:08:51.708 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-11T01:08:51.708 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-11T01:08:51.708 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-11T01:08:51.708 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-11T01:08:51.708 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-11T01:08:51.708 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-11T01:08:51.709 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-11T01:08:51.709 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-11T01:08:51.709 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-11T01:08:51.709 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-11T01:08:51.709 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-11T01:08:51.709 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-11T01:08:51.709 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-11T01:08:51.709 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-11T01:08:51.709 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-11T01:08:51.709 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-11T01:08:51.710 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-11T01:08:51.710 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-11T01:08:51.711 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-11T01:08:51.711 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-11T01:08:51.711 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-11T01:08:51.711 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-11T01:08:51.711 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-11T01:08:51.711 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-11T01:08:51.711 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-11T01:08:51.711 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-11T01:08:52.578 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 37/37 2024-09-11T01:08:52.578 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 1/37 2024-09-11T01:08:52.578 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 2/37 2024-09-11T01:08:52.578 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 3/37 2024-09-11T01:08:52.578 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 4/37 2024-09-11T01:08:52.578 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 5/37 2024-09-11T01:08:52.579 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4854.g8f219c47.el9. 6/37 2024-09-11T01:08:52.579 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-11T01:08:52.579 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-11T01:08:52.579 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-11T01:08:52.579 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-11T01:08:52.579 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-11T01:08:52.579 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-11T01:08:52.579 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-11T01:08:52.579 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-11T01:08:52.579 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-11T01:08:52.579 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-11T01:08:52.579 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-11T01:08:52.580 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-11T01:08:52.580 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-11T01:08:52.580 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-11T01:08:52.580 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-11T01:08:52.580 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-11T01:08:52.580 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-11T01:08:52.580 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-11T01:08:52.580 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-11T01:08:52.580 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-11T01:08:52.580 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-11T01:08:52.580 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-11T01:08:52.581 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-11T01:08:52.581 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-11T01:08:52.581 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-11T01:08:52.581 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-11T01:08:52.581 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-11T01:08:52.581 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-11T01:08:52.581 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-11T01:08:52.581 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-11T01:08:52.813 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-11T01:08:52.813 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:52.813 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:08:52.813 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:52.814 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:52.814 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:52.814 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-modules-core-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:08:52.814 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:52.814 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:52.815 INFO:teuthology.orchestra.run.smithi150.stdout: lua-5.4.4-4.el9.x86_64 2024-09-11T01:08:52.815 INFO:teuthology.orchestra.run.smithi150.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-11T01:08:52.815 INFO:teuthology.orchestra.run.smithi150.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-11T01:08:52.815 INFO:teuthology.orchestra.run.smithi150.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-11T01:08:52.815 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-11T01:08:52.815 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-11T01:08:52.816 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-11T01:08:52.816 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-11T01:08:52.816 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-11T01:08:52.816 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-11T01:08:52.817 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-11T01:08:52.817 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-11T01:08:52.817 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-11T01:08:52.817 INFO:teuthology.orchestra.run.smithi150.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-11T01:08:52.817 INFO:teuthology.orchestra.run.smithi150.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-11T01:08:52.817 INFO:teuthology.orchestra.run.smithi150.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-11T01:08:52.818 INFO:teuthology.orchestra.run.smithi150.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-11T01:08:52.818 INFO:teuthology.orchestra.run.smithi150.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-11T01:08:52.818 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-11T01:08:52.818 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ply-3.11-14.el9.noarch 2024-09-11T01:08:52.818 INFO:teuthology.orchestra.run.smithi150.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-11T01:08:52.819 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-11T01:08:52.819 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-11T01:08:52.819 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-11T01:08:52.819 INFO:teuthology.orchestra.run.smithi150.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-11T01:08:52.819 INFO:teuthology.orchestra.run.smithi150.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-11T01:08:52.819 INFO:teuthology.orchestra.run.smithi150.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-11T01:08:52.820 INFO:teuthology.orchestra.run.smithi150.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-11T01:08:52.820 INFO:teuthology.orchestra.run.smithi150.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-11T01:08:52.820 INFO:teuthology.orchestra.run.smithi150.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-11T01:08:52.820 INFO:teuthology.orchestra.run.smithi150.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-11T01:08:52.820 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:52.820 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:08:53.199 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-base 2024-09-11T01:08:53.673 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-11T01:08:53.673 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:53.673 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:08:53.674 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:53.674 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mds-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:53.674 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:53.674 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-modules-core-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:08:53.674 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mon-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:53.674 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-osd-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:53.674 INFO:teuthology.orchestra.run.smithi062.stdout: lua-5.4.4-4.el9.x86_64 2024-09-11T01:08:53.674 INFO:teuthology.orchestra.run.smithi062.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-11T01:08:53.674 INFO:teuthology.orchestra.run.smithi062.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-11T01:08:53.674 INFO:teuthology.orchestra.run.smithi062.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-11T01:08:53.674 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-11T01:08:53.674 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-11T01:08:53.674 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-11T01:08:53.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-11T01:08:53.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-11T01:08:53.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-11T01:08:53.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-11T01:08:53.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-11T01:08:53.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-11T01:08:53.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-11T01:08:53.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-11T01:08:53.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-11T01:08:53.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-11T01:08:53.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-11T01:08:53.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-11T01:08:53.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-ply-3.11-14.el9.noarch 2024-09-11T01:08:53.675 INFO:teuthology.orchestra.run.smithi062.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-11T01:08:53.676 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-11T01:08:53.676 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-11T01:08:53.676 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-11T01:08:53.676 INFO:teuthology.orchestra.run.smithi062.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-11T01:08:53.676 INFO:teuthology.orchestra.run.smithi062.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-11T01:08:53.676 INFO:teuthology.orchestra.run.smithi062.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-11T01:08:53.676 INFO:teuthology.orchestra.run.smithi062.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-11T01:08:53.676 INFO:teuthology.orchestra.run.smithi062.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-11T01:08:53.676 INFO:teuthology.orchestra.run.smithi062.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-11T01:08:53.676 INFO:teuthology.orchestra.run.smithi062.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-11T01:08:53.676 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:53.676 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:08:53.778 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:00:53 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:08:53.868 INFO:teuthology.orchestra.run.smithi150.stdout:Package ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:08:53.911 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:08:53.912 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2024-09-11T01:08:53.912 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:08:53.985 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install cephadm 2024-09-11T01:08:54.013 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-base 2024-09-11T01:08:54.550 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:00:54 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:08:54.656 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:55 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:08:54.683 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:08:54.683 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:08:54.684 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2024-09-11T01:08:54.684 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:08:54.684 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:08:54.684 INFO:teuthology.orchestra.run.smithi150.stdout: cephadm noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 783 k 2024-09-11T01:08:54.684 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:54.684 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:08:54.684 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:08:54.684 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2024-09-11T01:08:54.684 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:54.684 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 783 k 2024-09-11T01:08:54.684 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 790 k 2024-09-11T01:08:54.684 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:08:54.750 INFO:teuthology.orchestra.run.smithi062.stdout:Package ceph-base-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:08:54.796 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:08:54.797 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-11T01:08:54.797 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:08:54.862 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install cephadm 2024-09-11T01:08:54.943 INFO:teuthology.orchestra.run.smithi150.stdout:cephadm-19.3.0-4854.g8f219c47.el9.noarch.rpm 3.0 MB/s | 783 kB 00:00 2024-09-11T01:08:54.944 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:08:54.944 INFO:teuthology.orchestra.run.smithi150.stdout:Total 2.9 MB/s | 783 kB 00:00 2024-09-11T01:08:54.944 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:08:54.949 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:08:54.950 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:08:54.955 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:08:54.956 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:08:55.028 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:08:55.452 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:56 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:08:55.506 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T01:08:55.589 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:08:55.589 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:08:55.590 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-11T01:08:55.590 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:08:55.590 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:08:55.590 INFO:teuthology.orchestra.run.smithi062.stdout: cephadm noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 783 k 2024-09-11T01:08:55.590 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:55.590 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:08:55.590 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:08:55.590 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-11T01:08:55.590 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:55.590 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 783 k 2024-09-11T01:08:55.591 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 790 k 2024-09-11T01:08:55.591 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:08:55.613 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T01:08:55.843 INFO:teuthology.orchestra.run.smithi062.stdout:cephadm-19.3.0-4854.g8f219c47.el9.noarch.rpm 3.0 MB/s | 783 kB 00:00 2024-09-11T01:08:55.844 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:08:55.844 INFO:teuthology.orchestra.run.smithi062.stdout:Total 3.0 MB/s | 783 kB 00:00 2024-09-11T01:08:55.844 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:08:55.850 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:08:55.850 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:08:55.856 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:08:55.856 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:08:55.928 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:08:56.028 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T01:08:56.302 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T01:08:56.302 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:56.303 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:08:56.303 INFO:teuthology.orchestra.run.smithi150.stdout: cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:08:56.303 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:56.303 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:08:56.425 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T01:08:56.497 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-immutable-object-cache 2024-09-11T01:08:56.516 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T01:08:56.928 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T01:08:57.071 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:00:57 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:08:57.164 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T01:08:57.164 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:57.165 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:08:57.165 INFO:teuthology.orchestra.run.smithi062.stdout: cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:08:57.165 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:57.165 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:08:57.209 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:08:57.210 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:08:57.210 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repo Size 2024-09-11T01:08:57.210 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:08:57.210 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:08:57.210 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 145 k 2024-09-11T01:08:57.210 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:57.210 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:08:57.210 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:08:57.210 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2024-09-11T01:08:57.210 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:57.211 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 145 k 2024-09-11T01:08:57.211 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 432 k 2024-09-11T01:08:57.211 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:08:57.372 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-immutable-object-cache 2024-09-11T01:08:57.424 INFO:teuthology.orchestra.run.smithi150.stdout:ceph-immutable-object-cache-19.3.0-4854.g8f219c 679 kB/s | 145 kB 00:00 2024-09-11T01:08:57.425 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:08:57.425 INFO:teuthology.orchestra.run.smithi150.stdout:Total 674 kB/s | 145 kB 00:00 2024-09-11T01:08:57.425 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:08:57.433 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:08:57.433 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:08:57.492 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:08:57.493 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:08:57.638 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:08:57.700 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47. 1/1 2024-09-11T01:08:57.724 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47. 1/1 2024-09-11T01:08:57.724 INFO:teuthology.orchestra.run.smithi150.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:08:57.725 INFO:teuthology.orchestra.run.smithi150.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-11T01:08:57.725 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:57.964 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:00:58 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:08:58.101 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:08:58.102 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:08:58.102 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2024-09-11T01:08:58.102 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:08:58.102 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:08:58.102 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 145 k 2024-09-11T01:08:58.102 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:58.102 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:08:58.102 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:08:58.102 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-11T01:08:58.102 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:58.102 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 145 k 2024-09-11T01:08:58.102 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 432 k 2024-09-11T01:08:58.103 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:08:58.307 INFO:teuthology.orchestra.run.smithi062.stdout:ceph-immutable-object-cache-19.3.0-4854.g8f219c 708 kB/s | 145 kB 00:00 2024-09-11T01:08:58.308 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:08:58.308 INFO:teuthology.orchestra.run.smithi062.stdout:Total 703 kB/s | 145 kB 00:00 2024-09-11T01:08:58.308 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:08:58.316 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:08:58.317 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:08:58.378 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:08:58.378 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:08:58.527 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:08:58.575 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47. 1/1 2024-09-11T01:08:58.601 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47. 1/1 2024-09-11T01:08:58.601 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:08:58.601 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-11T01:08:58.601 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:58.730 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47. 1/1 2024-09-11T01:08:58.731 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:58.731 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:08:58.731 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:58.731 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:08:58.731 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:08:58.953 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-mgr 2024-09-11T01:08:59.529 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:00:59 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:08:59.618 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47. 1/1 2024-09-11T01:08:59.619 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:59.619 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:08:59.619 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-immutable-object-cache-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:08:59.619 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:08:59.619 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:08:59.621 INFO:teuthology.orchestra.run.smithi150.stdout:Package ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:08:59.664 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:08:59.665 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2024-09-11T01:08:59.665 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:08:59.737 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-mgr-dashboard 2024-09-11T01:08:59.835 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr 2024-09-11T01:09:00.299 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:00 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:00.426 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:01 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:00.432 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:00.433 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:00.434 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2024-09-11T01:09:00.434 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:00.434 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:09:00.434 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 14 M 2024-09-11T01:09:00.434 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-09-11T01:09:00.434 INFO:teuthology.orchestra.run.smithi150.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-11T01:09:00.434 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 34 k 2024-09-11T01:09:00.434 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 16 k 2024-09-11T01:09:00.434 INFO:teuthology.orchestra.run.smithi150.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-11T01:09:00.434 INFO:teuthology.orchestra.run.smithi150.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-11T01:09:00.434 INFO:teuthology.orchestra.run.smithi150.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-11T01:09:00.435 INFO:teuthology.orchestra.run.smithi150.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-11T01:09:00.435 INFO:teuthology.orchestra.run.smithi150.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-11T01:09:00.435 INFO:teuthology.orchestra.run.smithi150.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-11T01:09:00.435 INFO:teuthology.orchestra.run.smithi150.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-11T01:09:00.435 INFO:teuthology.orchestra.run.smithi150.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-11T01:09:00.435 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:00.435 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:09:00.435 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:00.435 INFO:teuthology.orchestra.run.smithi150.stdout:Install 12 Packages 2024-09-11T01:09:00.435 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:00.436 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 19 M 2024-09-11T01:09:00.436 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 159 M 2024-09-11T01:09:00.436 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:09:00.519 INFO:teuthology.orchestra.run.smithi062.stdout:Package ceph-mgr-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:09:00.563 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:00.565 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-11T01:09:00.565 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:00.631 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-dashboard 2024-09-11T01:09:01.061 INFO:teuthology.orchestra.run.smithi150.stdout:(1/12): ceph-grafana-dashboards-19.3.0-4854.g8f 241 kB/s | 34 kB 00:00 2024-09-11T01:09:01.078 INFO:teuthology.orchestra.run.smithi150.stdout:(2/12): ceph-prometheus-alerts-19.3.0-4854.g8f2 104 kB/s | 16 kB 00:00 2024-09-11T01:09:01.219 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:02 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:01.220 INFO:teuthology.orchestra.run.smithi150.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 6.4 MB/s | 1.0 MB 00:00 2024-09-11T01:09:01.245 INFO:teuthology.orchestra.run.smithi150.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 269 kB 00:00 2024-09-11T01:09:01.304 INFO:teuthology.orchestra.run.smithi150.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 9.2 MB/s | 548 kB 00:00 2024-09-11T01:09:01.333 INFO:teuthology.orchestra.run.smithi150.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 783 kB/s | 19 kB 00:00 2024-09-11T01:09:01.357 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:01.358 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:01.358 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-11T01:09:01.358 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:01.358 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:09:01.358 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 14 M 2024-09-11T01:09:01.358 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-11T01:09:01.358 INFO:teuthology.orchestra.run.smithi062.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-11T01:09:01.359 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 34 k 2024-09-11T01:09:01.359 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 16 k 2024-09-11T01:09:01.359 INFO:teuthology.orchestra.run.smithi062.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-11T01:09:01.359 INFO:teuthology.orchestra.run.smithi062.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-11T01:09:01.359 INFO:teuthology.orchestra.run.smithi062.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-11T01:09:01.359 INFO:teuthology.orchestra.run.smithi062.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-11T01:09:01.359 INFO:teuthology.orchestra.run.smithi062.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-11T01:09:01.359 INFO:teuthology.orchestra.run.smithi062.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-11T01:09:01.359 INFO:teuthology.orchestra.run.smithi062.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-11T01:09:01.359 INFO:teuthology.orchestra.run.smithi062.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-11T01:09:01.359 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:01.359 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:09:01.359 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:01.359 INFO:teuthology.orchestra.run.smithi062.stdout:Install 12 Packages 2024-09-11T01:09:01.360 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:01.360 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 19 M 2024-09-11T01:09:01.360 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 159 M 2024-09-11T01:09:01.360 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:09:01.438 INFO:teuthology.orchestra.run.smithi150.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 19 MB/s | 2.0 MB 00:00 2024-09-11T01:09:01.463 INFO:teuthology.orchestra.run.smithi150.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.7 MB/s | 144 kB 00:00 2024-09-11T01:09:01.488 INFO:teuthology.orchestra.run.smithi150.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-11T01:09:01.522 INFO:teuthology.orchestra.run.smithi150.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 5.5 MB/s | 188 kB 00:00 2024-09-11T01:09:01.672 INFO:teuthology.orchestra.run.smithi150.stdout:(11/12): ceph-mgr-dashboard-19.3.0-4854.g8f219c 19 MB/s | 14 MB 00:00 2024-09-11T01:09:02.244 INFO:teuthology.orchestra.run.smithi062.stdout:(1/12): ceph-prometheus-alerts-19.3.0-4854.g8f2 102 kB/s | 16 kB 00:00 2024-09-11T01:09:02.264 INFO:teuthology.orchestra.run.smithi150.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 827 kB/s | 863 kB 00:01 2024-09-11T01:09:02.268 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:02.268 INFO:teuthology.orchestra.run.smithi150.stdout:Total 11 MB/s | 19 MB 00:01 2024-09-11T01:09:02.269 INFO:teuthology.orchestra.run.smithi062.stdout:(2/12): ceph-grafana-dashboards-19.3.0-4854.g8f 184 kB/s | 34 kB 00:00 2024-09-11T01:09:02.317 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:09:02.336 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:09:02.337 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:09:02.395 INFO:teuthology.orchestra.run.smithi062.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.1 MB/s | 269 kB 00:00 2024-09-11T01:09:02.537 INFO:teuthology.orchestra.run.smithi062.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 6.0 MB/s | 863 kB 00:00 2024-09-11T01:09:02.587 INFO:teuthology.orchestra.run.smithi062.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-11T01:09:02.612 INFO:teuthology.orchestra.run.smithi062.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 787 kB/s | 19 kB 00:00 2024-09-11T01:09:02.616 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:09:02.616 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:09:02.772 INFO:teuthology.orchestra.run.smithi062.stdout:(7/12): ceph-mgr-dashboard-19.3.0-4854.g8f219c4 21 MB/s | 14 MB 00:00 2024-09-11T01:09:02.805 INFO:teuthology.orchestra.run.smithi062.stdout:(8/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.8 MB/s | 1.0 MB 00:00 2024-09-11T01:09:02.855 INFO:teuthology.orchestra.run.smithi062.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.7 MB/s | 144 kB 00:00 2024-09-11T01:09:02.880 INFO:teuthology.orchestra.run.smithi062.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 457 kB/s | 31 kB 00:00 2024-09-11T01:09:02.905 INFO:teuthology.orchestra.run.smithi062.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.8 MB/s | 188 kB 00:00 2024-09-11T01:09:02.939 INFO:teuthology.orchestra.run.smithi062.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 6.3 MB/s | 2.0 MB 00:00 2024-09-11T01:09:02.944 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:02.944 INFO:teuthology.orchestra.run.smithi062.stdout:Total 12 MB/s | 19 MB 00:01 2024-09-11T01:09:02.994 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:09:03.015 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:09:03.015 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:09:03.240 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:09:03.308 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:09:03.309 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:09:03.331 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-11T01:09:03.366 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-11T01:09:03.413 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-11T01:09:03.451 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-11T01:09:03.545 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-11T01:09:03.669 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-11T01:09:03.754 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-11T01:09:03.798 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-11T01:09:03.827 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-11T01:09:03.859 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4854.g8f219c47.el9 10/12 2024-09-11T01:09:03.931 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:09:04.007 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-11T01:09:04.042 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-11T01:09:04.090 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-11T01:09:04.145 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-11T01:09:04.245 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-11T01:09:04.384 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-11T01:09:04.475 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-11T01:09:04.524 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-11T01:09:04.552 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-11T01:09:04.585 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4854.g8f219c47.el9 10/12 2024-09-11T01:09:07.023 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4854.g8f219c47.el 11/12 2024-09-11T01:09:07.088 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noa 12/12 2024-09-11T01:09:07.968 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4854.g8f219c47.el 11/12 2024-09-11T01:09:08.045 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noa 12/12 2024-09-11T01:09:09.090 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noa 12/12 2024-09-11T01:09:09.091 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4854.g8f219c47.el 1/12 2024-09-11T01:09:09.091 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noa 2/12 2024-09-11T01:09:09.091 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4854.g8f219c47.el9 3/12 2024-09-11T01:09:09.091 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-11T01:09:09.091 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-11T01:09:09.091 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-11T01:09:09.091 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-11T01:09:09.091 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-11T01:09:09.091 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-11T01:09:09.091 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-11T01:09:09.091 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-11T01:09:09.408 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-11T01:09:09.408 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:09.408 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:09:09.408 INFO:teuthology.orchestra.run.smithi150.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-11T01:09:09.408 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-grafana-dashboards-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:09:09.409 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:09:09.409 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-prometheus-alerts-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:09:09.409 INFO:teuthology.orchestra.run.smithi150.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-11T01:09:09.409 INFO:teuthology.orchestra.run.smithi150.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-11T01:09:09.409 INFO:teuthology.orchestra.run.smithi150.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-11T01:09:09.409 INFO:teuthology.orchestra.run.smithi150.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-11T01:09:09.409 INFO:teuthology.orchestra.run.smithi150.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-11T01:09:09.409 INFO:teuthology.orchestra.run.smithi150.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-11T01:09:09.409 INFO:teuthology.orchestra.run.smithi150.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-11T01:09:09.409 INFO:teuthology.orchestra.run.smithi150.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-11T01:09:09.409 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:09.409 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:09.609 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noa 12/12 2024-09-11T01:09:09.609 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4854.g8f219c47.el 1/12 2024-09-11T01:09:09.609 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noa 2/12 2024-09-11T01:09:09.610 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4854.g8f219c47.el9 3/12 2024-09-11T01:09:09.610 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-11T01:09:09.610 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-11T01:09:09.610 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-11T01:09:09.610 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-11T01:09:09.610 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-11T01:09:09.610 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-11T01:09:09.610 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-11T01:09:09.610 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-11T01:09:09.649 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-11T01:09:10.038 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-11T01:09:10.038 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:10.039 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:09:10.039 INFO:teuthology.orchestra.run.smithi062.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-11T01:09:10.039 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-grafana-dashboards-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:09:10.039 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-dashboard-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:09:10.039 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-prometheus-alerts-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:09:10.039 INFO:teuthology.orchestra.run.smithi062.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-11T01:09:10.039 INFO:teuthology.orchestra.run.smithi062.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-11T01:09:10.039 INFO:teuthology.orchestra.run.smithi062.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-11T01:09:10.039 INFO:teuthology.orchestra.run.smithi062.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-11T01:09:10.039 INFO:teuthology.orchestra.run.smithi062.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-11T01:09:10.039 INFO:teuthology.orchestra.run.smithi062.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-11T01:09:10.039 INFO:teuthology.orchestra.run.smithi062.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-11T01:09:10.039 INFO:teuthology.orchestra.run.smithi062.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-11T01:09:10.039 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:10.040 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:10.228 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:10 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:10.272 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-11T01:09:10.372 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:10.373 INFO:teuthology.orchestra.run.smithi150.stdout:======================================================================================= 2024-09-11T01:09:10.373 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2024-09-11T01:09:10.373 INFO:teuthology.orchestra.run.smithi150.stdout:======================================================================================= 2024-09-11T01:09:10.373 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:09:10.373 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 7.4 M 2024-09-11T01:09:10.373 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-09-11T01:09:10.373 INFO:teuthology.orchestra.run.smithi150.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-11T01:09:10.373 INFO:teuthology.orchestra.run.smithi150.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-11T01:09:10.373 INFO:teuthology.orchestra.run.smithi150.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-11T01:09:10.374 INFO:teuthology.orchestra.run.smithi150.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-11T01:09:10.374 INFO:teuthology.orchestra.run.smithi150.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-11T01:09:10.374 INFO:teuthology.orchestra.run.smithi150.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-11T01:09:10.374 INFO:teuthology.orchestra.run.smithi150.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-11T01:09:10.374 INFO:teuthology.orchestra.run.smithi150.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-11T01:09:10.374 INFO:teuthology.orchestra.run.smithi150.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-11T01:09:10.374 INFO:teuthology.orchestra.run.smithi150.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-11T01:09:10.374 INFO:teuthology.orchestra.run.smithi150.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-11T01:09:10.374 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:10.374 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:09:10.374 INFO:teuthology.orchestra.run.smithi150.stdout:======================================================================================= 2024-09-11T01:09:10.374 INFO:teuthology.orchestra.run.smithi150.stdout:Install 12 Packages 2024-09-11T01:09:10.374 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:10.375 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 38 M 2024-09-11T01:09:10.375 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 212 M 2024-09-11T01:09:10.375 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:09:10.646 INFO:teuthology.orchestra.run.smithi150.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.1 MB/s | 191 kB 00:00 2024-09-11T01:09:10.679 INFO:teuthology.orchestra.run.smithi150.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 3.7 MB/s | 801 kB 00:00 2024-09-11T01:09:10.780 INFO:teuthology.orchestra.run.smithi150.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 245 kB/s | 33 kB 00:00 2024-09-11T01:09:10.855 INFO:teuthology.orchestra.run.smithi150.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 243 kB/s | 18 kB 00:00 2024-09-11T01:09:10.861 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:11 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:10.922 INFO:teuthology.orchestra.run.smithi150.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 578 kB/s | 38 kB 00:00 2024-09-11T01:09:11.000 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:11.001 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================= 2024-09-11T01:09:11.001 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-11T01:09:11.001 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================= 2024-09-11T01:09:11.001 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:09:11.001 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 7.4 M 2024-09-11T01:09:11.001 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-11T01:09:11.001 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-11T01:09:11.001 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-11T01:09:11.001 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-11T01:09:11.001 INFO:teuthology.orchestra.run.smithi062.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-11T01:09:11.002 INFO:teuthology.orchestra.run.smithi062.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-11T01:09:11.002 INFO:teuthology.orchestra.run.smithi062.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-11T01:09:11.002 INFO:teuthology.orchestra.run.smithi062.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-11T01:09:11.002 INFO:teuthology.orchestra.run.smithi062.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-11T01:09:11.002 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-11T01:09:11.002 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-11T01:09:11.002 INFO:teuthology.orchestra.run.smithi062.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-11T01:09:11.002 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:11.002 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:09:11.002 INFO:teuthology.orchestra.run.smithi062.stdout:======================================================================================= 2024-09-11T01:09:11.002 INFO:teuthology.orchestra.run.smithi062.stdout:Install 12 Packages 2024-09-11T01:09:11.002 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:11.003 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 38 M 2024-09-11T01:09:11.003 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 212 M 2024-09-11T01:09:11.003 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:09:11.064 INFO:teuthology.orchestra.run.smithi150.stdout:(6/12): ceph-mgr-diskprediction-local-19.3.0-48 12 MB/s | 7.4 MB 00:00 2024-09-11T01:09:11.273 INFO:teuthology.orchestra.run.smithi150.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.1 MB/s | 245 kB 00:00 2024-09-11T01:09:11.345 INFO:teuthology.orchestra.run.smithi062.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.5 MB/s | 191 kB 00:00 2024-09-11T01:09:11.379 INFO:teuthology.orchestra.run.smithi062.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 5.0 MB/s | 801 kB 00:00 2024-09-11T01:09:11.462 INFO:teuthology.orchestra.run.smithi062.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 280 kB/s | 33 kB 00:00 2024-09-11T01:09:11.513 INFO:teuthology.orchestra.run.smithi062.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 362 kB/s | 18 kB 00:00 2024-09-11T01:09:11.571 INFO:teuthology.orchestra.run.smithi062.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 662 kB/s | 38 kB 00:00 2024-09-11T01:09:11.655 INFO:teuthology.orchestra.run.smithi062.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-09-11T01:09:11.698 INFO:teuthology.orchestra.run.smithi150.stdout:(8/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 6.4 MB/s | 4.9 MB 00:00 2024-09-11T01:09:11.756 INFO:teuthology.orchestra.run.smithi150.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.2 MB/s | 250 kB 00:00 2024-09-11T01:09:11.773 INFO:teuthology.orchestra.run.smithi062.stdout:(7/12): ceph-mgr-diskprediction-local-19.3.0-48 13 MB/s | 7.4 MB 00:00 2024-09-11T01:09:11.797 INFO:teuthology.orchestra.run.smithi062.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.7 MB/s | 245 kB 00:00 2024-09-11T01:09:11.847 INFO:teuthology.orchestra.run.smithi062.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 4.9 MB/s | 250 kB 00:00 2024-09-11T01:09:11.981 INFO:teuthology.orchestra.run.smithi062.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 12 MB/s | 4.9 MB 00:00 2024-09-11T01:09:12.073 INFO:teuthology.orchestra.run.smithi150.stdout:(10/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rp 2.1 MB/s | 3.0 MB 00:01 2024-09-11T01:09:12.165 INFO:teuthology.orchestra.run.smithi150.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 5.7 MB/s | 5.1 MB 00:00 2024-09-11T01:09:12.215 INFO:teuthology.orchestra.run.smithi062.stdout:(11/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 44 MB/s | 16 MB 00:00 2024-09-11T01:09:12.401 INFO:teuthology.orchestra.run.smithi062.stdout:(12/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 8.1 MB/s | 5.1 MB 00:00 2024-09-11T01:09:12.401 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:12.401 INFO:teuthology.orchestra.run.smithi062.stdout:Total 27 MB/s | 38 MB 00:01 2024-09-11T01:09:12.764 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:09:12.791 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:09:12.791 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:09:13.254 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:09:13.254 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:09:13.440 INFO:teuthology.orchestra.run.smithi150.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 9.7 MB/s | 16 MB 00:01 2024-09-11T01:09:13.441 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:13.441 INFO:teuthology.orchestra.run.smithi150.stdout:Total 12 MB/s | 38 MB 00:03 2024-09-11T01:09:13.790 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:09:13.816 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:09:13.816 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:09:14.038 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:09:14.100 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-11T01:09:14.138 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-11T01:09:14.242 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-11T01:09:14.242 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:09:14.242 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:09:14.281 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-11T01:09:14.472 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-11T01:09:14.505 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-11T01:09:14.583 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-11T01:09:15.021 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:09:15.081 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-11T01:09:15.130 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-11T01:09:15.231 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-11T01:09:15.274 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-11T01:09:15.285 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-11T01:09:15.406 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-11T01:09:15.458 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-11T01:09:15.497 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-11T01:09:15.574 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-11T01:09:16.234 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-11T01:09:16.360 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-11T01:09:16.751 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T01:09:17.619 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T01:09:17.834 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-11T01:09:17.862 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219 12/12 2024-09-11T01:09:18.666 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-11T01:09:18.696 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219 12/12 2024-09-11T01:09:20.466 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219 12/12 2024-09-11T01:09:20.466 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219 1/12 2024-09-11T01:09:20.466 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-11T01:09:20.466 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-11T01:09:20.466 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-11T01:09:20.467 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-11T01:09:20.467 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-11T01:09:20.467 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-11T01:09:20.467 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-11T01:09:20.467 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-11T01:09:20.467 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T01:09:20.467 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-11T01:09:20.896 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-11T01:09:20.897 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:20.897 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:09:20.897 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:09:20.897 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-11T01:09:20.897 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-11T01:09:20.897 INFO:teuthology.orchestra.run.smithi062.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-11T01:09:20.897 INFO:teuthology.orchestra.run.smithi062.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-11T01:09:20.897 INFO:teuthology.orchestra.run.smithi062.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-11T01:09:20.897 INFO:teuthology.orchestra.run.smithi062.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-11T01:09:20.897 INFO:teuthology.orchestra.run.smithi062.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-11T01:09:20.897 INFO:teuthology.orchestra.run.smithi062.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-11T01:09:20.897 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-11T01:09:20.898 INFO:teuthology.orchestra.run.smithi062.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-11T01:09:20.898 INFO:teuthology.orchestra.run.smithi062.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-11T01:09:20.898 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:20.898 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:21.250 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219 12/12 2024-09-11T01:09:21.250 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219 1/12 2024-09-11T01:09:21.250 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-11T01:09:21.250 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-11T01:09:21.250 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-11T01:09:21.250 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-11T01:09:21.251 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-11T01:09:21.251 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-11T01:09:21.251 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-11T01:09:21.251 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-11T01:09:21.251 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-11T01:09:21.251 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-11T01:09:21.290 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-rook 2024-09-11T01:09:21.683 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-11T01:09:21.683 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:21.683 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:09:21.683 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:09:21.683 INFO:teuthology.orchestra.run.smithi150.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-11T01:09:21.683 INFO:teuthology.orchestra.run.smithi150.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-11T01:09:21.683 INFO:teuthology.orchestra.run.smithi150.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-11T01:09:21.683 INFO:teuthology.orchestra.run.smithi150.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-11T01:09:21.683 INFO:teuthology.orchestra.run.smithi150.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-11T01:09:21.683 INFO:teuthology.orchestra.run.smithi150.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-11T01:09:21.684 INFO:teuthology.orchestra.run.smithi150.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-11T01:09:21.684 INFO:teuthology.orchestra.run.smithi150.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-11T01:09:21.684 INFO:teuthology.orchestra.run.smithi150.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-11T01:09:21.684 INFO:teuthology.orchestra.run.smithi150.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-11T01:09:21.684 INFO:teuthology.orchestra.run.smithi150.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-11T01:09:21.684 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:21.684 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:21.883 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:22 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:22.023 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:22.025 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:22.025 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-11T01:09:22.025 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:22.025 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:09:22.025 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-rook noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 49 k 2024-09-11T01:09:22.025 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-11T01:09:22.025 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-11T01:09:22.025 INFO:teuthology.orchestra.run.smithi062.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-11T01:09:22.025 INFO:teuthology.orchestra.run.smithi062.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-11T01:09:22.025 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-11T01:09:22.025 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-11T01:09:22.025 INFO:teuthology.orchestra.run.smithi062.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-11T01:09:22.025 INFO:teuthology.orchestra.run.smithi062.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-11T01:09:22.026 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-11T01:09:22.026 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-11T01:09:22.026 INFO:teuthology.orchestra.run.smithi062.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-11T01:09:22.026 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-11T01:09:22.026 INFO:teuthology.orchestra.run.smithi062.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-11T01:09:22.026 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:22.026 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:09:22.026 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:22.026 INFO:teuthology.orchestra.run.smithi062.stdout:Install 13 Packages 2024-09-11T01:09:22.026 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:22.027 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 2.2 M 2024-09-11T01:09:22.027 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 26 M 2024-09-11T01:09:22.027 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:09:22.078 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-mgr-rook 2024-09-11T01:09:22.529 INFO:teuthology.orchestra.run.smithi062.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 233 kB/s | 19 kB 00:00 2024-09-11T01:09:22.555 INFO:teuthology.orchestra.run.smithi062.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 238 kB/s | 26 kB 00:00 2024-09-11T01:09:22.622 INFO:teuthology.orchestra.run.smithi062.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.4 MB/s | 222 kB 00:00 2024-09-11T01:09:22.647 INFO:teuthology.orchestra.run.smithi062.stdout:(4/13): ceph-mgr-rook-19.3.0-4854.g8f219c47.el9 247 kB/s | 49 kB 00:00 2024-09-11T01:09:22.654 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:22 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:22.672 INFO:teuthology.orchestra.run.smithi062.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-09-11T01:09:22.697 INFO:teuthology.orchestra.run.smithi062.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-11T01:09:22.722 INFO:teuthology.orchestra.run.smithi062.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.7 MB/s | 279 kB 00:00 2024-09-11T01:09:22.773 INFO:teuthology.orchestra.run.smithi062.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 320 kB/s | 32 kB 00:00 2024-09-11T01:09:22.790 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:22.791 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:22.791 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2024-09-11T01:09:22.791 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:22.791 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:09:22.791 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-rook noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 49 k 2024-09-11T01:09:22.791 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-09-11T01:09:22.791 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-11T01:09:22.791 INFO:teuthology.orchestra.run.smithi150.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-11T01:09:22.792 INFO:teuthology.orchestra.run.smithi150.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-11T01:09:22.792 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-11T01:09:22.792 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-11T01:09:22.792 INFO:teuthology.orchestra.run.smithi150.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-11T01:09:22.792 INFO:teuthology.orchestra.run.smithi150.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-11T01:09:22.792 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-11T01:09:22.792 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-11T01:09:22.792 INFO:teuthology.orchestra.run.smithi150.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-11T01:09:22.792 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-11T01:09:22.792 INFO:teuthology.orchestra.run.smithi150.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-11T01:09:22.792 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:22.792 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:09:22.792 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:22.793 INFO:teuthology.orchestra.run.smithi150.stdout:Install 13 Packages 2024-09-11T01:09:22.793 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:22.793 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 2.2 M 2024-09-11T01:09:22.793 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 26 M 2024-09-11T01:09:22.793 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:09:22.798 INFO:teuthology.orchestra.run.smithi062.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 140 kB/s | 14 kB 00:00 2024-09-11T01:09:22.823 INFO:teuthology.orchestra.run.smithi062.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.3 MB/s | 59 kB 00:00 2024-09-11T01:09:22.849 INFO:teuthology.orchestra.run.smithi062.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 1.9 MB/s | 220 kB 00:00 2024-09-11T01:09:22.874 INFO:teuthology.orchestra.run.smithi062.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.7 MB/s | 90 kB 00:00 2024-09-11T01:09:22.907 INFO:teuthology.orchestra.run.smithi062.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.7 MB/s | 1.0 MB 00:00 2024-09-11T01:09:22.910 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:22.910 INFO:teuthology.orchestra.run.smithi062.stdout:Total 2.5 MB/s | 2.2 MB 00:00 2024-09-11T01:09:22.977 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:09:22.993 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:09:22.993 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:09:23.094 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:09:23.095 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:09:23.171 INFO:teuthology.orchestra.run.smithi150.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 162 kB/s | 26 kB 00:00 2024-09-11T01:09:23.196 INFO:teuthology.orchestra.run.smithi150.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 105 kB/s | 19 kB 00:00 2024-09-11T01:09:23.221 INFO:teuthology.orchestra.run.smithi150.stdout:(3/13): ceph-mgr-rook-19.3.0-4854.g8f219c47.el9 237 kB/s | 49 kB 00:00 2024-09-11T01:09:23.322 INFO:teuthology.orchestra.run.smithi150.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.7 MB/s | 222 kB 00:00 2024-09-11T01:09:23.347 INFO:teuthology.orchestra.run.smithi150.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.0 MB/s | 159 kB 00:00 2024-09-11T01:09:23.381 INFO:teuthology.orchestra.run.smithi150.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 915 kB/s | 54 kB 00:00 2024-09-11T01:09:23.414 INFO:teuthology.orchestra.run.smithi150.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 482 kB/s | 32 kB 00:00 2024-09-11T01:09:23.440 INFO:teuthology.orchestra.run.smithi150.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 248 kB/s | 14 kB 00:00 2024-09-11T01:09:23.465 INFO:teuthology.orchestra.run.smithi150.stdout:(9/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.1 MB/s | 279 kB 00:00 2024-09-11T01:09:23.499 INFO:teuthology.orchestra.run.smithi150.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 2.6 MB/s | 220 kB 00:00 2024-09-11T01:09:23.541 INFO:teuthology.orchestra.run.smithi150.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 10 MB/s | 1.0 MB 00:00 2024-09-11T01:09:23.566 INFO:teuthology.orchestra.run.smithi150.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.3 MB/s | 90 kB 00:00 2024-09-11T01:09:23.591 INFO:teuthology.orchestra.run.smithi150.stdout:(13/13): python3-rsa-4.9-2.el9.noarch.rpm 471 kB/s | 59 kB 00:00 2024-09-11T01:09:23.594 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:23.594 INFO:teuthology.orchestra.run.smithi150.stdout:Total 2.8 MB/s | 2.2 MB 00:00 2024-09-11T01:09:23.616 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:09:23.658 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:09:23.674 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:09:23.674 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:09:23.763 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:09:23.763 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:09:23.778 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-11T01:09:23.835 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-11T01:09:23.890 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-11T01:09:23.926 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-11T01:09:23.968 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-11T01:09:24.082 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-11T01:09:24.192 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-11T01:09:24.246 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-11T01:09:24.263 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:09:24.446 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-11T01:09:24.501 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-11T01:09:24.557 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-11T01:09:24.593 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-11T01:09:24.635 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-11T01:09:24.737 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-11T01:09:24.848 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-11T01:09:24.912 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-11T01:09:25.003 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-11T01:09:25.050 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-11T01:09:25.083 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-11T01:09:25.133 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-11T01:09:25.161 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 13/13 2024-09-11T01:09:25.629 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-11T01:09:25.683 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-11T01:09:25.717 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-11T01:09:25.766 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-11T01:09:25.795 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 13/13 2024-09-11T01:09:25.912 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 13/13 2024-09-11T01:09:25.912 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 1/13 2024-09-11T01:09:25.912 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-11T01:09:25.912 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-11T01:09:25.913 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-11T01:09:25.913 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-11T01:09:25.913 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-11T01:09:25.913 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-11T01:09:25.913 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-11T01:09:25.913 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-11T01:09:25.913 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-11T01:09:25.913 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-11T01:09:25.913 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-11T01:09:26.263 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-11T01:09:26.263 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:26.263 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:09:26.263 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:09:26.263 INFO:teuthology.orchestra.run.smithi062.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-11T01:09:26.263 INFO:teuthology.orchestra.run.smithi062.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-11T01:09:26.263 INFO:teuthology.orchestra.run.smithi062.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-11T01:09:26.263 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-11T01:09:26.263 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-11T01:09:26.263 INFO:teuthology.orchestra.run.smithi062.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-11T01:09:26.263 INFO:teuthology.orchestra.run.smithi062.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-11T01:09:26.264 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-11T01:09:26.264 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-11T01:09:26.264 INFO:teuthology.orchestra.run.smithi062.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-11T01:09:26.264 INFO:teuthology.orchestra.run.smithi062.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-11T01:09:26.264 INFO:teuthology.orchestra.run.smithi062.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-11T01:09:26.264 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:26.264 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:26.508 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-mgr-cephadm 2024-09-11T01:09:26.550 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 13/13 2024-09-11T01:09:26.551 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 1/13 2024-09-11T01:09:26.551 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-11T01:09:26.551 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-11T01:09:26.551 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-11T01:09:26.551 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-11T01:09:26.551 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-11T01:09:26.552 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-11T01:09:26.552 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-11T01:09:26.552 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-11T01:09:26.552 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-11T01:09:26.552 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-11T01:09:26.553 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-11T01:09:26.907 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-11T01:09:26.907 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:26.907 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:09:26.908 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-rook-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:09:26.908 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-11T01:09:26.908 INFO:teuthology.orchestra.run.smithi150.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-11T01:09:26.908 INFO:teuthology.orchestra.run.smithi150.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-11T01:09:26.908 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-11T01:09:26.908 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-11T01:09:26.909 INFO:teuthology.orchestra.run.smithi150.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-11T01:09:26.909 INFO:teuthology.orchestra.run.smithi150.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-11T01:09:26.909 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-11T01:09:26.909 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-11T01:09:26.909 INFO:teuthology.orchestra.run.smithi150.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-11T01:09:26.909 INFO:teuthology.orchestra.run.smithi150.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-11T01:09:26.910 INFO:teuthology.orchestra.run.smithi150.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-11T01:09:26.910 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:26.910 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:27.112 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:28 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:27.168 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-mgr-cephadm 2024-09-11T01:09:27.253 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:27.254 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:27.254 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-11T01:09:27.254 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:27.254 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:09:27.254 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 154 k 2024-09-11T01:09:27.254 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-11T01:09:27.254 INFO:teuthology.orchestra.run.smithi062.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-11T01:09:27.255 INFO:teuthology.orchestra.run.smithi062.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-11T01:09:27.255 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-11T01:09:27.255 INFO:teuthology.orchestra.run.smithi062.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-11T01:09:27.255 INFO:teuthology.orchestra.run.smithi062.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-11T01:09:27.255 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:27.255 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:09:27.255 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:27.255 INFO:teuthology.orchestra.run.smithi062.stdout:Install 6 Packages 2024-09-11T01:09:27.255 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:27.256 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 7.0 M 2024-09-11T01:09:27.256 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 33 M 2024-09-11T01:09:27.256 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:09:27.676 INFO:teuthology.orchestra.run.smithi062.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.3 MB/s | 248 kB 00:00 2024-09-11T01:09:27.737 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:27 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:27.745 INFO:teuthology.orchestra.run.smithi062.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.8 MB/s | 548 kB 00:00 2024-09-11T01:09:27.768 INFO:teuthology.orchestra.run.smithi062.stdout:(3/6): ceph-mgr-cephadm-19.3.0-4854.g8f219c47.e 558 kB/s | 154 kB 00:00 2024-09-11T01:09:27.793 INFO:teuthology.orchestra.run.smithi062.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.2 MB/s | 58 kB 00:00 2024-09-11T01:09:27.835 INFO:teuthology.orchestra.run.smithi062.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.1 MB/s | 74 kB 00:00 2024-09-11T01:09:27.872 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:27.873 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:27.873 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2024-09-11T01:09:27.873 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:27.874 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:09:27.874 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 154 k 2024-09-11T01:09:27.874 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-09-11T01:09:27.874 INFO:teuthology.orchestra.run.smithi150.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-11T01:09:27.874 INFO:teuthology.orchestra.run.smithi150.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-11T01:09:27.874 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-11T01:09:27.874 INFO:teuthology.orchestra.run.smithi150.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-11T01:09:27.874 INFO:teuthology.orchestra.run.smithi150.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-11T01:09:27.874 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:27.874 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:09:27.874 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:27.874 INFO:teuthology.orchestra.run.smithi150.stdout:Install 6 Packages 2024-09-11T01:09:27.874 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:27.875 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 7.0 M 2024-09-11T01:09:27.875 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 33 M 2024-09-11T01:09:27.875 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:09:27.911 INFO:teuthology.orchestra.run.smithi062.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 14 MB/s | 6.0 MB 00:00 2024-09-11T01:09:27.913 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:27.913 INFO:teuthology.orchestra.run.smithi062.stdout:Total 11 MB/s | 7.0 MB 00:00 2024-09-11T01:09:27.986 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:09:27.998 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:09:27.998 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:09:28.105 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:09:28.105 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:09:28.118 INFO:teuthology.orchestra.run.smithi150.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.5 MB/s | 248 kB 00:00 2024-09-11T01:09:28.168 INFO:teuthology.orchestra.run.smithi150.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-11T01:09:28.193 INFO:teuthology.orchestra.run.smithi150.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-11T01:09:28.218 INFO:teuthology.orchestra.run.smithi150.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-09-11T01:09:28.244 INFO:teuthology.orchestra.run.smithi150.stdout:(5/6): ceph-mgr-cephadm-19.3.0-4854.g8f219c47.e 529 kB/s | 154 kB 00:00 2024-09-11T01:09:28.327 INFO:teuthology.orchestra.run.smithi150.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 16 MB/s | 6.0 MB 00:00 2024-09-11T01:09:28.329 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:28.329 INFO:teuthology.orchestra.run.smithi150.stdout:Total 15 MB/s | 7.0 MB 00:00 2024-09-11T01:09:28.400 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:09:28.411 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:09:28.411 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:09:28.426 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:09:28.511 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:09:28.513 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:09:28.609 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-11T01:09:28.656 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-11T01:09:28.817 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:09:28.992 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-11T01:09:29.045 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-11T01:09:29.207 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-11T01:09:29.293 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-11T01:09:29.369 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-11T01:09:29.400 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 6/6 2024-09-11T01:09:29.567 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-11T01:09:29.657 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-11T01:09:29.732 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-11T01:09:29.758 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 6/6 2024-09-11T01:09:30.154 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 6/6 2024-09-11T01:09:30.155 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/6 2024-09-11T01:09:30.155 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-11T01:09:30.155 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-11T01:09:30.155 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-11T01:09:30.155 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-11T01:09:30.436 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-11T01:09:30.436 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:30.436 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:09:30.436 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:09:30.436 INFO:teuthology.orchestra.run.smithi062.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-11T01:09:30.436 INFO:teuthology.orchestra.run.smithi062.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-11T01:09:30.436 INFO:teuthology.orchestra.run.smithi062.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-11T01:09:30.436 INFO:teuthology.orchestra.run.smithi062.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-11T01:09:30.436 INFO:teuthology.orchestra.run.smithi062.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-11T01:09:30.436 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:30.436 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:30.620 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 6/6 2024-09-11T01:09:30.620 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 1/6 2024-09-11T01:09:30.620 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-11T01:09:30.620 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-11T01:09:30.620 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-11T01:09:30.620 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-11T01:09:30.684 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-fuse 2024-09-11T01:09:30.897 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-11T01:09:30.897 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:30.897 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:09:30.897 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-cephadm-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:09:30.897 INFO:teuthology.orchestra.run.smithi150.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-11T01:09:30.897 INFO:teuthology.orchestra.run.smithi150.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-11T01:09:30.897 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-11T01:09:30.897 INFO:teuthology.orchestra.run.smithi150.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-11T01:09:30.897 INFO:teuthology.orchestra.run.smithi150.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-11T01:09:30.897 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:30.897 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:31.186 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-fuse 2024-09-11T01:09:31.277 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:32 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:31.416 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:31.416 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:31.416 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-11T01:09:31.416 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:31.417 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:09:31.417 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-fuse x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 900 k 2024-09-11T01:09:31.417 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-09-11T01:09:31.417 INFO:teuthology.orchestra.run.smithi062.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-11T01:09:31.417 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:31.417 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:09:31.417 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:31.417 INFO:teuthology.orchestra.run.smithi062.stdout:Install 2 Packages 2024-09-11T01:09:31.417 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:31.418 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 980 k 2024-09-11T01:09:31.418 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 2.9 M 2024-09-11T01:09:31.418 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:09:31.554 INFO:teuthology.orchestra.run.smithi062.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 702 kB/s | 80 kB 00:00 2024-09-11T01:09:31.713 INFO:teuthology.orchestra.run.smithi062.stdout:(2/2): ceph-fuse-19.3.0-4854.g8f219c47.el9.x86_ 3.2 MB/s | 900 kB 00:00 2024-09-11T01:09:31.713 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:31.714 INFO:teuthology.orchestra.run.smithi062.stdout:Total 3.2 MB/s | 980 kB 00:00 2024-09-11T01:09:31.725 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:09:31.748 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:09:31.748 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:09:31.759 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:31 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:31.834 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:09:31.835 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:09:31.894 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:31.895 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:31.895 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2024-09-11T01:09:31.895 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:31.895 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:09:31.895 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-fuse x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 900 k 2024-09-11T01:09:31.895 INFO:teuthology.orchestra.run.smithi150.stdout:Installing dependencies: 2024-09-11T01:09:31.895 INFO:teuthology.orchestra.run.smithi150.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-11T01:09:31.895 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:31.895 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:09:31.896 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:31.896 INFO:teuthology.orchestra.run.smithi150.stdout:Install 2 Packages 2024-09-11T01:09:31.896 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:31.896 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 980 k 2024-09-11T01:09:31.896 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 2.9 M 2024-09-11T01:09:31.896 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:09:32.027 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:09:32.045 INFO:teuthology.orchestra.run.smithi150.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 630 kB/s | 80 kB 00:00 2024-09-11T01:09:32.185 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-11T01:09:32.257 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 2/2 2024-09-11T01:09:32.264 INFO:teuthology.orchestra.run.smithi150.stdout:(2/2): ceph-fuse-19.3.0-4854.g8f219c47.el9.x86_ 2.6 MB/s | 900 kB 00:00 2024-09-11T01:09:32.265 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:32.265 INFO:teuthology.orchestra.run.smithi150.stdout:Total 2.6 MB/s | 980 kB 00:00 2024-09-11T01:09:32.275 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:09:32.297 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:09:32.297 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:09:32.380 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:09:32.380 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:09:32.569 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:09:32.721 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-11T01:09:32.795 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 2/2 2024-09-11T01:09:32.953 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 2/2 2024-09-11T01:09:32.953 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/2 2024-09-11T01:09:33.225 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-11T01:09:33.225 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:33.225 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:09:33.225 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-11T01:09:33.225 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:33.225 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:33.464 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 2/2 2024-09-11T01:09:33.464 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/2 2024-09-11T01:09:33.501 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install ceph-volume 2024-09-11T01:09:33.738 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-11T01:09:33.738 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:33.739 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:09:33.739 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-11T01:09:33.739 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:33.739 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:34.031 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install ceph-volume 2024-09-11T01:09:34.102 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:35 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:34.242 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:34.242 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:34.242 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-09-11T01:09:34.242 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:34.242 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:09:34.242 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-volume noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 285 k 2024-09-11T01:09:34.243 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:34.243 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:09:34.243 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:34.243 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-11T01:09:34.243 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:34.243 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 285 k 2024-09-11T01:09:34.243 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 1.3 M 2024-09-11T01:09:34.244 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:09:34.509 INFO:teuthology.orchestra.run.smithi062.stdout:ceph-volume-19.3.0-4854.g8f219c47.el9.noarch.rp 1.1 MB/s | 285 kB 00:00 2024-09-11T01:09:34.509 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:34.509 INFO:teuthology.orchestra.run.smithi062.stdout:Total 1.0 MB/s | 285 kB 00:00 2024-09-11T01:09:34.510 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:09:34.519 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:09:34.519 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:09:34.552 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:09:34.553 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:09:34.602 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:34 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:34.741 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:34.742 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:34.742 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repository Size 2024-09-11T01:09:34.742 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:34.742 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:09:34.742 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-volume noarch 2:19.3.0-4854.g8f219c47.el9 ceph-noarch 285 k 2024-09-11T01:09:34.742 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:34.742 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:09:34.742 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:34.742 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2024-09-11T01:09:34.743 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:34.743 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 285 k 2024-09-11T01:09:34.743 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 1.3 M 2024-09-11T01:09:34.743 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:09:34.782 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:09:34.844 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T01:09:34.860 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T01:09:34.860 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:09:34.861 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-11T01:09:34.861 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:34.991 INFO:teuthology.orchestra.run.smithi150.stdout:ceph-volume-19.3.0-4854.g8f219c47.el9.noarch.rp 1.1 MB/s | 285 kB 00:00 2024-09-11T01:09:34.991 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:34.992 INFO:teuthology.orchestra.run.smithi150.stdout:Total 1.1 MB/s | 285 kB 00:00 2024-09-11T01:09:34.992 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:09:35.000 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:09:35.000 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:09:35.031 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:09:35.031 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:09:35.252 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:09:35.335 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T01:09:35.351 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T01:09:35.351 INFO:teuthology.orchestra.run.smithi150.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:09:35.351 INFO:teuthology.orchestra.run.smithi150.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-11T01:09:35.351 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:35.868 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T01:09:35.869 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:35.869 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:09:35.869 INFO:teuthology.orchestra.run.smithi062.stdout: ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:09:35.869 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:35.869 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:36.155 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install librados-devel 2024-09-11T01:09:36.360 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 1/1 2024-09-11T01:09:36.360 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:36.360 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:09:36.360 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-volume-2:19.3.0-4854.g8f219c47.el9.noarch 2024-09-11T01:09:36.360 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:36.361 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:36.658 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install librados-devel 2024-09-11T01:09:36.750 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:37 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:36.889 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:36.890 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:36.890 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2024-09-11T01:09:36.891 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:36.891 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:09:36.891 INFO:teuthology.orchestra.run.smithi062.stdout: librados-devel x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 127 k 2024-09-11T01:09:36.891 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:36.891 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:09:36.891 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:36.891 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-11T01:09:36.891 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:36.891 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 127 k 2024-09-11T01:09:36.892 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 456 k 2024-09-11T01:09:36.892 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:09:37.080 INFO:teuthology.orchestra.run.smithi062.stdout:librados-devel-19.3.0-4854.g8f219c47.el9.x86_64 671 kB/s | 127 kB 00:00 2024-09-11T01:09:37.081 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:37.082 INFO:teuthology.orchestra.run.smithi062.stdout:Total 664 kB/s | 127 kB 00:00 2024-09-11T01:09:37.082 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:09:37.088 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:09:37.088 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:09:37.161 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:09:37.161 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:09:37.245 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:37 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:37.329 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:09:37.386 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:37.386 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:37.387 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repo Size 2024-09-11T01:09:37.387 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:37.387 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:09:37.387 INFO:teuthology.orchestra.run.smithi150.stdout: librados-devel x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 127 k 2024-09-11T01:09:37.387 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:37.387 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:09:37.387 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:37.387 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2024-09-11T01:09:37.387 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:37.388 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 127 k 2024-09-11T01:09:37.388 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 456 k 2024-09-11T01:09:37.388 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:09:37.424 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:37.604 INFO:teuthology.orchestra.run.smithi150.stdout:librados-devel-19.3.0-4854.g8f219c47.el9.x86_64 587 kB/s | 127 kB 00:00 2024-09-11T01:09:37.605 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:37.605 INFO:teuthology.orchestra.run.smithi150.stdout:Total 582 kB/s | 127 kB 00:00 2024-09-11T01:09:37.605 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:09:37.610 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:09:37.610 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:09:37.681 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:09:37.681 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:09:37.839 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:09:37.892 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:37.935 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:38.159 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:38.160 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:38.160 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:09:38.160 INFO:teuthology.orchestra.run.smithi062.stdout: librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:09:38.160 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:38.160 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:38.361 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:38.443 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install libcephfs2 2024-09-11T01:09:38.604 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:38.604 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:38.604 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:09:38.605 INFO:teuthology.orchestra.run.smithi150.stdout: librados-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:09:38.605 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:38.605 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:38.899 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install libcephfs2 2024-09-11T01:09:39.042 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:40 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:39.136 INFO:teuthology.orchestra.run.smithi062.stdout:Package libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:09:39.182 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:39.183 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-11T01:09:39.183 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:39.246 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install libcephfs-devel 2024-09-11T01:09:39.482 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:39 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:39.574 INFO:teuthology.orchestra.run.smithi150.stdout:Package libcephfs2-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:09:39.617 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:39.618 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2024-09-11T01:09:39.618 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:39.703 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install libcephfs-devel 2024-09-11T01:09:39.843 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:40 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:39.982 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:39.983 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:39.983 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2024-09-11T01:09:39.983 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:39.983 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:09:39.983 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs-devel x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 32 k 2024-09-11T01:09:39.983 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:39.984 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:09:39.984 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:39.984 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-11T01:09:39.984 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:39.984 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 32 k 2024-09-11T01:09:39.984 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 142 k 2024-09-11T01:09:39.984 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:09:40.126 INFO:teuthology.orchestra.run.smithi062.stdout:libcephfs-devel-19.3.0-4854.g8f219c47.el9.x86_6 224 kB/s | 32 kB 00:00 2024-09-11T01:09:40.126 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:40.127 INFO:teuthology.orchestra.run.smithi062.stdout:Total 222 kB/s | 32 kB 00:00 2024-09-11T01:09:40.127 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:09:40.130 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:09:40.130 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:09:40.153 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:09:40.153 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:09:40.244 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:09:40.290 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:40 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:40.359 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:40.432 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:40.432 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:40.432 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repo Size 2024-09-11T01:09:40.433 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:40.433 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:09:40.433 INFO:teuthology.orchestra.run.smithi150.stdout: libcephfs-devel x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 32 k 2024-09-11T01:09:40.433 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:40.433 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:09:40.433 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:40.433 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2024-09-11T01:09:40.433 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:40.433 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 32 k 2024-09-11T01:09:40.433 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 142 k 2024-09-11T01:09:40.433 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:09:40.575 INFO:teuthology.orchestra.run.smithi150.stdout:libcephfs-devel-19.3.0-4854.g8f219c47.el9.x86_6 225 kB/s | 32 kB 00:00 2024-09-11T01:09:40.575 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:40.576 INFO:teuthology.orchestra.run.smithi150.stdout:Total 222 kB/s | 32 kB 00:00 2024-09-11T01:09:40.576 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:09:40.580 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:09:40.580 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:09:40.598 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:09:40.598 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:09:40.691 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:09:40.732 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:40.807 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:40.960 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:40.960 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:40.961 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:09:40.961 INFO:teuthology.orchestra.run.smithi062.stdout: libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:09:40.961 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:40.961 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:41.140 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install librados2 2024-09-11T01:09:41.219 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:41.477 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:41.477 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:41.478 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:09:41.478 INFO:teuthology.orchestra.run.smithi150.stdout: libcephfs-devel-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:09:41.478 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:41.478 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:41.664 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install librados2 2024-09-11T01:09:41.732 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:42 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:41.826 INFO:teuthology.orchestra.run.smithi062.stdout:Package librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:09:41.872 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:41.873 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-11T01:09:41.873 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:41.937 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install librbd1 2024-09-11T01:09:42.234 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:42 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:42.325 INFO:teuthology.orchestra.run.smithi150.stdout:Package librados2-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:09:42.368 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:42.369 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2024-09-11T01:09:42.369 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:42.443 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install librbd1 2024-09-11T01:09:42.533 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:43 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:42.625 INFO:teuthology.orchestra.run.smithi062.stdout:Package librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:09:42.671 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:42.672 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-11T01:09:42.672 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:42.738 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-rados 2024-09-11T01:09:43.008 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:43 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:43.098 INFO:teuthology.orchestra.run.smithi150.stdout:Package librbd1-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:09:43.141 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:43.142 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2024-09-11T01:09:43.143 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:43.204 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install python3-rados 2024-09-11T01:09:43.328 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:44 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:43.421 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:09:43.467 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:43.468 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-11T01:09:43.468 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:43.531 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-rgw 2024-09-11T01:09:43.766 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:43 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:43.856 INFO:teuthology.orchestra.run.smithi150.stdout:Package python3-rados-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:09:43.901 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:43.902 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2024-09-11T01:09:43.902 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:43.963 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install python3-rgw 2024-09-11T01:09:44.123 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:45 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:44.217 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:09:44.263 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:44.264 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-11T01:09:44.264 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:44.337 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-cephfs 2024-09-11T01:09:44.531 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:44 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:44.620 INFO:teuthology.orchestra.run.smithi150.stdout:Package python3-rgw-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:09:44.664 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:44.665 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2024-09-11T01:09:44.665 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:44.733 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install python3-cephfs 2024-09-11T01:09:44.932 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:45 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:45.025 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:09:45.071 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:45.072 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-11T01:09:45.073 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:45.137 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install python3-rbd 2024-09-11T01:09:45.305 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:45 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:45.396 INFO:teuthology.orchestra.run.smithi150.stdout:Package python3-cephfs-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:09:45.440 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:45.440 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2024-09-11T01:09:45.441 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:45.517 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install python3-rbd 2024-09-11T01:09:45.731 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:46 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:45.825 INFO:teuthology.orchestra.run.smithi062.stdout:Package python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:09:45.870 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:45.871 INFO:teuthology.orchestra.run.smithi062.stdout:Nothing to do. 2024-09-11T01:09:45.872 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:45.936 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install rbd-fuse 2024-09-11T01:09:46.084 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:46 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:46.174 INFO:teuthology.orchestra.run.smithi150.stdout:Package python3-rbd-2:19.3.0-4854.g8f219c47.el9.x86_64 is already installed. 2024-09-11T01:09:46.219 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:46.220 INFO:teuthology.orchestra.run.smithi150.stdout:Nothing to do. 2024-09-11T01:09:46.220 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:46.293 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install rbd-fuse 2024-09-11T01:09:46.525 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:47 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:46.665 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:46.666 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:46.666 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-09-11T01:09:46.666 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:46.666 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:09:46.666 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-fuse x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 85 k 2024-09-11T01:09:46.666 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:46.666 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:09:46.666 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:46.666 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-11T01:09:46.667 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:46.667 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 85 k 2024-09-11T01:09:46.667 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 231 k 2024-09-11T01:09:46.667 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:09:46.846 INFO:teuthology.orchestra.run.smithi062.stdout:rbd-fuse-19.3.0-4854.g8f219c47.el9.x86_64.rpm 476 kB/s | 85 kB 00:00 2024-09-11T01:09:46.846 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:46.846 INFO:teuthology.orchestra.run.smithi062.stdout:Total 473 kB/s | 85 kB 00:00 2024-09-11T01:09:46.847 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:09:46.854 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:09:46.854 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:09:46.862 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:46 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:46.923 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:09:46.923 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:09:46.999 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:46.999 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:46.999 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2024-09-11T01:09:47.000 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:47.000 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:09:47.000 INFO:teuthology.orchestra.run.smithi150.stdout: rbd-fuse x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 85 k 2024-09-11T01:09:47.000 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:47.000 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:09:47.000 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:47.000 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2024-09-11T01:09:47.000 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:47.001 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 85 k 2024-09-11T01:09:47.001 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 231 k 2024-09-11T01:09:47.001 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:09:47.114 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:09:47.195 INFO:teuthology.orchestra.run.smithi150.stdout:rbd-fuse-19.3.0-4854.g8f219c47.el9.x86_64.rpm 439 kB/s | 85 kB 00:00 2024-09-11T01:09:47.196 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:47.196 INFO:teuthology.orchestra.run.smithi150.stdout:Total 435 kB/s | 85 kB 00:00 2024-09-11T01:09:47.196 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:09:47.203 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:09:47.203 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:09:47.206 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:47.268 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:09:47.268 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:09:47.472 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:09:47.569 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:47.618 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:47.886 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:47.886 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:47.886 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:09:47.886 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:09:47.886 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:47.886 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:47.928 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:48.097 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install rbd-mirror 2024-09-11T01:09:48.194 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:48.194 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:48.194 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:09:48.194 INFO:teuthology.orchestra.run.smithi150.stdout: rbd-fuse-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:09:48.195 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:48.195 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:48.445 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install rbd-mirror 2024-09-11T01:09:48.692 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:49 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:48.833 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:48.833 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:48.834 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repo Size 2024-09-11T01:09:48.834 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:48.834 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:09:48.834 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-mirror x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 3.2 M 2024-09-11T01:09:48.834 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:48.834 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:09:48.834 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:48.834 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-11T01:09:48.834 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:48.834 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 3.2 M 2024-09-11T01:09:48.834 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 14 M 2024-09-11T01:09:48.834 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:09:49.025 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:49 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:49.158 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:49.159 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:49.159 INFO:teuthology.orchestra.run.smithi150.stdout: Package Arch Version Repo Size 2024-09-11T01:09:49.159 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:49.159 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:09:49.159 INFO:teuthology.orchestra.run.smithi150.stdout: rbd-mirror x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 3.2 M 2024-09-11T01:09:49.159 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:49.159 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:09:49.159 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:49.159 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2024-09-11T01:09:49.159 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:49.160 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 3.2 M 2024-09-11T01:09:49.160 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 14 M 2024-09-11T01:09:49.160 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:09:49.165 INFO:teuthology.orchestra.run.smithi062.stdout:rbd-mirror-19.3.0-4854.g8f219c47.el9.x86_64.rpm 9.6 MB/s | 3.2 MB 00:00 2024-09-11T01:09:49.166 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:49.167 INFO:teuthology.orchestra.run.smithi062.stdout:Total 9.5 MB/s | 3.2 MB 00:00 2024-09-11T01:09:49.167 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:09:49.177 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:09:49.177 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:09:49.264 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:09:49.265 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:09:49.481 INFO:teuthology.orchestra.run.smithi150.stdout:rbd-mirror-19.3.0-4854.g8f219c47.el9.x86_64.rpm 9.9 MB/s | 3.2 MB 00:00 2024-09-11T01:09:49.481 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:49.482 INFO:teuthology.orchestra.run.smithi150.stdout:Total 9.8 MB/s | 3.2 MB 00:00 2024-09-11T01:09:49.482 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:09:49.492 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:09:49.492 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:09:49.573 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:09:49.573 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:09:49.721 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:09:49.775 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:49.801 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:49.802 INFO:teuthology.orchestra.run.smithi062.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:09:49.802 INFO:teuthology.orchestra.run.smithi062.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-11T01:09:49.802 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T01:09:49.802 INFO:teuthology.orchestra.run.smithi062.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T01:09:49.802 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:50.026 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:09:50.082 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:50.107 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:50.107 INFO:teuthology.orchestra.run.smithi150.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-11T01:09:50.107 INFO:teuthology.orchestra.run.smithi150.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-11T01:09:50.107 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T01:09:50.108 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-11T01:09:50.108 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:50.934 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:50.935 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:50.935 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:09:50.935 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:09:50.935 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:50.935 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:51.162 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum -y install rbd-nbd 2024-09-11T01:09:51.210 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:51.210 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:51.210 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:09:51.210 INFO:teuthology.orchestra.run.smithi150.stdout: rbd-mirror-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:09:51.210 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:51.210 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:51.452 DEBUG:teuthology.orchestra.run.smithi150:> sudo yum -y install rbd-nbd 2024-09-11T01:09:51.764 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:52 ago on Wed 11 Sep 2024 01:07:59 AM UTC. 2024-09-11T01:09:51.900 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-09-11T01:09:51.901 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:51.901 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2024-09-11T01:09:51.901 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:51.901 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-09-11T01:09:51.901 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-nbd x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 171 k 2024-09-11T01:09:51.901 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:51.901 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-09-11T01:09:51.902 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-09-11T01:09:51.902 INFO:teuthology.orchestra.run.smithi062.stdout:Install 1 Package 2024-09-11T01:09:51.902 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:51.902 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 171 k 2024-09-11T01:09:51.902 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 490 k 2024-09-11T01:09:51.902 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-09-11T01:09:52.036 INFO:teuthology.orchestra.run.smithi150.stdout:Last metadata expiration check: 0:01:52 ago on Wed 11 Sep 2024 01:08:00 AM UTC. 2024-09-11T01:09:52.170 INFO:teuthology.orchestra.run.smithi150.stdout:Dependencies resolved. 2024-09-11T01:09:52.171 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:52.171 INFO:teuthology.orchestra.run.smithi150.stdout: Package Architecture Version Repository Size 2024-09-11T01:09:52.171 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:52.171 INFO:teuthology.orchestra.run.smithi150.stdout:Installing: 2024-09-11T01:09:52.171 INFO:teuthology.orchestra.run.smithi150.stdout: rbd-nbd x86_64 2:19.3.0-4854.g8f219c47.el9 ceph 171 k 2024-09-11T01:09:52.171 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:52.171 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction Summary 2024-09-11T01:09:52.171 INFO:teuthology.orchestra.run.smithi150.stdout:================================================================================ 2024-09-11T01:09:52.171 INFO:teuthology.orchestra.run.smithi150.stdout:Install 1 Package 2024-09-11T01:09:52.171 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:52.171 INFO:teuthology.orchestra.run.smithi150.stdout:Total download size: 171 k 2024-09-11T01:09:52.171 INFO:teuthology.orchestra.run.smithi150.stdout:Installed size: 490 k 2024-09-11T01:09:52.172 INFO:teuthology.orchestra.run.smithi150.stdout:Downloading Packages: 2024-09-11T01:09:52.393 INFO:teuthology.orchestra.run.smithi150.stdout:rbd-nbd-19.3.0-4854.g8f219c47.el9.x86_64.rpm 772 kB/s | 171 kB 00:00 2024-09-11T01:09:52.393 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:52.394 INFO:teuthology.orchestra.run.smithi150.stdout:Total 767 kB/s | 171 kB 00:00 2024-09-11T01:09:52.394 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction check 2024-09-11T01:09:52.401 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction check succeeded. 2024-09-11T01:09:52.401 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction test 2024-09-11T01:09:52.466 INFO:teuthology.orchestra.run.smithi150.stdout:Transaction test succeeded. 2024-09-11T01:09:52.466 INFO:teuthology.orchestra.run.smithi150.stdout:Running transaction 2024-09-11T01:09:52.625 INFO:teuthology.orchestra.run.smithi150.stdout: Preparing : 1/1 2024-09-11T01:09:52.724 INFO:teuthology.orchestra.run.smithi150.stdout: Installing : rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:53.172 INFO:teuthology.orchestra.run.smithi150.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:53.459 INFO:teuthology.orchestra.run.smithi150.stdout: Verifying : rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:53.459 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:53.459 INFO:teuthology.orchestra.run.smithi150.stdout:Installed: 2024-09-11T01:09:53.459 INFO:teuthology.orchestra.run.smithi150.stdout: rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:09:53.459 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:09:53.459 INFO:teuthology.orchestra.run.smithi150.stdout:Complete! 2024-09-11T01:09:53.699 DEBUG:teuthology.parallel:result is None 2024-09-11T01:09:54.294 INFO:teuthology.orchestra.run.smithi062.stdout:rbd-nbd-19.3.0-4854.g8f219c47.el9.x86_64.rpm 71 kB/s | 171 kB 00:02 2024-09-11T01:09:54.294 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:09:54.294 INFO:teuthology.orchestra.run.smithi062.stdout:Total 71 kB/s | 171 kB 00:02 2024-09-11T01:09:54.295 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-09-11T01:09:54.305 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-09-11T01:09:54.306 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-09-11T01:09:54.380 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-09-11T01:09:54.381 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-09-11T01:09:54.549 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-09-11T01:09:54.661 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:55.100 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:55.377 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 1/1 2024-09-11T01:09:55.377 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:55.377 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-09-11T01:09:55.377 INFO:teuthology.orchestra.run.smithi062.stdout: rbd-nbd-2:19.3.0-4854.g8f219c47.el9.x86_64 2024-09-11T01:09:55.377 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:09:55.377 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-09-11T01:09:55.593 DEBUG:teuthology.parallel:result is None 2024-09-11T01:09:55.594 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T01:09:55.740 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-11T01:09:55.763 INFO:teuthology.orchestra.run.smithi062.stdout:19.3.0-4854.g8f219c47.el9 2024-09-11T01:09:55.763 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4854.g8f219c47.el9 2024-09-11T01:09:55.763 INFO:teuthology.task.install:The correct ceph version 19.3.0-4854.g8f219c47 is installed. 2024-09-11T01:09:55.765 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T01:09:55.908 DEBUG:teuthology.orchestra.run.smithi150:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-11T01:09:55.933 INFO:teuthology.orchestra.run.smithi150.stdout:19.3.0-4854.g8f219c47.el9 2024-09-11T01:09:55.933 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4854.g8f219c47.el9 2024-09-11T01:09:55.934 INFO:teuthology.task.install:The correct ceph version 19.3.0-4854.g8f219c47 is installed. 2024-09-11T01:09:55.935 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-11T01:09:55.935 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-11T01:09:55.936 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-11T01:09:55.963 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-09-11T01:09:55.963 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-11T01:09:56.002 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-11T01:09:56.002 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-11T01:09:56.003 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/usr/bin/daemon-helper 2024-09-11T01:09:56.029 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-11T01:09:56.096 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-09-11T01:09:56.096 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/usr/bin/daemon-helper 2024-09-11T01:09:56.123 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-11T01:09:56.191 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-11T01:09:56.191 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-11T01:09:56.191 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-11T01:09:56.217 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-11T01:09:56.303 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-09-11T01:09:56.303 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-11T01:09:56.329 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-11T01:09:56.395 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-11T01:09:56.396 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-11T01:09:56.396 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/usr/bin/stdin-killer 2024-09-11T01:09:56.421 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-11T01:09:56.487 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-09-11T01:09:56.487 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/usr/bin/stdin-killer 2024-09-11T01:09:56.514 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-11T01:09:56.580 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-11T01:09:56.679 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\\)', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '8f219c476cb4f26fc5719c661c0323719a45cb30'} 2024-09-11T01:09:56.680 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T01:09:56.680 INFO:tasks.cephadm:Cluster fsid is 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:09:56.680 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-11T01:09:56.681 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.62', 'mon.b': '172.21.15.150'} 2024-09-11T01:09:56.681 INFO:tasks.cephadm:First mon is mon.a on smithi062 2024-09-11T01:09:56.681 INFO:tasks.cephadm:First mgr is a 2024-09-11T01:09:56.681 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-11T01:09:56.681 DEBUG:teuthology.orchestra.run.smithi062:> sudo hostname $(hostname -s) 2024-09-11T01:09:56.707 DEBUG:teuthology.orchestra.run.smithi150:> sudo hostname $(hostname -s) 2024-09-11T01:09:56.734 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-11T01:09:56.734 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T01:09:56.886 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '8f219c476cb4f26fc5719c661c0323719a45cb30', '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/82938/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4854-g8f219c47', 'node_name': '172.21.2.8+braggi08', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-4854.g8f219c47'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-10 09:27:13.215997', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-hemanth-testing-2024-09-10-0723', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-09-11T01:09:57.031 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-hemanth-testing-2024-09-10-0723, sha1 8f219c476cb4f26fc5719c661c0323719a45cb30 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T01:09:57.034 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/x86_64/flavors/default/cephadm 2024-09-11T01:09:57.034 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/x86_64/flavors/default/cephadm 2024-09-11T01:09:57.034 DEBUG:teuthology.orchestra.run.smithi062:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T01:09:57.417 INFO:teuthology.orchestra.run.smithi062.stdout:-rw-r--r--. 1 ubuntu ubuntu 803561 Sep 11 01:09 /home/ubuntu/cephtest/cephadm 2024-09-11T01:09:57.418 DEBUG:teuthology.orchestra.run.smithi150:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-hemanth-testing-2024-09-10-0723/8f219c476cb4f26fc5719c661c0323719a45cb30/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-11T01:09:57.800 INFO:teuthology.orchestra.run.smithi150.stdout:-rw-r--r--. 1 ubuntu ubuntu 803561 Sep 11 01:09 /home/ubuntu/cephtest/cephadm 2024-09-11T01:09:57.800 DEBUG:teuthology.orchestra.run.smithi062:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T01:09:57.817 DEBUG:teuthology.orchestra.run.smithi150:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-11T01:09:57.846 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 on all hosts... 2024-09-11T01:09:57.846 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 pull 2024-09-11T01:09:57.860 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 pull 2024-09-11T01:09:59.516 INFO:teuthology.orchestra.run.smithi062.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30... 2024-09-11T01:09:59.592 INFO:teuthology.orchestra.run.smithi150.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30... 2024-09-11T01:10:28.159 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2024-09-11T01:10:28.159 INFO:teuthology.orchestra.run.smithi062.stdout: "ceph_version": "ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev)", 2024-09-11T01:10:28.159 INFO:teuthology.orchestra.run.smithi062.stdout: "image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", 2024-09-11T01:10:28.160 INFO:teuthology.orchestra.run.smithi062.stdout: "repo_digests": [ 2024-09-11T01:10:28.160 INFO:teuthology.orchestra.run.smithi062.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e" 2024-09-11T01:10:28.160 INFO:teuthology.orchestra.run.smithi062.stdout: ] 2024-09-11T01:10:28.160 INFO:teuthology.orchestra.run.smithi062.stdout:} 2024-09-11T01:10:30.243 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2024-09-11T01:10:30.243 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph_version": "ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev)", 2024-09-11T01:10:30.243 INFO:teuthology.orchestra.run.smithi150.stdout: "image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", 2024-09-11T01:10:30.243 INFO:teuthology.orchestra.run.smithi150.stdout: "repo_digests": [ 2024-09-11T01:10:30.243 INFO:teuthology.orchestra.run.smithi150.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e" 2024-09-11T01:10:30.243 INFO:teuthology.orchestra.run.smithi150.stdout: ] 2024-09-11T01:10:30.243 INFO:teuthology.orchestra.run.smithi150.stdout:} 2024-09-11T01:10:30.268 DEBUG:teuthology.orchestra.run.smithi062:> sudo mkdir -p /etc/ceph 2024-09-11T01:10:30.302 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /etc/ceph 2024-09-11T01:10:30.330 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 777 /etc/ceph 2024-09-11T01:10:30.371 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 777 /etc/ceph 2024-09-11T01:10:30.396 INFO:tasks.cephadm:Writing seed config... 2024-09-11T01:10:30.397 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-11T01:10:30.397 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-11T01:10:30.398 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-11T01:10:30.398 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-11T01:10:30.398 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-11T01:10:30.398 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-11T01:10:30.398 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-11T01:10:30.398 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-11T01:10:30.398 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-11T01:10:30.399 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-11T01:10:30.399 DEBUG:teuthology.orchestra.run.smithi062:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-11T01:10:30.429 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 = 8f23a486-6fda-11ef-bcea-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-11T01:10:30.429 DEBUG:teuthology.orchestra.run.smithi062:mon.a> sudo journalctl -f -n 0 -u ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a.service 2024-09-11T01:10:30.472 DEBUG:teuthology.orchestra.run.smithi062:mgr.a> sudo journalctl -f -n 0 -u ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mgr.a.service 2024-09-11T01:10:30.514 INFO:tasks.cephadm:Bootstrapping... 2024-09-11T01:10:30.514 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 -v bootstrap --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.62 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-11T01:10:30.728 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-09-11T01:10:30.728 INFO:teuthology.orchestra.run.smithi062.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30', '-v', 'bootstrap', '--fsid', '8f23a486-6fda-11ef-bcea-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.62', '--skip-admin-label'] 2024-09-11T01:10:30.728 INFO:teuthology.orchestra.run.smithi062.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-11T01:10:30.728 INFO:teuthology.orchestra.run.smithi062.stdout:Verifying podman|docker is present... 2024-09-11T01:10:30.752 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stdout 5.2.2 2024-09-11T01:10:30.752 INFO:teuthology.orchestra.run.smithi062.stdout:Verifying lvm2 is present... 2024-09-11T01:10:30.752 INFO:teuthology.orchestra.run.smithi062.stdout:Verifying time synchronization is in place... 2024-09-11T01:10:30.760 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-11T01:10:30.760 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T01:10:30.767 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-11T01:10:30.767 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout inactive 2024-09-11T01:10:30.774 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout enabled 2024-09-11T01:10:30.781 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout active 2024-09-11T01:10:30.781 INFO:teuthology.orchestra.run.smithi062.stdout:Unit chronyd.service is enabled and running 2024-09-11T01:10:30.781 INFO:teuthology.orchestra.run.smithi062.stdout:Repeating the final host check... 2024-09-11T01:10:30.803 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stdout 5.2.2 2024-09-11T01:10:30.803 INFO:teuthology.orchestra.run.smithi062.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-11T01:10:30.803 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl is present 2024-09-11T01:10:30.803 INFO:teuthology.orchestra.run.smithi062.stdout:lvcreate is present 2024-09-11T01:10:30.810 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-11T01:10:30.810 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-11T01:10:30.817 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-11T01:10:30.817 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout inactive 2024-09-11T01:10:30.824 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout enabled 2024-09-11T01:10:30.831 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout active 2024-09-11T01:10:30.831 INFO:teuthology.orchestra.run.smithi062.stdout:Unit chronyd.service is enabled and running 2024-09-11T01:10:30.831 INFO:teuthology.orchestra.run.smithi062.stdout:Host looks OK 2024-09-11T01:10:30.831 INFO:teuthology.orchestra.run.smithi062.stdout:Cluster fsid: 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:10:30.831 INFO:teuthology.orchestra.run.smithi062.stdout:Acquiring lock 140490507740016 on /run/cephadm/8f23a486-6fda-11ef-bcea-c7b262605968.lock 2024-09-11T01:10:30.831 INFO:teuthology.orchestra.run.smithi062.stdout:Lock 140490507740016 acquired on /run/cephadm/8f23a486-6fda-11ef-bcea-c7b262605968.lock 2024-09-11T01:10:30.832 INFO:teuthology.orchestra.run.smithi062.stdout:Verifying IP 172.21.15.62 port 3300 ... 2024-09-11T01:10:30.832 INFO:teuthology.orchestra.run.smithi062.stdout:Verifying IP 172.21.15.62 port 6789 ... 2024-09-11T01:10:30.832 INFO:teuthology.orchestra.run.smithi062.stdout:Base mon IP(s) is [172.21.15.62:3300, 172.21.15.62:6789], mon addrv is [v2:172.21.15.62:3300,v1:172.21.15.62:6789] 2024-09-11T01:10:30.835 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.62 metric 100 2024-09-11T01:10:30.835 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.62 metric 100 2024-09-11T01:10:30.838 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-11T01:10:30.838 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-11T01:10:30.838 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-11T01:10:30.840 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-11T01:10:30.840 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-11T01:10:30.841 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-11T01:10:30.841 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-11T01:10:30.841 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febb:d1c3/64 scope link noprefixroute 2024-09-11T01:10:30.841 INFO:teuthology.orchestra.run.smithi062.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-11T01:10:30.841 INFO:teuthology.orchestra.run.smithi062.stdout:Mon IP `172.21.15.62` is in CIDR network `172.21.0.0/20` 2024-09-11T01:10:30.842 INFO:teuthology.orchestra.run.smithi062.stdout:Mon IP `172.21.15.62` is in CIDR network `172.21.0.0/20` 2024-09-11T01:10:30.842 INFO:teuthology.orchestra.run.smithi062.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-11T01:10:30.842 INFO:teuthology.orchestra.run.smithi062.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-11T01:10:30.842 INFO:teuthology.orchestra.run.smithi062.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30... 2024-09-11T01:10:31.467 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stdout 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 2024-09-11T01:10:31.467 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30... 2024-09-11T01:10:31.467 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stderr Getting image source signatures 2024-09-11T01:10:31.467 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stderr Copying blob sha256:edd8cbe4deb828f809e8d76f308301dd93e971948e909d25cc03015fed1fd796 2024-09-11T01:10:31.467 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-11T01:10:31.467 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stderr Copying config sha256:589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 2024-09-11T01:10:31.467 INFO:teuthology.orchestra.run.smithi062.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-11T01:10:32.405 INFO:teuthology.orchestra.run.smithi062.stdout:ceph: stdout ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev) 2024-09-11T01:10:32.405 INFO:teuthology.orchestra.run.smithi062.stdout:Ceph version: ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev) 2024-09-11T01:10:32.405 INFO:teuthology.orchestra.run.smithi062.stdout:Extracting ceph user uid/gid from container image... 2024-09-11T01:10:33.463 INFO:teuthology.orchestra.run.smithi062.stdout:stat: stdout 167 167 2024-09-11T01:10:33.463 INFO:teuthology.orchestra.run.smithi062.stdout:Creating initial keys... 2024-09-11T01:10:34.400 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph-authtool: stdout AQAJ7uBmwEDJMBAAeZ19tJsP+BI5ykLPLD9qLg== 2024-09-11T01:10:35.489 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph-authtool: stdout AQAK7uBmxIflNBAAPIrXftEGYqAvegPhzGf4aA== 2024-09-11T01:10:36.437 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph-authtool: stdout AQAL7uBmHC6rMhAA1LeuRNdFM2vhEb8jqHZ2Pw== 2024-09-11T01:10:36.438 INFO:teuthology.orchestra.run.smithi062.stdout:Creating initial monmap... 2024-09-11T01:10:37.351 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-11T01:10:37.351 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-11T01:10:37.351 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:10:37.352 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-11T01:10:37.352 INFO:teuthology.orchestra.run.smithi062.stdout:monmaptool for a [v2:172.21.15.62:3300,v1:172.21.15.62:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-11T01:10:37.352 INFO:teuthology.orchestra.run.smithi062.stdout:setting min_mon_release = quincy 2024-09-11T01:10:37.352 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/monmaptool: set fsid to 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:10:37.352 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-11T01:10:37.352 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:10:37.352 INFO:teuthology.orchestra.run.smithi062.stdout:Creating mon... 2024-09-11T01:10:38.366 INFO:teuthology.orchestra.run.smithi062.stdout:create mon.a on 2024-09-11T01:10:38.576 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-11T01:10:38.726 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-11T01:10:38.999 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8f23a486-6fda-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-8f23a486-6fda-11ef-bcea-c7b262605968.target. 2024-09-11T01:10:38.999 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-8f23a486-6fda-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-8f23a486-6fda-11ef-bcea-c7b262605968.target. 2024-09-11T01:10:39.220 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a 2024-09-11T01:10:39.221 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a.service: Unit ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a.service not loaded. 2024-09-11T01:10:39.383 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8f23a486-6fda-11ef-bcea-c7b262605968.target.wants/ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a.service → /etc/systemd/system/ceph-8f23a486-6fda-11ef-bcea-c7b262605968@.service. 2024-09-11T01:10:39.866 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:39 smithi062 ceph-mon[29216]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T01:10:39.900 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-11T01:10:39.900 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout disabled 2024-09-11T01:10:39.907 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-11T01:10:39.907 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout inactive 2024-09-11T01:10:39.907 INFO:teuthology.orchestra.run.smithi062.stdout:firewalld.service is not enabled 2024-09-11T01:10:39.907 INFO:teuthology.orchestra.run.smithi062.stdout:Not possible to enable service . firewalld.service is not available 2024-09-11T01:10:39.907 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for mon to start... 2024-09-11T01:10:39.908 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for mon... 2024-09-11T01:10:40.120 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:39 smithi062 bash[29177]: 07d221a0c9453784d82d8a0b64726eac5099113fdb298ea523dd80ef4ce74321 2024-09-11T01:10:40.121 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:39 smithi062 systemd[1]: Started Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:10:40.871 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout cluster: 2024-09-11T01:10:40.871 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout id: 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:10:40.871 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-11T01:10:40.871 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-11T01:10:40.872 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout services: 2024-09-11T01:10:40.872 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.547628s) 2024-09-11T01:10:40.872 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-11T01:10:40.872 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-11T01:10:40.872 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-11T01:10:40.872 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout data: 2024-09-11T01:10:40.872 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-11T01:10:40.872 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-11T01:10:40.872 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-11T01:10:40.872 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout pgs: 2024-09-11T01:10:40.872 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-11T01:10:40.872 INFO:teuthology.orchestra.run.smithi062.stdout:mon is available 2024-09-11T01:10:40.872 INFO:teuthology.orchestra.run.smithi062.stdout:Assimilating anything we can from ceph.conf... 2024-09-11T01:10:41.193 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:40 smithi062 ceph-mon[29216]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T01:10:41.193 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:40 smithi062 ceph-mon[29216]: monmap epoch 1 2024-09-11T01:10:41.193 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:40 smithi062 ceph-mon[29216]: fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:10:41.193 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:40 smithi062 ceph-mon[29216]: last_changed 2024-09-11T01:10:36.793948+0000 2024-09-11T01:10:41.193 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:40 smithi062 ceph-mon[29216]: created 2024-09-11T01:10:36.793948+0000 2024-09-11T01:10:41.193 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:40 smithi062 ceph-mon[29216]: min_mon_release 19 (squid) 2024-09-11T01:10:41.194 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:40 smithi062 ceph-mon[29216]: election_strategy: 1 2024-09-11T01:10:41.194 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:40 smithi062 ceph-mon[29216]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-11T01:10:41.194 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:40 smithi062 ceph-mon[29216]: fsmap 2024-09-11T01:10:41.194 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:40 smithi062 ceph-mon[29216]: osdmap e1: 0 total, 0 up, 0 in 2024-09-11T01:10:41.194 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:40 smithi062 ceph-mon[29216]: mgrmap e1: no daemons active 2024-09-11T01:10:41.194 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:40 smithi062 ceph-mon[29216]: from='client.? 172.21.15.62:0/1007295650' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-11T01:10:41.905 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:41 smithi062 ceph-mon[29216]: from='client.? 172.21.15.62:0/2742394644' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-11T01:10:41.905 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:41 smithi062 ceph-mon[29216]: from='client.? 172.21.15.62:0/2742394644' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-11T01:10:41.909 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-11T01:10:41.909 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout [global] 2024-09-11T01:10:41.909 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout fsid = 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:10:41.909 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-11T01:10:41.909 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.62:3300,v1:172.21.15.62:6789] 2024-09-11T01:10:41.909 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-11T01:10:41.909 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-11T01:10:41.909 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-11T01:10:41.909 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-11T01:10:41.909 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-11T01:10:41.909 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-11T01:10:41.909 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-11T01:10:41.909 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-11T01:10:41.910 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-11T01:10:41.910 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout [osd] 2024-09-11T01:10:41.910 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-11T01:10:41.910 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-11T01:10:41.910 INFO:teuthology.orchestra.run.smithi062.stdout:Generating new minimal ceph.conf... 2024-09-11T01:10:43.003 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:42 smithi062 ceph-mon[29216]: from='client.? 172.21.15.62:0/1457341765' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:10:43.006 INFO:teuthology.orchestra.run.smithi062.stdout:Restarting the monitor... 2024-09-11T01:10:43.301 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:43 smithi062 systemd[1]: Stopping Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:10:43.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:43 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a[29193]: 2024-09-11T01:10:43.298+0000 7f1a37f67640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T01:10:43.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:43 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a[29193]: 2024-09-11T01:10:43.298+0000 7f1a37f67640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-11T01:10:43.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:43 smithi062 podman[29532]: 2024-09-11 01:10:43.380985255 +0000 UTC m=+0.188727068 container died 07d221a0c9453784d82d8a0b64726eac5099113fdb298ea523dd80ef4ce74321 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731) 2024-09-11T01:10:43.965 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:43 smithi062 podman[29532]: 2024-09-11 01:10:43.704616382 +0000 UTC m=+0.512358186 container cleanup 07d221a0c9453784d82d8a0b64726eac5099113fdb298ea523dd80ef4ce74321 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-11T01:10:43.965 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:43 smithi062 bash[29532]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a 2024-09-11T01:10:43.965 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:43 smithi062 podman[29549]: 2024-09-11 01:10:43.855755158 +0000 UTC m=+0.470217623 container remove 07d221a0c9453784d82d8a0b64726eac5099113fdb298ea523dd80ef4ce74321 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-11T01:10:44.274 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 systemd[1]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-11T01:10:44.274 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 systemd[1]: Stopped Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:10:44.274 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 systemd[1]: Starting Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:10:44.568 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 podman[29646]: 2024-09-11 01:10:44.273264753 +0000 UTC m=+0.099321959 container create 61bd1671634a25439e879359ac3a14f2f8346fcc98ed335f3b19024181552fcf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-11T01:10:44.568 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 podman[29646]: 2024-09-11 01:10:44.190391561 +0000 UTC m=+0.016448779 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T01:10:44.569 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 podman[29646]: 2024-09-11 01:10:44.483818288 +0000 UTC m=+0.309875494 container init 61bd1671634a25439e879359ac3a14f2f8346fcc98ed335f3b19024181552fcf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T01:10:44.569 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 podman[29646]: 2024-09-11 01:10:44.488696014 +0000 UTC m=+0.314753221 container start 61bd1671634a25439e879359ac3a14f2f8346fcc98ed335f3b19024181552fcf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-11T01:10:44.569 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T01:10:44.569 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev), process ceph-mon, pid 7 2024-09-11T01:10:44.569 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: pidfile_write: ignore empty --pid-file 2024-09-11T01:10:44.569 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: load: jerasure load: lrc 2024-09-11T01:10:44.569 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: RocksDB version: 7.9.2 2024-09-11T01:10:44.569 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Git sha 0 2024-09-11T01:10:44.569 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Compile date 2024-09-10 08:02:51 2024-09-11T01:10:44.569 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: DB SUMMARY 2024-09-11T01:10:44.569 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: DB Session ID: 0LE1RWHWU9BNHBB8YPIZ 2024-09-11T01:10:44.570 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: CURRENT file: CURRENT 2024-09-11T01:10:44.570 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T01:10:44.570 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-11T01:10:44.570 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-11T01:10:44.570 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88824 ; 2024-09-11T01:10:44.570 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.error_if_exists: 0 2024-09-11T01:10:44.570 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.create_if_missing: 0 2024-09-11T01:10:44.570 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.paranoid_checks: 1 2024-09-11T01:10:44.570 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-11T01:10:44.570 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T01:10:44.570 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-11T01:10:44.570 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.env: 0x557e1b8d0180 2024-09-11T01:10:44.570 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.fs: PosixFileSystem 2024-09-11T01:10:44.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.info_log: 0x557e1d4b5700 2024-09-11T01:10:44.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T01:10:44.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.statistics: (nil) 2024-09-11T01:10:44.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.use_fsync: 0 2024-09-11T01:10:44.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_log_file_size: 0 2024-09-11T01:10:44.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T01:10:44.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T01:10:44.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T01:10:44.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T01:10:44.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.allow_fallocate: 1 2024-09-11T01:10:44.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T01:10:44.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T01:10:44.571 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.use_direct_reads: 0 2024-09-11T01:10:44.572 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T01:10:44.572 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T01:10:44.572 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.db_log_dir: 2024-09-11T01:10:44.572 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.wal_dir: 2024-09-11T01:10:44.572 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T01:10:44.572 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T01:10:44.572 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T01:10:44.572 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T01:10:44.572 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T01:10:44.572 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T01:10:44.572 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T01:10:44.572 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T01:10:44.572 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.write_buffer_manager: 0x557e1d4b9b80 2024-09-11T01:10:44.572 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T01:10:44.573 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T01:10:44.573 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T01:10:44.573 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T01:10:44.573 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T01:10:44.574 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T01:10:44.574 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T01:10:44.574 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T01:10:44.574 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.unordered_write: 0 2024-09-11T01:10:44.574 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T01:10:44.574 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T01:10:44.574 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T01:10:44.575 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T01:10:44.575 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.row_cache: None 2024-09-11T01:10:44.575 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.wal_filter: None 2024-09-11T01:10:44.575 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T01:10:44.575 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T01:10:44.575 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.two_write_queues: 0 2024-09-11T01:10:44.575 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T01:10:44.575 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.wal_compression: 0 2024-09-11T01:10:44.575 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.atomic_flush: 0 2024-09-11T01:10:44.575 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T01:10:44.575 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T01:10:44.575 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T01:10:44.575 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.log_readahead_size: 0 2024-09-11T01:10:44.575 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T01:10:44.575 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T01:10:44.576 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T01:10:44.576 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T01:10:44.576 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T01:10:44.576 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T01:10:44.576 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-11T01:10:44.576 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_background_jobs: 2 2024-09-11T01:10:44.576 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_background_compactions: -1 2024-09-11T01:10:44.576 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_subcompactions: 1 2024-09-11T01:10:44.576 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T01:10:44.576 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T01:10:44.576 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T01:10:44.576 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T01:10:44.576 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T01:10:44.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T01:10:44.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T01:10:44.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T01:10:44.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_open_files: -1 2024-09-11T01:10:44.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T01:10:44.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T01:10:44.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T01:10:44.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T01:10:44.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_background_flushes: -1 2024-09-11T01:10:44.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Compression algorithms supported: 2024-09-11T01:10:44.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: kZSTD supported: 0 2024-09-11T01:10:44.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: kXpressCompression supported: 0 2024-09-11T01:10:44.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: kBZip2Compression supported: 0 2024-09-11T01:10:44.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T01:10:44.577 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: kLZ4Compression supported: 1 2024-09-11T01:10:44.578 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: kZlibCompression supported: 1 2024-09-11T01:10:44.578 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T01:10:44.578 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: kSnappyCompression supported: 1 2024-09-11T01:10:44.578 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T01:10:44.578 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-11T01:10:44.578 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-11T01:10:44.578 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-11T01:10:44.578 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T01:10:44.578 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.merge_operator: 2024-09-11T01:10:44.578 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compaction_filter: None 2024-09-11T01:10:44.578 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T01:10:44.578 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T01:10:44.578 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T01:10:44.578 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T01:10:44.579 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557e1d4b5320) 2024-09-11T01:10:44.579 INFO:journalctl@ceph.mon.a.smithi062.stdout: cache_index_and_filter_blocks: 1 2024-09-11T01:10:44.579 INFO:journalctl@ceph.mon.a.smithi062.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T01:10:44.579 INFO:journalctl@ceph.mon.a.smithi062.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T01:10:44.579 INFO:journalctl@ceph.mon.a.smithi062.stdout: pin_top_level_index_and_filter: 1 2024-09-11T01:10:44.579 INFO:journalctl@ceph.mon.a.smithi062.stdout: index_type: 0 2024-09-11T01:10:44.579 INFO:journalctl@ceph.mon.a.smithi062.stdout: data_block_index_type: 0 2024-09-11T01:10:44.579 INFO:journalctl@ceph.mon.a.smithi062.stdout: index_shortening: 1 2024-09-11T01:10:44.579 INFO:journalctl@ceph.mon.a.smithi062.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T01:10:44.579 INFO:journalctl@ceph.mon.a.smithi062.stdout: checksum: 4 2024-09-11T01:10:44.579 INFO:journalctl@ceph.mon.a.smithi062.stdout: no_block_cache: 0 2024-09-11T01:10:44.579 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache: 0x557e1d4a9610 2024-09-11T01:10:44.579 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache_name: BinnedLRUCache 2024-09-11T01:10:44.579 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache_options: 2024-09-11T01:10:44.579 INFO:journalctl@ceph.mon.a.smithi062.stdout: capacity : 536870912 2024-09-11T01:10:44.580 INFO:journalctl@ceph.mon.a.smithi062.stdout: num_shard_bits : 4 2024-09-11T01:10:44.580 INFO:journalctl@ceph.mon.a.smithi062.stdout: strict_capacity_limit : 0 2024-09-11T01:10:44.580 INFO:journalctl@ceph.mon.a.smithi062.stdout: high_pri_pool_ratio: 0.000 2024-09-11T01:10:44.580 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache_compressed: (nil) 2024-09-11T01:10:44.580 INFO:journalctl@ceph.mon.a.smithi062.stdout: persistent_cache: (nil) 2024-09-11T01:10:44.580 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_size: 4096 2024-09-11T01:10:44.580 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_size_deviation: 10 2024-09-11T01:10:44.580 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_restart_interval: 16 2024-09-11T01:10:44.580 INFO:journalctl@ceph.mon.a.smithi062.stdout: index_block_restart_interval: 1 2024-09-11T01:10:44.580 INFO:journalctl@ceph.mon.a.smithi062.stdout: metadata_block_size: 4096 2024-09-11T01:10:44.580 INFO:journalctl@ceph.mon.a.smithi062.stdout: partition_filters: 0 2024-09-11T01:10:44.580 INFO:journalctl@ceph.mon.a.smithi062.stdout: use_delta_encoding: 1 2024-09-11T01:10:44.580 INFO:journalctl@ceph.mon.a.smithi062.stdout: filter_policy: bloomfilter 2024-09-11T01:10:44.580 INFO:journalctl@ceph.mon.a.smithi062.stdout: whole_key_filtering: 1 2024-09-11T01:10:44.580 INFO:journalctl@ceph.mon.a.smithi062.stdout: verify_compression: 0 2024-09-11T01:10:44.581 INFO:journalctl@ceph.mon.a.smithi062.stdout: read_amp_bytes_per_bit: 0 2024-09-11T01:10:44.581 INFO:journalctl@ceph.mon.a.smithi062.stdout: format_version: 5 2024-09-11T01:10:44.581 INFO:journalctl@ceph.mon.a.smithi062.stdout: enable_index_compression: 1 2024-09-11T01:10:44.581 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_align: 0 2024-09-11T01:10:44.581 INFO:journalctl@ceph.mon.a.smithi062.stdout: max_auto_readahead_size: 262144 2024-09-11T01:10:44.581 INFO:journalctl@ceph.mon.a.smithi062.stdout: prepopulate_block_cache: 0 2024-09-11T01:10:44.581 INFO:journalctl@ceph.mon.a.smithi062.stdout: initial_auto_readahead_size: 8192 2024-09-11T01:10:44.581 INFO:journalctl@ceph.mon.a.smithi062.stdout: num_file_reads_for_auto_readahead: 2 2024-09-11T01:10:44.581 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T01:10:44.581 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T01:10:44.581 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compression: NoCompression 2024-09-11T01:10:44.581 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T01:10:44.581 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T01:10:44.582 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T01:10:44.582 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.num_levels: 7 2024-09-11T01:10:44.582 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T01:10:44.582 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T01:10:44.582 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T01:10:44.582 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T01:10:44.582 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T01:10:44.582 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T01:10:44.582 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T01:10:44.582 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T01:10:44.582 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T01:10:44.582 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T01:10:44.582 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-11T01:10:44.582 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-11T01:10:44.582 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T01:10:44.583 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T01:10:44.583 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T01:10:44.583 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T01:10:44.583 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T01:10:44.583 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-11T01:10:44.583 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T01:10:44.583 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T01:10:44.583 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-11T01:10:44.583 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T01:10:44.583 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T01:10:44.583 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T01:10:44.583 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T01:10:44.583 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T01:10:44.583 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T01:10:44.584 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T01:10:44.584 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T01:10:44.584 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T01:10:44.584 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T01:10:44.584 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T01:10:44.584 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T01:10:44.584 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T01:10:44.584 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T01:10:44.584 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T01:10:44.584 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T01:10:44.584 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T01:10:44.584 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-11T01:10:44.584 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.arena_block_size: 1048576 2024-09-11T01:10:44.584 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T01:10:44.584 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T01:10:44.585 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T01:10:44.585 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T01:10:44.585 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T01:10:44.585 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T01:10:44.585 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T01:10:44.585 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T01:10:44.585 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T01:10:44.585 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T01:10:44.585 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T01:10:44.585 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T01:10:44.585 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T01:10:44.585 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T01:10:44.585 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.inplace_update_support: 0 2024-09-11T01:10:44.585 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T01:10:44.586 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T01:10:44.586 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T01:10:44.586 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T01:10:44.586 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.bloom_locality: 0 2024-09-11T01:10:44.586 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.max_successive_merges: 0 2024-09-11T01:10:44.586 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T01:10:44.586 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T01:10:44.586 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T01:10:44.586 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T01:10:44.586 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.ttl: 2592000 2024-09-11T01:10:44.586 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T01:10:44.586 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-11T01:10:44.586 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-11T01:10:44.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.enable_blob_files: false 2024-09-11T01:10:44.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.min_blob_size: 0 2024-09-11T01:10:44.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T01:10:44.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T01:10:44.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T01:10:44.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T01:10:44.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-11T01:10:44.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-11T01:10:44.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.blob_file_starting_level: 0 2024-09-11T01:10:44.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-11T01:10:44.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-11T01:10:44.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-11T01:10:44.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3ffd7c94-86db-49ed-9bf5-9f11d41387c7 2024-09-11T01:10:44.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017044515277, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-11T01:10:44.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-11T01:10:44.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017044516162, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85569, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83716, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10145, "raw_average_key_size": 46, "raw_value_size": 77856, "raw_average_value_size": 357, "num_data_blocks": 11, "num_entries": 218, "num_filter_entries": 218, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726017044, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3ffd7c94-86db-49ed-9bf5-9f11d41387c7", "db_session_id": "0LE1RWHWU9BNHBB8YPIZ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-11T01:10:44.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017044516258, "job": 1, "event": "recovery_finished"} 2024-09-11T01:10:44.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-11T01:10:44.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T01:10:44.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557e1d4d8e00 2024-09-11T01:10:44.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: DB pointer 0x557e1d5da000 2024-09-11T01:10:44.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-11T01:10:44.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-11T01:10:44.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** DB Stats ** 2024-09-11T01:10:44.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T01:10:44.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T01:10:44.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T01:10:44.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T01:10:44.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T01:10:44.589 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T01:10:44.589 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T01:10:44.589 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:10:44.589 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** Compaction Stats [default] ** 2024-09-11T01:10:44.589 INFO:journalctl@ceph.mon.a.smithi062.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T01:10:44.589 INFO:journalctl@ceph.mon.a.smithi062.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-11T01:10:44.589 INFO:journalctl@ceph.mon.a.smithi062.stdout: L0 2/0 85.42 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:10:44.589 INFO:journalctl@ceph.mon.a.smithi062.stdout: Sum 2/0 85.42 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 148.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:10:44.589 INFO:journalctl@ceph.mon.a.smithi062.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 148.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:10:44.589 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:10:44.589 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** Compaction Stats [default] ** 2024-09-11T01:10:44.589 INFO:journalctl@ceph.mon.a.smithi062.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T01:10:44.589 INFO:journalctl@ceph.mon.a.smithi062.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T01:10:44.589 INFO:journalctl@ceph.mon.a.smithi062.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 148.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:10:44.590 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:10:44.590 INFO:journalctl@ceph.mon.a.smithi062.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-11T01:10:44.590 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:10:44.590 INFO:journalctl@ceph.mon.a.smithi062.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T01:10:44.590 INFO:journalctl@ceph.mon.a.smithi062.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T01:10:44.590 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T01:10:44.590 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T01:10:44.590 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T01:10:44.590 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T01:10:44.590 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative compaction: 0.00 GB write, 25.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T01:10:44.590 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval compaction: 0.00 GB write, 25.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T01:10:44.590 INFO:journalctl@ceph.mon.a.smithi062.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T01:10:44.590 INFO:journalctl@ceph.mon.a.smithi062.stdout: Block cache BinnedLRUCache@0x557e1d4a9610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-11T01:10:44.590 INFO:journalctl@ceph.mon.a.smithi062.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-11T01:10:44.591 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:10:44.591 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T01:10:44.591 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: starting mon.a rank 0 at public addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] at bind addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:10:44.591 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: mon.a@-1(???) e1 preinit fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:10:44.591 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: mon.a@-1(???).mds e1 new map 2024-09-11T01:10:44.591 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: mon.a@-1(???).mds e1 print_map 2024-09-11T01:10:44.591 INFO:journalctl@ceph.mon.a.smithi062.stdout: e1 2024-09-11T01:10:44.591 INFO:journalctl@ceph.mon.a.smithi062.stdout: btime 2024-09-11T01:10:39:858671+0000 2024-09-11T01:10:44.591 INFO:journalctl@ceph.mon.a.smithi062.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T01:10:44.591 INFO:journalctl@ceph.mon.a.smithi062.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-11T01:10:44.591 INFO:journalctl@ceph.mon.a.smithi062.stdout: legacy client fscid: -1 2024-09-11T01:10:44.591 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:10:44.591 INFO:journalctl@ceph.mon.a.smithi062.stdout: No filesystems configured 2024-09-11T01:10:44.591 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T01:10:44.591 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:10:44.592 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:10:44.592 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:10:44.592 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-11T01:10:44.592 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 bash[29646]: 61bd1671634a25439e879359ac3a14f2f8346fcc98ed335f3b19024181552fcf 2024-09-11T01:10:44.592 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 systemd[1]: Started Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:10:44.592 INFO:teuthology.orchestra.run.smithi062.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-11T01:10:44.820 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-11T01:10:44.820 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: monmap epoch 1 2024-09-11T01:10:44.820 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:10:44.820 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: last_changed 2024-09-11T01:10:36.793948+0000 2024-09-11T01:10:44.820 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: created 2024-09-11T01:10:36.793948+0000 2024-09-11T01:10:44.820 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: min_mon_release 19 (squid) 2024-09-11T01:10:44.820 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: election_strategy: 1 2024-09-11T01:10:44.820 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-11T01:10:44.820 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: fsmap 2024-09-11T01:10:44.820 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: osdmap e1: 0 total, 0 up, 0 in 2024-09-11T01:10:44.821 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:44 smithi062 ceph-mon[29683]: mgrmap e1: no daemons active 2024-09-11T01:10:45.652 INFO:teuthology.orchestra.run.smithi062.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-11T01:10:45.678 INFO:teuthology.orchestra.run.smithi062.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-11T01:10:45.679 INFO:teuthology.orchestra.run.smithi062.stdout:Creating mgr... 2024-09-11T01:10:45.679 INFO:teuthology.orchestra.run.smithi062.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-11T01:10:45.679 INFO:teuthology.orchestra.run.smithi062.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-11T01:10:45.942 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mgr.a 2024-09-11T01:10:45.942 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mgr.a.service: Unit ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mgr.a.service not loaded. 2024-09-11T01:10:46.100 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8f23a486-6fda-11ef-bcea-c7b262605968.target.wants/ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-8f23a486-6fda-11ef-bcea-c7b262605968@.service. 2024-09-11T01:10:46.326 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:46 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/3083654462' entity='client.admin' 2024-09-11T01:10:46.326 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:10:46 smithi062 systemd[1]: Starting Ceph mgr.a for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:10:46.587 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:10:46 smithi062 podman[29921]: 2024-09-11 01:10:46.325181392 +0000 UTC m=+0.109372600 container create 7a94ac9041a4b4f7f75859bb08a7f54b5d10795cd8fc10ddc5e2516390885058 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-09-11T01:10:46.587 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:10:46 smithi062 podman[29921]: 2024-09-11 01:10:46.232031326 +0000 UTC m=+0.016222534 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 2024-09-11T01:10:46.587 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:10:46 smithi062 podman[29921]: 2024-09-11 01:10:46.552876577 +0000 UTC m=+0.337067800 container init 7a94ac9041a4b4f7f75859bb08a7f54b5d10795cd8fc10ddc5e2516390885058 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T01:10:46.588 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:10:46 smithi062 podman[29921]: 2024-09-11 01:10:46.557428937 +0000 UTC m=+0.341620146 container start 7a94ac9041a4b4f7f75859bb08a7f54b5d10795cd8fc10ddc5e2516390885058 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-11T01:10:46.651 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-11T01:10:46.651 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout disabled 2024-09-11T01:10:46.659 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-11T01:10:46.659 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout inactive 2024-09-11T01:10:46.660 INFO:teuthology.orchestra.run.smithi062.stdout:firewalld.service is not enabled 2024-09-11T01:10:46.660 INFO:teuthology.orchestra.run.smithi062.stdout:Not possible to enable service . firewalld.service is not available 2024-09-11T01:10:46.669 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-11T01:10:46.669 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout disabled 2024-09-11T01:10:46.676 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-11T01:10:46.677 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout inactive 2024-09-11T01:10:46.677 INFO:teuthology.orchestra.run.smithi062.stdout:firewalld.service is not enabled 2024-09-11T01:10:46.677 INFO:teuthology.orchestra.run.smithi062.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-11T01:10:46.677 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for mgr to start... 2024-09-11T01:10:46.677 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for mgr... 2024-09-11T01:10:46.902 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:10:46 smithi062 bash[29921]: 7a94ac9041a4b4f7f75859bb08a7f54b5d10795cd8fc10ddc5e2516390885058 2024-09-11T01:10:46.902 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:10:46 smithi062 systemd[1]: Started Ceph mgr.a for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:10:47.459 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:47 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/1300456659' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-11T01:10:47.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-11T01:10:47.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout { 2024-09-11T01:10:47.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "fsid": "8f23a486-6fda-11ef-bcea-c7b262605968", 2024-09-11T01:10:47.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "health": { 2024-09-11T01:10:47.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-11T01:10:47.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-11T01:10:47.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-11T01:10:47.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-11T01:10:47.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-11T01:10:47.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-11T01:10:47.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 0 2024-09-11T01:10:47.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ], 2024-09-11T01:10:47.750 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-11T01:10:47.750 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "a" 2024-09-11T01:10:47.750 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ], 2024-09-11T01:10:47.750 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-11T01:10:47.750 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-11T01:10:47.750 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T01:10:47.750 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-11T01:10:47.750 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-11T01:10:47.750 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-11T01:10:47.750 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-11T01:10:47.750 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T01:10:47.750 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-11T01:10:47.750 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-11T01:10:47.751 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-11T01:10:47.754 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-11T01:10:47.754 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-11T01:10:47.754 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-11T01:10:47.754 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-11T01:10:47.754 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-11T01:10:47.754 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-11T01:10:47.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-11T01:10:47.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-11T01:10:47.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-11T01:10:47.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-11T01:10:47.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-11T01:10:47.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-11T01:10:47.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-11T01:10:47.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-11T01:10:47.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-11T01:10:47.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T01:10:47.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "btime": "2024-09-11T01:10:39:858671+0000", 2024-09-11T01:10:47.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-11T01:10:47.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-11T01:10:47.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-11T01:10:47.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-11T01:10:47.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-11T01:10:47.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-11T01:10:47.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-11T01:10:47.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-11T01:10:47.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-11T01:10:47.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "restful" 2024-09-11T01:10:47.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ], 2024-09-11T01:10:47.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T01:10:47.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-11T01:10:47.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-11T01:10:47.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T01:10:47.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "modified": "2024-09-11T01:10:39.859358+0000", 2024-09-11T01:10:47.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T01:10:47.757 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-11T01:10:47.757 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-11T01:10:47.757 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout } 2024-09-11T01:10:47.757 INFO:teuthology.orchestra.run.smithi062.stdout:mgr not available, waiting (1/15)... 2024-09-11T01:10:52.196 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:51 smithi062 ceph-mon[29683]: Activating manager daemon a 2024-09-11T01:10:52.197 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:51 smithi062 ceph-mon[29683]: mgrmap e2: a(active, starting, since 0.00332701s) 2024-09-11T01:10:52.197 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:51 smithi062 ceph-mon[29683]: from='mgr.14100 172.21.15.62:0/2057652952' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-11T01:10:52.197 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:51 smithi062 ceph-mon[29683]: from='mgr.14100 172.21.15.62:0/2057652952' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-11T01:10:52.197 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:51 smithi062 ceph-mon[29683]: from='mgr.14100 172.21.15.62:0/2057652952' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-11T01:10:52.197 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:51 smithi062 ceph-mon[29683]: from='mgr.14100 172.21.15.62:0/2057652952' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T01:10:52.198 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:51 smithi062 ceph-mon[29683]: from='mgr.14100 172.21.15.62:0/2057652952' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-11T01:10:52.198 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:51 smithi062 ceph-mon[29683]: Manager daemon a is now available 2024-09-11T01:10:52.198 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:51 smithi062 ceph-mon[29683]: from='mgr.14100 172.21.15.62:0/2057652952' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-11T01:10:52.198 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:51 smithi062 ceph-mon[29683]: from='mgr.14100 172.21.15.62:0/2057652952' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-11T01:10:52.198 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:51 smithi062 ceph-mon[29683]: from='mgr.14100 172.21.15.62:0/2057652952' entity='mgr.a' 2024-09-11T01:10:52.198 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:51 smithi062 ceph-mon[29683]: from='mgr.14100 172.21.15.62:0/2057652952' entity='mgr.a' 2024-09-11T01:10:52.198 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:51 smithi062 ceph-mon[29683]: from='mgr.14100 172.21.15.62:0/2057652952' entity='mgr.a' 2024-09-11T01:10:53.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:53 smithi062 ceph-mon[29683]: mgrmap e3: a(active, since 1.00753s) 2024-09-11T01:10:53.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:53 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/1543994602' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-11T01:10:55.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:10:54 smithi062 ceph-mon[29683]: mgrmap e4: a(active, since 2s) 2024-09-11T01:10:59.750 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-11T01:10:59.751 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout { 2024-09-11T01:10:59.751 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "fsid": "8f23a486-6fda-11ef-bcea-c7b262605968", 2024-09-11T01:10:59.751 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "health": { 2024-09-11T01:10:59.751 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-11T01:10:59.751 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-11T01:10:59.751 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-11T01:10:59.751 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-11T01:10:59.751 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-11T01:10:59.751 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-11T01:10:59.752 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 0 2024-09-11T01:10:59.752 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ], 2024-09-11T01:10:59.752 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-11T01:10:59.752 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "a" 2024-09-11T01:10:59.752 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ], 2024-09-11T01:10:59.752 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-11T01:10:59.752 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-11T01:10:59.752 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T01:10:59.753 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-11T01:10:59.753 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-11T01:10:59.753 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-11T01:10:59.753 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-11T01:10:59.753 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T01:10:59.753 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-11T01:10:59.753 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-11T01:10:59.753 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-11T01:10:59.753 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-11T01:10:59.753 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-11T01:10:59.753 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-11T01:10:59.754 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-11T01:10:59.754 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-11T01:10:59.754 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-11T01:10:59.754 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-11T01:10:59.754 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-11T01:10:59.754 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-11T01:10:59.754 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-11T01:10:59.754 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-11T01:10:59.754 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-11T01:10:59.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-11T01:10:59.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-11T01:10:59.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-11T01:10:59.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T01:10:59.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "btime": "2024-09-11T01:10:39:858671+0000", 2024-09-11T01:10:59.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-11T01:10:59.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-11T01:10:59.755 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-11T01:10:59.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-11T01:10:59.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-11T01:10:59.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-11T01:10:59.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-11T01:10:59.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-11T01:10:59.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-11T01:10:59.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "restful" 2024-09-11T01:10:59.756 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ], 2024-09-11T01:10:59.757 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T01:10:59.757 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-11T01:10:59.757 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-11T01:10:59.757 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-11T01:10:59.757 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "modified": "2024-09-11T01:10:39.859358+0000", 2024-09-11T01:10:59.757 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-11T01:10:59.757 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout }, 2024-09-11T01:10:59.757 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-11T01:10:59.757 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout } 2024-09-11T01:10:59.758 INFO:teuthology.orchestra.run.smithi062.stdout:mgr is available 2024-09-11T01:11:02.460 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:02 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/890265378' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-11T01:11:02.460 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:02 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/890265378' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-11T01:11:02.748 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-11T01:11:02.748 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout [global] 2024-09-11T01:11:02.748 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout fsid = 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:11:02.748 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-11T01:11:02.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.62:3300,v1:172.21.15.62:6789] 2024-09-11T01:11:02.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-11T01:11:02.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-11T01:11:02.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-11T01:11:02.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-11T01:11:02.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-11T01:11:02.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-11T01:11:02.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-11T01:11:02.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 2024-09-11T01:11:02.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout [osd] 2024-09-11T01:11:02.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-11T01:11:02.749 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-11T01:11:02.749 INFO:teuthology.orchestra.run.smithi062.stdout:Enabling cephadm module... 2024-09-11T01:11:03.816 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:03 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/3428760194' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-11T01:11:03.816 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:03 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: ignoring --setuser ceph since I am not root 2024-09-11T01:11:03.816 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:03 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: ignoring --setgroup ceph since I am not root 2024-09-11T01:11:04.797 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:04 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/3428760194' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-11T01:11:04.797 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:04 smithi062 ceph-mon[29683]: mgrmap e5: a(active, since 11s) 2024-09-11T01:11:05.425 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout { 2024-09-11T01:11:05.426 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-11T01:11:05.426 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-11T01:11:05.426 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-11T01:11:05.426 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-11T01:11:05.426 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout } 2024-09-11T01:11:05.426 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for the mgr to restart... 2024-09-11T01:11:05.426 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for mgr epoch 5... 2024-09-11T01:11:05.750 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:05 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/2945177025' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-11T01:11:09.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:08 smithi062 ceph-mon[29683]: Active manager daemon a restarted 2024-09-11T01:11:09.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:08 smithi062 ceph-mon[29683]: Activating manager daemon a 2024-09-11T01:11:09.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:08 smithi062 ceph-mon[29683]: osdmap e2: 0 total, 0 up, 0 in 2024-09-11T01:11:09.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:08 smithi062 ceph-mon[29683]: mgrmap e6: a(active, starting, since 0.00345248s) 2024-09-11T01:11:09.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:08 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T01:11:09.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:08 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-11T01:11:09.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:08 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-11T01:11:09.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:08 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-11T01:11:09.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:08 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-11T01:11:09.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:08 smithi062 ceph-mon[29683]: Manager daemon a is now available 2024-09-11T01:11:10.318 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout { 2024-09-11T01:11:10.318 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-11T01:11:10.318 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-11T01:11:10.318 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout } 2024-09-11T01:11:10.318 INFO:teuthology.orchestra.run.smithi062.stdout:mgr epoch 5 is available 2024-09-11T01:11:10.318 INFO:teuthology.orchestra.run.smithi062.stdout:Setting orchestrator backend to cephadm... 2024-09-11T01:11:10.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:10.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:10.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-mon[29683]: Found migration_current of "None". Setting to last migration. 2024-09-11T01:11:10.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:10.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:10.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:10.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:11:10.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:11:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-11T01:11:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-11T01:11:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-mon[29683]: mgrmap e7: a(active, since 1.00598s) 2024-09-11T01:11:10.735 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: 2024-09-11T01:11:10.549+0000 7f8684eff640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:01:11:10] ENGINE Error in HTTPServer.serve 2024-09-11T01:11:10.735 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: Traceback (most recent call last): 2024-09-11T01:11:10.735 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T01:11:10.735 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: self._connections.run(self.expiration_interval) 2024-09-11T01:11:10.735 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T01:11:10.735 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: self._run(expiration_interval) 2024-09-11T01:11:10.735 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T01:11:10.735 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T01:11:10.735 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T01:11:10.735 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T01:11:10.736 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T01:11:10.736 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: s = self.context.wrap_socket( 2024-09-11T01:11:10.736 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T01:11:10.736 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: return self.sslsocket_class._create( 2024-09-11T01:11:10.736 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T01:11:10.736 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: self.do_handshake() 2024-09-11T01:11:10.736 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T01:11:10.736 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: self._sslobj.do_handshake() 2024-09-11T01:11:10.736 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T01:11:10.736 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:10 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: 2024-09-11T01:11:11.538 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:11 smithi062 ceph-mon[29683]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-11T01:11:11.538 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:11 smithi062 ceph-mon[29683]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-11T01:11:11.538 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:11 smithi062 ceph-mon[29683]: [11/Sep/2024:01:11:10] ENGINE Bus STARTING 2024-09-11T01:11:11.539 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:11 smithi062 ceph-mon[29683]: [11/Sep/2024:01:11:10] ENGINE Serving on http://172.21.15.62:8765 2024-09-11T01:11:11.539 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:11 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:11:11.539 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:11 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:11.539 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:11 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:11:12.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:12 smithi062 ceph-mon[29683]: [11/Sep/2024:01:11:10] ENGINE Serving on https://172.21.15.62:7150 2024-09-11T01:11:12.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:12 smithi062 ceph-mon[29683]: [11/Sep/2024:01:11:10] ENGINE Bus STARTED 2024-09-11T01:11:12.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:12 smithi062 ceph-mon[29683]: [11/Sep/2024:01:11:10] ENGINE Error in HTTPServer.serve 2024-09-11T01:11:12.337 INFO:journalctl@ceph.mon.a.smithi062.stdout: Traceback (most recent call last): 2024-09-11T01:11:12.337 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T01:11:12.337 INFO:journalctl@ceph.mon.a.smithi062.stdout: self._connections.run(self.expiration_interval) 2024-09-11T01:11:12.338 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T01:11:12.338 INFO:journalctl@ceph.mon.a.smithi062.stdout: self._run(expiration_interval) 2024-09-11T01:11:12.338 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T01:11:12.338 INFO:journalctl@ceph.mon.a.smithi062.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T01:11:12.338 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T01:11:12.338 INFO:journalctl@ceph.mon.a.smithi062.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T01:11:12.338 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T01:11:12.338 INFO:journalctl@ceph.mon.a.smithi062.stdout: s = self.context.wrap_socket( 2024-09-11T01:11:12.338 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T01:11:12.338 INFO:journalctl@ceph.mon.a.smithi062.stdout: return self.sslsocket_class._create( 2024-09-11T01:11:12.338 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T01:11:12.338 INFO:journalctl@ceph.mon.a.smithi062.stdout: self.do_handshake() 2024-09-11T01:11:12.338 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T01:11:12.338 INFO:journalctl@ceph.mon.a.smithi062.stdout: self._sslobj.do_handshake() 2024-09-11T01:11:12.339 INFO:journalctl@ceph.mon.a.smithi062.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T01:11:12.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:12 smithi062 ceph-mon[29683]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:11:12.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:12 smithi062 ceph-mon[29683]: mgrmap e8: a(active, since 2s) 2024-09-11T01:11:12.655 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-11T01:11:12.655 INFO:teuthology.orchestra.run.smithi062.stdout:Generating ssh key... 2024-09-11T01:11:13.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-mon[29683]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:11:13.587 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: Generating public/private rsa key pair. 2024-09-11T01:11:13.588 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: Your identification has been saved in /tmp/tmp8q1t8xmb/key 2024-09-11T01:11:13.588 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: Your public key has been saved in /tmp/tmp8q1t8xmb/key.pub 2024-09-11T01:11:13.588 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: The key fingerprint is: 2024-09-11T01:11:13.588 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: SHA256:aJruwZ4kJImVuUsi9UGCyl4Mf1Ye6EM6NBDmftlH5Ws ceph-8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:11:13.588 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: The key's randomart image is: 2024-09-11T01:11:13.588 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: +---[RSA 3072]----+ 2024-09-11T01:11:13.588 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: | =+ . . . | 2024-09-11T01:11:13.588 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: |+. B o oo | 2024-09-11T01:11:13.588 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: |o.X * o... | 2024-09-11T01:11:13.588 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: |+= Oo*.o . | 2024-09-11T01:11:13.588 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: |B.=o=.+.SE | 2024-09-11T01:11:13.588 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: |.*.o +. . | 2024-09-11T01:11:13.588 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: | o * | 2024-09-11T01:11:13.588 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: | = o | 2024-09-11T01:11:13.589 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: | .= | 2024-09-11T01:11:13.589 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:13 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: +----[SHA256]-----+ 2024-09-11T01:11:14.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:14 smithi062 ceph-mon[29683]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:11:14.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:14 smithi062 ceph-mon[29683]: Generating ssh key... 2024-09-11T01:11:14.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:14 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:14.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:14 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:15.325 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkN1CzEG/BUeeN1u9vKoxSgnM/gEBma2vZSXCQqTEXkJEqRY5anFu5Zi+T40mz+RJ30EL4Ql6BHRANGpQAakkZv0N9HV66zvlta2d+C7UdExzWdU1iTw/bQaWDVvdHQriJNoUPSD133+jiwRH7SMH+GCAp4Zj0SJqJb81VP1pIRlQBu7uE0p+jfcNza9d8tyXZLgbqTJVS8Grq3dd/usnpyNad13UWEW765DpmB/QvxwdEq0Ut93P53/NpaM490P7m0zrr3BJgXVblQb9rTKkQdZ5piIZvfX6QEQBHm+jfakx3KCMiaqUWJ+WE7jO2Dz5HbI093HF7yTIgViv7eKGLcgHz+4QQ8+Dc9A5kF6oBHVNx5dQv84omtsA7XOfrn3wSJYFHW6BbmZgafV0OB6Mh+rpbMCH/n0JFtw/VGas1yasquaZgaPWQtkP98y0MifOBXcjTNu1oYtyn3Wh7h5FVKRDPOPAP3KNTFeQLx/CEN8mMh7KTCNFJgjwNzJEs6Ck= ceph-8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:11:15.326 INFO:teuthology.orchestra.run.smithi062.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-11T01:11:15.326 INFO:teuthology.orchestra.run.smithi062.stdout:Adding key to root@localhost authorized_keys... 2024-09-11T01:11:15.329 INFO:teuthology.orchestra.run.smithi062.stdout:Adding host smithi062... 2024-09-11T01:11:15.708 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:15 smithi062 ceph-mon[29683]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:11:16.711 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:16 smithi062 ceph-mon[29683]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi062", "addr": "172.21.15.62", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:11:17.955 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:17 smithi062 ceph-mon[29683]: Deploying cephadm binary to smithi062 2024-09-11T01:11:20.390 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout Added host 'smithi062' with addr '172.21.15.62' 2024-09-11T01:11:20.390 INFO:teuthology.orchestra.run.smithi062.stdout:Deploying unmanaged mon service... 2024-09-11T01:11:21.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:20 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:21.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:20 smithi062 ceph-mon[29683]: Added host smithi062 2024-09-11T01:11:21.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:20 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:11:21.883 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-11T01:11:21.884 INFO:teuthology.orchestra.run.smithi062.stdout:Deploying unmanaged mgr service... 2024-09-11T01:11:22.184 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:22 smithi062 ceph-mon[29683]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:11:22.184 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:22 smithi062 ceph-mon[29683]: Saving service mon spec with placement count:5 2024-09-11T01:11:22.184 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:22 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:23.568 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-11T01:11:23.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:23 smithi062 ceph-mon[29683]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:11:23.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:23 smithi062 ceph-mon[29683]: Saving service mgr spec with placement count:2 2024-09-11T01:11:23.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:23 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:23.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:23 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:25.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:24 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:25.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:24 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/123643685' entity='client.admin' 2024-09-11T01:11:26.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:26 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:26.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:26 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:26.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:26 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"} : dispatch 2024-09-11T01:11:26.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:26 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' 2024-09-11T01:11:26.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:26 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []} : dispatch 2024-09-11T01:11:26.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:26 smithi062 ceph-mon[29683]: from='mgr.14116 172.21.15.62:0/251392332' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []}]': finished 2024-09-11T01:11:26.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:26 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/4050524348' entity='client.admin' 2024-09-11T01:11:26.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:26 smithi062 ceph-mon[29683]: Deploying daemon agent.smithi062 on smithi062 2024-09-11T01:11:26.841 INFO:teuthology.orchestra.run.smithi062.stdout:Enabling the dashboard module... 2024-09-11T01:11:27.937 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:27 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/3885054446' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-11T01:11:27.937 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:27 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: ignoring --setuser ceph since I am not root 2024-09-11T01:11:27.937 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:27 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: ignoring --setgroup ceph since I am not root 2024-09-11T01:11:28.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:28 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/3885054446' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-11T01:11:28.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:28 smithi062 ceph-mon[29683]: mgrmap e9: a(active, since 18s) 2024-09-11T01:11:29.620 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout { 2024-09-11T01:11:29.621 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-11T01:11:29.622 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-11T01:11:29.622 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-11T01:11:29.622 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-11T01:11:29.622 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout } 2024-09-11T01:11:29.622 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for the mgr to restart... 2024-09-11T01:11:29.622 INFO:teuthology.orchestra.run.smithi062.stdout:Waiting for mgr epoch 9... 2024-09-11T01:11:29.871 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:29 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/1975306511' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-11T01:11:33.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:32 smithi062 ceph-mon[29683]: Active manager daemon a restarted 2024-09-11T01:11:33.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:32 smithi062 ceph-mon[29683]: Activating manager daemon a 2024-09-11T01:11:33.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:32 smithi062 ceph-mon[29683]: osdmap e3: 0 total, 0 up, 0 in 2024-09-11T01:11:33.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:32 smithi062 ceph-mon[29683]: mgrmap e10: a(active, starting, since 0.00338446s) 2024-09-11T01:11:33.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:32 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T01:11:33.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:32 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-11T01:11:33.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:32 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-11T01:11:33.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:32 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-11T01:11:33.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:32 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-11T01:11:33.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:32 smithi062 ceph-mon[29683]: Manager daemon a is now available 2024-09-11T01:11:34.483 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:34.483 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:11:34.483 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-11T01:11:34.483 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-11T01:11:34.483 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-mon[29683]: mgrmap e11: a(active, since 1.00691s) 2024-09-11T01:11:34.486 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout { 2024-09-11T01:11:34.486 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-11T01:11:34.486 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-11T01:11:34.486 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout } 2024-09-11T01:11:34.486 INFO:teuthology.orchestra.run.smithi062.stdout:mgr epoch 9 is available 2024-09-11T01:11:34.486 INFO:teuthology.orchestra.run.smithi062.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-11T01:11:35.087 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: 2024-09-11T01:11:34.806+0000 7f96b04d2640 -1 log_channel(cephadm) log [ERR] : [11/Sep/2024:01:11:34] ENGINE Error in HTTPServer.serve 2024-09-11T01:11:35.087 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: Traceback (most recent call last): 2024-09-11T01:11:35.088 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T01:11:35.088 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: self._connections.run(self.expiration_interval) 2024-09-11T01:11:35.088 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T01:11:35.088 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: self._run(expiration_interval) 2024-09-11T01:11:35.088 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T01:11:35.088 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T01:11:35.088 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T01:11:35.088 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T01:11:35.088 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T01:11:35.088 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: s = self.context.wrap_socket( 2024-09-11T01:11:35.088 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T01:11:35.088 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: return self.sslsocket_class._create( 2024-09-11T01:11:35.088 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T01:11:35.089 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: self.do_handshake() 2024-09-11T01:11:35.089 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T01:11:35.089 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: self._sslobj.do_handshake() 2024-09-11T01:11:35.089 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T01:11:35.089 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:11:34 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: 2024-09-11T01:11:35.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:35 smithi062 ceph-mon[29683]: [11/Sep/2024:01:11:34] ENGINE Bus STARTING 2024-09-11T01:11:36.331 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUXehePf7ZMFy4xyBC/B+TfUdZeFMwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMTAxMTEzNVoXDTM0\nMDkxMjAxMTEzNVowFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjYyMIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAw6QVZ7edv80BuRYphnlwo8rbFDgoL/SNQETs\nnMz39BEL0lMUaqKclfA5sfhxvAv6OVkUHOfa3LmqUAL6vzSgUGVbjbYx8IOW4JRF\n/cqJX3cqo/RiEtbcZAFEhBY8jgGwpR8alUo2+MarJ4qSSzjp893/HCumIXKgB7Se\nCri3EEmfsOZh3jlfJYA1efyAGCFIefO5XAJjYpNth24/K74kPYhmodV2eXVbHu1H\nhVvYcS3uR1GfAgIFFJN/NuHKVCAXhc7qXSuK0P1R/z/yiGoNhc+jgnzOtV7VCfdo\nrqdmuJCk0Y7yeEuQSxTF1N4WGn6iZp6cmEsiTrWnSNc9blQ3E2AVxz9czSptK0uA\n8x2rO/xUO2gWtBTo0ltPVdbMGMLWnfVQr84p3Ga9+qRFMm8IH0evalK4oifjcFHb\nSkHDcC9uiIInZEdC3wgCcLqp2+npyWr4NfVEhOyUlBYHbOLKfo8Z4WA7F4ZeZ3qe\nDqPVVEzevxXOBiOVL/ifm4G7iYsFEmiSSv2tPYzNM9toxJ3Pqi6Tx9acoXlHT+E8\nm4N3vE5+LSCEbWbFIiPhFaWbiw6I5bqmCkrcEeQcuWINJx/f0fOmUBhWrMyucsOr\nsRsv0EEg0glCDwmdEsL3hmmNmfaCSXuGvHNDiRdWu2Cr/MpcXWunTyEm11XCC2wj\nps+Z9LkCAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDYyghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPPjAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQBc\nvthJJyxJQCTQ/Ab/KRTzaneCZt/J/718+H36So8/iqtcx6EDFSCzfopWYUz2IGYN\nnjpyTRkVSAmtfUKydsHKHwjj52dSSPImJr2mB6okZ36Sa/VmXIpdYxjr48Ok9Cr4\n0mVHY7pkowTxxtwckfK3HRvb3gxSfPwUSAC9ZAejhS+MTN7WnOIaVxXst8//PSDK\nqcjHtW6Hn4Tx7IHo4fLoStA2vtSRAmZn9WEKEU1JY2jydQP2rYyS5zrzH0syCcAs\n6w61kGcVQ4qfg3/NuZZsLSHAfIolIMH8XVKZH079BDG81Fm45ha9Du0s9SNxVfOG\n69x600IU5CGxeMSvJnu4JzanFnDaDnvjfGGs+MfUyVHozkVHgYXS1cgfCQpwMzjc\nNvcMaw1gJsaQ0ujRIHcazhKUYG0eXOsGhMnNRjdFXcIYdQsKlDPicPl5FnRqOln7\nD3p2leIYT24TqxoxeFbINMb6sc1z5Yoj0ZJ35nSvd4EswNJczul+9lpVY/rSpeB2\nnv25km2YNuxafkkG0eMrZcaFp59kHORbqxVNECGxJ5jlXNLSUghy5HH/IamCnXzU\npieAnGhBZCybatBEguczDp/ZLpvehgEF82cbzHwYJWJ11+vTX/LLqyWMO+jBHMSK\nHc3Fph3pQTb7yb06GI5OMcMykLMPZVYgznLzowx14Q==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKQIBAAKCAgEAw6QVZ7edv80BuRYphnlwo8rbFDgoL/SNQETsnMz39BEL0lMU\naqKclfA5sfhxvAv6OVkUHOfa3LmqUAL6vzSgUGVbjbYx8IOW4JRF/cqJX3cqo/Ri\nEtbcZAFEhBY8jgGwpR8alUo2+MarJ4qSSzjp893/HCumIXKgB7SeCri3EEmfsOZh\n3jlfJYA1efyAGCFIefO5XAJjYpNth24/K74kPYhmodV2eXVbHu1HhVvYcS3uR1Gf\nAgIFFJN/NuHKVCAXhc7qXSuK0P1R/z/yiGoNhc+jgnzOtV7VCfdorqdmuJCk0Y7y\neEuQSxTF1N4WGn6iZp6cmEsiTrWnSNc9blQ3E2AVxz9czSptK0uA8x2rO/xUO2gW\ntBTo0ltPVdbMGMLWnfVQr84p3Ga9+qRFMm8IH0evalK4oifjcFHbSkHDcC9uiIIn\nZEdC3wgCcLqp2+npyWr4NfVEhOyUlBYHbOLKfo8Z4WA7F4ZeZ3qeDqPVVEzevxXO\nBiOVL/ifm4G7iYsFEmiSSv2tPYzNM9toxJ3Pqi6Tx9acoXlHT+E8m4N3vE5+LSCE\nbWbFIiPhFaWbiw6I5bqmCkrcEeQcuWINJx/f0fOmUBhWrMyucsOrsRsv0EEg0glC\nDwmdEsL3hmmNmfaCSXuGvHNDiRdWu2Cr/MpcXWunTyEm11XCC2wjps+Z9LkCAwEA\nAQKCAgBJrwPs00gTk/fBKOqs3hIhbmaCv//Kx/VnLk5bZAtDHiRwq5+15dbJ1fc0\n41iatXwhmz4rANv6Y+cUSXr9BqoWfYY04lj+t+DcZpvR0TVaAjzKEWHarJfHBn8y\nrFlUNqi8F/HgJlp76f9OXi9pK19Z3NOXXY0tbcl9/XXEnfs8pC4D51EW7E68hgQe\nFI5+CBMO809tquyZlOMcrdYW+H8XucbFzurXJe8Sv9U/Ee97+QuUStZzYCVfsYmp\nNvMIKioR2HOGcb7PpYj7dK8415CORDzWCYGk57mfDlKb7SqP+tJIpukFi5gl3wX/\nfUGf6u/pbHWYGjwqntoJYh+d7RPsi2aKg95qNqYtHNHyIgZ5iZgZv+8subISiW6d\n9YWqnDia/xfzuq6Ao95ZMeuRAkBkXq5zcjs1uymB2Q2fcrLNjKx2s3IPozlgJE6l\nxhnOkTB32XoLhA9OGLOpW4qUVsbe5bM1z3adrlqsA9EiS1RhU8sBbY37Ce9ykkmQ\nEd4SBVva6JO45KwtlwmzOCq+5i3wFGKbwS5jVh73cjnWENXFiy/cS0gYobO1p5bV\n7fDmBfo/bKDc7uLACUza7QKd0qk7b02ijWY6fs60yl+pIjDRvEF1qPiWL3FX5U4R\nOPG+Nd1KcSoRrcwTDpdIBI/CxkJ18+wxrh6ST2aEcNftEb9uDQKCAQEA/H8iLFG3\nAQ/Axn6Fn0p2VZh0o6z76x4A56LeEXUFHkj7ySZy2ceFRj5vwqgo/PPvSVIFBNeU\nOsY7WFYdWVPCu+DymvAOME/otlZn12RlagW4b3tf/a7ytGV5TwQNeXtMd/y/NggK\nJ5wMObq4XpPqj6bhtso+cxXAKYNpuCV/i8J0jg8NU1lu9ZniO9ymm8LMZvgh6yZy\n2K4RtNO0DSIafliV3k1ixtIzhdALGuyqWrjBXZzfH3FIqGOz2SYpA5hAq7oneZzB\nH0pFYoNfKIvZdd8pJWByDUelaPDJjK59nJDOrF1044k6E70NgT4bJvvORg72bnVm\nXGxGK+GTmbiDcwKCAQEAxlr/x4TI9zxAHvFd98KHMX9pIgRCKFT8KrgJ1NbM7lV9\ngIGz8L3IWVA/bP+mY6M268frkRRndam1regyiU5fPsheDbURumIZeKvLmunlcZPs\n3o1eOhk/CjWopa4G2w/ZkEMmblCpUQYOz3QKBlW+qMXD9IQPIRijs1Am7IwIHYvb\ngfmTL0oWDve4slnrHaPiGe4PBt9AI7jz++uHweHcgYF/iZvCmMSxNGLbTUPK0d3r\n7u3K2huXC4cHUfAkW5OJrvZ1hkBzWL9Q3rh/5ShzUuyX7aNp5TMiq4lR6WFC4A1V\nnL1y1TA2p6SavSymx5eRRN/CKaQxQxaxUC9YUbkUIwKCAQBcqX9uClMBxbk2XypE\nifwhb4CmrI4K/AjS+TdL6skFEz2r1Tti5tDnNXSoWDQqmI7hNoN3AnJ4m1UeFwRQ\nSuf1MRl3eM+MNVcuy0jyh/qbzRuhdgKFQ9X4FCFPuSoEwhYPFqdJeevYG3F1IiwV\nMW1saI7/GPuQGpRZ58s9dC15qdRCag223+RTp7SZyWEvWm7O/xLbjFGraT5AQU0b\nYL+eTH47heTRGEUmP3JD4ESoZJM5+p77mARVH7nZ4CI/GnnpS7i+7aMGC6io/ZNH\newNEObCM8fcJHpj6iRs+UK7ybUYbhXSnKC4zHjc9jgBC7zgFB+qyIM1+75FU+0TC\nri83AoIBAQDDtpYZrxL7nx9FaLJm/DGYzTZWsgz07qXBIMXSk/6wSvoCCfgZ2agN\nN/jc+4KZXTmbey8bfx52InV4mlsCz6l6sQjcTYSoepLXVesXdyFE58gX7zTB7pcc\n48T7dLKfAwyQIzGQN1ZY87k5SC18Aq6UqE2ovYSQC1e6XaOKUsDPJmf33uEzD86k\nBhjfIYmzPTiijRmWlkEa/ir+rm7NBqYjwjqs9FsVkT2nisMHgZRlbqqUnVxByGdI\noHrAhknZccGwOM3NIVqufla06yaGXVssvvVJLKwX0lSrHFsOA0GRAJcwiFz9rQzA\nbNGhRqVo2kwjwQQ7Qh65K3LYw15JhGwxAoIBAQDeE+J8/rKlGKL08W6kcz663LV1\nk+qhcTYeIwE3yyuxF8+GsmlO5XKGh9sJJDc6cbUO+XzISzHiirBKtfxSAEVFsddl\nwNcs5R9sbfugSl9DIAI8cndYbJlHlx/AByRDzi2cusM3ejk2PSbZdit/OTsw5eSR\nm8p01IHcWLoDgrfscJT/4WjKXazqX2z5plwInyZCWaaj6yknPkHxS5gHlXKMxp/n\nj0hy+pmpxiVgLITt8762dj+Hl4FRk38Sa7zWcRO60N5BvduInbjigyp5ThagAFBr\nFOCbPM0en2sbPHvbHzzXGYUIKMG1kZzlx4ufnx767dqd0JDs+GS2dOgUGQHC\n-----END RSA PRIVATE KEY-----\n"} 2024-09-11T01:11:36.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:36 smithi062 ceph-mon[29683]: [11/Sep/2024:01:11:34] ENGINE Serving on https://172.21.15.62:7150 2024-09-11T01:11:36.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:36 smithi062 ceph-mon[29683]: [11/Sep/2024:01:11:34] ENGINE Error in HTTPServer.serve 2024-09-11T01:11:36.587 INFO:journalctl@ceph.mon.a.smithi062.stdout: Traceback (most recent call last): 2024-09-11T01:11:36.587 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-11T01:11:36.587 INFO:journalctl@ceph.mon.a.smithi062.stdout: self._connections.run(self.expiration_interval) 2024-09-11T01:11:36.587 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-11T01:11:36.587 INFO:journalctl@ceph.mon.a.smithi062.stdout: self._run(expiration_interval) 2024-09-11T01:11:36.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-11T01:11:36.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-11T01:11:36.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-11T01:11:36.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-11T01:11:36.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-11T01:11:36.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: s = self.context.wrap_socket( 2024-09-11T01:11:36.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-11T01:11:36.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: return self.sslsocket_class._create( 2024-09-11T01:11:36.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-11T01:11:36.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: self.do_handshake() 2024-09-11T01:11:36.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-11T01:11:36.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: self._sslobj.do_handshake() 2024-09-11T01:11:36.588 INFO:journalctl@ceph.mon.a.smithi062.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-11T01:11:36.589 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:36 smithi062 ceph-mon[29683]: [11/Sep/2024:01:11:34] ENGINE Serving on http://172.21.15.62:8765 2024-09-11T01:11:36.589 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:36 smithi062 ceph-mon[29683]: [11/Sep/2024:01:11:34] ENGINE Bus STARTED 2024-09-11T01:11:36.589 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:36 smithi062 ceph-mon[29683]: from='client.14160 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:11:36.589 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:36 smithi062 ceph-mon[29683]: mgrmap e12: a(active, since 2s) 2024-09-11T01:11:36.589 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:36 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:36.589 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:36 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"} : dispatch 2024-09-11T01:11:36.589 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:36 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:36.589 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:36 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi062", "caps": []} : dispatch 2024-09-11T01:11:37.533 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-11T01:11:38.164 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:37 smithi062 ceph-mon[29683]: Deploying daemon agent.smithi062 on smithi062 2024-09-11T01:11:38.165 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:37 smithi062 ceph-mon[29683]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:11:38.165 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:37 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:38.680 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-11T01:11:38.681 INFO:teuthology.orchestra.run.smithi062.stdout:Creating initial admin user... 2024-09-11T01:11:39.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:39 smithi062 ceph-mon[29683]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:11:39.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:39 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:40.185 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:40 smithi062 ceph-mon[29683]: mgrmap e13: a(active, since 6s) 2024-09-11T01:11:40.185 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:40 smithi062 ceph-mon[29683]: 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-09-11T01:11:40.185 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:40 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:40.187 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$aD20Yrh2MAe5ZZnw/Uja3uq1c3HnFN7IhkIG/sRWiZFQ3F.JcJ4Ya", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726017099, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-11T01:11:40.187 INFO:teuthology.orchestra.run.smithi062.stdout:Fetching dashboard port number... 2024-09-11T01:11:41.416 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:41 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/478228191' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-11T01:11:41.418 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stdout 8443 2024-09-11T01:11:41.428 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-11T01:11:41.428 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout disabled 2024-09-11T01:11:41.436 INFO:teuthology.orchestra.run.smithi062.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-11T01:11:41.436 INFO:teuthology.orchestra.run.smithi062.stdout:systemctl: stdout inactive 2024-09-11T01:11:41.436 INFO:teuthology.orchestra.run.smithi062.stdout:firewalld.service is not enabled 2024-09-11T01:11:41.436 INFO:teuthology.orchestra.run.smithi062.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-11T01:11:41.438 INFO:teuthology.orchestra.run.smithi062.stdout:Ceph Dashboard is now available at: 2024-09-11T01:11:41.438 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:11:41.438 INFO:teuthology.orchestra.run.smithi062.stdout: URL: https://smithi062.front.sepia.ceph.com:8443/ 2024-09-11T01:11:41.438 INFO:teuthology.orchestra.run.smithi062.stdout: User: admin 2024-09-11T01:11:41.438 INFO:teuthology.orchestra.run.smithi062.stdout: Password: awgykzzu88 2024-09-11T01:11:41.438 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:11:41.439 INFO:teuthology.orchestra.run.smithi062.stdout:Saving cluster configuration to /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/config directory 2024-09-11T01:11:42.708 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-11T01:11:42.708 INFO:teuthology.orchestra.run.smithi062.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-11T01:11:42.708 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:11:42.708 INFO:teuthology.orchestra.run.smithi062.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-11T01:11:42.708 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:11:42.708 INFO:teuthology.orchestra.run.smithi062.stdout:Or, if you are only running a single cluster on this host: 2024-09-11T01:11:42.709 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:11:42.709 INFO:teuthology.orchestra.run.smithi062.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-11T01:11:42.709 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:11:42.709 INFO:teuthology.orchestra.run.smithi062.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-11T01:11:42.709 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:11:42.709 INFO:teuthology.orchestra.run.smithi062.stdout: ceph telemetry on 2024-09-11T01:11:42.709 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:11:42.709 INFO:teuthology.orchestra.run.smithi062.stdout:For more information see: 2024-09-11T01:11:42.709 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:11:42.709 INFO:teuthology.orchestra.run.smithi062.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-11T01:11:42.709 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:11:42.709 INFO:teuthology.orchestra.run.smithi062.stdout:Bootstrap complete. 2024-09-11T01:11:42.749 INFO:tasks.cephadm:Fetching config... 2024-09-11T01:11:42.750 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-11T01:11:42.750 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-11T01:11:42.767 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-11T01:11:42.767 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-11T01:11:42.767 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-11T01:11:42.824 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-11T01:11:42.824 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-11T01:11:42.824 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-11T01:11:43.040 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-11T01:11:43.040 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-11T01:11:43.041 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-11T01:11:43.099 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-11T01:11:43.099 DEBUG:teuthology.orchestra.run.smithi062:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkN1CzEG/BUeeN1u9vKoxSgnM/gEBma2vZSXCQqTEXkJEqRY5anFu5Zi+T40mz+RJ30EL4Ql6BHRANGpQAakkZv0N9HV66zvlta2d+C7UdExzWdU1iTw/bQaWDVvdHQriJNoUPSD133+jiwRH7SMH+GCAp4Zj0SJqJb81VP1pIRlQBu7uE0p+jfcNza9d8tyXZLgbqTJVS8Grq3dd/usnpyNad13UWEW765DpmB/QvxwdEq0Ut93P53/NpaM490P7m0zrr3BJgXVblQb9rTKkQdZ5piIZvfX6QEQBHm+jfakx3KCMiaqUWJ+WE7jO2Dz5HbI093HF7yTIgViv7eKGLcgHz+4QQ8+Dc9A5kF6oBHVNx5dQv84omtsA7XOfrn3wSJYFHW6BbmZgafV0OB6Mh+rpbMCH/n0JFtw/VGas1yasquaZgaPWQtkP98y0MifOBXcjTNu1oYtyn3Wh7h5FVKRDPOPAP3KNTFeQLx/CEN8mMh7KTCNFJgjwNzJEs6Ck= ceph-8f23a486-6fda-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T01:11:43.249 INFO:teuthology.orchestra.run.smithi062.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkN1CzEG/BUeeN1u9vKoxSgnM/gEBma2vZSXCQqTEXkJEqRY5anFu5Zi+T40mz+RJ30EL4Ql6BHRANGpQAakkZv0N9HV66zvlta2d+C7UdExzWdU1iTw/bQaWDVvdHQriJNoUPSD133+jiwRH7SMH+GCAp4Zj0SJqJb81VP1pIRlQBu7uE0p+jfcNza9d8tyXZLgbqTJVS8Grq3dd/usnpyNad13UWEW765DpmB/QvxwdEq0Ut93P53/NpaM490P7m0zrr3BJgXVblQb9rTKkQdZ5piIZvfX6QEQBHm+jfakx3KCMiaqUWJ+WE7jO2Dz5HbI093HF7yTIgViv7eKGLcgHz+4QQ8+Dc9A5kF6oBHVNx5dQv84omtsA7XOfrn3wSJYFHW6BbmZgafV0OB6Mh+rpbMCH/n0JFtw/VGas1yasquaZgaPWQtkP98y0MifOBXcjTNu1oYtyn3Wh7h5FVKRDPOPAP3KNTFeQLx/CEN8mMh7KTCNFJgjwNzJEs6Ck= ceph-8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:11:43.261 DEBUG:teuthology.orchestra.run.smithi150:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkN1CzEG/BUeeN1u9vKoxSgnM/gEBma2vZSXCQqTEXkJEqRY5anFu5Zi+T40mz+RJ30EL4Ql6BHRANGpQAakkZv0N9HV66zvlta2d+C7UdExzWdU1iTw/bQaWDVvdHQriJNoUPSD133+jiwRH7SMH+GCAp4Zj0SJqJb81VP1pIRlQBu7uE0p+jfcNza9d8tyXZLgbqTJVS8Grq3dd/usnpyNad13UWEW765DpmB/QvxwdEq0Ut93P53/NpaM490P7m0zrr3BJgXVblQb9rTKkQdZ5piIZvfX6QEQBHm+jfakx3KCMiaqUWJ+WE7jO2Dz5HbI093HF7yTIgViv7eKGLcgHz+4QQ8+Dc9A5kF6oBHVNx5dQv84omtsA7XOfrn3wSJYFHW6BbmZgafV0OB6Mh+rpbMCH/n0JFtw/VGas1yasquaZgaPWQtkP98y0MifOBXcjTNu1oYtyn3Wh7h5FVKRDPOPAP3KNTFeQLx/CEN8mMh7KTCNFJgjwNzJEs6Ck= ceph-8f23a486-6fda-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-11T01:11:43.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:43 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/1308149649' entity='client.admin' 2024-09-11T01:11:43.369 INFO:teuthology.orchestra.run.smithi150.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkN1CzEG/BUeeN1u9vKoxSgnM/gEBma2vZSXCQqTEXkJEqRY5anFu5Zi+T40mz+RJ30EL4Ql6BHRANGpQAakkZv0N9HV66zvlta2d+C7UdExzWdU1iTw/bQaWDVvdHQriJNoUPSD133+jiwRH7SMH+GCAp4Zj0SJqJb81VP1pIRlQBu7uE0p+jfcNza9d8tyXZLgbqTJVS8Grq3dd/usnpyNad13UWEW765DpmB/QvxwdEq0Ut93P53/NpaM490P7m0zrr3BJgXVblQb9rTKkQdZ5piIZvfX6QEQBHm+jfakx3KCMiaqUWJ+WE7jO2Dz5HbI093HF7yTIgViv7eKGLcgHz+4QQ8+Dc9A5kF6oBHVNx5dQv84omtsA7XOfrn3wSJYFHW6BbmZgafV0OB6Mh+rpbMCH/n0JFtw/VGas1yasquaZgaPWQtkP98y0MifOBXcjTNu1oYtyn3Wh7h5FVKRDPOPAP3KNTFeQLx/CEN8mMh7KTCNFJgjwNzJEs6Ck= ceph-8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:11:43.382 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-11T01:11:43.831 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:11:44.391 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:44.391 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:44.391 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:44.391 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:44.391 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:11:44.391 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:44.391 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:44.391 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:44.391 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:44.391 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:44.391 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:11:44.391 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:44.392 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:45.684 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:45 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/2168684095' entity='client.admin' 2024-09-11T01:11:45.684 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:11:45.684 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:46.365 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-11T01:11:46.365 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-11T01:11:47.223 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:11:48.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:48 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:48.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:48 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:48.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:48 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:48.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:48 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:11:48.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:48 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:11:48.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:48 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:11:49.215 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi150 2024-09-11T01:11:49.216 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-09-11T01:11:49.216 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/etc/ceph/ceph.conf 2024-09-11T01:11:49.238 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-09-11T01:11:49.238 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T01:11:49.296 INFO:tasks.cephadm:Adding host smithi150 to orchestrator... 2024-09-11T01:11:49.296 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch host add smithi150 2024-09-11T01:11:49.550 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:11:49.795 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:49 smithi062 ceph-mon[29683]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:11:49.795 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:49 smithi062 ceph-mon[29683]: Updating smithi062:/etc/ceph/ceph.conf 2024-09-11T01:11:49.795 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:49 smithi062 ceph-mon[29683]: Updating smithi062:/var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T01:11:49.795 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:49 smithi062 ceph-mon[29683]: Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2024-09-11T01:11:49.795 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:49 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:49.795 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:49 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:49.795 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:49 smithi062 ceph-mon[29683]: Updating smithi062:/var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T01:11:49.795 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:49 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:49.795 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:49 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:49.795 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:49 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:51.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:50 smithi062 ceph-mon[29683]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi150", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:11:52.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:51 smithi062 ceph-mon[29683]: Deploying cephadm binary to smithi150 2024-09-11T01:11:54.074 INFO:teuthology.orchestra.run.smithi062.stdout:Added host 'smithi150' with addr '172.21.15.150' 2024-09-11T01:11:54.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:53 smithi062 ceph-mon[29683]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:11:54.688 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-11T01:11:54.942 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:11:55.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:55 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:55.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:55 smithi062 ceph-mon[29683]: Added host smithi150 2024-09-11T01:11:55.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:55 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:11:55.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:55 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:55.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:55 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:55.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:55 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:55.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:55 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"} : dispatch 2024-09-11T01:11:55.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:55 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:11:55.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:55 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:11:55.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:55 smithi062 ceph-mon[29683]: Updating smithi150:/etc/ceph/ceph.conf 2024-09-11T01:11:55.624 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:11:55.624 INFO:teuthology.orchestra.run.smithi062.stdout:[{"addr": "172.21.15.62", "hostname": "smithi062", "labels": [], "status": ""}, {"addr": "172.21.15.150", "hostname": "smithi150", "labels": [], "status": ""}] 2024-09-11T01:11:56.201 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-11T01:11:56.201 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-11T01:11:56.450 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:11:56.819 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:56 smithi062 ceph-mon[29683]: Updating smithi150:/var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T01:11:56.819 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:56 smithi062 ceph-mon[29683]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:11:56.819 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:56 smithi062 ceph-mon[29683]: Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2024-09-11T01:11:56.819 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:56 smithi062 ceph-mon[29683]: Updating smithi150:/var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-11T01:11:56.819 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:56 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:56.819 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:56 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:56.819 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:56 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []} : dispatch 2024-09-11T01:11:56.820 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:56 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]': finished 2024-09-11T01:11:56.820 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:56 smithi062 ceph-mon[29683]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:11:57.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:57 smithi062 ceph-mon[29683]: Deploying daemon agent.smithi150 on smithi150 2024-09-11T01:11:57.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:57 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:57.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:57 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:57.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:57 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:57.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:57 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/1013787054' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-11T01:11:57.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:57 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:11:57.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:57 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:11:57.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:57 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:11:57.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:57 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:57.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:57 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:11:57.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:57 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:11:57.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:57 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:11:57.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:57 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:57.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:57 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:58.057 INFO:teuthology.orchestra.run.smithi062.stderr:adjusted tunables profile to default 2024-09-11T01:11:58.789 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:58 smithi062 ceph-mon[29683]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:11:58.789 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:58 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:58.789 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:58 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:58.789 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:58 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/1013787054' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-11T01:11:58.789 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:58 smithi062 ceph-mon[29683]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T01:11:58.789 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:11:58 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:11:58.817 INFO:tasks.cephadm:Adding mon.a on smithi062 2024-09-11T01:11:58.817 INFO:tasks.cephadm:Adding mon.b on smithi150 2024-09-11T01:11:58.817 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch apply mon '2;smithi062:172.21.15.62=a;smithi150:172.21.15.150=b' 2024-09-11T01:11:59.253 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T01:12:00.457 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled mon update... 2024-09-11T01:12:01.058 DEBUG:teuthology.orchestra.run.smithi150:mon.b> sudo journalctl -f -n 0 -u ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.b.service 2024-09-11T01:12:01.061 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T01:12:01.061 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T01:12:01.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:00 smithi062 ceph-mon[29683]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:01.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:00 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:01.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:00 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:01.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:00 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:01.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:00 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:01.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:00 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:01.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:00 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:01.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:00 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:01.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:00 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:12:01.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:00 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:02.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:01 smithi062 ceph-mon[29683]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi062:172.21.15.62=a;smithi150:172.21.15.150=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:12:02.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:01 smithi062 ceph-mon[29683]: Saving service mon spec with placement smithi062:172.21.15.62=a;smithi150:172.21.15.150=b;count:2 2024-09-11T01:12:02.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:01 smithi062 ceph-mon[29683]: Deploying daemon mon.b on smithi150 2024-09-11T01:12:03.049 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.b/config 2024-09-11T01:12:03.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:02 smithi062 ceph-mon[29683]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:03.985 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:12:03.985 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":1,"fsid":"8f23a486-6fda-11ef-bcea-c7b262605968","modified":"2024-09-11T01:10:36.793948Z","created":"2024-09-11T01:10:36.793948Z","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.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-11T01:12:03.985 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 1 2024-09-11T01:12:04.727 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 podman[31513]: 2024-09-11 01:12:04.574359162 +0000 UTC m=+0.016030951 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T01:12:04.727 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 podman[31513]: 2024-09-11 01:12:04.725491344 +0000 UTC m=+0.167163132 container create 7aa370512b7a9533c18fc119465bbdc0c41f7d5fff749ca2e723015a1fb84d92 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-11T01:12:04.900 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:04 smithi062 ceph-mon[29683]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:04.900 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:04 smithi062 ceph-mon[29683]: from='client.? 172.21.15.150:0/20709272' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-11T01:12:04.900 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:04 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:04.900 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:04 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:04.900 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:04 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:04.978 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 podman[31513]: 2024-09-11 01:12:04.919410465 +0000 UTC m=+0.361082267 container init 7aa370512b7a9533c18fc119465bbdc0c41f7d5fff749ca2e723015a1fb84d92 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-11T01:12:04.979 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 podman[31513]: 2024-09-11 01:12:04.923877632 +0000 UTC m=+0.365549422 container start 7aa370512b7a9533c18fc119465bbdc0c41f7d5fff749ca2e723015a1fb84d92 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-11T01:12:04.979 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T01:12:04.979 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev), process ceph-mon, pid 7 2024-09-11T01:12:04.979 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: pidfile_write: ignore empty --pid-file 2024-09-11T01:12:04.979 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: load: jerasure load: lrc 2024-09-11T01:12:04.979 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: RocksDB version: 7.9.2 2024-09-11T01:12:04.979 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Git sha 0 2024-09-11T01:12:04.979 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Compile date 2024-09-10 08:02:51 2024-09-11T01:12:04.979 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: DB SUMMARY 2024-09-11T01:12:04.980 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: DB Session ID: KX1SQ4ZY4H2I0SXG4IZA 2024-09-11T01:12:04.980 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: CURRENT file: CURRENT 2024-09-11T01:12:04.980 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T01:12:04.980 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-11T01:12:04.980 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-11T01:12:04.980 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-09-11T01:12:04.980 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.error_if_exists: 0 2024-09-11T01:12:04.980 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.create_if_missing: 0 2024-09-11T01:12:04.980 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.paranoid_checks: 1 2024-09-11T01:12:04.980 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-11T01:12:04.980 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T01:12:04.980 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-11T01:12:04.981 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.env: 0x56406abcd180 2024-09-11T01:12:04.981 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.fs: PosixFileSystem 2024-09-11T01:12:04.981 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.info_log: 0x56406c9c3700 2024-09-11T01:12:04.981 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T01:12:04.982 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.statistics: (nil) 2024-09-11T01:12:04.983 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.use_fsync: 0 2024-09-11T01:12:04.983 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_log_file_size: 0 2024-09-11T01:12:04.983 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T01:12:04.983 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T01:12:04.983 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T01:12:04.983 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T01:12:04.983 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.allow_fallocate: 1 2024-09-11T01:12:04.983 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T01:12:04.983 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T01:12:04.983 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.use_direct_reads: 0 2024-09-11T01:12:04.983 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T01:12:04.984 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T01:12:04.984 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.db_log_dir: 2024-09-11T01:12:04.984 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.wal_dir: 2024-09-11T01:12:04.984 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T01:12:04.984 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T01:12:04.984 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T01:12:04.984 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T01:12:04.984 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T01:12:04.984 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T01:12:04.984 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T01:12:04.984 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T01:12:04.985 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.write_buffer_manager: 0x56406c9c7b80 2024-09-11T01:12:04.985 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T01:12:04.985 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T01:12:04.985 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T01:12:04.985 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T01:12:04.985 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T01:12:04.985 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T01:12:04.985 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T01:12:04.985 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T01:12:04.985 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.unordered_write: 0 2024-09-11T01:12:04.985 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T01:12:04.985 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T01:12:04.986 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T01:12:04.986 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T01:12:04.986 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.row_cache: None 2024-09-11T01:12:04.986 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.wal_filter: None 2024-09-11T01:12:04.986 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T01:12:04.986 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T01:12:04.986 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.two_write_queues: 0 2024-09-11T01:12:04.986 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T01:12:04.986 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.wal_compression: 0 2024-09-11T01:12:04.986 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.atomic_flush: 0 2024-09-11T01:12:04.986 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T01:12:04.986 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T01:12:04.987 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T01:12:04.987 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.log_readahead_size: 0 2024-09-11T01:12:04.987 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T01:12:04.987 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T01:12:04.987 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T01:12:04.987 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T01:12:04.987 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T01:12:04.987 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T01:12:04.987 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-11T01:12:04.987 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_background_jobs: 2 2024-09-11T01:12:04.987 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_background_compactions: -1 2024-09-11T01:12:04.987 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_subcompactions: 1 2024-09-11T01:12:04.987 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T01:12:04.988 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T01:12:04.988 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T01:12:04.988 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T01:12:04.988 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T01:12:04.988 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T01:12:04.988 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T01:12:04.988 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T01:12:04.988 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_open_files: -1 2024-09-11T01:12:04.988 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T01:12:04.988 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T01:12:04.988 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T01:12:04.988 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T01:12:04.988 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_background_flushes: -1 2024-09-11T01:12:04.989 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Compression algorithms supported: 2024-09-11T01:12:04.989 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: kZSTD supported: 0 2024-09-11T01:12:04.989 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: kXpressCompression supported: 0 2024-09-11T01:12:04.989 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: kBZip2Compression supported: 0 2024-09-11T01:12:04.989 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T01:12:04.989 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: kLZ4Compression supported: 1 2024-09-11T01:12:04.989 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: kZlibCompression supported: 1 2024-09-11T01:12:04.989 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T01:12:04.989 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: kSnappyCompression supported: 1 2024-09-11T01:12:04.989 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T01:12:04.989 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-11T01:12:04.989 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-11T01:12:04.989 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-11T01:12:04.990 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T01:12:04.990 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.merge_operator: 2024-09-11T01:12:04.990 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compaction_filter: None 2024-09-11T01:12:04.990 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T01:12:04.990 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T01:12:04.990 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T01:12:04.990 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T01:12:04.990 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56406c9c3320) 2024-09-11T01:12:04.990 INFO:journalctl@ceph.mon.b.smithi150.stdout: cache_index_and_filter_blocks: 1 2024-09-11T01:12:04.990 INFO:journalctl@ceph.mon.b.smithi150.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T01:12:04.990 INFO:journalctl@ceph.mon.b.smithi150.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T01:12:04.990 INFO:journalctl@ceph.mon.b.smithi150.stdout: pin_top_level_index_and_filter: 1 2024-09-11T01:12:04.990 INFO:journalctl@ceph.mon.b.smithi150.stdout: index_type: 0 2024-09-11T01:12:04.990 INFO:journalctl@ceph.mon.b.smithi150.stdout: data_block_index_type: 0 2024-09-11T01:12:04.991 INFO:journalctl@ceph.mon.b.smithi150.stdout: index_shortening: 1 2024-09-11T01:12:04.991 INFO:journalctl@ceph.mon.b.smithi150.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T01:12:04.991 INFO:journalctl@ceph.mon.b.smithi150.stdout: checksum: 4 2024-09-11T01:12:04.991 INFO:journalctl@ceph.mon.b.smithi150.stdout: no_block_cache: 0 2024-09-11T01:12:04.991 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_cache: 0x56406c9b7610 2024-09-11T01:12:04.991 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_cache_name: BinnedLRUCache 2024-09-11T01:12:04.991 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_cache_options: 2024-09-11T01:12:04.991 INFO:journalctl@ceph.mon.b.smithi150.stdout: capacity : 536870912 2024-09-11T01:12:04.991 INFO:journalctl@ceph.mon.b.smithi150.stdout: num_shard_bits : 4 2024-09-11T01:12:04.991 INFO:journalctl@ceph.mon.b.smithi150.stdout: strict_capacity_limit : 0 2024-09-11T01:12:04.991 INFO:journalctl@ceph.mon.b.smithi150.stdout: high_pri_pool_ratio: 0.000 2024-09-11T01:12:04.991 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_cache_compressed: (nil) 2024-09-11T01:12:04.991 INFO:journalctl@ceph.mon.b.smithi150.stdout: persistent_cache: (nil) 2024-09-11T01:12:04.991 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_size: 4096 2024-09-11T01:12:04.992 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_size_deviation: 10 2024-09-11T01:12:04.992 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_restart_interval: 16 2024-09-11T01:12:04.992 INFO:journalctl@ceph.mon.b.smithi150.stdout: index_block_restart_interval: 1 2024-09-11T01:12:04.992 INFO:journalctl@ceph.mon.b.smithi150.stdout: metadata_block_size: 4096 2024-09-11T01:12:04.992 INFO:journalctl@ceph.mon.b.smithi150.stdout: partition_filters: 0 2024-09-11T01:12:04.992 INFO:journalctl@ceph.mon.b.smithi150.stdout: use_delta_encoding: 1 2024-09-11T01:12:04.992 INFO:journalctl@ceph.mon.b.smithi150.stdout: filter_policy: bloomfilter 2024-09-11T01:12:04.992 INFO:journalctl@ceph.mon.b.smithi150.stdout: whole_key_filtering: 1 2024-09-11T01:12:04.992 INFO:journalctl@ceph.mon.b.smithi150.stdout: verify_compression: 0 2024-09-11T01:12:04.992 INFO:journalctl@ceph.mon.b.smithi150.stdout: read_amp_bytes_per_bit: 0 2024-09-11T01:12:04.992 INFO:journalctl@ceph.mon.b.smithi150.stdout: format_version: 5 2024-09-11T01:12:04.992 INFO:journalctl@ceph.mon.b.smithi150.stdout: enable_index_compression: 1 2024-09-11T01:12:04.992 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_align: 0 2024-09-11T01:12:04.993 INFO:journalctl@ceph.mon.b.smithi150.stdout: max_auto_readahead_size: 262144 2024-09-11T01:12:04.993 INFO:journalctl@ceph.mon.b.smithi150.stdout: prepopulate_block_cache: 0 2024-09-11T01:12:04.993 INFO:journalctl@ceph.mon.b.smithi150.stdout: initial_auto_readahead_size: 8192 2024-09-11T01:12:04.993 INFO:journalctl@ceph.mon.b.smithi150.stdout: num_file_reads_for_auto_readahead: 2 2024-09-11T01:12:04.993 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T01:12:04.993 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T01:12:04.993 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compression: NoCompression 2024-09-11T01:12:04.993 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T01:12:04.993 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T01:12:04.993 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T01:12:04.993 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.num_levels: 7 2024-09-11T01:12:04.993 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T01:12:04.993 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T01:12:04.993 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T01:12:04.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T01:12:04.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T01:12:04.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T01:12:04.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T01:12:04.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T01:12:04.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T01:12:04.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T01:12:04.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-11T01:12:04.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-11T01:12:04.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T01:12:04.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T01:12:04.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T01:12:04.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T01:12:04.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T01:12:04.995 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-11T01:12:04.995 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T01:12:04.995 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T01:12:04.995 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-11T01:12:04.995 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T01:12:04.995 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T01:12:04.995 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T01:12:04.995 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T01:12:04.995 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T01:12:04.995 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T01:12:04.995 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T01:12:04.995 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T01:12:04.995 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T01:12:04.995 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T01:12:04.995 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T01:12:04.996 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T01:12:04.996 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T01:12:04.996 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T01:12:04.996 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T01:12:04.996 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T01:12:04.996 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T01:12:04.996 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-11T01:12:04.996 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.arena_block_size: 1048576 2024-09-11T01:12:04.996 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T01:12:04.996 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T01:12:04.996 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T01:12:04.996 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T01:12:04.996 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T01:12:04.996 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T01:12:04.997 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T01:12:04.997 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T01:12:04.997 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T01:12:04.997 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T01:12:04.997 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T01:12:04.997 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T01:12:04.997 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T01:12:04.997 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T01:12:04.997 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.inplace_update_support: 0 2024-09-11T01:12:04.997 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T01:12:04.997 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T01:12:04.997 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T01:12:04.998 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T01:12:04.998 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.bloom_locality: 0 2024-09-11T01:12:04.998 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.max_successive_merges: 0 2024-09-11T01:12:04.998 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T01:12:04.998 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T01:12:04.998 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T01:12:04.998 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T01:12:04.998 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.ttl: 2592000 2024-09-11T01:12:04.998 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T01:12:04.999 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-11T01:12:04.999 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-11T01:12:04.999 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.enable_blob_files: false 2024-09-11T01:12:04.999 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.min_blob_size: 0 2024-09-11T01:12:04.999 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T01:12:04.999 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T01:12:04.999 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T01:12:04.999 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T01:12:04.999 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-11T01:12:05.000 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-11T01:12:05.000 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.blob_file_starting_level: 0 2024-09-11T01:12:05.000 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-11T01:12:05.000 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-11T01:12:05.000 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-11T01:12:05.000 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 94009798-9105-4c5c-967f-eb08585a5d08 2024-09-11T01:12:05.000 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017124951305, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-11T01:12:05.000 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-11T01:12:05.000 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017124951724, "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": 1726017124, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "94009798-9105-4c5c-967f-eb08585a5d08", "db_session_id": "KX1SQ4ZY4H2I0SXG4IZA", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-11T01:12:05.000 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017124951823, "job": 1, "event": "recovery_finished"} 2024-09-11T01:12:05.000 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-11T01:12:05.000 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T01:12:05.001 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56406c9e6e00 2024-09-11T01:12:05.001 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: DB pointer 0x56406cae8000 2024-09-11T01:12:05.001 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-11T01:12:05.001 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-11T01:12:05.001 INFO:journalctl@ceph.mon.b.smithi150.stdout: ** DB Stats ** 2024-09-11T01:12:05.001 INFO:journalctl@ceph.mon.b.smithi150.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T01:12:05.001 INFO:journalctl@ceph.mon.b.smithi150.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T01:12:05.001 INFO:journalctl@ceph.mon.b.smithi150.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T01:12:05.001 INFO:journalctl@ceph.mon.b.smithi150.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T01:12:05.001 INFO:journalctl@ceph.mon.b.smithi150.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T01:12:05.001 INFO:journalctl@ceph.mon.b.smithi150.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T01:12:05.001 INFO:journalctl@ceph.mon.b.smithi150.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T01:12:05.001 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:12:05.002 INFO:journalctl@ceph.mon.b.smithi150.stdout: ** Compaction Stats [default] ** 2024-09-11T01:12:05.002 INFO:journalctl@ceph.mon.b.smithi150.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T01:12:05.002 INFO:journalctl@ceph.mon.b.smithi150.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-11T01:12:05.002 INFO:journalctl@ceph.mon.b.smithi150.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 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-11T01:12:05.002 INFO:journalctl@ceph.mon.b.smithi150.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 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-11T01:12:05.002 INFO:journalctl@ceph.mon.b.smithi150.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-11T01:12:05.002 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:12:05.002 INFO:journalctl@ceph.mon.b.smithi150.stdout: ** Compaction Stats [default] ** 2024-09-11T01:12:05.002 INFO:journalctl@ceph.mon.b.smithi150.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T01:12:05.002 INFO:journalctl@ceph.mon.b.smithi150.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T01:12:05.003 INFO:journalctl@ceph.mon.b.smithi150.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-11T01:12:05.003 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:12:05.003 INFO:journalctl@ceph.mon.b.smithi150.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-11T01:12:05.003 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:12:05.003 INFO:journalctl@ceph.mon.b.smithi150.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T01:12:05.003 INFO:journalctl@ceph.mon.b.smithi150.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T01:12:05.003 INFO:journalctl@ceph.mon.b.smithi150.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T01:12:05.003 INFO:journalctl@ceph.mon.b.smithi150.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T01:12:05.003 INFO:journalctl@ceph.mon.b.smithi150.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T01:12:05.003 INFO:journalctl@ceph.mon.b.smithi150.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T01:12:05.003 INFO:journalctl@ceph.mon.b.smithi150.stdout: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T01:12:05.003 INFO:journalctl@ceph.mon.b.smithi150.stdout: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T01:12:05.003 INFO:journalctl@ceph.mon.b.smithi150.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T01:12:05.004 INFO:journalctl@ceph.mon.b.smithi150.stdout: Block cache BinnedLRUCache@0x56406c9b7610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-11T01:12:05.004 INFO:journalctl@ceph.mon.b.smithi150.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-11T01:12:05.004 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:12:05.004 INFO:journalctl@ceph.mon.b.smithi150.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T01:12:05.004 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-11T01:12:05.004 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: using public_addr v2:172.21.15.150:0/0 -> [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] 2024-09-11T01:12:05.004 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: starting mon.b rank -1 at public addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] at bind addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:12:05.004 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: mon.b@-1(???) e0 preinit fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:12:05.004 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: mon.b@-1(synchronizing).mds e1 new map 2024-09-11T01:12:05.004 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: mon.b@-1(synchronizing).mds e1 print_map 2024-09-11T01:12:05.004 INFO:journalctl@ceph.mon.b.smithi150.stdout: e1 2024-09-11T01:12:05.004 INFO:journalctl@ceph.mon.b.smithi150.stdout: btime 2024-09-11T01:10:39:858671+0000 2024-09-11T01:12:05.005 INFO:journalctl@ceph.mon.b.smithi150.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T01:12:05.005 INFO:journalctl@ceph.mon.b.smithi150.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-11T01:12:05.005 INFO:journalctl@ceph.mon.b.smithi150.stdout: legacy client fscid: -1 2024-09-11T01:12:05.005 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:12:05.005 INFO:journalctl@ceph.mon.b.smithi150.stdout: No filesystems configured 2024-09-11T01:12:05.005 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-11T01:12:05.005 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-11T01:12:05.005 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-11T01:12:05.005 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-11T01:12:05.005 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-11T01:12:05.005 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-11T01:12:05.005 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T01:12:05.005 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:12:05.006 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:12:05.006 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:12:05.006 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:05.006 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:05.006 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:05.006 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/1013787054' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-11T01:12:05.006 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T01:12:05.006 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:05.006 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:05.006 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:05.006 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:05.006 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:05.006 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:05.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:05.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:05.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:05.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:12:05.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:05.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi062:172.21.15.62=a;smithi150:172.21.15.150=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:12:05.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: Saving service mon spec with placement smithi062:172.21.15.62=a;smithi150:172.21.15.150=b;count:2 2024-09-11T01:12:05.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: Deploying daemon mon.b on smithi150 2024-09-11T01:12:05.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:05.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:05.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='client.? 172.21.15.150:0/20709272' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-11T01:12:05.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:05.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:05.007 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:05.008 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 ceph-mon[31551]: mon.b@-1(synchronizing).paxosservice(auth 1..5) refresh upgraded, format 0 -> 3 2024-09-11T01:12:05.008 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 bash[31513]: 7aa370512b7a9533c18fc119465bbdc0c41f7d5fff749ca2e723015a1fb84d92 2024-09-11T01:12:05.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:04 smithi150 systemd[1]: Started Ceph mon.b for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:12:05.455 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-11T01:12:05.455 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-11T01:12:05.700 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.b/config 2024-09-11T01:12:10.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:10.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T01:12:10.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:12:10.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: mon.a calling monitor election 2024-09-11T01:12:10.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:12:10.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:10.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:12:10.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: mon.b calling monitor election 2024-09-11T01:12:10.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:12:10.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:10.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:12:10.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:12:10.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-11T01:12:10.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: monmap epoch 2 2024-09-11T01:12:10.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:12:10.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: last_changed 2024-09-11T01:12:04.976304+0000 2024-09-11T01:12:10.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: created 2024-09-11T01:10:36.793948+0000 2024-09-11T01:12:10.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: min_mon_release 19 (squid) 2024-09-11T01:12:10.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: election_strategy: 1 2024-09-11T01:12:10.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-11T01:12:10.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: 1: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.b 2024-09-11T01:12:10.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: fsmap 2024-09-11T01:12:10.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T01:12:10.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: mgrmap e13: a(active, since 37s) 2024-09-11T01:12:10.321 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: overall HEALTH_OK 2024-09-11T01:12:10.321 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:10.321 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:10.321 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:10.321 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:10 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:10.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:10.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T01:12:10.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:12:10.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: mon.a calling monitor election 2024-09-11T01:12:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:12:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:12:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: mon.b calling monitor election 2024-09-11T01:12:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:12:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:12:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:12:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-11T01:12:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: monmap epoch 2 2024-09-11T01:12:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:12:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: last_changed 2024-09-11T01:12:04.976304+0000 2024-09-11T01:12:10.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: created 2024-09-11T01:10:36.793948+0000 2024-09-11T01:12:10.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: min_mon_release 19 (squid) 2024-09-11T01:12:10.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: election_strategy: 1 2024-09-11T01:12:10.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-11T01:12:10.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: 1: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.b 2024-09-11T01:12:10.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: fsmap 2024-09-11T01:12:10.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: osdmap e4: 0 total, 0 up, 0 in 2024-09-11T01:12:10.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: mgrmap e13: a(active, since 37s) 2024-09-11T01:12:10.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: overall HEALTH_OK 2024-09-11T01:12:10.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:10.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:10.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:10.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:10 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:10.751 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:12:10.751 INFO:teuthology.orchestra.run.smithi150.stdout:{"epoch":2,"fsid":"8f23a486-6fda-11ef-bcea-c7b262605968","modified":"2024-09-11T01:12:04.976304Z","created":"2024-09-11T01:10:36.793948Z","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.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-11T01:12:10.751 INFO:teuthology.orchestra.run.smithi150.stderr:dumped monmap epoch 2 2024-09-11T01:12:11.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:11.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:11.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:11.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: Updating smithi062:/etc/ceph/ceph.conf 2024-09-11T01:12:11.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: Updating smithi150:/etc/ceph/ceph.conf 2024-09-11T01:12:11.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: Updating smithi150:/var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T01:12:11.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: Updating smithi062:/var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T01:12:11.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:11.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:11.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:11.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:11.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:11.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T01:12:11.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: Reconfiguring mon.a (unknown last config time)... 2024-09-11T01:12:11.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:12:11.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T01:12:11.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:11.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: Reconfiguring daemon mon.a on smithi062 2024-09-11T01:12:11.315 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: from='client.? 172.21.15.150:0/1630078960' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-11T01:12:11.315 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:11 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:12:11.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:11.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:11.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:11.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: Updating smithi062:/etc/ceph/ceph.conf 2024-09-11T01:12:11.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: Updating smithi150:/etc/ceph/ceph.conf 2024-09-11T01:12:11.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: Updating smithi150:/var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T01:12:11.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: Updating smithi062:/var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-11T01:12:11.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:11.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:11.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:11.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:11.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:11.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T01:12:11.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: Reconfiguring mon.a (unknown last config time)... 2024-09-11T01:12:11.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:12:11.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T01:12:11.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:11.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: Reconfiguring daemon mon.a on smithi062 2024-09-11T01:12:11.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: from='client.? 172.21.15.150:0/1630078960' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-11T01:12:11.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:11 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:12:11.346 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-11T01:12:11.346 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-11T01:12:11.829 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:12:12.790 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:12 smithi150 ceph-mon[31551]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:12.790 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:12 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:12.790 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:12 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:12.790 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:12 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:12:12.790 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:12 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T01:12:12.790 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:12 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:12.793 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:12 smithi062 ceph-mon[29683]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:12.793 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:12 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:12.793 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:12 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:12.793 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:12 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:12:12.793 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:12 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T01:12:12.793 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:12 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:12.981 INFO:teuthology.orchestra.run.smithi062.stdout:# minimal ceph.conf for 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:12:12.981 INFO:teuthology.orchestra.run.smithi062.stdout:[global] 2024-09-11T01:12:12.981 INFO:teuthology.orchestra.run.smithi062.stdout: fsid = 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:12:12.981 INFO:teuthology.orchestra.run.smithi062.stdout: mon_host = [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] 2024-09-11T01:12:13.620 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-11T01:12:13.620 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-11T01:12:13.620 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T01:12:13.648 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-11T01:12:13.648 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T01:12:13.715 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-09-11T01:12:13.715 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.conf 2024-09-11T01:12:13.744 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-09-11T01:12:13.744 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-11T01:12:13.810 INFO:tasks.cephadm:Adding mgr.a on smithi062 2024-09-11T01:12:13.810 INFO:tasks.cephadm:Adding mgr.b on smithi150 2024-09-11T01:12:13.810 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch apply mgr '2;smithi062=a;smithi150=b' 2024-09-11T01:12:13.872 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:13 smithi150 ceph-mon[31551]: Reconfiguring mon.b (monmap changed)... 2024-09-11T01:12:13.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:13 smithi150 ceph-mon[31551]: Reconfiguring daemon mon.b on smithi150 2024-09-11T01:12:13.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:13 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/2589060861' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:13.873 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:13 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:14.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:13 smithi062 ceph-mon[29683]: Reconfiguring mon.b (monmap changed)... 2024-09-11T01:12:14.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:13 smithi062 ceph-mon[29683]: Reconfiguring daemon mon.b on smithi150 2024-09-11T01:12:14.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:13 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/2589060861' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:14.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:13 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:14.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:14 smithi150 ceph-mon[31551]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:14.680 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:14 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:15.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:14 smithi062 ceph-mon[29683]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:15.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:14 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:15.404 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.b/config 2024-09-11T01:12:15.896 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:15 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:15.896 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:15 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:15.896 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:15 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:15.896 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:15 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:15.896 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:15 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:15.896 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:15 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:15.896 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:15 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:15.896 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:15 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:15.897 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:15 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:16.066 INFO:teuthology.orchestra.run.smithi150.stdout:Scheduled mgr update... 2024-09-11T01:12:16.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:15 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:16.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:15 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:16.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:15 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:16.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:15 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:16.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:15 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:16.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:15 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:16.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:15 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:16.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:15 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:16.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:15 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:16.575 DEBUG:teuthology.orchestra.run.smithi150:mgr.b> sudo journalctl -f -n 0 -u ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mgr.b.service 2024-09-11T01:12:16.619 DEBUG:tasks.cephadm:set 0 configs 2024-09-11T01:12:16.619 INFO:tasks.cephadm:Deploying OSDs... 2024-09-11T01:12:16.619 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-09-11T01:12:16.619 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T01:12:16.639 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-11T01:12:16.640 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_1 2024-09-11T01:12:16.698 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T01:12:16.699 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T01:12:16.699 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-09-11T01:12:16.699 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T01:12:16.699 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T01:12:16.699 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-09-11 01:12:06.192106356 +0000 2024-09-11T01:12:16.699 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-09-11 01:07:40.044857225 +0000 2024-09-11T01:12:16.699 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-09-11 01:07:40.044857225 +0000 2024-09-11T01:12:16.699 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: 2024-09-11 01:07:40.044857225 +0000 2024-09-11T01:12:16.699 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T01:12:16.767 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-09-11T01:12:16.767 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-09-11T01:12:16.767 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.00037049 s, 1.4 MB/s 2024-09-11T01:12:16.769 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T01:12:16.828 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_2 2024-09-11T01:12:16.886 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T01:12:16.886 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T01:12:16.886 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-11T01:12:16.886 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T01:12:16.886 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T01:12:16.886 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-09-11 01:12:06.192106356 +0000 2024-09-11T01:12:16.886 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-09-11 01:07:40.045857492 +0000 2024-09-11T01:12:16.886 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-09-11 01:07:40.045857492 +0000 2024-09-11T01:12:16.887 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: 2024-09-11 01:07:40.045857492 +0000 2024-09-11T01:12:16.887 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T01:12:16.914 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:16 smithi150 ceph-mon[31551]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:16.915 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:16 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:16.915 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:16 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:16.915 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:16 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:16.915 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:16 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:16.915 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:16 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:16.915 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:16 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-11T01:12:16.915 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:16 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T01:12:16.915 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:16 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-11T01:12:16.915 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:16 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:16.950 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:16 smithi062 ceph-mon[29683]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:16.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:16 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:16.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:16 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:16.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:16 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:16.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:16 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:16.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:16 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:16.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:16 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-11T01:12:16.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:16 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-11T01:12:16.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:16 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-11T01:12:16.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:16 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:16.953 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-09-11T01:12:16.953 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-09-11T01:12:16.953 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000220322 s, 2.3 MB/s 2024-09-11T01:12:16.955 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T01:12:17.014 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_3 2024-09-11T01:12:17.072 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T01:12:17.072 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T01:12:17.072 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 5h/5d Inode: 974 Links: 1 2024-09-11T01:12:17.072 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T01:12:17.072 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T01:12:17.072 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-09-11 01:12:06.192106356 +0000 2024-09-11T01:12:17.072 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-09-11 01:07:40.044857225 +0000 2024-09-11T01:12:17.072 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-09-11 01:07:40.044857225 +0000 2024-09-11T01:12:17.072 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: 2024-09-11 01:07:40.044857225 +0000 2024-09-11T01:12:17.073 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T01:12:17.138 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-09-11T01:12:17.138 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-09-11T01:12:17.138 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000223547 s, 2.3 MB/s 2024-09-11T01:12:17.139 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T01:12:17.197 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_4 2024-09-11T01:12:17.254 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T01:12:17.254 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T01:12:17.254 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-09-11T01:12:17.254 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T01:12:17.254 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T01:12:17.254 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2024-09-11 01:12:06.193106341 +0000 2024-09-11T01:12:17.254 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2024-09-11 01:07:40.043856959 +0000 2024-09-11T01:12:17.254 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2024-09-11 01:07:40.043856959 +0000 2024-09-11T01:12:17.254 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: 2024-09-11 01:07:40.043856959 +0000 2024-09-11T01:12:17.255 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T01:12:17.319 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2024-09-11T01:12:17.319 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2024-09-11T01:12:17.319 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.0002219 s, 2.3 MB/s 2024-09-11T01:12:17.321 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T01:12:17.378 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-09-11T01:12:17.378 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2024-09-11T01:12:17.395 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-11T01:12:17.395 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_1 2024-09-11T01:12:17.451 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-11T01:12:17.451 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T01:12:17.451 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 974 Links: 1 2024-09-11T01:12:17.452 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T01:12:17.452 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T01:12:17.452 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-09-11 01:12:13.013698628 +0000 2024-09-11T01:12:17.452 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-09-11 01:07:39.947459546 +0000 2024-09-11T01:12:17.452 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-09-11 01:07:39.947459546 +0000 2024-09-11T01:12:17.452 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: 2024-09-11 01:07:39.947459546 +0000 2024-09-11T01:12:17.452 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-11T01:12:17.516 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-09-11T01:12:17.516 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-09-11T01:12:17.517 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000220962 s, 2.3 MB/s 2024-09-11T01:12:17.518 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-11T01:12:17.574 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_2 2024-09-11T01:12:17.630 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-11T01:12:17.630 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T01:12:17.630 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-11T01:12:17.630 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T01:12:17.630 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T01:12:17.630 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-09-11 01:12:13.013698628 +0000 2024-09-11T01:12:17.630 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-09-11 01:07:39.947459546 +0000 2024-09-11T01:12:17.631 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-09-11 01:07:39.947459546 +0000 2024-09-11T01:12:17.631 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: 2024-09-11 01:07:39.947459546 +0000 2024-09-11T01:12:17.631 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-11T01:12:17.694 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-09-11T01:12:17.694 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-09-11T01:12:17.694 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000182688 s, 2.8 MB/s 2024-09-11T01:12:17.695 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-11T01:12:17.751 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_3 2024-09-11T01:12:17.807 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-11T01:12:17.807 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T01:12:17.807 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-11T01:12:17.807 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T01:12:17.807 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T01:12:17.807 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-09-11 01:12:13.014698610 +0000 2024-09-11T01:12:17.807 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-09-11 01:07:39.947459546 +0000 2024-09-11T01:12:17.807 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-09-11 01:07:39.947459546 +0000 2024-09-11T01:12:17.807 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: 2024-09-11 01:07:39.947459546 +0000 2024-09-11T01:12:17.807 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-11T01:12:17.813 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:17 smithi150 ceph-mon[31551]: from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi062=a;smithi150=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:12:17.813 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:17 smithi150 ceph-mon[31551]: Saving service mgr spec with placement smithi062=a;smithi150=b;count:2 2024-09-11T01:12:17.813 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:17 smithi150 ceph-mon[31551]: Deploying daemon mgr.b on smithi150 2024-09-11T01:12:17.836 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-09-11T01:12:17.836 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-09-11T01:12:17.836 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000198215 s, 2.6 MB/s 2024-09-11T01:12:17.837 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-11T01:12:17.893 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_4 2024-09-11T01:12:17.948 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-11T01:12:17.949 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-11T01:12:17.949 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 980 Links: 1 2024-09-11T01:12:17.949 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-11T01:12:17.949 INFO:teuthology.orchestra.run.smithi150.stdout:Context: system_u:object_r:device_t:s0 2024-09-11T01:12:17.949 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-09-11 01:12:13.014698610 +0000 2024-09-11T01:12:17.949 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-09-11 01:07:39.947459546 +0000 2024-09-11T01:12:17.949 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-09-11 01:07:39.947459546 +0000 2024-09-11T01:12:17.949 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: 2024-09-11 01:07:39.947459546 +0000 2024-09-11T01:12:17.949 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-11T01:12:18.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:17 smithi062 ceph-mon[29683]: from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi062=a;smithi150=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:12:18.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:17 smithi062 ceph-mon[29683]: Saving service mgr spec with placement smithi062=a;smithi150=b;count:2 2024-09-11T01:12:18.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:17 smithi062 ceph-mon[29683]: Deploying daemon mgr.b on smithi150 2024-09-11T01:12:18.088 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-09-11T01:12:18.088 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-09-11T01:12:18.088 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000175359 s, 2.9 MB/s 2024-09-11T01:12:18.089 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-11T01:12:18.105 INFO:tasks.cephadm:Deploying osd.0 on smithi062 with /dev/vg_nvme/lv_4... 2024-09-11T01:12:18.105 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-11T01:12:18.367 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:12:18.491 INFO:journalctl@ceph.mgr.b.smithi150.stdout:Sep 11 01:12:18 smithi150 systemd[1]: Starting Ceph mgr.b for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:12:18.770 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:18 smithi150 ceph-mon[31551]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:18.770 INFO:journalctl@ceph.mgr.b.smithi150.stdout:Sep 11 01:12:18 smithi150 podman[33475]: 2024-09-11 01:12:18.489446371 +0000 UTC m=+0.101827417 container create 3e9fa509c77706a0e79359bfab17e27927df96a0a01981a52db5c85b2b0121f4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-b, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T01:12:18.770 INFO:journalctl@ceph.mgr.b.smithi150.stdout:Sep 11 01:12:18 smithi150 podman[33475]: 2024-09-11 01:12:18.403346697 +0000 UTC m=+0.015727759 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T01:12:18.770 INFO:journalctl@ceph.mgr.b.smithi150.stdout:Sep 11 01:12:18 smithi150 podman[33475]: 2024-09-11 01:12:18.70261617 +0000 UTC m=+0.314997217 container init 3e9fa509c77706a0e79359bfab17e27927df96a0a01981a52db5c85b2b0121f4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-b, CEPH_POINT_RELEASE=, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-11T01:12:18.770 INFO:journalctl@ceph.mgr.b.smithi150.stdout:Sep 11 01:12:18 smithi150 podman[33475]: 2024-09-11 01:12:18.707526455 +0000 UTC m=+0.319907503 container start 3e9fa509c77706a0e79359bfab17e27927df96a0a01981a52db5c85b2b0121f4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-b, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-09-11T01:12:18.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:18 smithi062 ceph-mon[29683]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:19.068 INFO:journalctl@ceph.mgr.b.smithi150.stdout:Sep 11 01:12:18 smithi150 bash[33475]: 3e9fa509c77706a0e79359bfab17e27927df96a0a01981a52db5c85b2b0121f4 2024-09-11T01:12:19.068 INFO:journalctl@ceph.mgr.b.smithi150.stdout:Sep 11 01:12:18 smithi150 systemd[1]: Started Ceph mgr.b for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:12:19.913 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:19 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:19.913 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:19 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:19.913 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:19 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:19.913 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:19 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:19.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:19 smithi062 ceph-mon[29683]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:19.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:19 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:19.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:19 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:19.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:19 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:19.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:19 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:19.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:19 smithi062 ceph-mon[29683]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T01:12:19.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:19 smithi062 ceph-mon[29683]: Reconfiguring mgr.a (unknown last config time)... 2024-09-11T01:12:19.915 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:19 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-11T01:12:19.915 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:19 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-11T01:12:19.915 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:19 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:19.915 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:19 smithi062 ceph-mon[29683]: Reconfiguring daemon mgr.a on smithi062 2024-09-11T01:12:20.138 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:19 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:20.138 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:19 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:20.138 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:19 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:20.138 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:19 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:20.138 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:19 smithi150 ceph-mon[31551]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:20.139 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:19 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:20.139 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:19 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:20.139 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:19 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:20.139 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:19 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:20.139 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:19 smithi150 ceph-mon[31551]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T01:12:20.139 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:19 smithi150 ceph-mon[31551]: Reconfiguring mgr.a (unknown last config time)... 2024-09-11T01:12:20.139 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:19 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-11T01:12:20.139 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:19 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-11T01:12:20.139 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:19 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:20.139 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:19 smithi150 ceph-mon[31551]: Reconfiguring daemon mgr.a on smithi062 2024-09-11T01:12:22.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:21 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:22.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:21 smithi150 ceph-mon[31551]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:22.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:21 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:22.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:21 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:22.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:21 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:22.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:21 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:22.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:21 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:22.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:21 smithi150 ceph-mon[31551]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T01:12:22.183 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:21 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:22.184 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:21 smithi062 ceph-mon[29683]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:22.184 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:21 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:22.184 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:21 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:22.184 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:21 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:22.184 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:21 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:22.184 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:21 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:22.184 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:21 smithi062 ceph-mon[29683]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T01:12:22.186 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:12:22.212 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi062:vg_nvme/lv_4 2024-09-11T01:12:22.467 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:12:23.755 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:23.755 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:23.756 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:23.756 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:23.756 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:23.756 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:23.756 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:23.756 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:23.757 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T01:12:23.757 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T01:12:23.757 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:23.757 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:23.813 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:23.813 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:23.813 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:23.813 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:23.813 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:23.814 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:23.814 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:23.814 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:23.814 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T01:12:23.814 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T01:12:23.814 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:23.814 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:24.679 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:24 smithi062 ceph-mon[29683]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:24.679 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:24 smithi062 ceph-mon[29683]: from='client.14200 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:12:24.679 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:24 smithi062 ceph-mon[29683]: Standby manager daemon b started 2024-09-11T01:12:24.679 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:24 smithi062 ceph-mon[29683]: from='mgr.? 172.21.15.150:0/2168450893' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-11T01:12:24.679 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:24 smithi062 ceph-mon[29683]: from='mgr.? 172.21.15.150:0/2168450893' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-11T01:12:24.679 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:24 smithi062 ceph-mon[29683]: from='mgr.? 172.21.15.150:0/2168450893' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-11T01:12:24.679 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:24 smithi062 ceph-mon[29683]: from='mgr.? 172.21.15.150:0/2168450893' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-11T01:12:24.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:24 smithi150 ceph-mon[31551]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:24.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:24 smithi150 ceph-mon[31551]: from='client.14200 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi062:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:12:24.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:24 smithi150 ceph-mon[31551]: Standby manager daemon b started 2024-09-11T01:12:24.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:24 smithi150 ceph-mon[31551]: from='mgr.? 172.21.15.150:0/2168450893' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-11T01:12:24.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:24 smithi150 ceph-mon[31551]: from='mgr.? 172.21.15.150:0/2168450893' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-11T01:12:24.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:24 smithi150 ceph-mon[31551]: from='mgr.? 172.21.15.150:0/2168450893' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-11T01:12:24.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:24 smithi150 ceph-mon[31551]: from='mgr.? 172.21.15.150:0/2168450893' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-11T01:12:25.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:25 smithi062 ceph-mon[29683]: mgrmap e14: a(active, since 51s), standbys: b 2024-09-11T01:12:25.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:25 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-11T01:12:25.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:25 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:25.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:25 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:25.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:25 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:25.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:25 smithi150 ceph-mon[31551]: mgrmap e14: a(active, since 51s), standbys: b 2024-09-11T01:12:25.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:25 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-11T01:12:25.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:25 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:25.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:25 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:25.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:25 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:26.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:26 smithi062 ceph-mon[29683]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:26.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:26 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/469614582' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9450a4e1-7abc-4a20-b8b6-44c74e11cf37"} : dispatch 2024-09-11T01:12:26.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:26 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/469614582' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9450a4e1-7abc-4a20-b8b6-44c74e11cf37"}]': finished 2024-09-11T01:12:26.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:26 smithi062 ceph-mon[29683]: osdmap e5: 1 total, 0 up, 1 in 2024-09-11T01:12:26.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:26 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T01:12:27.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:26 smithi150 ceph-mon[31551]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:27.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:26 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/469614582' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9450a4e1-7abc-4a20-b8b6-44c74e11cf37"} : dispatch 2024-09-11T01:12:27.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:26 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/469614582' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9450a4e1-7abc-4a20-b8b6-44c74e11cf37"}]': finished 2024-09-11T01:12:27.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:26 smithi150 ceph-mon[31551]: osdmap e5: 1 total, 0 up, 1 in 2024-09-11T01:12:27.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:26 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T01:12:28.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:27 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/1245380939' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T01:12:28.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:27 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/1245380939' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T01:12:29.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:28 smithi150 ceph-mon[31551]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:29.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:28 smithi062 ceph-mon[29683]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:30.788 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:30 smithi062 ceph-mon[29683]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:31.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:30 smithi150 ceph-mon[31551]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:32.799 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:32 smithi062 ceph-mon[29683]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:33.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:32 smithi150 ceph-mon[31551]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:34.827 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:34 smithi062 ceph-mon[29683]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:34.827 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:34 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-11T01:12:34.827 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:34 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:35.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:34 smithi150 ceph-mon[31551]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:35.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:34 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-11T01:12:35.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:34 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:35.795 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:35 smithi062 ceph-mon[29683]: Deploying daemon osd.0 on smithi062 2024-09-11T01:12:36.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:35 smithi150 ceph-mon[31551]: Deploying daemon osd.0 on smithi062 2024-09-11T01:12:36.701 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:36 smithi062 ceph-mon[29683]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:37.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:36 smithi150 ceph-mon[31551]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:39.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:38 smithi150 ceph-mon[31551]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:39.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:38 smithi062 ceph-mon[29683]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:40.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:40 smithi150 ceph-mon[31551]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:40.820 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:40 smithi062 ceph-mon[29683]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:41.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:41 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:41.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:41 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:41.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:41 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:41.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:41 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:41.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:41 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:41.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:41 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:41.838 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:41 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:41.838 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:41 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:41.838 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:41 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:41.838 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:41 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:41.838 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:41 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:41.838 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:41 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:42.915 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:42 smithi150 ceph-mon[31551]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:42.915 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:42 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:42.915 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:42 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:42.915 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:42 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:43.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:42 smithi062 ceph-mon[29683]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:43.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:42 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:43.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:42 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:43.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:42 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:44.335 INFO:teuthology.orchestra.run.smithi062.stdout:Created osd(s) 0 on host 'smithi062' 2024-09-11T01:12:44.913 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:44 smithi062 ceph-mon[29683]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:44.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:44.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:44.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-11T01:12:44.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:44.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:44.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:44.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:44.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:44.942 DEBUG:teuthology.orchestra.run.smithi062:osd.0> sudo journalctl -f -n 0 -u ceph-8f23a486-6fda-11ef-bcea-c7b262605968@osd.0.service 2024-09-11T01:12:44.944 INFO:tasks.cephadm:Deploying osd.1 on smithi150 with /dev/vg_nvme/lv_4... 2024-09-11T01:12:44.944 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-11T01:12:44.972 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:44 smithi150 ceph-mon[31551]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:44.972 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:44 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:44.972 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:44 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:44.973 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:44 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-11T01:12:44.973 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:44 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:44.973 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:44 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:44.973 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:44 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:44.973 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:44 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:44.973 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:44 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:45.220 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.b/config 2024-09-11T01:12:45.913 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-mon[29683]: Adjusting osd_memory_target on smithi062 to 16064M 2024-09-11T01:12:45.913 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:45.913 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:45.913 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:45.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:45.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:45.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:45.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:45.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:45.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:45.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:45.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:45.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:45.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:45.914 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:46.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:45 smithi150 ceph-mon[31551]: Adjusting osd_memory_target on smithi062 to 16064M 2024-09-11T01:12:46.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:45 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:46.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:45 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:46.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:45 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:46.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:45 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:46.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:45 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:46.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:45 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:46.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:45 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:46.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:45 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:46.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:45 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:46.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:45 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:12:46.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:45 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:46.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:45 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:12:46.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:45 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:46.070 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:45 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:12:46.337 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:12:45 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0[40359]: 2024-09-11T01:12:45.910+0000 7f46cac7c640 -1 osd.0 0 log_to_monitors true 2024-09-11T01:12:46.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:46 smithi150 ceph-mon[31551]: Detected new or changed devices on smithi062 2024-09-11T01:12:46.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:46 smithi150 ceph-mon[31551]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:46.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:46 smithi150 ceph-mon[31551]: from='osd.0 [v2:172.21.15.62:6802/1543230941,v1:172.21.15.62:6803/1543230941]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-11T01:12:47.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:46 smithi062 ceph-mon[29683]: Detected new or changed devices on smithi062 2024-09-11T01:12:47.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:46 smithi062 ceph-mon[29683]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:47.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:46 smithi062 ceph-mon[29683]: from='osd.0 [v2:172.21.15.62:6802/1543230941,v1:172.21.15.62:6803/1543230941]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-11T01:12:47.589 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-09-11T01:12:47.614 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi150:vg_nvme/lv_4 2024-09-11T01:12:47.900 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.b/config 2024-09-11T01:12:48.011 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:47 smithi150 ceph-mon[31551]: from='osd.0 [v2:172.21.15.62:6802/1543230941,v1:172.21.15.62:6803/1543230941]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T01:12:48.011 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:47 smithi150 ceph-mon[31551]: osdmap e6: 1 total, 0 up, 1 in 2024-09-11T01:12:48.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:47 smithi150 ceph-mon[31551]: from='osd.0 [v2:172.21.15.62:6802/1543230941,v1:172.21.15.62:6803/1543230941]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-09-11T01:12:48.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:47 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T01:12:48.012 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:47 smithi150 ceph-mon[31551]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:48.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:47 smithi062 ceph-mon[29683]: from='osd.0 [v2:172.21.15.62:6802/1543230941,v1:172.21.15.62:6803/1543230941]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-11T01:12:48.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:47 smithi062 ceph-mon[29683]: osdmap e6: 1 total, 0 up, 1 in 2024-09-11T01:12:48.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:47 smithi062 ceph-mon[29683]: from='osd.0 [v2:172.21.15.62:6802/1543230941,v1:172.21.15.62:6803/1543230941]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]} : dispatch 2024-09-11T01:12:48.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:47 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T01:12:48.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:47 smithi062 ceph-mon[29683]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:48.447 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:12:48 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0[40359]: 2024-09-11T01:12:48.147+0000 7f46c6bff640 -1 osd.0 0 waiting for initial osdmap 2024-09-11T01:12:48.447 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:12:48 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0[40359]: 2024-09-11T01:12:48.150+0000 7f46bea1e640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T01:12:48.994 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:48 smithi062 ceph-mon[29683]: from='osd.0 [v2:172.21.15.62:6802/1543230941,v1:172.21.15.62:6803/1543230941]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-09-11T01:12:48.995 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:48 smithi062 ceph-mon[29683]: osdmap e7: 1 total, 0 up, 1 in 2024-09-11T01:12:48.995 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:48 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T01:12:48.995 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:48 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T01:12:48.995 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:48 smithi062 ceph-mon[29683]: from='osd.0 [v2:172.21.15.62:6802/1543230941,v1:172.21.15.62:6803/1543230941]' entity='osd.0' 2024-09-11T01:12:48.995 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:48 smithi062 ceph-mon[29683]: from='client.24123 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:12:48.996 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:48 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T01:12:48.996 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:48 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T01:12:48.996 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:48 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:49.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:48 smithi150 ceph-mon[31551]: from='osd.0 [v2:172.21.15.62:6802/1543230941,v1:172.21.15.62:6803/1543230941]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2024-09-11T01:12:49.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:48 smithi150 ceph-mon[31551]: osdmap e7: 1 total, 0 up, 1 in 2024-09-11T01:12:49.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:48 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T01:12:49.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:48 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T01:12:49.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:48 smithi150 ceph-mon[31551]: from='osd.0 [v2:172.21.15.62:6802/1543230941,v1:172.21.15.62:6803/1543230941]' entity='osd.0' 2024-09-11T01:12:49.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:48 smithi150 ceph-mon[31551]: from='client.24123 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi150:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:12:49.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:48 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-11T01:12:49.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:48 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-11T01:12:49.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:48 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:49.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:49 smithi062 ceph-mon[29683]: purged_snaps scrub starts 2024-09-11T01:12:49.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:49 smithi062 ceph-mon[29683]: purged_snaps scrub ok 2024-09-11T01:12:49.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:49 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T01:12:49.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:49 smithi062 ceph-mon[29683]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:49.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:49 smithi062 ceph-mon[29683]: osd.0 [v2:172.21.15.62:6802/1543230941,v1:172.21.15.62:6803/1543230941] boot 2024-09-11T01:12:49.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:49 smithi062 ceph-mon[29683]: osdmap e8: 1 total, 1 up, 1 in 2024-09-11T01:12:49.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:49 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T01:12:49.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:49 smithi150 ceph-mon[31551]: purged_snaps scrub starts 2024-09-11T01:12:49.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:49 smithi150 ceph-mon[31551]: purged_snaps scrub ok 2024-09-11T01:12:49.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:49 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T01:12:49.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:49 smithi150 ceph-mon[31551]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-11T01:12:49.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:49 smithi150 ceph-mon[31551]: osd.0 [v2:172.21.15.62:6802/1543230941,v1:172.21.15.62:6803/1543230941] boot 2024-09-11T01:12:49.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:49 smithi150 ceph-mon[31551]: osdmap e8: 1 total, 1 up, 1 in 2024-09-11T01:12:49.994 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:49 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-11T01:12:52.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:51 smithi150 ceph-mon[31551]: osdmap e9: 1 total, 1 up, 1 in 2024-09-11T01:12:52.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:51 smithi150 ceph-mon[31551]: from='client.? 172.21.15.150:0/3970044904' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0a27e34c-acc0-4001-b0ce-48f72025f968"} : dispatch 2024-09-11T01:12:52.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:51 smithi150 ceph-mon[31551]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0a27e34c-acc0-4001-b0ce-48f72025f968"} : dispatch 2024-09-11T01:12:52.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:51 smithi150 ceph-mon[31551]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a27e34c-acc0-4001-b0ce-48f72025f968"}]': finished 2024-09-11T01:12:52.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:51 smithi150 ceph-mon[31551]: osdmap e10: 2 total, 1 up, 2 in 2024-09-11T01:12:52.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:51 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T01:12:52.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:51 smithi150 ceph-mon[31551]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:12:52.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:51 smithi150 ceph-mon[31551]: from='client.? 172.21.15.150:0/3608103507' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T01:12:52.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:51 smithi062 ceph-mon[29683]: osdmap e9: 1 total, 1 up, 1 in 2024-09-11T01:12:52.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:51 smithi062 ceph-mon[29683]: from='client.? 172.21.15.150:0/3970044904' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0a27e34c-acc0-4001-b0ce-48f72025f968"} : dispatch 2024-09-11T01:12:52.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:51 smithi062 ceph-mon[29683]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0a27e34c-acc0-4001-b0ce-48f72025f968"} : dispatch 2024-09-11T01:12:52.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:51 smithi062 ceph-mon[29683]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a27e34c-acc0-4001-b0ce-48f72025f968"}]': finished 2024-09-11T01:12:52.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:51 smithi062 ceph-mon[29683]: osdmap e10: 2 total, 1 up, 2 in 2024-09-11T01:12:52.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:51 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T01:12:52.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:51 smithi062 ceph-mon[29683]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:12:52.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:51 smithi062 ceph-mon[29683]: from='client.? 172.21.15.150:0/3608103507' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-11T01:12:54.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:53 smithi150 ceph-mon[31551]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:12:54.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:53 smithi062 ceph-mon[29683]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:12:56.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:55 smithi150 ceph-mon[31551]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:12:56.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:55 smithi062 ceph-mon[29683]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:12:58.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:57 smithi150 ceph-mon[31551]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:12:58.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:57 smithi062 ceph-mon[29683]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:12:59.312 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:58 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-11T01:12:59.312 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:58 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:59.312 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:58 smithi150 ceph-mon[31551]: Deploying daemon osd.1 on smithi150 2024-09-11T01:12:59.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:58 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-11T01:12:59.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:58 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:12:59.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:58 smithi062 ceph-mon[29683]: Deploying daemon osd.1 on smithi150 2024-09-11T01:13:00.194 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:12:59 smithi150 ceph-mon[31551]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:00.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:12:59 smithi062 ceph-mon[29683]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:02.285 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:01 smithi150 ceph-mon[31551]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:02.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:01 smithi062 ceph-mon[29683]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:03.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:03 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:03.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:03 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:03.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:03 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:03.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:03 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:03.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:03 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:03.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:03 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:13:03.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:03 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:03.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:03 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:13:03.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:03 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:13:03.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:03 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:03.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:03 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-11T01:13:03.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:03 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:13:03.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:03 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:03.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:03 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:03.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:03 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:03.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:03 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:03.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:03 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:03.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:03 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:13:03.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:03 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:03.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:03 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:13:03.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:03 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:13:03.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:03 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:03.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:03 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-11T01:13:03.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:03 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:13:04.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:04 smithi150 ceph-mon[31551]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:04.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:04 smithi150 ceph-mon[31551]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:04.664 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:04 smithi150 ceph-mon[31551]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:04.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:04 smithi150 ceph-mon[31551]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:04.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:04 smithi150 ceph-mon[31551]: Reconfiguring osd.1 (unknown last config time)... 2024-09-11T01:13:04.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:04 smithi150 ceph-mon[31551]: Reconfiguring daemon osd.1 on smithi150 2024-09-11T01:13:04.665 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:04 smithi150 ceph-mon[31551]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T01:13:04.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:04 smithi062 ceph-mon[29683]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:04.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:04 smithi062 ceph-mon[29683]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:04.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:04 smithi062 ceph-mon[29683]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:04.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:04 smithi062 ceph-mon[29683]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:04.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:04 smithi062 ceph-mon[29683]: Reconfiguring osd.1 (unknown last config time)... 2024-09-11T01:13:04.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:04 smithi062 ceph-mon[29683]: Reconfiguring daemon osd.1 on smithi150 2024-09-11T01:13:04.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:04 smithi062 ceph-mon[29683]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T01:13:06.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:06 smithi150 ceph-mon[31551]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:06.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:06 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:06.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:06 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:06.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:06 smithi150 ceph-mon[31551]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:06.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:06 smithi150 ceph-mon[31551]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:06.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:06 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:06.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:06 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:06.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:06 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:06.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:06 smithi150 ceph-mon[31551]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:06.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:06 smithi150 ceph-mon[31551]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:06.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:06 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:06.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:06 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:06.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:06 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:06.589 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:06 smithi062 ceph-mon[29683]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:06.589 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:06 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:06.589 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:06 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:06.589 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:06 smithi062 ceph-mon[29683]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:06.589 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:06 smithi062 ceph-mon[29683]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:06.589 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:06 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:06.590 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:06 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:06.590 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:06 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:06.590 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:06 smithi062 ceph-mon[29683]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:06.590 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:06 smithi062 ceph-mon[29683]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:06.590 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:06 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:06.590 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:06 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:06.590 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:06 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:08.670 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:08 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:08.670 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:08 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:08.670 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:08 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:13:08.670 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:08 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:13:08.670 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:08 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:13:08.670 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:08 smithi062 ceph-mon[29683]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:08.671 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:08 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:08.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:08 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:08.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:08 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:08.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:08 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:13:08.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:08 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:13:08.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:08 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:13:08.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:08 smithi150 ceph-mon[31551]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:08.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:08 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:09.484 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:09 smithi150 ceph-mon[31551]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T01:13:09.484 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:09 smithi150 ceph-mon[31551]: Cluster is now healthy 2024-09-11T01:13:09.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:09 smithi062 ceph-mon[29683]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-11T01:13:09.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:09 smithi062 ceph-mon[29683]: Cluster is now healthy 2024-09-11T01:13:10.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:10 smithi150 ceph-mon[31551]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:10.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:10 smithi062 ceph-mon[29683]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:11.632 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:11 smithi150 ceph-mon[31551]: from='osd.1 [v2:172.21.15.150:6800/2847815434,v1:172.21.15.150:6801/2847815434]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-11T01:13:11.633 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:11 smithi150 ceph-mon[31551]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-11T01:13:11.674 INFO:teuthology.orchestra.run.smithi150.stdout:Created osd(s) 1 on host 'smithi150' 2024-09-11T01:13:11.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:11 smithi062 ceph-mon[29683]: from='osd.1 [v2:172.21.15.150:6800/2847815434,v1:172.21.15.150:6801/2847815434]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-11T01:13:11.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:11 smithi062 ceph-mon[29683]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-11T01:13:12.239 DEBUG:teuthology.orchestra.run.smithi150:osd.1> sudo journalctl -f -n 0 -u ceph-8f23a486-6fda-11ef-bcea-c7b262605968@osd.1.service 2024-09-11T01:13:12.242 INFO:tasks.cephadm:Waiting for 2 OSDs to come up... 2024-09-11T01:13:12.242 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T01:13:12.512 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:12.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T01:13:12.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:12.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: osdmap e11: 2 total, 1 up, 2 in 2024-09-11T01:13:12.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: from='osd.1 [v2:172.21.15.150:6800/2847815434,v1:172.21.15.150:6801/2847815434]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi150", "root=default"]} : dispatch 2024-09-11T01:13:12.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T01:13:12.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi150", "root=default"]} : dispatch 2024-09-11T01:13:12.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:13:12.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:12.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-11T01:13:12.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: Adjusting osd_memory_target on smithi150 to 16064M 2024-09-11T01:13:12.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:12.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:12.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:13:12.569 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:13:12.570 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:12.570 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-09-11T01:13:12.570 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: osdmap e12: 2 total, 1 up, 2 in 2024-09-11T01:13:12.570 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T01:13:12.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-11T01:13:12.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: pgmap v57: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:12.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: osdmap e11: 2 total, 1 up, 2 in 2024-09-11T01:13:12.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: from='osd.1 [v2:172.21.15.150:6800/2847815434,v1:172.21.15.150:6801/2847815434]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi150", "root=default"]} : dispatch 2024-09-11T01:13:12.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T01:13:12.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi150", "root=default"]} : dispatch 2024-09-11T01:13:12.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:13:12.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:12.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-11T01:13:12.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: Adjusting osd_memory_target on smithi150 to 16064M 2024-09-11T01:13:12.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:12.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:12.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:13:12.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:13:12.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:12.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi150", "root=default"]}]': finished 2024-09-11T01:13:12.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: osdmap e12: 2 total, 1 up, 2 in 2024-09-11T01:13:12.588 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:12 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T01:13:13.153 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:13.318 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-1[37324]: 2024-09-11T01:13:12.820+0000 7ff7cea87640 -1 osd.1 0 waiting for initial osdmap 2024-09-11T01:13:13.319 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:13:12 smithi150 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-1[37324]: 2024-09-11T01:13:12.822+0000 7ff7c68a6640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-11T01:13:13.743 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:13 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T01:13:13.743 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:13 smithi062 ceph-mon[29683]: from='osd.1 ' entity='osd.1' 2024-09-11T01:13:13.743 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:13 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/1244571515' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-11T01:13:13.743 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:13 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T01:13:13.772 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":12,"num_osds":2,"num_up_osds":1,"osd_up_since":1726017169,"num_in_osds":2,"osd_in_since":1726017170,"num_remapped_pgs":0} 2024-09-11T01:13:13.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:13 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T01:13:13.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:13 smithi150 ceph-mon[31551]: from='osd.1 ' entity='osd.1' 2024-09-11T01:13:13.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:13 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/1244571515' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-11T01:13:13.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:13 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T01:13:14.720 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:14 smithi150 ceph-mon[31551]: purged_snaps scrub starts 2024-09-11T01:13:14.720 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:14 smithi150 ceph-mon[31551]: purged_snaps scrub ok 2024-09-11T01:13:14.720 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:14 smithi150 ceph-mon[31551]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:14.720 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:14 smithi150 ceph-mon[31551]: osd.1 [v2:172.21.15.150:6800/2847815434,v1:172.21.15.150:6801/2847815434] boot 2024-09-11T01:13:14.720 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:14 smithi150 ceph-mon[31551]: osdmap e13: 2 total, 2 up, 2 in 2024-09-11T01:13:14.720 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:14 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T01:13:14.773 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-11T01:13:14.802 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:14 smithi062 ceph-mon[29683]: purged_snaps scrub starts 2024-09-11T01:13:14.802 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:14 smithi062 ceph-mon[29683]: purged_snaps scrub ok 2024-09-11T01:13:14.802 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:14 smithi062 ceph-mon[29683]: pgmap v59: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-11T01:13:14.802 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:14 smithi062 ceph-mon[29683]: osd.1 [v2:172.21.15.150:6800/2847815434,v1:172.21.15.150:6801/2847815434] boot 2024-09-11T01:13:14.802 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:14 smithi062 ceph-mon[29683]: osdmap e13: 2 total, 2 up, 2 in 2024-09-11T01:13:14.802 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:14 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-11T01:13:15.038 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:15.700 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:16.293 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":14,"num_osds":2,"num_up_osds":2,"osd_up_since":1726017193,"num_in_osds":2,"osd_in_since":1726017170,"num_remapped_pgs":0} 2024-09-11T01:13:16.294 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T01:13:16.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:16 smithi062 ceph-mon[29683]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:16.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:16 smithi062 ceph-mon[29683]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T01:13:16.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:16 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/2647834383' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-11T01:13:16.587 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:16.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:16 smithi150 ceph-mon[31551]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:16.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:16 smithi150 ceph-mon[31551]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T01:13:16.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:16 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/2647834383' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-11T01:13:17.237 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:17.237 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":14,"fsid":"8f23a486-6fda-11ef-bcea-c7b262605968","created":"2024-09-11T01:10:39.858869+0000","modified":"2024-09-11T01:13:15.419500+0000","last_up_change":"2024-09-11T01:13:13.824733+0000","last_in_change":"2024-09-11T01:12:50.869048+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"9450a4e1-7abc-4a20-b8b6-44c74e11cf37","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6802","nonce":1543230941},{"type":"v1","addr":"172.21.15.62:6803","nonce":1543230941}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":1543230941},{"type":"v1","addr":"172.21.15.62:6805","nonce":1543230941}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6808","nonce":1543230941},{"type":"v1","addr":"172.21.15.62:6809","nonce":1543230941}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":1543230941},{"type":"v1","addr":"172.21.15.62:6807","nonce":1543230941}]},"public_addr":"172.21.15.62:6803/1543230941","cluster_addr":"172.21.15.62:6805/1543230941","heartbeat_back_addr":"172.21.15.62:6809/1543230941","heartbeat_front_addr":"172.21.15.62:6807/1543230941","state":["exists","up"]},{"osd":1,"uuid":"0a27e34c-acc0-4001-b0ce-48f72025f968","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.150:6800","nonce":2847815434},{"type":"v1","addr":"172.21.15.150:6801","nonce":2847815434}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":2847815434},{"type":"v1","addr":"172.21.15.150:6803","nonce":2847815434}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":2847815434},{"type":"v1","addr":"172.21.15.150:6807","nonce":2847815434}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":2847815434},{"type":"v1","addr":"172.21.15.150:6805","nonce":2847815434}]},"public_addr":"172.21.15.150:6801/2847815434","cluster_addr":"172.21.15.150:6803/2847815434","heartbeat_back_addr":"172.21.15.150:6807/2847815434","heartbeat_front_addr":"172.21.15.150:6805/2847815434","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T01:12:46.863631+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T01:13:11.879853+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.62:0/2429737356":"2024-09-12T01:11:32.885612+0000","172.21.15.62:6801/2500532581":"2024-09-12T01:11:32.885612+0000","172.21.15.62:0/2790807725":"2024-09-12T01:11:32.885612+0000","172.21.15.62:6800/2500532581":"2024-09-12T01:11:32.885612+0000","172.21.15.62:0/391600443":"2024-09-12T01:11:32.885612+0000","172.21.15.62:0/3364947867":"2024-09-12T01:11:08.744148+0000","172.21.15.62:6801/3382191203":"2024-09-12T01:11:08.744148+0000","172.21.15.62:6800/3382191203":"2024-09-12T01:11:08.744148+0000","172.21.15.62:0/1139277132":"2024-09-12T01:11:08.744148+0000","172.21.15.62:0/548801810":"2024-09-12T01:11:08.744148+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-11T01:13:17.538 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:17 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/3576338377' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-11T01:13:17.774 INFO:tasks.cephadm.ceph_manager.ceph:[] 2024-09-11T01:13:17.774 INFO:tasks.cephadm:Setting up client nodes... 2024-09-11T01:13:17.775 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph config log 1 --format=json 2024-09-11T01:13:17.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:17 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/3576338377' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-11T01:13:18.022 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:18.632 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:18.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:18 smithi150 ceph-mon[31551]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:18.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:18 smithi062 ceph-mon[29683]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:19.247 INFO:teuthology.orchestra.run.smithi062.stdout:[{"version":14,"timestamp":"2024-09-11T01:13:12.821642+0000","name":"","changes":[{"name":"osd.1/osd_mclock_max_capacity_iops_ssd","new_value":"53316.231382"}]}] 2024-09-11T01:13:19.247 INFO:tasks.ceph_manager:config epoch is 14 2024-09-11T01:13:19.247 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-11T01:13:19.247 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-11T01:13:19.248 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-11T01:13:19.497 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:19.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:19 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/1114328552' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-11T01:13:19.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:19 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/1114328552' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-11T01:13:20.161 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:20.725 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:20 smithi062 ceph-mon[29683]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:20.726 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:20 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/610754988' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-11T01:13:20.754 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":14,"flags":0,"active_gid":14148,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6800","nonce":425018223},{"type":"v1","addr":"172.21.15.62:6801","nonce":425018223}]},"active_addr":"172.21.15.62:6801/425018223","active_change":"2024-09-11T01:11:32.885729+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":24105,"name":"b","mgr_features":4540719139924082687,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:1.26.1","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:1.26.1","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.62: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"]},"force_disabled_modules":{},"last_failure_osd_epoch":3,"active_clients":[{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.62:0","nonce":403501285}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.62:0","nonce":1838991236}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.62:0","nonce":1454429731}]}]} 2024-09-11T01:13:20.760 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-11T01:13:20.760 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-11T01:13:20.760 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T01:13:20.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:20 smithi150 ceph-mon[31551]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:20.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:20 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/610754988' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-11T01:13:21.009 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:21.708 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:21.708 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":14,"fsid":"8f23a486-6fda-11ef-bcea-c7b262605968","created":"2024-09-11T01:10:39.858869+0000","modified":"2024-09-11T01:13:15.419500+0000","last_up_change":"2024-09-11T01:13:13.824733+0000","last_in_change":"2024-09-11T01:12:50.869048+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"9450a4e1-7abc-4a20-b8b6-44c74e11cf37","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6802","nonce":1543230941},{"type":"v1","addr":"172.21.15.62:6803","nonce":1543230941}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":1543230941},{"type":"v1","addr":"172.21.15.62:6805","nonce":1543230941}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6808","nonce":1543230941},{"type":"v1","addr":"172.21.15.62:6809","nonce":1543230941}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":1543230941},{"type":"v1","addr":"172.21.15.62:6807","nonce":1543230941}]},"public_addr":"172.21.15.62:6803/1543230941","cluster_addr":"172.21.15.62:6805/1543230941","heartbeat_back_addr":"172.21.15.62:6809/1543230941","heartbeat_front_addr":"172.21.15.62:6807/1543230941","state":["exists","up"]},{"osd":1,"uuid":"0a27e34c-acc0-4001-b0ce-48f72025f968","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.150:6800","nonce":2847815434},{"type":"v1","addr":"172.21.15.150:6801","nonce":2847815434}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":2847815434},{"type":"v1","addr":"172.21.15.150:6803","nonce":2847815434}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":2847815434},{"type":"v1","addr":"172.21.15.150:6807","nonce":2847815434}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":2847815434},{"type":"v1","addr":"172.21.15.150:6805","nonce":2847815434}]},"public_addr":"172.21.15.150:6801/2847815434","cluster_addr":"172.21.15.150:6803/2847815434","heartbeat_back_addr":"172.21.15.150:6807/2847815434","heartbeat_front_addr":"172.21.15.150:6805/2847815434","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T01:12:46.863631+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T01:13:11.879853+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.62:0/2429737356":"2024-09-12T01:11:32.885612+0000","172.21.15.62:6801/2500532581":"2024-09-12T01:11:32.885612+0000","172.21.15.62:0/2790807725":"2024-09-12T01:11:32.885612+0000","172.21.15.62:6800/2500532581":"2024-09-12T01:11:32.885612+0000","172.21.15.62:0/391600443":"2024-09-12T01:11:32.885612+0000","172.21.15.62:0/3364947867":"2024-09-12T01:11:08.744148+0000","172.21.15.62:6801/3382191203":"2024-09-12T01:11:08.744148+0000","172.21.15.62:6800/3382191203":"2024-09-12T01:11:08.744148+0000","172.21.15.62:0/1139277132":"2024-09-12T01:11:08.744148+0000","172.21.15.62:0/548801810":"2024-09-12T01:11:08.744148+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-11T01:13:22.278 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-11T01:13:22.279 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-11T01:13:22.537 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:22.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:22 smithi062 ceph-mon[29683]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:22.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:22 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/924118055' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-11T01:13:22.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:22 smithi150 ceph-mon[31551]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:22.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:22 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/924118055' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-11T01:13:23.205 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:23.205 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":14,"fsid":"8f23a486-6fda-11ef-bcea-c7b262605968","created":"2024-09-11T01:10:39.858869+0000","modified":"2024-09-11T01:13:15.419500+0000","last_up_change":"2024-09-11T01:13:13.824733+0000","last_in_change":"2024-09-11T01:12:50.869048+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":6,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":2,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"9450a4e1-7abc-4a20-b8b6-44c74e11cf37","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6802","nonce":1543230941},{"type":"v1","addr":"172.21.15.62:6803","nonce":1543230941}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":1543230941},{"type":"v1","addr":"172.21.15.62:6805","nonce":1543230941}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6808","nonce":1543230941},{"type":"v1","addr":"172.21.15.62:6809","nonce":1543230941}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":1543230941},{"type":"v1","addr":"172.21.15.62:6807","nonce":1543230941}]},"public_addr":"172.21.15.62:6803/1543230941","cluster_addr":"172.21.15.62:6805/1543230941","heartbeat_back_addr":"172.21.15.62:6809/1543230941","heartbeat_front_addr":"172.21.15.62:6807/1543230941","state":["exists","up"]},{"osd":1,"uuid":"0a27e34c-acc0-4001-b0ce-48f72025f968","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.150:6800","nonce":2847815434},{"type":"v1","addr":"172.21.15.150:6801","nonce":2847815434}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6802","nonce":2847815434},{"type":"v1","addr":"172.21.15.150:6803","nonce":2847815434}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6806","nonce":2847815434},{"type":"v1","addr":"172.21.15.150:6807","nonce":2847815434}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.150:6804","nonce":2847815434},{"type":"v1","addr":"172.21.15.150:6805","nonce":2847815434}]},"public_addr":"172.21.15.150:6801/2847815434","cluster_addr":"172.21.15.150:6803/2847815434","heartbeat_back_addr":"172.21.15.150:6807/2847815434","heartbeat_front_addr":"172.21.15.150:6805/2847815434","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T01:12:46.863631+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-11T01:13:11.879853+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.62:0/2429737356":"2024-09-12T01:11:32.885612+0000","172.21.15.62:6801/2500532581":"2024-09-12T01:11:32.885612+0000","172.21.15.62:0/2790807725":"2024-09-12T01:11:32.885612+0000","172.21.15.62:6800/2500532581":"2024-09-12T01:11:32.885612+0000","172.21.15.62:0/391600443":"2024-09-12T01:11:32.885612+0000","172.21.15.62:0/3364947867":"2024-09-12T01:11:08.744148+0000","172.21.15.62:6801/3382191203":"2024-09-12T01:11:08.744148+0000","172.21.15.62:6800/3382191203":"2024-09-12T01:11:08.744148+0000","172.21.15.62:0/1139277132":"2024-09-12T01:11:08.744148+0000","172.21.15.62:0/548801810":"2024-09-12T01:11:08.744148+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-11T01:13:23.788 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:23.788 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:23.788 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:23 smithi062 ceph-mon[29683]: Detected new or changed devices on smithi150 2024-09-11T01:13:23.788 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:23.788 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:23 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/517583175' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-11T01:13:23.818 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-11T01:13:23.819 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-11T01:13:23.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:23.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:23.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:23 smithi150 ceph-mon[31551]: Detected new or changed devices on smithi150 2024-09-11T01:13:23.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:23.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:23 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/517583175' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-11T01:13:24.080 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:24.081 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:24.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:24 smithi150 ceph-mon[31551]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:24.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:24 smithi062 ceph-mon[29683]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:25.244 INFO:teuthology.orchestra.run.smithi062.stdout:34359738378 2024-09-11T01:13:25.245 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-11T01:13:26.177 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:26.179 INFO:teuthology.orchestra.run.smithi062.stdout:55834574854 2024-09-11T01:13:26.179 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-11T01:13:26.745 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:26 smithi062 ceph-mon[29683]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:26.745 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:26 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:26.745 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:26 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:26.746 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:26 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:26.898 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:26 smithi150 ceph-mon[31551]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:26.898 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:26 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:26.898 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:26 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:26.898 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:26 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:27.028 INFO:teuthology.orchestra.run.smithi062.stdout:34359738379 2024-09-11T01:13:27.517 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:27.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:27 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/2063726193' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-11T01:13:27.874 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738378 got 34359738379 for osd.0 2024-09-11T01:13:27.874 DEBUG:teuthology.parallel:result is None 2024-09-11T01:13:27.934 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:27 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/2063726193' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-11T01:13:28.769 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:28 smithi062 ceph-mon[29683]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:29.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:28 smithi150 ceph-mon[31551]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:29.216 INFO:teuthology.orchestra.run.smithi062.stdout:55834574854 2024-09-11T01:13:29.703 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:29 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/448502839' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-11T01:13:30.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:29 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/448502839' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-11T01:13:30.402 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574854 got 55834574854 for osd.1 2024-09-11T01:13:30.403 DEBUG:teuthology.parallel:result is None 2024-09-11T01:13:30.403 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-11T01:13:30.403 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T01:13:30.658 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:30.779 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:30 smithi062 ceph-mon[29683]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:31.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:30 smithi150 ceph-mon[31551]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:31.301 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:31.301 INFO:teuthology.orchestra.run.smithi062.stderr:dumped all 2024-09-11T01:13:31.910 INFO:teuthology.orchestra.run.smithi062.stdout:{"pg_ready":true,"pg_map":{"version":69,"stamp":"2024-09-11T01:13:29.400047+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":0,"kb":187490304,"kb_used":54300,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":54012,"kb_avail":187436004,"statfs":{"total":191990071296,"available":191934468096,"internally_reserved":0,"allocated":245760,"data_stored":60448,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3190,"internal_metadata":55309194},"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":"0.000000"},"pg_stats":[],"pool_stats":[],"osd_stats":[{"osd":1,"up_from":13,"seq":55834574854,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27152,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718000,"statfs":{"total":95995035648,"available":95967232000,"internally_reserved":0,"allocated":122880,"data_stored":30224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0],"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":34359738379,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27148,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718004,"statfs":{"total":95995035648,"available":95967236096,"internally_reserved":0,"allocated":122880,"data_stored":30224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1],"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":[]}} 2024-09-11T01:13:31.910 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-11T01:13:32.162 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:32.730 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:32.730 INFO:teuthology.orchestra.run.smithi062.stderr:dumped all 2024-09-11T01:13:32.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:32 smithi062 ceph-mon[29683]: from='client.14274 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:32.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:32 smithi062 ceph-mon[29683]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:33.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:32 smithi150 ceph-mon[31551]: from='client.14274 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:33.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:32 smithi150 ceph-mon[31551]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:33.315 INFO:teuthology.orchestra.run.smithi062.stdout:{"pg_ready":true,"pg_map":{"version":70,"stamp":"2024-09-11T01:13:31.400382+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":0,"num_osds":2,"num_per_pool_osds":2,"num_per_pool_omap_osds":0,"kb":187490304,"kb_used":54300,"kb_used_data":240,"kb_used_omap":3,"kb_used_meta":54012,"kb_avail":187436004,"statfs":{"total":191990071296,"available":191934468096,"internally_reserved":0,"allocated":245760,"data_stored":60448,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":3190,"internal_metadata":55309194},"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":"0.000000"},"pg_stats":[],"pool_stats":[],"osd_stats":[{"osd":1,"up_from":13,"seq":55834574855,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27152,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718000,"statfs":{"total":95995035648,"available":95967232000,"internally_reserved":0,"allocated":122880,"data_stored":30224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0],"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":34359738380,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27148,"kb_used_data":120,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93718004,"statfs":{"total":95995035648,"available":95967236096,"internally_reserved":0,"allocated":122880,"data_stored":30224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1],"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":[]}} 2024-09-11T01:13:33.315 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-11T01:13:33.315 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-11T01:13:33.316 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-11T01:13:33.316 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-11T01:13:33.566 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:34.246 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:34.246 INFO:teuthology.orchestra.run.smithi062.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-11T01:13:34.811 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:34 smithi062 ceph-mon[29683]: from='client.14278 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:34.812 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:34 smithi062 ceph-mon[29683]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:34.812 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:34 smithi062 ceph-mon[29683]: from='client.? 172.21.15.62:0/3334968582' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-11T01:13:34.813 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-11T01:13:34.813 INFO:tasks.cephadm:Setup complete, yielding 2024-09-11T01:13:34.813 INFO:teuthology.run_tasks:Running task exec... 2024-09-11T01:13:34.824 INFO:teuthology.task.exec:Executing custom commands... 2024-09-11T01:13:34.824 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2024-09-11T01:13:34.824 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /etc/cephadm_testing' 2024-09-11T01:13:34.854 INFO:teuthology.task.exec:Running commands on role host.b host ubuntu@smithi150.front.sepia.ceph.com 2024-09-11T01:13:34.854 DEBUG:teuthology.orchestra.run.smithi150:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'mkdir /etc/cephadm_testing' 2024-09-11T01:13:34.884 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:34 smithi150 ceph-mon[31551]: from='client.14278 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:34.884 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:34 smithi150 ceph-mon[31551]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:34.884 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:34 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/3334968582' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-11T01:13:34.891 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-09-11T01:13:34.904 INFO:tasks.cephadm:Applying spec(s): extra_container_args: - --cpus=2 extra_entrypoint_args: - --debug_ms 10 placement: host_pattern: '*' service_type: mon --- custom_configs: - content: "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n\ \ ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\n\ sleep infinity\n" mount_path: /root/write_thing_to_file.sh extra_container_args: - -v - /etc/cephadm_testing:/root/cephadm_testing extra_entrypoint_args: - /root/write_thing_to_file.sh - -c - testing_custom_containers - -o - /root/cephadm_testing/testing.txt placement: host_pattern: '*' service_id: foo service_type: container spec: entrypoint: bash image: quay.io/fedora/fedora:latest --- custom_configs: - content: 'set -e test -f /var/cache/bar/from.txt test -f /var/cache/bar/presized.dat echo ok > /var/cache/bar/primary.txt sleep infinity ' mount_path: /root/init_check.sh extra_entrypoint_args: - /root/init_check.sh placement: host_pattern: '*' service_id: bar service_type: container spec: dirs: - data entrypoint: bash image: quay.io/fedora/fedora:latest init_containers: - entrypoint: bash entrypoint_args: - argument: -c - argument: . /etc/os-release && echo from=$ID > /var/cache/bar/from.txt image: quay.io/centos/centos:latest volume_mounts: data: /var/cache/bar:z - entrypoint: bash entrypoint_args: - argument: -c - argument: test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat volume_mounts: data: /var/cache/bar:z volume_mounts: data: /var/cache/bar:z 2024-09-11T01:13:34.904 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch apply -i - 2024-09-11T01:13:35.154 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:35.800 INFO:teuthology.orchestra.run.smithi062.stdout:Scheduled mon update... 2024-09-11T01:13:35.800 INFO:teuthology.orchestra.run.smithi062.stdout:Scheduled container.foo update... 2024-09-11T01:13:35.800 INFO:teuthology.orchestra.run.smithi062.stdout:Scheduled container.bar update... 2024-09-11T01:13:36.451 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-11T01:13:36.461 INFO:tasks.cephadm:Waiting for ceph service mon to start (timeout 300)... 2024-09-11T01:13:36.461 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:13:36.707 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:36 smithi062 ceph-mon[29683]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:36.707 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:36 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:36.707 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:36 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:13:36.707 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:36 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:36.707 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:36 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:13:36.707 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:36 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:13:36.707 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:36 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:36.707 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:36 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:36.707 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:36 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:36.747 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:37.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:36 smithi150 ceph-mon[31551]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:37.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:36 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:37.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:36 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:13:37.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:36 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:37.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:36 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:13:37.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:36 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:13:37.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:36 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:37.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:36 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:37.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:36 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:37.443 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:37.443 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:13:22.454778Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:13:35.799317Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:35.796237Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "running": 0, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:13:22.454945Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:13:22.454870Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:13:22.455018Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:13:37.756 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:37 smithi062 ceph-mon[29683]: from='client.14286 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:13:37.756 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:37 smithi062 ceph-mon[29683]: Saving service mon spec with placement * 2024-09-11T01:13:37.756 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:37 smithi062 ceph-mon[29683]: Saving service container.foo spec with placement * 2024-09-11T01:13:37.756 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:37 smithi062 ceph-mon[29683]: Saving service container.bar spec with placement * 2024-09-11T01:13:37.756 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:37 smithi062 ceph-mon[29683]: Deploying daemon container.foo.smithi062 on smithi062 2024-09-11T01:13:38.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:37 smithi150 ceph-mon[31551]: from='client.14286 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-09-11T01:13:38.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:37 smithi150 ceph-mon[31551]: Saving service mon spec with placement * 2024-09-11T01:13:38.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:37 smithi150 ceph-mon[31551]: Saving service container.foo spec with placement * 2024-09-11T01:13:38.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:37 smithi150 ceph-mon[31551]: Saving service container.bar spec with placement * 2024-09-11T01:13:38.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:37 smithi150 ceph-mon[31551]: Deploying daemon container.foo.smithi062 on smithi062 2024-09-11T01:13:38.070 INFO:tasks.cephadm:mon has 2/2 2024-09-11T01:13:38.070 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-11T01:13:38.080 INFO:tasks.cephadm:Waiting for ceph service container.foo to start (timeout 300)... 2024-09-11T01:13:38.081 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:13:38.332 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:38.878 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:38 smithi062 ceph-mon[29683]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:38.878 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:38 smithi062 ceph-mon[29683]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:39.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:38 smithi150 ceph-mon[31551]: pgmap v73: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:39.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:38 smithi150 ceph-mon[31551]: from='client.14290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:39.216 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:39.216 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:13:22.454778Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:13:35.799317Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:35.796237Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "running": 0, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:13:22.454945Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:13:22.454870Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:13:22.455018Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:13:39.868 INFO:tasks.cephadm:container.foo has 0/2 2024-09-11T01:13:40.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:40 smithi062 ceph-mon[29683]: from='client.14294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:40.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:40 smithi062 ceph-mon[29683]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:40.870 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:13:41.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:40 smithi150 ceph-mon[31551]: from='client.14294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:41.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:40 smithi150 ceph-mon[31551]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:41.467 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:42.274 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:42.274 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:13:25.583673Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:13:35.799317Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:35.796237Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "running": 0, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:13:25.583612Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:13:25.583527Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:13:25.583749Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:13:42.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:42 smithi062 ceph-mon[29683]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:42.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:42 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:42.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:42 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:42.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:42 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:43.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:42 smithi150 ceph-mon[31551]: pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:43.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:42 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:43.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:42 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:43.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:42 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:43.163 INFO:tasks.cephadm:container.foo has 0/2 2024-09-11T01:13:43.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:43 smithi062 ceph-mon[29683]: from='client.14298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:44.043 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:43 smithi150 ceph-mon[31551]: from='client.14298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:44.165 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:13:44.423 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:44.923 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:44 smithi062 ceph-mon[29683]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:44.923 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:44.923 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:44.923 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:44 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:44.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:44 smithi150 ceph-mon[31551]: pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:44.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:44 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:44.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:44 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:44.955 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:44 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:45.121 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:45.121 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:13:25.583673Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:13:35.799317Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:44.096635Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "running": 0, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:13:25.583612Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:13:25.583527Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:13:25.583749Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:13:45.700 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:45 smithi062 ceph-mon[29683]: Deploying daemon container.foo.smithi150 on smithi150 2024-09-11T01:13:45.731 INFO:tasks.cephadm:container.foo has 0/2 2024-09-11T01:13:45.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:45 smithi150 ceph-mon[31551]: Deploying daemon container.foo.smithi150 on smithi150 2024-09-11T01:13:46.732 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:13:46.925 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:46 smithi150 ceph-mon[31551]: from='client.14302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:46.925 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:46 smithi150 ceph-mon[31551]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:46.925 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:46 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:46.925 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:46 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:46.925 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:46 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:47.013 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:47.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:46 smithi062 ceph-mon[29683]: from='client.14302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:47.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:46 smithi062 ceph-mon[29683]: pgmap v77: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:47.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:46 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:47.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:46 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:47.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:46 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:48.333 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:48 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:48.333 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:48 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:48.333 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:48 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:48.334 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:48 smithi062 ceph-mon[29683]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:48.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:48 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:48.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:48 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:48.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:48 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:48.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:48 smithi150 ceph-mon[31551]: pgmap v78: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:48.774 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:48.774 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:13:41.577420Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:13:35.799317Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:44.096635Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "last_refresh": "2024-09-11T01:13:47.260839Z", "running": 1, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:13:41.577595Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:13:41.577513Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:13:41.577678Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:13:49.328 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:49 smithi062 ceph-mon[29683]: from='client.14306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:49.361 INFO:tasks.cephadm:container.foo has 1/2 2024-09-11T01:13:49.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:49 smithi150 ceph-mon[31551]: from='client.14306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:50.362 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:13:50.549 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:50 smithi062 ceph-mon[29683]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:50.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:50 smithi150 ceph-mon[31551]: pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:50.633 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:51.286 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:51.286 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:13:41.577420Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:13:35.799317Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:50.576646Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "running": 1, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:13:41.577595Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:13:41.577513Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:13:41.577678Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:13:51.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:51 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:51.689 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:51 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:51.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:51 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:51.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:51 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:51.690 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:51 smithi150 ceph-mon[31551]: Deploying daemon container.bar.smithi150 on smithi150 2024-09-11T01:13:51.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:51 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:51.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:51 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:51.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:51 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:51.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:51 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:51.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:51 smithi062 ceph-mon[29683]: Deploying daemon container.bar.smithi150 on smithi150 2024-09-11T01:13:51.892 INFO:tasks.cephadm:container.foo has 1/2 2024-09-11T01:13:52.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:52 smithi062 ceph-mon[29683]: from='client.14310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:52.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:52 smithi062 ceph-mon[29683]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:52.888 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:52 smithi150 ceph-mon[31551]: from='client.14310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:52.888 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:52 smithi150 ceph-mon[31551]: pgmap v80: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:52.893 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:13:53.524 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:53.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:53 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:53.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:53 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:53.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:53 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:53.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:53 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:53.797 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:53 smithi150 ceph-mon[31551]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:54.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:53 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:54.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:53 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:54.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:53 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:54.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:53 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:54.088 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:53 smithi062 ceph-mon[29683]: pgmap v81: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:54.406 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:54.406 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:13:41.577420Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:13:35.799317Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:50.576646Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "running": 1, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:13:41.577595Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:13:41.577513Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:13:41.577678Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:13:55.282 INFO:tasks.cephadm:container.foo has 1/2 2024-09-11T01:13:55.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:55 smithi150 ceph-mon[31551]: from='client.14314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:55.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:55 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:55.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:55 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:55.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:55 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:55.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:55 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:55.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:55 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:55.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:55 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:55.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:55 smithi062 ceph-mon[29683]: from='client.14314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:55.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:55 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:55.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:55 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:55.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:55 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:55.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:55 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:55.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:55 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:55.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:55 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:13:56.282 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:13:56.553 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:56.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:56 smithi062 ceph-mon[29683]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:56.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:56 smithi150 ceph-mon[31551]: pgmap v82: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:57.217 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:57.218 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:13:54.521353Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:13:35.799317Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "last_refresh": "2024-09-11T01:13:54.521724Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:50.576646Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "last_refresh": "2024-09-11T01:13:54.521677Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:13:54.521523Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:13:54.521447Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:13:54.521594Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:13:57.899 INFO:tasks.cephadm:container.foo has 2/2 2024-09-11T01:13:57.899 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-11T01:13:58.369 INFO:tasks.cephadm:Waiting for ceph service container.bar to start (timeout 300)... 2024-09-11T01:13:58.369 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:13:58.637 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:13:58.750 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:58 smithi150 ceph-mon[31551]: from='client.14318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:58.750 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:13:58 smithi150 ceph-mon[31551]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:58.758 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:58 smithi062 ceph-mon[29683]: from='client.14318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:13:58.758 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:13:58 smithi062 ceph-mon[29683]: pgmap v83: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:13:59.341 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:13:59.341 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:13:54.521353Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:13:35.799317Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "last_refresh": "2024-09-11T01:13:54.521724Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:50.576646Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "last_refresh": "2024-09-11T01:13:54.521677Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:13:54.521523Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:13:54.521447Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:13:54.521594Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:13:59.939 INFO:tasks.cephadm:container.bar has 0/2 2024-09-11T01:14:00.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:00 smithi150 ceph-mon[31551]: from='client.14322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:00.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:00 smithi150 ceph-mon[31551]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:00.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:00 smithi062 ceph-mon[29683]: from='client.14322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:00.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:00 smithi062 ceph-mon[29683]: pgmap v84: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:00.940 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:14:01.195 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:14:01.880 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:14:01.881 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:13:54.521353Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:13:35.799317Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "last_refresh": "2024-09-11T01:13:54.521724Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:50.576646Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "last_refresh": "2024-09-11T01:13:54.521677Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:13:54.521523Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:13:54.521447Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:13:54.521594Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:14:02.479 INFO:tasks.cephadm:container.bar has 0/2 2024-09-11T01:14:02.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:02 smithi150 ceph-mon[31551]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:02.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:02 smithi062 ceph-mon[29683]: pgmap v85: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:03.480 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:14:03.750 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:14:03.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:03 smithi150 ceph-mon[31551]: from='client.14326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:03.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:03 smithi062 ceph-mon[29683]: from='client.14326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:04.597 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:14:04.597 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:13:54.521353Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:13:35.799317Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "last_refresh": "2024-09-11T01:13:54.521724Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:50.576646Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "last_refresh": "2024-09-11T01:13:54.521677Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:13:54.521523Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:13:54.521447Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:13:54.521594Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:14:04.811 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:04 smithi150 ceph-mon[31551]: pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:04.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:04 smithi062 ceph-mon[29683]: pgmap v86: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:05.228 INFO:tasks.cephadm:container.bar has 0/2 2024-09-11T01:14:05.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:05 smithi150 ceph-mon[31551]: from='client.14330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:05.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:05 smithi062 ceph-mon[29683]: from='client.14330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:06.229 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:14:06.491 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:14:06.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:06 smithi150 ceph-mon[31551]: pgmap v87: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:06.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:06 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:06.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:06 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:06.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:06 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:06.819 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:06 smithi062 ceph-mon[29683]: pgmap v87: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:06.819 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:06 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:06.819 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:06 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:06.819 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:06 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:07.573 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:14:07.573 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:13:54.766101Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:14:06.145322Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "last_refresh": "2024-09-11T01:14:07.526856Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:50.576646Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "last_refresh": "2024-09-11T01:13:54.766250Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:13:54.766044Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:13:54.765730Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:13:54.766178Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:14:07.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:07 smithi150 ceph-mon[31551]: Deploying daemon container.bar.smithi062 on smithi062 2024-09-11T01:14:07.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:07 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:07.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:07 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:07.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:07 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:07.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:07 smithi062 ceph-mon[29683]: Deploying daemon container.bar.smithi062 on smithi062 2024-09-11T01:14:07.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:07 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:07.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:07 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:07.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:07 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:08.209 INFO:tasks.cephadm:container.bar has 0/2 2024-09-11T01:14:08.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:08 smithi150 ceph-mon[31551]: pgmap v88: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:08.821 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:08 smithi150 ceph-mon[31551]: from='client.14334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:08.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:08 smithi062 ceph-mon[29683]: pgmap v88: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:08.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:08 smithi062 ceph-mon[29683]: from='client.14334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:09.211 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:14:09.527 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:14:10.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:10 smithi150 ceph-mon[31551]: pgmap v89: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:10.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:10 smithi062 ceph-mon[29683]: pgmap v89: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:12.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:12 smithi150 ceph-mon[31551]: pgmap v90: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:12.832 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:12 smithi062 ceph-mon[29683]: pgmap v90: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:13.699 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:14:13.700 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:13:54.766101Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:14:06.145322Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "last_refresh": "2024-09-11T01:14:07.526856Z", "running": 0, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:50.576646Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "last_refresh": "2024-09-11T01:13:54.766250Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:13:54.766044Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:13:54.765730Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:13:54.766178Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:14:14.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:14 smithi062 ceph-mon[29683]: pgmap v91: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:14.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:14 smithi062 ceph-mon[29683]: from='client.14338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:14.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:14 smithi150 ceph-mon[31551]: pgmap v91: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:14.848 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:14 smithi150 ceph-mon[31551]: from='client.14338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:15.569 INFO:tasks.cephadm:container.bar has 0/2 2024-09-11T01:14:16.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:15 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:16.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:15 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:16.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:15 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:16.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:15 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:16.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:15 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:16.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:15 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:16.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:15 smithi150 ceph-mon[31551]: pgmap v92: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:16.235 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:15 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:16.236 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:15 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:16.236 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:15 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:16.236 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:15 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:16.236 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:15 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:16.236 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:15 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:16.236 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:15 smithi062 ceph-mon[29683]: pgmap v92: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:16.570 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:14:18.466 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:18 smithi062 ceph-mon[29683]: pgmap v93: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:18.493 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:14:18.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:18 smithi150 ceph-mon[31551]: pgmap v93: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:20.545 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:14:20.545 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:14:14.834263Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:14:06.145322Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "last_refresh": "2024-09-11T01:14:14.834688Z", "running": 1, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:50.576646Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "last_refresh": "2024-09-11T01:14:14.834573Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:14:14.834430Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:14:14.834356Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:14:14.834502Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:14:20.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:20 smithi150 ceph-mon[31551]: pgmap v94: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:20.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:20 smithi062 ceph-mon[29683]: pgmap v94: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:21.440 INFO:tasks.cephadm:container.bar has 1/2 2024-09-11T01:14:21.710 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:21 smithi150 ceph-mon[31551]: from='client.14342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:21.802 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:21 smithi062 ceph-mon[29683]: from='client.14342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:22.441 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:14:22.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:22 smithi062 ceph-mon[29683]: pgmap v95: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:22.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:22 smithi150 ceph-mon[31551]: pgmap v95: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:23.089 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:14:23.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:14:23.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:23.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:14:23.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T01:14:23.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: pgmap v96: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:23.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: Redeploying mon.a, (container cli args changed) . . . 2024-09-11T01:14:23.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:14:23.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T01:14:23.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:23.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: Deploying daemon mon.a on smithi062 2024-09-11T01:14:23.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:23 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:14:23.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:23.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:14:23.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-11T01:14:23.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: pgmap v96: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:23.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:23.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: Redeploying mon.a, (container cli args changed) . . . 2024-09-11T01:14:23.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:14:23.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T01:14:23.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:23.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: Deploying daemon mon.a on smithi062 2024-09-11T01:14:23.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:23 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:24.452 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:14:24.452 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:14:14.834263Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:14:22.521439Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "last_refresh": "2024-09-11T01:14:14.834688Z", "running": 1, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:50.576646Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "last_refresh": "2024-09-11T01:14:14.834573Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:14:14.834430Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:14:14.834356Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:14:14.834502Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:14:24.671 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:24 smithi062 ceph-mon[29683]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T01:14:24.683 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:24 smithi150 ceph-mon[31551]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-11T01:14:25.320 INFO:tasks.cephadm:container.bar has 1/2 2024-09-11T01:14:26.031 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:25 smithi150 ceph-mon[31551]: from='client.14346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:26.031 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:25 smithi150 ceph-mon[31551]: pgmap v97: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:26.032 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:25 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:26.032 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:25 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:26.032 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:25 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:26.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:25 smithi062 ceph-mon[29683]: from='client.14346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:26.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:25 smithi062 ceph-mon[29683]: pgmap v97: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:26.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:25 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:26.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:25 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:26.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:25 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:26.321 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-11T01:14:26.772 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:26 smithi062 ceph-mon[29683]: pgmap v98: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:26.772 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:26 smithi062 ceph-mon[29683]: pgmap v99: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:26.772 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:26 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:26.772 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:26 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:26.773 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:26 smithi062 ceph-mon[29683]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:27.048 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:14:27.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:26 smithi150 ceph-mon[31551]: pgmap v98: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:27.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:26 smithi150 ceph-mon[31551]: pgmap v99: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:27.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:26 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:27.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:26 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:27.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:26 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:27.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:26 smithi062 systemd[1]: Stopping Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:14:27.747 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-09-11T01:14:27.747 INFO:teuthology.orchestra.run.smithi062.stdout:[{"events": ["2024-09-11T01:11:57.055632Z service:agent [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "agent", "service_type": "agent", "status": {"created": "2024-09-11T01:11:33.298320Z", "last_refresh": "2024-09-11T01:14:26.414663Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "set -e\ntest -f /var/cache/bar/from.txt\ntest -f /var/cache/bar/presized.dat\necho ok > /var/cache/bar/primary.txt\nsleep infinity\n", "mount_path": "/root/init_check.sh"}], "events": ["2024-09-11T01:14:22.521439Z service:container.bar [INFO] \"service was created\""], "extra_entrypoint_args": ["/root/init_check.sh"], "placement": {"host_pattern": "*"}, "service_id": "bar", "service_name": "container.bar", "service_type": "container", "spec": {"dirs": ["data"], "entrypoint": "bash", "image": "quay.io/fedora/fedora:latest", "init_containers": [{"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": ". /etc/os-release && echo from=$ID > /var/cache/bar/from.txt", "split": false}], "image": "quay.io/centos/centos:latest", "volume_mounts": {"data": "/var/cache/bar:z"}}, {"entrypoint": "bash", "entrypoint_args": [{"argument": "-c", "split": false}, {"argument": "test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat", "split": false}], "volume_mounts": {"data": "/var/cache/bar:z"}}], "volume_mounts": {"data": "/var/cache/bar:z"}}, "status": {"created": "2024-09-11T01:13:35.796461Z", "last_refresh": "2024-09-11T01:14:26.415099Z", "running": 2, "size": 2}}, {"custom_configs": [{"content": "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\nsleep infinity\n", "mount_path": "/root/write_thing_to_file.sh"}], "events": ["2024-09-11T01:13:50.576646Z service:container.foo [INFO] \"service was created\""], "extra_container_args": ["-v", "/etc/cephadm_testing:/root/cephadm_testing"], "extra_entrypoint_args": ["/root/write_thing_to_file.sh", "-c", "testing_custom_containers", "-o", "/root/cephadm_testing/testing.txt"], "placement": {"host_pattern": "*"}, "service_id": "foo", "service_name": "container.foo", "service_type": "container", "spec": {"entrypoint": "bash", "image": "quay.io/fedora/fedora:latest"}, "status": {"created": "2024-09-11T01:13:35.792976Z", "last_refresh": "2024-09-11T01:14:26.414995Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:12:18.848350Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062=a", "smithi150=b"]}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-11T01:12:16.061330Z", "last_refresh": "2024-09-11T01:14:26.414844Z", "running": 2, "size": 2}}, {"events": ["2024-09-11T01:13:35.807358Z service:mon [INFO] \"service was created\""], "extra_container_args": ["--cpus=2"], "extra_entrypoint_args": ["--debug_ms 10"], "placement": {"host_pattern": "*"}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-11T01:13:35.788700Z", "last_refresh": "2024-09-11T01:14:26.414765Z", "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480", "container_image_name": "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e", "last_refresh": "2024-09-11T01:14:26.414921Z", "running": 2, "size": 2}, "unmanaged": true}] 2024-09-11T01:14:27.748 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:27 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a[29660]: 2024-09-11T01:14:27.664+0000 7f1ae2964640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T01:14:27.748 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:27 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a[29660]: 2024-09-11T01:14:27.664+0000 7f1ae2964640 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-09-11T01:14:27.748 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:27 smithi062 podman[49183]: 2024-09-11 01:14:27.685593985 +0000 UTC m=+0.119977647 container died 61bd1671634a25439e879359ac3a14f2f8346fcc98ed335f3b19024181552fcf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-11T01:14:28.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:28 smithi062 podman[49183]: 2024-09-11 01:14:28.003952136 +0000 UTC m=+0.438335788 container cleanup 61bd1671634a25439e879359ac3a14f2f8346fcc98ed335f3b19024181552fcf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-11T01:14:28.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:28 smithi062 bash[49183]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a 2024-09-11T01:14:28.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:28 smithi062 podman[49201]: 2024-09-11 01:14:28.171882687 +0000 UTC m=+0.485393567 container remove 61bd1671634a25439e879359ac3a14f2f8346fcc98ed335f3b19024181552fcf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4) 2024-09-11T01:14:28.768 INFO:tasks.cephadm:container.bar has 2/2 2024-09-11T01:14:28.769 INFO:teuthology.run_tasks:Running task exec... 2024-09-11T01:14:28.778 INFO:teuthology.task.exec:Executing custom commands... 2024-09-11T01:14:28.779 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2024-09-11T01:14:28.779 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2024-09-11T01:14:28.779 DEBUG:teuthology.orchestra.run.smithi062:> FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) 2024-09-11T01:14:28.779 DEBUG:teuthology.orchestra.run.smithi062:> sleep 60 2024-09-11T01:14:28.779 DEBUG:teuthology.orchestra.run.smithi062:> # check extra container and entrypoint args written to mon unit run file 2024-09-11T01:14:28.779 DEBUG:teuthology.orchestra.run.smithi062:> grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run 2024-09-11T01:14:28.779 DEBUG:teuthology.orchestra.run.smithi062:> grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run 2024-09-11T01:14:28.779 DEBUG:teuthology.orchestra.run.smithi062:> # check that custom container properly wrote content to file. 2024-09-11T01:14:28.779 DEBUG:teuthology.orchestra.run.smithi062:> # This requires the custom config, extra container args, and 2024-09-11T01:14:28.779 DEBUG:teuthology.orchestra.run.smithi062:> # entrypoint args to all be working in order for this to have 2024-09-11T01:14:28.780 DEBUG:teuthology.orchestra.run.smithi062:> # been written. The container entrypoint was set up with custom_configs, 2024-09-11T01:14:28.780 DEBUG:teuthology.orchestra.run.smithi062:> # the content and where to write to with the entrypoint args, and the mounting 2024-09-11T01:14:28.780 DEBUG:teuthology.orchestra.run.smithi062:> # of the /etc/cephadm_testing dir with extra container args 2024-09-11T01:14:28.780 DEBUG:teuthology.orchestra.run.smithi062:> grep "testing_custom_containers" /etc/cephadm_testing/testing.txt 2024-09-11T01:14:28.780 DEBUG:teuthology.orchestra.run.smithi062:> # Verify that container bar'"'"'s init containers and primary container 2024-09-11T01:14:28.780 DEBUG:teuthology.orchestra.run.smithi062:> # ran successfully 2024-09-11T01:14:28.780 DEBUG:teuthology.orchestra.run.smithi062:> dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name '"'"'container.bar.*'"'"') 2024-09-11T01:14:28.780 DEBUG:teuthology.orchestra.run.smithi062:> test -n "$dir" 2024-09-11T01:14:28.780 DEBUG:teuthology.orchestra.run.smithi062:> grep ok ${dir}/data/primary.txt 2024-09-11T01:14:28.780 DEBUG:teuthology.orchestra.run.smithi062:> grep from=centos ${dir}/data/from.txt 2024-09-11T01:14:28.780 DEBUG:teuthology.orchestra.run.smithi062:> test -s ${dir}/data/presized.dat 2024-09-11T01:14:28.780 DEBUG:teuthology.orchestra.run.smithi062:> ' 2024-09-11T01:14:28.811 INFO:teuthology.orchestra.run.smithi062.stderr:++ /home/ubuntu/cephtest/cephadm shell -- ceph fsid 2024-09-11T01:14:28.998 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:28 smithi062 systemd[1]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-11T01:14:28.998 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:28 smithi062 systemd[1]: Stopped Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:14:28.998 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:28 smithi062 systemd[1]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a.service: Consumed 3.939s CPU time. 2024-09-11T01:14:29.062 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:29.137 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config 2024-09-11T01:14:29.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 systemd[1]: Starting Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:14:29.679 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 podman[49497]: 2024-09-11 01:14:29.329950584 +0000 UTC m=+0.017578693 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T01:14:29.679 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 podman[49497]: 2024-09-11 01:14:29.450975883 +0000 UTC m=+0.138603992 container create 204195753f6bfbe81971b1dd4f6b58bd7ccfd305b986b00620810a756ee9d972 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4) 2024-09-11T01:14:29.679 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 podman[49497]: 2024-09-11 01:14:29.645315544 +0000 UTC m=+0.332943653 container init 204195753f6bfbe81971b1dd4f6b58bd7ccfd305b986b00620810a756ee9d972 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-09-11T01:14:29.679 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 podman[49497]: 2024-09-11 01:14:29.650126962 +0000 UTC m=+0.337755071 container start 204195753f6bfbe81971b1dd4f6b58bd7ccfd305b986b00620810a756ee9d972 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, maintainer=Guillaume Abrioux ) 2024-09-11T01:14:29.679 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T01:14:29.679 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev), process ceph-mon, pid 8 2024-09-11T01:14:29.679 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: pidfile_write: ignore empty --pid-file 2024-09-11T01:14:29.679 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: load: jerasure load: lrc 2024-09-11T01:14:29.680 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: RocksDB version: 7.9.2 2024-09-11T01:14:29.680 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Git sha 0 2024-09-11T01:14:29.680 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Compile date 2024-09-10 08:02:51 2024-09-11T01:14:29.680 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: DB SUMMARY 2024-09-11T01:14:29.680 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: DB Session ID: FNIEOF76Q9Z1CIRTDZ42 2024-09-11T01:14:29.680 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: CURRENT file: CURRENT 2024-09-11T01:14:29.680 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T01:14:29.680 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: MANIFEST file: MANIFEST-000015 size: 281 Bytes 2024-09-11T01:14:29.680 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 2, files: 000008.sst 000013.sst 2024-09-11T01:14:29.680 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000014.log size: 4750175 ; 2024-09-11T01:14:29.680 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.error_if_exists: 0 2024-09-11T01:14:29.680 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.create_if_missing: 0 2024-09-11T01:14:29.680 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.paranoid_checks: 1 2024-09-11T01:14:29.681 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-11T01:14:29.681 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T01:14:29.681 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-11T01:14:29.681 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.env: 0x55772eeb0180 2024-09-11T01:14:29.681 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.fs: PosixFileSystem 2024-09-11T01:14:29.681 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.info_log: 0x5577310d5700 2024-09-11T01:14:29.681 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T01:14:29.681 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.statistics: (nil) 2024-09-11T01:14:29.681 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.use_fsync: 0 2024-09-11T01:14:29.681 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_log_file_size: 0 2024-09-11T01:14:29.681 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T01:14:29.681 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T01:14:30.022 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T01:14:30.022 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T01:14:30.022 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.allow_fallocate: 1 2024-09-11T01:14:30.022 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T01:14:30.022 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T01:14:30.022 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.use_direct_reads: 0 2024-09-11T01:14:30.022 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T01:14:30.022 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T01:14:30.022 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.db_log_dir: 2024-09-11T01:14:30.023 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.wal_dir: 2024-09-11T01:14:30.023 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T01:14:30.023 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T01:14:30.023 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T01:14:30.023 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T01:14:30.023 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T01:14:30.023 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T01:14:30.023 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T01:14:30.023 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T01:14:30.023 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.write_buffer_manager: 0x5577310d9b80 2024-09-11T01:14:30.023 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T01:14:30.023 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T01:14:30.023 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T01:14:30.024 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T01:14:30.024 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T01:14:30.024 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T01:14:30.024 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T01:14:30.024 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T01:14:30.024 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.unordered_write: 0 2024-09-11T01:14:30.024 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T01:14:30.024 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T01:14:30.024 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T01:14:30.024 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T01:14:30.024 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.row_cache: None 2024-09-11T01:14:30.024 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.wal_filter: None 2024-09-11T01:14:30.025 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T01:14:30.025 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T01:14:30.025 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.two_write_queues: 0 2024-09-11T01:14:30.025 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T01:14:30.025 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.wal_compression: 0 2024-09-11T01:14:30.026 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.atomic_flush: 0 2024-09-11T01:14:30.026 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T01:14:30.026 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T01:14:30.026 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T01:14:30.027 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.log_readahead_size: 0 2024-09-11T01:14:30.027 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T01:14:30.027 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T01:14:30.027 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T01:14:30.027 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T01:14:30.027 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T01:14:30.027 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T01:14:30.027 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-11T01:14:30.027 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_background_jobs: 2 2024-09-11T01:14:30.027 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_background_compactions: -1 2024-09-11T01:14:30.027 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_subcompactions: 1 2024-09-11T01:14:30.027 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T01:14:30.028 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T01:14:30.028 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T01:14:30.028 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T01:14:30.028 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T01:14:30.028 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T01:14:30.028 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T01:14:30.028 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T01:14:30.028 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_open_files: -1 2024-09-11T01:14:30.028 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T01:14:30.028 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T01:14:30.028 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T01:14:30.029 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T01:14:30.029 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_background_flushes: -1 2024-09-11T01:14:30.029 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Compression algorithms supported: 2024-09-11T01:14:30.029 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: kZSTD supported: 0 2024-09-11T01:14:30.029 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: kXpressCompression supported: 0 2024-09-11T01:14:30.029 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: kBZip2Compression supported: 0 2024-09-11T01:14:30.029 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T01:14:30.029 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: kLZ4Compression supported: 1 2024-09-11T01:14:30.029 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: kZlibCompression supported: 1 2024-09-11T01:14:30.029 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T01:14:30.029 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: kSnappyCompression supported: 1 2024-09-11T01:14:30.029 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T01:14:30.029 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-11T01:14:30.029 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-09-11T01:14:30.030 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-11T01:14:30.030 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T01:14:30.030 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.merge_operator: 2024-09-11T01:14:30.030 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compaction_filter: None 2024-09-11T01:14:30.030 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T01:14:30.030 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T01:14:30.030 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T01:14:30.030 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T01:14:30.030 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5577310d5320) 2024-09-11T01:14:30.030 INFO:journalctl@ceph.mon.a.smithi062.stdout: cache_index_and_filter_blocks: 1 2024-09-11T01:14:30.030 INFO:journalctl@ceph.mon.a.smithi062.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T01:14:30.030 INFO:journalctl@ceph.mon.a.smithi062.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T01:14:30.030 INFO:journalctl@ceph.mon.a.smithi062.stdout: pin_top_level_index_and_filter: 1 2024-09-11T01:14:30.031 INFO:journalctl@ceph.mon.a.smithi062.stdout: index_type: 0 2024-09-11T01:14:30.031 INFO:journalctl@ceph.mon.a.smithi062.stdout: data_block_index_type: 0 2024-09-11T01:14:30.031 INFO:journalctl@ceph.mon.a.smithi062.stdout: index_shortening: 1 2024-09-11T01:14:30.031 INFO:journalctl@ceph.mon.a.smithi062.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T01:14:30.031 INFO:journalctl@ceph.mon.a.smithi062.stdout: checksum: 4 2024-09-11T01:14:30.031 INFO:journalctl@ceph.mon.a.smithi062.stdout: no_block_cache: 0 2024-09-11T01:14:30.031 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache: 0x5577310c9610 2024-09-11T01:14:30.031 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache_name: BinnedLRUCache 2024-09-11T01:14:30.031 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache_options: 2024-09-11T01:14:30.031 INFO:journalctl@ceph.mon.a.smithi062.stdout: capacity : 536870912 2024-09-11T01:14:30.031 INFO:journalctl@ceph.mon.a.smithi062.stdout: num_shard_bits : 4 2024-09-11T01:14:30.031 INFO:journalctl@ceph.mon.a.smithi062.stdout: strict_capacity_limit : 0 2024-09-11T01:14:30.031 INFO:journalctl@ceph.mon.a.smithi062.stdout: high_pri_pool_ratio: 0.000 2024-09-11T01:14:30.031 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache_compressed: (nil) 2024-09-11T01:14:30.032 INFO:journalctl@ceph.mon.a.smithi062.stdout: persistent_cache: (nil) 2024-09-11T01:14:30.032 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_size: 4096 2024-09-11T01:14:30.032 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_size_deviation: 10 2024-09-11T01:14:30.032 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_restart_interval: 16 2024-09-11T01:14:30.032 INFO:journalctl@ceph.mon.a.smithi062.stdout: index_block_restart_interval: 1 2024-09-11T01:14:30.032 INFO:journalctl@ceph.mon.a.smithi062.stdout: metadata_block_size: 4096 2024-09-11T01:14:30.032 INFO:journalctl@ceph.mon.a.smithi062.stdout: partition_filters: 0 2024-09-11T01:14:30.032 INFO:journalctl@ceph.mon.a.smithi062.stdout: use_delta_encoding: 1 2024-09-11T01:14:30.032 INFO:journalctl@ceph.mon.a.smithi062.stdout: filter_policy: bloomfilter 2024-09-11T01:14:30.032 INFO:journalctl@ceph.mon.a.smithi062.stdout: whole_key_filtering: 1 2024-09-11T01:14:30.032 INFO:journalctl@ceph.mon.a.smithi062.stdout: verify_compression: 0 2024-09-11T01:14:30.032 INFO:journalctl@ceph.mon.a.smithi062.stdout: read_amp_bytes_per_bit: 0 2024-09-11T01:14:30.032 INFO:journalctl@ceph.mon.a.smithi062.stdout: format_version: 5 2024-09-11T01:14:30.032 INFO:journalctl@ceph.mon.a.smithi062.stdout: enable_index_compression: 1 2024-09-11T01:14:30.032 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_align: 0 2024-09-11T01:14:30.033 INFO:journalctl@ceph.mon.a.smithi062.stdout: max_auto_readahead_size: 262144 2024-09-11T01:14:30.033 INFO:journalctl@ceph.mon.a.smithi062.stdout: prepopulate_block_cache: 0 2024-09-11T01:14:30.033 INFO:journalctl@ceph.mon.a.smithi062.stdout: initial_auto_readahead_size: 8192 2024-09-11T01:14:30.033 INFO:journalctl@ceph.mon.a.smithi062.stdout: num_file_reads_for_auto_readahead: 2 2024-09-11T01:14:30.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T01:14:30.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T01:14:30.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compression: NoCompression 2024-09-11T01:14:30.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T01:14:30.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T01:14:30.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T01:14:30.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.num_levels: 7 2024-09-11T01:14:30.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T01:14:30.033 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T01:14:30.034 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T01:14:30.034 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T01:14:30.034 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T01:14:30.034 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T01:14:30.034 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T01:14:30.034 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T01:14:30.034 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T01:14:30.034 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T01:14:30.034 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-11T01:14:30.034 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-11T01:14:30.034 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T01:14:30.034 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T01:14:30.034 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T01:14:30.035 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T01:14:30.035 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T01:14:30.035 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-11T01:14:30.035 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T01:14:30.035 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T01:14:30.035 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-11T01:14:30.035 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T01:14:30.035 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T01:14:30.035 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T01:14:30.035 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T01:14:30.035 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T01:14:30.035 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T01:14:30.035 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T01:14:30.035 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T01:14:30.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T01:14:30.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T01:14:30.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T01:14:30.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T01:14:30.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T01:14:30.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T01:14:30.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T01:14:30.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T01:14:30.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T01:14:30.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-11T01:14:30.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.arena_block_size: 1048576 2024-09-11T01:14:30.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T01:14:30.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T01:14:30.036 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T01:14:30.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T01:14:30.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T01:14:30.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T01:14:30.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T01:14:30.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T01:14:30.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T01:14:30.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T01:14:30.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T01:14:30.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T01:14:30.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T01:14:30.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T01:14:30.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.inplace_update_support: 0 2024-09-11T01:14:30.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T01:14:30.037 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T01:14:30.038 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T01:14:30.038 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T01:14:30.038 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.bloom_locality: 0 2024-09-11T01:14:30.038 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.max_successive_merges: 0 2024-09-11T01:14:30.038 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T01:14:30.038 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T01:14:30.038 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T01:14:30.038 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T01:14:30.038 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.ttl: 2592000 2024-09-11T01:14:30.038 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T01:14:30.038 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-11T01:14:30.038 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-11T01:14:30.038 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.enable_blob_files: false 2024-09-11T01:14:30.038 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.min_blob_size: 0 2024-09-11T01:14:30.038 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T01:14:30.039 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T01:14:30.039 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T01:14:30.039 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T01:14:30.039 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-11T01:14:30.039 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-11T01:14:30.039 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.blob_file_starting_level: 0 2024-09-11T01:14:30.039 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-11T01:14:30.039 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 succeeded,manifest_file_number is 15, next_file_number is 17, last_sequence is 259, log_number is 10,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 10 2024-09-11T01:14:30.039 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 10 2024-09-11T01:14:30.039 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3ffd7c94-86db-49ed-9bf5-9f11d41387c7 2024-09-11T01:14:30.039 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017269678774, "job": 1, "event": "recovery_started", "wal_files": [14]} 2024-09-11T01:14:30.039 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #14 mode 2 2024-09-11T01:14:30.039 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017269701061, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 4114470, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 264, "largest_seqno": 4292, "table_properties": {"data_size": 4099765, "index_size": 9243, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 4421, "raw_key_size": 38720, "raw_average_key_size": 22, "raw_value_size": 4065515, "raw_average_value_size": 2321, "num_data_blocks": 440, "num_entries": 1751, "num_filter_entries": 1751, "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": 1726017269, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3ffd7c94-86db-49ed-9bf5-9f11d41387c7", "db_session_id": "FNIEOF76Q9Z1CIRTDZ42", "orig_file_number": 18, "seqno_to_time_mapping": "N/A"}} 2024-09-11T01:14:30.040 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017269701197, "job": 1, "event": "recovery_finished"} 2024-09-11T01:14:30.040 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: [db/version_set.cc:5047] Creating manifest 20 2024-09-11T01:14:30.040 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000014.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T01:14:30.040 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5577310f8e00 2024-09-11T01:14:30.040 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: DB pointer 0x5577311fa000 2024-09-11T01:14:30.040 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-11T01:14:30.040 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-11T01:14:30.040 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** DB Stats ** 2024-09-11T01:14:30.040 INFO:journalctl@ceph.mon.a.smithi062.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T01:14:30.040 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T01:14:30.040 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T01:14:30.040 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T01:14:30.040 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T01:14:30.040 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T01:14:30.041 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T01:14:30.041 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:30.041 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** Compaction Stats [default] ** 2024-09-11T01:14:30.041 INFO:journalctl@ceph.mon.a.smithi062.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T01:14:30.041 INFO:journalctl@ceph.mon.a.smithi062.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-11T01:14:30.041 INFO:journalctl@ceph.mon.a.smithi062.stdout: L0 3/0 4.01 MB 0.8 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 453.7 0.01 0.00 1 0.009 0 0 0.0 0.0 2024-09-11T01:14:30.041 INFO:journalctl@ceph.mon.a.smithi062.stdout: Sum 3/0 4.01 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 453.7 0.01 0.00 1 0.009 0 0 0.0 0.0 2024-09-11T01:14:30.041 INFO:journalctl@ceph.mon.a.smithi062.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 453.7 0.01 0.00 1 0.009 0 0 0.0 0.0 2024-09-11T01:14:30.041 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:30.041 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** Compaction Stats [default] ** 2024-09-11T01:14:30.041 INFO:journalctl@ceph.mon.a.smithi062.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T01:14:30.041 INFO:journalctl@ceph.mon.a.smithi062.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T01:14:30.041 INFO:journalctl@ceph.mon.a.smithi062.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 453.7 0.01 0.00 1 0.009 0 0 0.0 0.0 2024-09-11T01:14:30.042 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:30.042 INFO:journalctl@ceph.mon.a.smithi062.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-11T01:14:30.042 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:30.042 INFO:journalctl@ceph.mon.a.smithi062.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T01:14:30.042 INFO:journalctl@ceph.mon.a.smithi062.stdout: Flush(GB): cumulative 0.004, interval 0.004 2024-09-11T01:14:30.042 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T01:14:30.042 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T01:14:30.042 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T01:14:30.042 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T01:14:30.042 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative compaction: 0.00 GB write, 126.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T01:14:30.042 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval compaction: 0.00 GB write, 126.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T01:14:30.042 INFO:journalctl@ceph.mon.a.smithi062.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T01:14:30.042 INFO:journalctl@ceph.mon.a.smithi062.stdout: Block cache BinnedLRUCache@0x5577310c9610#8 capacity: 512.00 MB usage: 15.80 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-11T01:14:30.042 INFO:journalctl@ceph.mon.a.smithi062.stdout: Block cache entry stats(count,size,portion): FilterBlock(3,5.30 KB,0.0010103%) IndexBlock(3,10.50 KB,0.00200272%) Misc(1,0.00 KB,0%) 2024-09-11T01:14:30.043 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:30.043 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T01:14:30.043 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: starting mon.a rank 0 at public addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] at bind addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:30.043 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: mon.a@-1(???) e2 preinit fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:30.043 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: mon.a@-1(???).mds e1 new map 2024-09-11T01:14:30.043 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: mon.a@-1(???).mds e1 print_map 2024-09-11T01:14:30.043 INFO:journalctl@ceph.mon.a.smithi062.stdout: e1 2024-09-11T01:14:30.043 INFO:journalctl@ceph.mon.a.smithi062.stdout: btime 2024-09-11T01:10:39:858671+0000 2024-09-11T01:14:30.043 INFO:journalctl@ceph.mon.a.smithi062.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T01:14:30.043 INFO:journalctl@ceph.mon.a.smithi062.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-11T01:14:30.043 INFO:journalctl@ceph.mon.a.smithi062.stdout: legacy client fscid: -1 2024-09-11T01:14:30.043 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:30.043 INFO:journalctl@ceph.mon.a.smithi062.stdout: No filesystems configured 2024-09-11T01:14:30.043 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: mon.a@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T01:14:30.044 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:14:30.044 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:14:30.044 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:14:30.044 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 ceph-mon[49539]: mon.a@-1(???).paxosservice(auth 1..9) refresh upgraded, format 0 -> 3 2024-09-11T01:14:30.044 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 bash[49497]: 204195753f6bfbe81971b1dd4f6b58bd7ccfd305b986b00620810a756ee9d972 2024-09-11T01:14:30.044 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:29 smithi062 systemd[1]: Started Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:14:30.387 INFO:teuthology.orchestra.run.smithi062.stderr:Using ceph image with id '589dd18248e4' and tag '8f219c476cb4f26fc5719c661c0323719a45cb30' created on 2024-09-10 09:30:02 +0000 UTC 2024-09-11T01:14:30.388 INFO:teuthology.orchestra.run.smithi062.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T01:14:31.312 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T01:14:31.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:14:31.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: from='client.14350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:31.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: pgmap v103: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:31.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: mon.a calling monitor election 2024-09-11T01:14:31.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-11T01:14:31.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: monmap epoch 2 2024-09-11T01:14:31.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:31.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: last_changed 2024-09-11T01:12:04.976304+0000 2024-09-11T01:14:31.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: created 2024-09-11T01:10:36.793948+0000 2024-09-11T01:14:31.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: min_mon_release 19 (squid) 2024-09-11T01:14:31.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: election_strategy: 1 2024-09-11T01:14:31.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-11T01:14:31.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: 1: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.b 2024-09-11T01:14:31.313 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: fsmap 2024-09-11T01:14:31.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T01:14:31.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: mgrmap e14: a(active, since 2m), standbys: b 2024-09-11T01:14:31.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: overall HEALTH_OK 2024-09-11T01:14:31.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: from='mgr.14148 ' entity='' 2024-09-11T01:14:31.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:14:31.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:14:31.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T01:14:31.314 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:31 smithi062 ceph-mon[49539]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:31.528 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T01:14:31.528 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:14:31.528 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: from='client.14350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-11T01:14:31.528 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: pgmap v103: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:31.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: mon.a calling monitor election 2024-09-11T01:14:31.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-11T01:14:31.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: monmap epoch 2 2024-09-11T01:14:31.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:31.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: last_changed 2024-09-11T01:12:04.976304+0000 2024-09-11T01:14:31.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: created 2024-09-11T01:10:36.793948+0000 2024-09-11T01:14:31.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: min_mon_release 19 (squid) 2024-09-11T01:14:31.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: election_strategy: 1 2024-09-11T01:14:31.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-11T01:14:31.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: 1: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.b 2024-09-11T01:14:31.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: fsmap 2024-09-11T01:14:31.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T01:14:31.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: mgrmap e14: a(active, since 2m), standbys: b 2024-09-11T01:14:31.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: overall HEALTH_OK 2024-09-11T01:14:31.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: from='mgr.14148 ' entity='' 2024-09-11T01:14:31.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:14:31.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:14:31.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T01:14:31.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:31 smithi150 ceph-mon[31551]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:31.988 INFO:teuthology.orchestra.run.smithi062.stderr:+ FSID=8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:31.989 INFO:teuthology.orchestra.run.smithi062.stderr:+ sleep 60 2024-09-11T01:14:32.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:32 smithi062 ceph-mon[49539]: pgmap v104: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:32.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:32 smithi062 ceph-mon[49539]: Redeploying mon.b, (container cli args changed) . . . 2024-09-11T01:14:32.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:32 smithi062 ceph-mon[49539]: Deploying daemon mon.b on smithi150 2024-09-11T01:14:32.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:32 smithi062 ceph-mon[49539]: from='client.? 172.21.15.62:0/811134595' entity='client.admin' cmd={"prefix": "fsid"} : dispatch 2024-09-11T01:14:32.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:32 smithi062 ceph-mon[49539]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:14:32.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:32 smithi062 ceph-mon[49539]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:14:32.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:32 smithi062 ceph-mon[49539]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:14:32.421 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:32 smithi150 ceph-mon[31551]: pgmap v104: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:32.421 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:32 smithi150 ceph-mon[31551]: Redeploying mon.b, (container cli args changed) . . . 2024-09-11T01:14:32.422 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:32 smithi150 ceph-mon[31551]: Deploying daemon mon.b on smithi150 2024-09-11T01:14:32.422 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:32 smithi150 ceph-mon[31551]: from='client.? 172.21.15.62:0/811134595' entity='client.admin' cmd={"prefix": "fsid"} : dispatch 2024-09-11T01:14:32.422 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:32 smithi150 ceph-mon[31551]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:14:32.422 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:32 smithi150 ceph-mon[31551]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:14:32.422 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:32 smithi150 ceph-mon[31551]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:14:32.973 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:32 smithi150 systemd[1]: Stopping Ceph mon.b for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:14:32.973 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:32 smithi150 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b[31528]: 2024-09-11T01:14:32.950+0000 7f23a235a640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T01:14:32.973 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:32 smithi150 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b[31528]: 2024-09-11T01:14:32.950+0000 7f23a235a640 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-09-11T01:14:33.302 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:32 smithi150 podman[41528]: 2024-09-11 01:14:32.971991088 +0000 UTC m=+0.118425134 container died 7aa370512b7a9533c18fc119465bbdc0c41f7d5fff749ca2e723015a1fb84d92 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-11T01:14:33.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:33 smithi150 podman[41528]: 2024-09-11 01:14:33.38251734 +0000 UTC m=+0.528951384 container cleanup 7aa370512b7a9533c18fc119465bbdc0c41f7d5fff749ca2e723015a1fb84d92 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T01:14:33.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:33 smithi150 bash[41528]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b 2024-09-11T01:14:33.903 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:33 smithi150 podman[41545]: 2024-09-11 01:14:33.589009918 +0000 UTC m=+0.617367092 container remove 7aa370512b7a9533c18fc119465bbdc0c41f7d5fff749ca2e723015a1fb84d92 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-11T01:14:33.904 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:33 smithi150 systemd[1]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.b.service: Deactivated successfully. 2024-09-11T01:14:33.904 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:33 smithi150 systemd[1]: Stopped Ceph mon.b for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:14:33.904 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:33 smithi150 systemd[1]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.b.service: Consumed 2.505s CPU time. 2024-09-11T01:14:34.220 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 systemd[1]: Starting Ceph mon.b for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:14:34.505 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 podman[41678]: 2024-09-11 01:14:34.218508497 +0000 UTC m=+0.109536214 container create 8fcb67309681b2da83e27cd2dee6d4bc63033651a2849b6d7d789231ed6f415b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4) 2024-09-11T01:14:34.506 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 podman[41678]: 2024-09-11 01:14:34.125125805 +0000 UTC m=+0.016153477 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T01:14:34.506 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 podman[41678]: 2024-09-11 01:14:34.404102335 +0000 UTC m=+0.295130007 container init 8fcb67309681b2da83e27cd2dee6d4bc63033651a2849b6d7d789231ed6f415b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T01:14:34.506 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 podman[41678]: 2024-09-11 01:14:34.408833182 +0000 UTC m=+0.299860855 container start 8fcb67309681b2da83e27cd2dee6d4bc63033651a2849b6d7d789231ed6f415b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, maintainer=Guillaume Abrioux ) 2024-09-11T01:14:34.506 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T01:14:34.506 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev), process ceph-mon, pid 7 2024-09-11T01:14:34.506 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: pidfile_write: ignore empty --pid-file 2024-09-11T01:14:34.506 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: load: jerasure load: lrc 2024-09-11T01:14:34.507 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: RocksDB version: 7.9.2 2024-09-11T01:14:34.507 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Git sha 0 2024-09-11T01:14:34.507 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Compile date 2024-09-10 08:02:51 2024-09-11T01:14:34.507 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: DB SUMMARY 2024-09-11T01:14:34.507 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: DB Session ID: QB8W93QTKQJ58964PILC 2024-09-11T01:14:34.507 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: CURRENT file: CURRENT 2024-09-11T01:14:34.507 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T01:14:34.507 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-11T01:14:34.507 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000008.sst 2024-09-11T01:14:34.509 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000009.log size: 6144375 ; 2024-09-11T01:14:34.509 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.error_if_exists: 0 2024-09-11T01:14:34.509 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.create_if_missing: 0 2024-09-11T01:14:34.510 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.paranoid_checks: 1 2024-09-11T01:14:34.510 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-11T01:14:34.510 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T01:14:34.510 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-11T01:14:34.510 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.env: 0x557f550da180 2024-09-11T01:14:34.510 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.fs: PosixFileSystem 2024-09-11T01:14:34.510 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.info_log: 0x557f55b6f700 2024-09-11T01:14:34.510 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T01:14:34.510 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.statistics: (nil) 2024-09-11T01:14:34.511 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.use_fsync: 0 2024-09-11T01:14:34.511 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_log_file_size: 0 2024-09-11T01:14:34.511 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T01:14:34.511 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T01:14:34.511 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T01:14:34.511 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T01:14:34.511 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.allow_fallocate: 1 2024-09-11T01:14:34.511 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T01:14:34.511 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T01:14:34.512 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.use_direct_reads: 0 2024-09-11T01:14:34.512 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T01:14:34.512 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T01:14:34.512 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.db_log_dir: 2024-09-11T01:14:34.512 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.wal_dir: 2024-09-11T01:14:34.512 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T01:14:34.512 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T01:14:34.512 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T01:14:34.512 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T01:14:34.513 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T01:14:34.513 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T01:14:34.513 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T01:14:34.513 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T01:14:34.513 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.write_buffer_manager: 0x557f55b73b80 2024-09-11T01:14:34.513 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T01:14:34.513 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T01:14:34.513 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T01:14:34.513 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T01:14:34.513 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T01:14:34.514 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T01:14:34.514 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T01:14:34.514 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T01:14:34.514 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.unordered_write: 0 2024-09-11T01:14:34.514 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T01:14:34.514 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T01:14:34.514 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T01:14:34.514 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T01:14:34.514 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.row_cache: None 2024-09-11T01:14:34.515 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.wal_filter: None 2024-09-11T01:14:34.515 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T01:14:34.515 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T01:14:34.515 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.two_write_queues: 0 2024-09-11T01:14:34.515 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T01:14:34.515 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.wal_compression: 0 2024-09-11T01:14:34.515 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.atomic_flush: 0 2024-09-11T01:14:34.515 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T01:14:34.515 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T01:14:34.515 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T01:14:34.516 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.log_readahead_size: 0 2024-09-11T01:14:34.516 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T01:14:34.516 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T01:14:34.516 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T01:14:34.516 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T01:14:34.516 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T01:14:34.516 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T01:14:34.516 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-11T01:14:34.516 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_background_jobs: 2 2024-09-11T01:14:34.517 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_background_compactions: -1 2024-09-11T01:14:34.517 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_subcompactions: 1 2024-09-11T01:14:34.517 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T01:14:34.517 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T01:14:34.517 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T01:14:34.517 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T01:14:34.517 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T01:14:34.517 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T01:14:34.517 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T01:14:34.517 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T01:14:34.518 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_open_files: -1 2024-09-11T01:14:34.518 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T01:14:34.518 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T01:14:34.518 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T01:14:34.518 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T01:14:34.518 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_background_flushes: -1 2024-09-11T01:14:34.518 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Compression algorithms supported: 2024-09-11T01:14:34.518 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: kZSTD supported: 0 2024-09-11T01:14:34.518 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: kXpressCompression supported: 0 2024-09-11T01:14:34.518 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: kBZip2Compression supported: 0 2024-09-11T01:14:34.519 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T01:14:34.519 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: kLZ4Compression supported: 1 2024-09-11T01:14:34.519 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: kZlibCompression supported: 1 2024-09-11T01:14:34.519 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T01:14:34.519 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: kSnappyCompression supported: 1 2024-09-11T01:14:34.519 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T01:14:34.519 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-11T01:14:34.519 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 2024-09-11T01:14:34.519 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-11T01:14:34.519 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T01:14:34.520 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.merge_operator: 2024-09-11T01:14:34.520 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compaction_filter: None 2024-09-11T01:14:34.520 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T01:14:34.520 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T01:14:34.520 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T01:14:34.520 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T01:14:34.520 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557f55b6f320) 2024-09-11T01:14:34.520 INFO:journalctl@ceph.mon.b.smithi150.stdout: cache_index_and_filter_blocks: 1 2024-09-11T01:14:34.520 INFO:journalctl@ceph.mon.b.smithi150.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T01:14:34.521 INFO:journalctl@ceph.mon.b.smithi150.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T01:14:34.521 INFO:journalctl@ceph.mon.b.smithi150.stdout: pin_top_level_index_and_filter: 1 2024-09-11T01:14:34.521 INFO:journalctl@ceph.mon.b.smithi150.stdout: index_type: 0 2024-09-11T01:14:34.521 INFO:journalctl@ceph.mon.b.smithi150.stdout: data_block_index_type: 0 2024-09-11T01:14:34.521 INFO:journalctl@ceph.mon.b.smithi150.stdout: index_shortening: 1 2024-09-11T01:14:34.521 INFO:journalctl@ceph.mon.b.smithi150.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T01:14:34.521 INFO:journalctl@ceph.mon.b.smithi150.stdout: checksum: 4 2024-09-11T01:14:34.521 INFO:journalctl@ceph.mon.b.smithi150.stdout: no_block_cache: 0 2024-09-11T01:14:34.521 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_cache: 0x557f55b63610 2024-09-11T01:14:34.521 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_cache_name: BinnedLRUCache 2024-09-11T01:14:34.522 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_cache_options: 2024-09-11T01:14:34.522 INFO:journalctl@ceph.mon.b.smithi150.stdout: capacity : 536870912 2024-09-11T01:14:34.522 INFO:journalctl@ceph.mon.b.smithi150.stdout: num_shard_bits : 4 2024-09-11T01:14:34.522 INFO:journalctl@ceph.mon.b.smithi150.stdout: strict_capacity_limit : 0 2024-09-11T01:14:34.522 INFO:journalctl@ceph.mon.b.smithi150.stdout: high_pri_pool_ratio: 0.000 2024-09-11T01:14:34.522 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_cache_compressed: (nil) 2024-09-11T01:14:34.522 INFO:journalctl@ceph.mon.b.smithi150.stdout: persistent_cache: (nil) 2024-09-11T01:14:34.522 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_size: 4096 2024-09-11T01:14:34.522 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_size_deviation: 10 2024-09-11T01:14:34.522 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_restart_interval: 16 2024-09-11T01:14:34.523 INFO:journalctl@ceph.mon.b.smithi150.stdout: index_block_restart_interval: 1 2024-09-11T01:14:34.523 INFO:journalctl@ceph.mon.b.smithi150.stdout: metadata_block_size: 4096 2024-09-11T01:14:34.523 INFO:journalctl@ceph.mon.b.smithi150.stdout: partition_filters: 0 2024-09-11T01:14:34.523 INFO:journalctl@ceph.mon.b.smithi150.stdout: use_delta_encoding: 1 2024-09-11T01:14:34.523 INFO:journalctl@ceph.mon.b.smithi150.stdout: filter_policy: bloomfilter 2024-09-11T01:14:34.523 INFO:journalctl@ceph.mon.b.smithi150.stdout: whole_key_filtering: 1 2024-09-11T01:14:34.523 INFO:journalctl@ceph.mon.b.smithi150.stdout: verify_compression: 0 2024-09-11T01:14:34.523 INFO:journalctl@ceph.mon.b.smithi150.stdout: read_amp_bytes_per_bit: 0 2024-09-11T01:14:34.523 INFO:journalctl@ceph.mon.b.smithi150.stdout: format_version: 5 2024-09-11T01:14:34.523 INFO:journalctl@ceph.mon.b.smithi150.stdout: enable_index_compression: 1 2024-09-11T01:14:34.523 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_align: 0 2024-09-11T01:14:34.524 INFO:journalctl@ceph.mon.b.smithi150.stdout: max_auto_readahead_size: 262144 2024-09-11T01:14:34.524 INFO:journalctl@ceph.mon.b.smithi150.stdout: prepopulate_block_cache: 0 2024-09-11T01:14:34.524 INFO:journalctl@ceph.mon.b.smithi150.stdout: initial_auto_readahead_size: 8192 2024-09-11T01:14:34.524 INFO:journalctl@ceph.mon.b.smithi150.stdout: num_file_reads_for_auto_readahead: 2 2024-09-11T01:14:34.524 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T01:14:34.524 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T01:14:34.524 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compression: NoCompression 2024-09-11T01:14:34.524 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T01:14:34.524 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T01:14:34.525 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T01:14:34.525 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.num_levels: 7 2024-09-11T01:14:34.525 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T01:14:34.525 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T01:14:34.525 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T01:14:34.525 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T01:14:34.525 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T01:14:34.525 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T01:14:34.525 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T01:14:34.526 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T01:14:34.526 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T01:14:34.526 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T01:14:34.526 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-11T01:14:34.526 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-11T01:14:34.526 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T01:14:34.526 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T01:14:34.526 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T01:14:34.526 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T01:14:34.526 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T01:14:34.527 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-11T01:14:34.527 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T01:14:34.527 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T01:14:34.527 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-11T01:14:34.527 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T01:14:34.527 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T01:14:34.527 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T01:14:34.527 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T01:14:34.527 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T01:14:34.527 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T01:14:34.528 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T01:14:34.528 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T01:14:34.528 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T01:14:34.528 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T01:14:34.528 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T01:14:34.528 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T01:14:34.528 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T01:14:34.528 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T01:14:34.528 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T01:14:34.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T01:14:34.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T01:14:34.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-11T01:14:34.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.arena_block_size: 1048576 2024-09-11T01:14:34.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T01:14:34.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T01:14:34.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T01:14:34.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T01:14:34.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T01:14:34.529 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T01:14:34.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T01:14:34.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T01:14:34.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T01:14:34.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T01:14:34.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T01:14:34.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T01:14:34.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T01:14:34.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T01:14:34.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.inplace_update_support: 0 2024-09-11T01:14:34.530 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T01:14:34.531 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T01:14:34.531 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T01:14:34.531 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T01:14:34.531 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.bloom_locality: 0 2024-09-11T01:14:34.531 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.max_successive_merges: 0 2024-09-11T01:14:34.531 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T01:14:34.531 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T01:14:34.531 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T01:14:34.531 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T01:14:34.531 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.ttl: 2592000 2024-09-11T01:14:34.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T01:14:34.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-11T01:14:34.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-11T01:14:34.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.enable_blob_files: false 2024-09-11T01:14:34.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.min_blob_size: 0 2024-09-11T01:14:34.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T01:14:34.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T01:14:34.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T01:14:34.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T01:14:34.532 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-11T01:14:34.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-11T01:14:34.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.blob_file_starting_level: 0 2024-09-11T01:14:34.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-11T01:14:34.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-11T01:14:34.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-11T01:14:34.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 94009798-9105-4c5c-967f-eb08585a5d08 2024-09-11T01:14:34.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017274435882, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-11T01:14:34.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-11T01:14:34.533 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017274453596, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 4274918, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 6, "largest_seqno": 4252, "table_properties": {"data_size": 4259202, "index_size": 9678, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 4997, "raw_key_size": 49430, "raw_average_key_size": 24, "raw_value_size": 4218814, "raw_average_value_size": 2114, "num_data_blocks": 460, "num_entries": 1995, "num_filter_entries": 1995, "num_deletions": 4, "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": 1726017274, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "94009798-9105-4c5c-967f-eb08585a5d08", "db_session_id": "QB8W93QTKQJ58964PILC", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-11T01:14:34.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017274453741, "job": 1, "event": "recovery_finished"} 2024-09-11T01:14:34.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-11T01:14:34.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T01:14:34.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557f55b92e00 2024-09-11T01:14:34.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: DB pointer 0x557f55c94000 2024-09-11T01:14:34.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-11T01:14:34.534 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-11T01:14:34.534 INFO:journalctl@ceph.mon.b.smithi150.stdout: ** DB Stats ** 2024-09-11T01:14:34.534 INFO:journalctl@ceph.mon.b.smithi150.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T01:14:34.534 INFO:journalctl@ceph.mon.b.smithi150.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T01:14:34.534 INFO:journalctl@ceph.mon.b.smithi150.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T01:14:34.535 INFO:journalctl@ceph.mon.b.smithi150.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T01:14:34.535 INFO:journalctl@ceph.mon.b.smithi150.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T01:14:34.535 INFO:journalctl@ceph.mon.b.smithi150.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T01:14:34.535 INFO:journalctl@ceph.mon.b.smithi150.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T01:14:34.535 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:14:34.535 INFO:journalctl@ceph.mon.b.smithi150.stdout: ** Compaction Stats [default] ** 2024-09-11T01:14:34.535 INFO:journalctl@ceph.mon.b.smithi150.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T01:14:34.535 INFO:journalctl@ceph.mon.b.smithi150.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-11T01:14:34.535 INFO:journalctl@ceph.mon.b.smithi150.stdout: L0 2/0 4.08 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 706.1 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-09-11T01:14:34.535 INFO:journalctl@ceph.mon.b.smithi150.stdout: Sum 2/0 4.08 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 706.1 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-09-11T01:14:34.536 INFO:journalctl@ceph.mon.b.smithi150.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 706.1 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-09-11T01:14:34.536 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:14:34.536 INFO:journalctl@ceph.mon.b.smithi150.stdout: ** Compaction Stats [default] ** 2024-09-11T01:14:34.536 INFO:journalctl@ceph.mon.b.smithi150.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T01:14:34.536 INFO:journalctl@ceph.mon.b.smithi150.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T01:14:34.536 INFO:journalctl@ceph.mon.b.smithi150.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 706.1 0.01 0.00 1 0.006 0 0 0.0 0.0 2024-09-11T01:14:34.536 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:14:34.536 INFO:journalctl@ceph.mon.b.smithi150.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-11T01:14:34.536 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:14:34.536 INFO:journalctl@ceph.mon.b.smithi150.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T01:14:34.537 INFO:journalctl@ceph.mon.b.smithi150.stdout: Flush(GB): cumulative 0.004, interval 0.004 2024-09-11T01:14:34.537 INFO:journalctl@ceph.mon.b.smithi150.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T01:14:34.537 INFO:journalctl@ceph.mon.b.smithi150.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T01:14:34.537 INFO:journalctl@ceph.mon.b.smithi150.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T01:14:34.537 INFO:journalctl@ceph.mon.b.smithi150.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T01:14:34.537 INFO:journalctl@ceph.mon.b.smithi150.stdout: Cumulative compaction: 0.00 GB write, 185.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T01:14:34.537 INFO:journalctl@ceph.mon.b.smithi150.stdout: Interval compaction: 0.00 GB write, 185.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T01:14:34.537 INFO:journalctl@ceph.mon.b.smithi150.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T01:14:34.537 INFO:journalctl@ceph.mon.b.smithi150.stdout: Block cache BinnedLRUCache@0x557f55b63610#7 capacity: 512.00 MB usage: 15.33 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-11T01:14:34.537 INFO:journalctl@ceph.mon.b.smithi150.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,5.14 KB,0.000980496%) IndexBlock(2,10.19 KB,0.00194311%) Misc(1,0.00 KB,0%) 2024-09-11T01:14:34.538 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:14:34.538 INFO:journalctl@ceph.mon.b.smithi150.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T01:14:34.538 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: starting mon.b rank 1 at public addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] at bind addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:34.538 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: mon.b@-1(???) e2 preinit fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:34.538 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: mon.b@-1(???).mds e1 new map 2024-09-11T01:14:34.538 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: mon.b@-1(???).mds e1 print_map 2024-09-11T01:14:34.538 INFO:journalctl@ceph.mon.b.smithi150.stdout: e1 2024-09-11T01:14:34.538 INFO:journalctl@ceph.mon.b.smithi150.stdout: btime 2024-09-11T01:10:39:858671+0000 2024-09-11T01:14:34.538 INFO:journalctl@ceph.mon.b.smithi150.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T01:14:34.538 INFO:journalctl@ceph.mon.b.smithi150.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-11T01:14:34.538 INFO:journalctl@ceph.mon.b.smithi150.stdout: legacy client fscid: -1 2024-09-11T01:14:34.539 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:14:34.539 INFO:journalctl@ceph.mon.b.smithi150.stdout: No filesystems configured 2024-09-11T01:14:34.539 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: mon.b@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T01:14:34.539 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:14:34.539 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:14:34.539 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:14:34.539 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 ceph-mon[41716]: mon.b@-1(???).paxosservice(auth 1..10) refresh upgraded, format 0 -> 3 2024-09-11T01:14:34.539 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 bash[41678]: 8fcb67309681b2da83e27cd2dee6d4bc63033651a2849b6d7d789231ed6f415b 2024-09-11T01:14:34.539 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:34 smithi150 systemd[1]: Started Ceph mon.b for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:14:35.674 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: pgmap v105: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:35.675 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: mon.b calling monitor election 2024-09-11T01:14:35.675 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: mon.a calling monitor election 2024-09-11T01:14:35.675 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-11T01:14:35.675 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: monmap epoch 2 2024-09-11T01:14:35.675 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:35.675 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: last_changed 2024-09-11T01:12:04.976304+0000 2024-09-11T01:14:35.675 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: created 2024-09-11T01:10:36.793948+0000 2024-09-11T01:14:35.675 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: min_mon_release 19 (squid) 2024-09-11T01:14:35.675 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: election_strategy: 1 2024-09-11T01:14:35.675 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-11T01:14:35.675 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: 1: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.b 2024-09-11T01:14:35.675 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: fsmap 2024-09-11T01:14:35.676 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T01:14:35.676 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: mgrmap e14: a(active, since 3m), standbys: b 2024-09-11T01:14:35.676 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: overall HEALTH_OK 2024-09-11T01:14:35.676 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:35.676 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:35.676 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:14:35.676 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:35.676 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:14:35.676 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:35.676 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: Redeploying mon.a, (container cli args changed) . . . 2024-09-11T01:14:35.676 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:14:35.677 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T01:14:35.677 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:35.677 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:35 smithi062 ceph-mon[49539]: Deploying daemon mon.a on smithi062 2024-09-11T01:14:35.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: pgmap v105: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:35.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: mon.b calling monitor election 2024-09-11T01:14:35.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: mon.a calling monitor election 2024-09-11T01:14:35.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-11T01:14:35.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: monmap epoch 2 2024-09-11T01:14:35.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:35.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: last_changed 2024-09-11T01:12:04.976304+0000 2024-09-11T01:14:35.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: created 2024-09-11T01:10:36.793948+0000 2024-09-11T01:14:35.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: min_mon_release 19 (squid) 2024-09-11T01:14:35.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: election_strategy: 1 2024-09-11T01:14:35.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-11T01:14:35.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: 1: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.b 2024-09-11T01:14:35.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: fsmap 2024-09-11T01:14:35.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T01:14:35.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: mgrmap e14: a(active, since 3m), standbys: b 2024-09-11T01:14:35.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: overall HEALTH_OK 2024-09-11T01:14:35.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:35.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:35.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:14:35.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:35.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:14:35.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:35.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: Redeploying mon.a, (container cli args changed) . . . 2024-09-11T01:14:35.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:14:35.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T01:14:35.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:35.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:35 smithi150 ceph-mon[41716]: Deploying daemon mon.a on smithi062 2024-09-11T01:14:36.564 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:36 smithi062 systemd[1]: Stopping Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:14:36.828 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:36 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a[49512]: 2024-09-11T01:14:36.561+0000 7f5d62191640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T01:14:36.829 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:36 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a[49512]: 2024-09-11T01:14:36.561+0000 7f5d62191640 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-09-11T01:14:36.829 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:36 smithi062 podman[50085]: 2024-09-11 01:14:36.582844971 +0000 UTC m=+0.151305304 container died 204195753f6bfbe81971b1dd4f6b58bd7ccfd305b986b00620810a756ee9d972 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-11T01:14:37.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:36 smithi062 podman[50085]: 2024-09-11 01:14:36.926800026 +0000 UTC m=+0.495260348 container cleanup 204195753f6bfbe81971b1dd4f6b58bd7ccfd305b986b00620810a756ee9d972 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T01:14:37.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:36 smithi062 bash[50085]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a 2024-09-11T01:14:37.563 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:37 smithi062 podman[50102]: 2024-09-11 01:14:37.211302146 +0000 UTC m=+0.627048579 container remove 204195753f6bfbe81971b1dd4f6b58bd7ccfd305b986b00620810a756ee9d972 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4) 2024-09-11T01:14:37.563 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:37 smithi062 systemd[1]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-11T01:14:37.563 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:37 smithi062 systemd[1]: Stopped Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:14:37.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:37 smithi062 systemd[1]: Starting Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:14:37.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:37 smithi062 podman[50238]: 2024-09-11 01:14:37.67369552 +0000 UTC m=+0.016007833 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T01:14:37.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:37 smithi062 podman[50238]: 2024-09-11 01:14:37.779311722 +0000 UTC m=+0.121624018 container create 6c4adedf4a456bd5b8c1fbd54805273851bd8beadff587848c5e198b1c99c400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True) 2024-09-11T01:14:38.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:37 smithi062 podman[50238]: 2024-09-11 01:14:37.981474438 +0000 UTC m=+0.323786741 container init 6c4adedf4a456bd5b8c1fbd54805273851bd8beadff587848c5e198b1c99c400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-11T01:14:38.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:37 smithi062 podman[50238]: 2024-09-11 01:14:37.986425586 +0000 UTC m=+0.328737882 container start 6c4adedf4a456bd5b8c1fbd54805273851bd8beadff587848c5e198b1c99c400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4) 2024-09-11T01:14:38.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T01:14:38.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev), process ceph-mon, pid 7 2024-09-11T01:14:38.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: pidfile_write: ignore empty --pid-file 2024-09-11T01:14:38.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: load: jerasure load: lrc 2024-09-11T01:14:38.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: RocksDB version: 7.9.2 2024-09-11T01:14:38.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Git sha 0 2024-09-11T01:14:38.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Compile date 2024-09-10 08:02:51 2024-09-11T01:14:38.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: DB SUMMARY 2024-09-11T01:14:38.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: DB Session ID: A0HYL7P7RDIC1UNOFN2K 2024-09-11T01:14:38.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: CURRENT file: CURRENT 2024-09-11T01:14:38.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T01:14:38.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: MANIFEST file: MANIFEST-000020 size: 373 Bytes 2024-09-11T01:14:38.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 3, files: 000008.sst 000013.sst 000018.sst 2024-09-11T01:14:38.338 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000019.log size: 177634 ; 2024-09-11T01:14:38.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.error_if_exists: 0 2024-09-11T01:14:38.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.create_if_missing: 0 2024-09-11T01:14:38.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.paranoid_checks: 1 2024-09-11T01:14:38.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-11T01:14:38.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T01:14:38.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-11T01:14:38.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.env: 0x56076cdd6180 2024-09-11T01:14:38.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.fs: PosixFileSystem 2024-09-11T01:14:38.339 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.info_log: 0x56076d729700 2024-09-11T01:14:38.340 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T01:14:38.340 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.statistics: (nil) 2024-09-11T01:14:38.341 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.use_fsync: 0 2024-09-11T01:14:38.341 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_log_file_size: 0 2024-09-11T01:14:38.341 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T01:14:38.341 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T01:14:38.341 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T01:14:38.341 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T01:14:38.341 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.allow_fallocate: 1 2024-09-11T01:14:38.341 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T01:14:38.341 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T01:14:38.341 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.use_direct_reads: 0 2024-09-11T01:14:38.341 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T01:14:38.341 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T01:14:38.341 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.db_log_dir: 2024-09-11T01:14:38.342 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.wal_dir: 2024-09-11T01:14:38.342 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T01:14:38.342 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T01:14:38.342 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T01:14:38.342 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T01:14:38.342 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T01:14:38.342 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T01:14:38.342 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T01:14:38.342 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T01:14:38.342 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.write_buffer_manager: 0x56076d72db80 2024-09-11T01:14:38.342 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T01:14:38.342 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T01:14:38.342 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T01:14:38.343 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T01:14:38.343 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T01:14:38.343 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T01:14:38.343 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T01:14:38.343 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T01:14:38.343 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.unordered_write: 0 2024-09-11T01:14:38.343 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T01:14:38.343 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T01:14:38.343 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T01:14:38.343 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T01:14:38.343 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.row_cache: None 2024-09-11T01:14:38.343 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.wal_filter: None 2024-09-11T01:14:38.343 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T01:14:38.343 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T01:14:38.344 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.two_write_queues: 0 2024-09-11T01:14:38.344 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T01:14:38.344 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.wal_compression: 0 2024-09-11T01:14:38.344 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.atomic_flush: 0 2024-09-11T01:14:38.344 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T01:14:38.344 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T01:14:38.344 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T01:14:38.344 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.log_readahead_size: 0 2024-09-11T01:14:38.344 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T01:14:38.344 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T01:14:38.344 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T01:14:38.344 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T01:14:38.344 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T01:14:38.345 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T01:14:38.345 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-11T01:14:38.345 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_background_jobs: 2 2024-09-11T01:14:38.345 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_background_compactions: -1 2024-09-11T01:14:38.345 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_subcompactions: 1 2024-09-11T01:14:38.345 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T01:14:38.345 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T01:14:38.345 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T01:14:38.345 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T01:14:38.345 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T01:14:38.345 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T01:14:38.345 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T01:14:38.345 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T01:14:38.345 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_open_files: -1 2024-09-11T01:14:38.345 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T01:14:38.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T01:14:38.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T01:14:38.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T01:14:38.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_background_flushes: -1 2024-09-11T01:14:38.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Compression algorithms supported: 2024-09-11T01:14:38.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: kZSTD supported: 0 2024-09-11T01:14:38.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: kXpressCompression supported: 0 2024-09-11T01:14:38.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: kBZip2Compression supported: 0 2024-09-11T01:14:38.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T01:14:38.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: kLZ4Compression supported: 1 2024-09-11T01:14:38.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: kZlibCompression supported: 1 2024-09-11T01:14:38.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T01:14:38.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: kSnappyCompression supported: 1 2024-09-11T01:14:38.346 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T01:14:38.347 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-11T01:14:38.347 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000020 2024-09-11T01:14:38.347 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-11T01:14:38.347 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T01:14:38.347 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.merge_operator: 2024-09-11T01:14:38.347 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compaction_filter: None 2024-09-11T01:14:38.347 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T01:14:38.347 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T01:14:38.347 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T01:14:38.347 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T01:14:38.347 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56076d729320) 2024-09-11T01:14:38.347 INFO:journalctl@ceph.mon.a.smithi062.stdout: cache_index_and_filter_blocks: 1 2024-09-11T01:14:38.347 INFO:journalctl@ceph.mon.a.smithi062.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T01:14:38.347 INFO:journalctl@ceph.mon.a.smithi062.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T01:14:38.348 INFO:journalctl@ceph.mon.a.smithi062.stdout: pin_top_level_index_and_filter: 1 2024-09-11T01:14:38.348 INFO:journalctl@ceph.mon.a.smithi062.stdout: index_type: 0 2024-09-11T01:14:38.348 INFO:journalctl@ceph.mon.a.smithi062.stdout: data_block_index_type: 0 2024-09-11T01:14:38.348 INFO:journalctl@ceph.mon.a.smithi062.stdout: index_shortening: 1 2024-09-11T01:14:38.348 INFO:journalctl@ceph.mon.a.smithi062.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T01:14:38.348 INFO:journalctl@ceph.mon.a.smithi062.stdout: checksum: 4 2024-09-11T01:14:38.348 INFO:journalctl@ceph.mon.a.smithi062.stdout: no_block_cache: 0 2024-09-11T01:14:38.348 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache: 0x56076d71d610 2024-09-11T01:14:38.348 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache_name: BinnedLRUCache 2024-09-11T01:14:38.348 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache_options: 2024-09-11T01:14:38.348 INFO:journalctl@ceph.mon.a.smithi062.stdout: capacity : 536870912 2024-09-11T01:14:38.348 INFO:journalctl@ceph.mon.a.smithi062.stdout: num_shard_bits : 4 2024-09-11T01:14:38.348 INFO:journalctl@ceph.mon.a.smithi062.stdout: strict_capacity_limit : 0 2024-09-11T01:14:38.348 INFO:journalctl@ceph.mon.a.smithi062.stdout: high_pri_pool_ratio: 0.000 2024-09-11T01:14:38.349 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache_compressed: (nil) 2024-09-11T01:14:38.349 INFO:journalctl@ceph.mon.a.smithi062.stdout: persistent_cache: (nil) 2024-09-11T01:14:38.349 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_size: 4096 2024-09-11T01:14:38.349 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_size_deviation: 10 2024-09-11T01:14:38.349 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_restart_interval: 16 2024-09-11T01:14:38.349 INFO:journalctl@ceph.mon.a.smithi062.stdout: index_block_restart_interval: 1 2024-09-11T01:14:38.349 INFO:journalctl@ceph.mon.a.smithi062.stdout: metadata_block_size: 4096 2024-09-11T01:14:38.349 INFO:journalctl@ceph.mon.a.smithi062.stdout: partition_filters: 0 2024-09-11T01:14:38.349 INFO:journalctl@ceph.mon.a.smithi062.stdout: use_delta_encoding: 1 2024-09-11T01:14:38.349 INFO:journalctl@ceph.mon.a.smithi062.stdout: filter_policy: bloomfilter 2024-09-11T01:14:38.349 INFO:journalctl@ceph.mon.a.smithi062.stdout: whole_key_filtering: 1 2024-09-11T01:14:38.349 INFO:journalctl@ceph.mon.a.smithi062.stdout: verify_compression: 0 2024-09-11T01:14:38.349 INFO:journalctl@ceph.mon.a.smithi062.stdout: read_amp_bytes_per_bit: 0 2024-09-11T01:14:38.350 INFO:journalctl@ceph.mon.a.smithi062.stdout: format_version: 5 2024-09-11T01:14:38.350 INFO:journalctl@ceph.mon.a.smithi062.stdout: enable_index_compression: 1 2024-09-11T01:14:38.350 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_align: 0 2024-09-11T01:14:38.350 INFO:journalctl@ceph.mon.a.smithi062.stdout: max_auto_readahead_size: 262144 2024-09-11T01:14:38.350 INFO:journalctl@ceph.mon.a.smithi062.stdout: prepopulate_block_cache: 0 2024-09-11T01:14:38.350 INFO:journalctl@ceph.mon.a.smithi062.stdout: initial_auto_readahead_size: 8192 2024-09-11T01:14:38.350 INFO:journalctl@ceph.mon.a.smithi062.stdout: num_file_reads_for_auto_readahead: 2 2024-09-11T01:14:38.350 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T01:14:38.350 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T01:14:38.350 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compression: NoCompression 2024-09-11T01:14:38.350 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T01:14:38.350 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T01:14:38.350 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T01:14:38.350 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.num_levels: 7 2024-09-11T01:14:38.351 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T01:14:38.351 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T01:14:38.351 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T01:14:38.351 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T01:14:38.351 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T01:14:38.351 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T01:14:38.351 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T01:14:38.351 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T01:14:38.351 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T01:14:38.351 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T01:14:38.351 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-11T01:14:38.351 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-11T01:14:38.351 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T01:14:38.351 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T01:14:38.351 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T01:14:38.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T01:14:38.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T01:14:38.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-11T01:14:38.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T01:14:38.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T01:14:38.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-11T01:14:38.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T01:14:38.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T01:14:38.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T01:14:38.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T01:14:38.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T01:14:38.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T01:14:38.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T01:14:38.352 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T01:14:38.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T01:14:38.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T01:14:38.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T01:14:38.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T01:14:38.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T01:14:38.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T01:14:38.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T01:14:38.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T01:14:38.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T01:14:38.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-11T01:14:38.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.arena_block_size: 1048576 2024-09-11T01:14:38.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T01:14:38.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T01:14:38.353 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T01:14:38.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T01:14:38.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T01:14:38.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T01:14:38.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T01:14:38.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T01:14:38.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T01:14:38.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T01:14:38.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T01:14:38.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T01:14:38.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T01:14:38.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T01:14:38.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.inplace_update_support: 0 2024-09-11T01:14:38.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T01:14:38.354 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T01:14:38.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T01:14:38.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T01:14:38.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.bloom_locality: 0 2024-09-11T01:14:38.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.max_successive_merges: 0 2024-09-11T01:14:38.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T01:14:38.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T01:14:38.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T01:14:38.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T01:14:38.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.ttl: 2592000 2024-09-11T01:14:38.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T01:14:38.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-11T01:14:38.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-11T01:14:38.355 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.enable_blob_files: false 2024-09-11T01:14:38.356 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.min_blob_size: 0 2024-09-11T01:14:38.356 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T01:14:38.356 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T01:14:38.356 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T01:14:38.356 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T01:14:38.356 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-11T01:14:38.356 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-11T01:14:38.356 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.blob_file_starting_level: 0 2024-09-11T01:14:38.356 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-11T01:14:38.356 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000020 succeeded,manifest_file_number is 20, next_file_number is 22, last_sequence is 4292, log_number is 15,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 15 2024-09-11T01:14:38.356 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 15 2024-09-11T01:14:38.356 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3ffd7c94-86db-49ed-9bf5-9f11d41387c7 2024-09-11T01:14:38.356 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017278014293, "job": 1, "event": "recovery_started", "wal_files": [19]} 2024-09-11T01:14:38.356 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #19 mode 2 2024-09-11T01:14:38.357 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017278015596, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 164168, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 4298, "largest_seqno": 4475, "table_properties": {"data_size": 162241, "index_size": 569, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 325, "raw_key_size": 2802, "raw_average_key_size": 25, "raw_value_size": 159875, "raw_average_value_size": 1480, "num_data_blocks": 24, "num_entries": 108, "num_filter_entries": 108, "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": 1726017278, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3ffd7c94-86db-49ed-9bf5-9f11d41387c7", "db_session_id": "A0HYL7P7RDIC1UNOFN2K", "orig_file_number": 23, "seqno_to_time_mapping": "N/A"}} 2024-09-11T01:14:38.357 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017278015712, "job": 1, "event": "recovery_finished"} 2024-09-11T01:14:38.357 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: [db/version_set.cc:5047] Creating manifest 25 2024-09-11T01:14:38.357 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000019.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T01:14:38.357 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56076d74ce00 2024-09-11T01:14:38.357 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: DB pointer 0x56076d84e000 2024-09-11T01:14:38.357 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: [db/compaction/compaction_job.cc:1995] [default] [JOB 3] Compacting 4@0 files to L6, score 1.00 2024-09-11T01:14:38.357 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: [db/compaction/compaction_job.cc:2001] [default]: Compaction start summary: Base version 2 Base level 0, inputs: [23(160KB) 18(4018KB) 13(83KB) 8(1905B)] 2024-09-11T01:14:38.357 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017278016983, "job": 3, "event": "compaction_started", "compaction_reason": "LevelL0FilesNum", "files_L0": [23, 18, 13, 8], "score": 1, "input_data_size": 4366112, "oldest_snapshot_seqno": -1} 2024-09-11T01:14:38.357 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-11T01:14:38.358 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-11T01:14:38.358 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** DB Stats ** 2024-09-11T01:14:38.358 INFO:journalctl@ceph.mon.a.smithi062.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T01:14:38.358 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T01:14:38.358 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T01:14:38.358 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T01:14:38.358 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T01:14:38.358 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T01:14:38.358 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T01:14:38.358 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:38.358 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** Compaction Stats [default] ** 2024-09-11T01:14:38.358 INFO:journalctl@ceph.mon.a.smithi062.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T01:14:38.358 INFO:journalctl@ceph.mon.a.smithi062.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-11T01:14:38.358 INFO:journalctl@ceph.mon.a.smithi062.stdout: L0 4/4 4.16 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 182.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:14:38.359 INFO:journalctl@ceph.mon.a.smithi062.stdout: Sum 4/4 4.16 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 182.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:14:38.359 INFO:journalctl@ceph.mon.a.smithi062.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 182.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:14:38.359 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:38.359 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** Compaction Stats [default] ** 2024-09-11T01:14:38.359 INFO:journalctl@ceph.mon.a.smithi062.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T01:14:38.359 INFO:journalctl@ceph.mon.a.smithi062.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T01:14:38.359 INFO:journalctl@ceph.mon.a.smithi062.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 182.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:14:38.359 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:38.359 INFO:journalctl@ceph.mon.a.smithi062.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-11T01:14:38.360 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:38.360 INFO:journalctl@ceph.mon.a.smithi062.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T01:14:38.360 INFO:journalctl@ceph.mon.a.smithi062.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T01:14:38.360 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T01:14:38.360 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T01:14:38.360 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T01:14:38.360 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T01:14:38.360 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative compaction: 0.00 GB write, 43.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T01:14:38.360 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval compaction: 0.00 GB write, 43.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T01:14:38.360 INFO:journalctl@ceph.mon.a.smithi062.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T01:14:38.360 INFO:journalctl@ceph.mon.a.smithi062.stdout: Block cache BinnedLRUCache@0x56076d71d610#7 capacity: 512.00 MB usage: 16.81 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-11T01:14:38.360 INFO:journalctl@ceph.mon.a.smithi062.stdout: Block cache entry stats(count,size,portion): FilterBlock(4,5.67 KB,0.00108182%) IndexBlock(4,11.14 KB,0.00212491%) Misc(1,0.00 KB,0%) 2024-09-11T01:14:38.360 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T01:14:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: starting mon.a rank 0 at public addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] at bind addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: mon.a@-1(???) e2 preinit fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: mon.a@-1(???).mds e1 new map 2024-09-11T01:14:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: mon.a@-1(???).mds e1 print_map 2024-09-11T01:14:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout: e1 2024-09-11T01:14:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout: btime 2024-09-11T01:10:39:858671+0000 2024-09-11T01:14:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T01:14:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-11T01:14:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout: legacy client fscid: -1 2024-09-11T01:14:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout: No filesystems configured 2024-09-11T01:14:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: mon.a@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T01:14:38.361 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:14:38.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:14:38.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:14:38.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 ceph-mon[50277]: mon.a@-1(???).paxosservice(auth 1..10) refresh upgraded, format 0 -> 3 2024-09-11T01:14:38.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 bash[50238]: 6c4adedf4a456bd5b8c1fbd54805273851bd8beadff587848c5e198b1c99c400 2024-09-11T01:14:38.362 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:38 smithi062 systemd[1]: Started Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:14:39.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T01:14:39.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:14:39.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: pgmap v107: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:39.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: mon.a calling monitor election 2024-09-11T01:14:39.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-11T01:14:39.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: monmap epoch 2 2024-09-11T01:14:39.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:39.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: last_changed 2024-09-11T01:12:04.976304+0000 2024-09-11T01:14:39.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: created 2024-09-11T01:10:36.793948+0000 2024-09-11T01:14:39.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: min_mon_release 19 (squid) 2024-09-11T01:14:39.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: election_strategy: 1 2024-09-11T01:14:39.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-11T01:14:39.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: 1: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.b 2024-09-11T01:14:39.819 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: fsmap 2024-09-11T01:14:39.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T01:14:39.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: mgrmap e14: a(active, since 3m), standbys: b 2024-09-11T01:14:39.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: overall HEALTH_OK 2024-09-11T01:14:39.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: from='mgr.14148 ' entity='' 2024-09-11T01:14:39.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:14:39.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:14:39.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T01:14:39.820 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:39 smithi150 ceph-mon[41716]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:39.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T01:14:39.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:14:39.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: pgmap v107: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:39.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: mon.a calling monitor election 2024-09-11T01:14:39.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-11T01:14:39.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: monmap epoch 2 2024-09-11T01:14:39.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:39.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: last_changed 2024-09-11T01:12:04.976304+0000 2024-09-11T01:14:39.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: created 2024-09-11T01:10:36.793948+0000 2024-09-11T01:14:39.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: min_mon_release 19 (squid) 2024-09-11T01:14:39.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: election_strategy: 1 2024-09-11T01:14:39.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-11T01:14:39.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: 1: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.b 2024-09-11T01:14:39.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: fsmap 2024-09-11T01:14:39.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T01:14:39.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: mgrmap e14: a(active, since 3m), standbys: b 2024-09-11T01:14:39.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: overall HEALTH_OK 2024-09-11T01:14:39.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: from='mgr.14148 ' entity='' 2024-09-11T01:14:39.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:14:39.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:14:39.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T01:14:39.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:39 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:40.761 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:40 smithi150 ceph-mon[41716]: pgmap v108: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:40.761 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:40 smithi150 ceph-mon[41716]: Redeploying mon.b, (entrypoint args changed) . . . 2024-09-11T01:14:40.761 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:40 smithi150 ceph-mon[41716]: Deploying daemon mon.b on smithi150 2024-09-11T01:14:40.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:40 smithi062 ceph-mon[50277]: pgmap v108: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:40.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:40 smithi062 ceph-mon[50277]: Redeploying mon.b, (entrypoint args changed) . . . 2024-09-11T01:14:40.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:40 smithi062 ceph-mon[50277]: Deploying daemon mon.b on smithi150 2024-09-11T01:14:41.568 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:41 smithi150 systemd[1]: Stopping Ceph mon.b for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:14:42.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:42 smithi150 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b[41693]: 2024-09-11T01:14:42.014+0000 7f28b85f2640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T01:14:42.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:42 smithi150 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b[41693]: 2024-09-11T01:14:42.014+0000 7f28b85f2640 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-09-11T01:14:42.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:42 smithi150 podman[42053]: 2024-09-11 01:14:42.116872667 +0000 UTC m=+0.537753694 container died 8fcb67309681b2da83e27cd2dee6d4bc63033651a2849b6d7d789231ed6f415b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-11T01:14:42.730 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:42 smithi150 podman[42053]: 2024-09-11 01:14:42.470040412 +0000 UTC m=+0.890921424 container cleanup 8fcb67309681b2da83e27cd2dee6d4bc63033651a2849b6d7d789231ed6f415b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T01:14:42.730 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:42 smithi150 bash[42053]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b 2024-09-11T01:14:43.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:42 smithi150 podman[42073]: 2024-09-11 01:14:42.729563092 +0000 UTC m=+0.603035857 container remove 8fcb67309681b2da83e27cd2dee6d4bc63033651a2849b6d7d789231ed6f415b (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, org.label-schema.license=GPLv2, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-09-11T01:14:43.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:42 smithi150 systemd[1]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.b.service: Deactivated successfully. 2024-09-11T01:14:43.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:42 smithi150 systemd[1]: Stopped Ceph mon.b for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:14:43.417 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 systemd[1]: Starting Ceph mon.b for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:14:43.418 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 podman[42208]: 2024-09-11 01:14:43.192100096 +0000 UTC m=+0.016230455 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T01:14:43.418 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 podman[42208]: 2024-09-11 01:14:43.313999614 +0000 UTC m=+0.138147506 container create 8c787ecc8e705d2e31148c81857b6d791a7c6f6e1e1f223ee5e8e535f1445b4a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, org.label-schema.schema-version=1.0, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-09-11T01:14:43.760 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 podman[42208]: 2024-09-11 01:14:43.508300932 +0000 UTC m=+0.332431277 container init 8c787ecc8e705d2e31148c81857b6d791a7c6f6e1e1f223ee5e8e535f1445b4a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True) 2024-09-11T01:14:43.761 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 podman[42208]: 2024-09-11 01:14:43.512856612 +0000 UTC m=+0.336986958 container start 8c787ecc8e705d2e31148c81857b6d791a7c6f6e1e1f223ee5e8e535f1445b4a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-09-11T01:14:43.761 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T01:14:43.761 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev), process ceph-mon, pid 7 2024-09-11T01:14:43.761 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: pidfile_write: ignore empty --pid-file 2024-09-11T01:14:43.761 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: load: jerasure load: lrc 2024-09-11T01:14:43.761 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: RocksDB version: 7.9.2 2024-09-11T01:14:43.761 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Git sha 0 2024-09-11T01:14:43.761 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Compile date 2024-09-10 08:02:51 2024-09-11T01:14:43.761 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: DB SUMMARY 2024-09-11T01:14:43.761 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: DB Session ID: PW04EAEW046MFVHNK5TI 2024-09-11T01:14:43.761 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: CURRENT file: CURRENT 2024-09-11T01:14:43.762 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T01:14:43.762 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: MANIFEST file: MANIFEST-000015 size: 282 Bytes 2024-09-11T01:14:43.762 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000008.sst 000013.sst 2024-09-11T01:14:43.762 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000014.log size: 197059 ; 2024-09-11T01:14:43.762 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.error_if_exists: 0 2024-09-11T01:14:43.762 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.create_if_missing: 0 2024-09-11T01:14:43.762 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.paranoid_checks: 1 2024-09-11T01:14:43.762 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-11T01:14:43.762 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T01:14:43.762 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-11T01:14:43.762 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.env: 0x55a700cbe180 2024-09-11T01:14:43.762 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.fs: PosixFileSystem 2024-09-11T01:14:43.762 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.info_log: 0x55a70216f700 2024-09-11T01:14:43.763 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T01:14:43.763 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.statistics: (nil) 2024-09-11T01:14:43.763 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.use_fsync: 0 2024-09-11T01:14:43.763 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_log_file_size: 0 2024-09-11T01:14:43.763 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T01:14:43.763 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T01:14:43.763 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T01:14:43.763 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T01:14:43.763 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.allow_fallocate: 1 2024-09-11T01:14:43.763 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T01:14:43.763 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T01:14:43.763 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.use_direct_reads: 0 2024-09-11T01:14:43.763 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T01:14:43.763 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T01:14:43.764 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.db_log_dir: 2024-09-11T01:14:43.764 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.wal_dir: 2024-09-11T01:14:43.764 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T01:14:43.764 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T01:14:43.764 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T01:14:43.764 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T01:14:43.764 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T01:14:43.764 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T01:14:43.764 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T01:14:43.764 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T01:14:43.764 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.write_buffer_manager: 0x55a702173b80 2024-09-11T01:14:43.764 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T01:14:43.764 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T01:14:43.764 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T01:14:43.765 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T01:14:43.765 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T01:14:43.765 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T01:14:43.765 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T01:14:43.765 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T01:14:43.765 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.unordered_write: 0 2024-09-11T01:14:43.765 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T01:14:43.765 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T01:14:43.765 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T01:14:43.765 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T01:14:43.765 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.row_cache: None 2024-09-11T01:14:43.766 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.wal_filter: None 2024-09-11T01:14:43.767 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T01:14:43.767 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T01:14:43.767 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.two_write_queues: 0 2024-09-11T01:14:43.767 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T01:14:43.767 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.wal_compression: 0 2024-09-11T01:14:43.767 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.atomic_flush: 0 2024-09-11T01:14:43.767 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T01:14:43.767 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T01:14:43.767 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T01:14:43.767 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.log_readahead_size: 0 2024-09-11T01:14:43.767 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T01:14:43.767 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T01:14:43.768 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T01:14:43.768 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T01:14:43.768 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T01:14:43.768 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T01:14:43.768 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-11T01:14:43.768 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_background_jobs: 2 2024-09-11T01:14:43.768 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_background_compactions: -1 2024-09-11T01:14:43.768 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_subcompactions: 1 2024-09-11T01:14:43.768 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T01:14:43.768 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T01:14:43.768 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T01:14:43.768 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T01:14:43.768 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T01:14:43.769 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T01:14:43.769 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T01:14:43.769 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T01:14:43.769 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_open_files: -1 2024-09-11T01:14:43.769 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T01:14:43.769 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T01:14:43.769 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T01:14:43.769 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T01:14:43.769 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_background_flushes: -1 2024-09-11T01:14:43.769 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Compression algorithms supported: 2024-09-11T01:14:43.769 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: kZSTD supported: 0 2024-09-11T01:14:43.769 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: kXpressCompression supported: 0 2024-09-11T01:14:43.769 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: kBZip2Compression supported: 0 2024-09-11T01:14:43.769 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T01:14:43.770 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: kLZ4Compression supported: 1 2024-09-11T01:14:43.770 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: kZlibCompression supported: 1 2024-09-11T01:14:43.770 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T01:14:43.770 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: kSnappyCompression supported: 1 2024-09-11T01:14:43.770 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T01:14:43.770 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-11T01:14:43.770 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000015 2024-09-11T01:14:43.770 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-11T01:14:43.770 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T01:14:43.770 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.merge_operator: 2024-09-11T01:14:43.770 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compaction_filter: None 2024-09-11T01:14:43.770 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T01:14:43.770 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T01:14:43.771 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T01:14:43.771 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T01:14:43.771 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a70216f320) 2024-09-11T01:14:43.771 INFO:journalctl@ceph.mon.b.smithi150.stdout: cache_index_and_filter_blocks: 1 2024-09-11T01:14:43.771 INFO:journalctl@ceph.mon.b.smithi150.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T01:14:43.771 INFO:journalctl@ceph.mon.b.smithi150.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T01:14:43.771 INFO:journalctl@ceph.mon.b.smithi150.stdout: pin_top_level_index_and_filter: 1 2024-09-11T01:14:43.771 INFO:journalctl@ceph.mon.b.smithi150.stdout: index_type: 0 2024-09-11T01:14:43.771 INFO:journalctl@ceph.mon.b.smithi150.stdout: data_block_index_type: 0 2024-09-11T01:14:43.772 INFO:journalctl@ceph.mon.b.smithi150.stdout: index_shortening: 1 2024-09-11T01:14:43.772 INFO:journalctl@ceph.mon.b.smithi150.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T01:14:43.772 INFO:journalctl@ceph.mon.b.smithi150.stdout: checksum: 4 2024-09-11T01:14:43.772 INFO:journalctl@ceph.mon.b.smithi150.stdout: no_block_cache: 0 2024-09-11T01:14:43.772 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_cache: 0x55a702163610 2024-09-11T01:14:43.772 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_cache_name: BinnedLRUCache 2024-09-11T01:14:43.772 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_cache_options: 2024-09-11T01:14:43.773 INFO:journalctl@ceph.mon.b.smithi150.stdout: capacity : 536870912 2024-09-11T01:14:43.773 INFO:journalctl@ceph.mon.b.smithi150.stdout: num_shard_bits : 4 2024-09-11T01:14:43.773 INFO:journalctl@ceph.mon.b.smithi150.stdout: strict_capacity_limit : 0 2024-09-11T01:14:43.773 INFO:journalctl@ceph.mon.b.smithi150.stdout: high_pri_pool_ratio: 0.000 2024-09-11T01:14:43.773 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_cache_compressed: (nil) 2024-09-11T01:14:43.773 INFO:journalctl@ceph.mon.b.smithi150.stdout: persistent_cache: (nil) 2024-09-11T01:14:43.773 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_size: 4096 2024-09-11T01:14:43.773 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_size_deviation: 10 2024-09-11T01:14:43.773 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_restart_interval: 16 2024-09-11T01:14:43.773 INFO:journalctl@ceph.mon.b.smithi150.stdout: index_block_restart_interval: 1 2024-09-11T01:14:43.773 INFO:journalctl@ceph.mon.b.smithi150.stdout: metadata_block_size: 4096 2024-09-11T01:14:43.773 INFO:journalctl@ceph.mon.b.smithi150.stdout: partition_filters: 0 2024-09-11T01:14:43.773 INFO:journalctl@ceph.mon.b.smithi150.stdout: use_delta_encoding: 1 2024-09-11T01:14:43.773 INFO:journalctl@ceph.mon.b.smithi150.stdout: filter_policy: bloomfilter 2024-09-11T01:14:43.774 INFO:journalctl@ceph.mon.b.smithi150.stdout: whole_key_filtering: 1 2024-09-11T01:14:43.774 INFO:journalctl@ceph.mon.b.smithi150.stdout: verify_compression: 0 2024-09-11T01:14:43.774 INFO:journalctl@ceph.mon.b.smithi150.stdout: read_amp_bytes_per_bit: 0 2024-09-11T01:14:43.774 INFO:journalctl@ceph.mon.b.smithi150.stdout: format_version: 5 2024-09-11T01:14:43.774 INFO:journalctl@ceph.mon.b.smithi150.stdout: enable_index_compression: 1 2024-09-11T01:14:43.774 INFO:journalctl@ceph.mon.b.smithi150.stdout: block_align: 0 2024-09-11T01:14:43.774 INFO:journalctl@ceph.mon.b.smithi150.stdout: max_auto_readahead_size: 262144 2024-09-11T01:14:43.774 INFO:journalctl@ceph.mon.b.smithi150.stdout: prepopulate_block_cache: 0 2024-09-11T01:14:43.774 INFO:journalctl@ceph.mon.b.smithi150.stdout: initial_auto_readahead_size: 8192 2024-09-11T01:14:43.774 INFO:journalctl@ceph.mon.b.smithi150.stdout: num_file_reads_for_auto_readahead: 2 2024-09-11T01:14:43.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T01:14:43.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T01:14:43.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compression: NoCompression 2024-09-11T01:14:43.774 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T01:14:43.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T01:14:43.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T01:14:43.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.num_levels: 7 2024-09-11T01:14:43.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T01:14:43.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T01:14:43.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T01:14:43.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T01:14:43.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T01:14:43.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T01:14:43.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T01:14:43.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T01:14:43.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T01:14:43.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T01:14:43.775 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-11T01:14:43.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-11T01:14:43.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T01:14:43.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T01:14:43.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T01:14:43.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T01:14:43.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T01:14:43.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-11T01:14:43.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T01:14:43.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T01:14:43.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-11T01:14:43.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T01:14:43.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T01:14:43.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T01:14:43.776 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T01:14:43.777 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T01:14:43.778 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T01:14:43.778 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T01:14:43.778 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T01:14:43.778 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T01:14:43.778 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T01:14:43.778 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T01:14:43.778 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T01:14:43.778 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T01:14:43.778 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T01:14:43.778 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T01:14:43.778 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T01:14:43.778 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T01:14:43.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-11T01:14:43.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.arena_block_size: 1048576 2024-09-11T01:14:43.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T01:14:43.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T01:14:43.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T01:14:43.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T01:14:43.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T01:14:43.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T01:14:43.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T01:14:43.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T01:14:43.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T01:14:43.779 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T01:14:43.780 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T01:14:43.780 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T01:14:43.780 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T01:14:43.780 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T01:14:43.780 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.inplace_update_support: 0 2024-09-11T01:14:43.780 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T01:14:43.780 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T01:14:43.780 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T01:14:43.780 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T01:14:43.780 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.bloom_locality: 0 2024-09-11T01:14:43.780 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.max_successive_merges: 0 2024-09-11T01:14:43.780 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T01:14:43.780 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T01:14:43.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T01:14:43.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T01:14:43.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.ttl: 2592000 2024-09-11T01:14:43.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T01:14:43.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-11T01:14:43.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-11T01:14:43.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.enable_blob_files: false 2024-09-11T01:14:43.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.min_blob_size: 0 2024-09-11T01:14:43.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T01:14:43.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T01:14:43.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T01:14:43.781 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T01:14:43.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-11T01:14:43.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-11T01:14:43.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.blob_file_starting_level: 0 2024-09-11T01:14:43.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-11T01:14:43.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000015 succeeded,manifest_file_number is 15, next_file_number is 17, last_sequence is 4252, log_number is 10,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 10 2024-09-11T01:14:43.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 10 2024-09-11T01:14:43.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 94009798-9105-4c5c-967f-eb08585a5d08 2024-09-11T01:14:43.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017283539936, "job": 1, "event": "recovery_started", "wal_files": [14]} 2024-09-11T01:14:43.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #14 mode 2 2024-09-11T01:14:43.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017283540916, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 18, "file_size": 128005, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 4264, "largest_seqno": 4425, "table_properties": {"data_size": 126216, "index_size": 495, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 261, "raw_key_size": 2563, "raw_average_key_size": 26, "raw_value_size": 124103, "raw_average_value_size": 1266, "num_data_blocks": 21, "num_entries": 98, "num_filter_entries": 98, "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": 1726017283, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "94009798-9105-4c5c-967f-eb08585a5d08", "db_session_id": "PW04EAEW046MFVHNK5TI", "orig_file_number": 18, "seqno_to_time_mapping": "N/A"}} 2024-09-11T01:14:43.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017283541012, "job": 1, "event": "recovery_finished"} 2024-09-11T01:14:43.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: [db/version_set.cc:5047] Creating manifest 20 2024-09-11T01:14:43.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000014.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T01:14:43.782 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a702192e00 2024-09-11T01:14:43.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: DB pointer 0x55a702294000 2024-09-11T01:14:43.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-11T01:14:43.783 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-11T01:14:43.783 INFO:journalctl@ceph.mon.b.smithi150.stdout: ** DB Stats ** 2024-09-11T01:14:43.783 INFO:journalctl@ceph.mon.b.smithi150.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T01:14:43.783 INFO:journalctl@ceph.mon.b.smithi150.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T01:14:43.783 INFO:journalctl@ceph.mon.b.smithi150.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T01:14:43.783 INFO:journalctl@ceph.mon.b.smithi150.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T01:14:43.783 INFO:journalctl@ceph.mon.b.smithi150.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T01:14:43.783 INFO:journalctl@ceph.mon.b.smithi150.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T01:14:43.783 INFO:journalctl@ceph.mon.b.smithi150.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T01:14:43.783 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:14:43.783 INFO:journalctl@ceph.mon.b.smithi150.stdout: ** Compaction Stats [default] ** 2024-09-11T01:14:43.783 INFO:journalctl@ceph.mon.b.smithi150.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T01:14:43.784 INFO:journalctl@ceph.mon.b.smithi150.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-11T01:14:43.784 INFO:journalctl@ceph.mon.b.smithi150.stdout: L0 3/0 4.20 MB 0.8 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 209.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:14:43.784 INFO:journalctl@ceph.mon.b.smithi150.stdout: Sum 3/0 4.20 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 209.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:14:43.784 INFO:journalctl@ceph.mon.b.smithi150.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 209.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:14:43.784 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:14:43.784 INFO:journalctl@ceph.mon.b.smithi150.stdout: ** Compaction Stats [default] ** 2024-09-11T01:14:43.784 INFO:journalctl@ceph.mon.b.smithi150.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T01:14:43.785 INFO:journalctl@ceph.mon.b.smithi150.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T01:14:43.785 INFO:journalctl@ceph.mon.b.smithi150.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 209.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:14:43.785 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:14:43.785 INFO:journalctl@ceph.mon.b.smithi150.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-11T01:14:43.785 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:14:43.785 INFO:journalctl@ceph.mon.b.smithi150.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T01:14:43.785 INFO:journalctl@ceph.mon.b.smithi150.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T01:14:43.785 INFO:journalctl@ceph.mon.b.smithi150.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T01:14:43.785 INFO:journalctl@ceph.mon.b.smithi150.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T01:14:43.785 INFO:journalctl@ceph.mon.b.smithi150.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T01:14:43.785 INFO:journalctl@ceph.mon.b.smithi150.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T01:14:43.785 INFO:journalctl@ceph.mon.b.smithi150.stdout: Cumulative compaction: 0.00 GB write, 36.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T01:14:43.785 INFO:journalctl@ceph.mon.b.smithi150.stdout: Interval compaction: 0.00 GB write, 36.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T01:14:43.785 INFO:journalctl@ceph.mon.b.smithi150.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T01:14:43.786 INFO:journalctl@ceph.mon.b.smithi150.stdout: Block cache BinnedLRUCache@0x55a702163610#7 capacity: 512.00 MB usage: 16.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-11T01:14:43.786 INFO:journalctl@ceph.mon.b.smithi150.stdout: Block cache entry stats(count,size,portion): FilterBlock(3,5.45 KB,0.0010401%) IndexBlock(3,10.77 KB,0.00205338%) Misc(1,0.00 KB,0%) 2024-09-11T01:14:43.786 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:14:43.786 INFO:journalctl@ceph.mon.b.smithi150.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T01:14:43.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: CompressorRegistry(0x55a702223418) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2024-09-11T01:14:43.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: Event(0x55a702249048 nevent=5000 time_id=1).set_owner center_id=0 owner=139700962485824 2024-09-11T01:14:43.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: stack operator() starting 2024-09-11T01:14:43.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: Event(0x55a702249288 nevent=5000 time_id=1).set_owner center_id=1 owner=139700970878528 2024-09-11T01:14:43.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: stack operator() starting 2024-09-11T01:14:43.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: Event(0x55a702248bc8 nevent=5000 time_id=1).set_owner center_id=2 owner=139701063198272 2024-09-11T01:14:43.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: stack operator() starting 2024-09-11T01:14:43.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: starting mon.b rank 1 at public addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] at bind addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:43.786 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: CompressorRegistry(0x55a702222b18) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2024-09-11T01:14:43.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: mon.b@-1(???) e2 preinit fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:43.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: mon.b@-1(???).mds e1 new map 2024-09-11T01:14:43.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: mon.b@-1(???).mds e1 print_map 2024-09-11T01:14:43.787 INFO:journalctl@ceph.mon.b.smithi150.stdout: e1 2024-09-11T01:14:43.787 INFO:journalctl@ceph.mon.b.smithi150.stdout: btime 2024-09-11T01:10:39:858671+0000 2024-09-11T01:14:43.787 INFO:journalctl@ceph.mon.b.smithi150.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T01:14:43.787 INFO:journalctl@ceph.mon.b.smithi150.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-11T01:14:43.787 INFO:journalctl@ceph.mon.b.smithi150.stdout: legacy client fscid: -1 2024-09-11T01:14:43.787 INFO:journalctl@ceph.mon.b.smithi150.stdout: 2024-09-11T01:14:43.787 INFO:journalctl@ceph.mon.b.smithi150.stdout: No filesystems configured 2024-09-11T01:14:43.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: mon.b@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T01:14:43.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:14:43.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:14:43.787 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: mon.b@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:14:43.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: mon.b@-1(???).paxosservice(auth 1..11) refresh upgraded, format 0 -> 3 2024-09-11T01:14:43.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 bash[42208]: 8c787ecc8e705d2e31148c81857b6d791a7c6f6e1e1f223ee5e8e535f1445b4a 2024-09-11T01:14:43.788 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 systemd[1]: Started Ceph mon.b for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:14:44.037 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: pgmap v109: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:44.038 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T01:14:44.038 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:43 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:14:44.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:43 smithi062 ceph-mon[50277]: pgmap v109: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:44.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:43 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T01:14:44.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:43 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:14:44.949 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: pgmap v110: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:44.949 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: mon.b calling monitor election 2024-09-11T01:14:44.950 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: mon.a calling monitor election 2024-09-11T01:14:44.950 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-11T01:14:44.950 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: monmap epoch 2 2024-09-11T01:14:44.950 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:44.950 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: last_changed 2024-09-11T01:12:04.976304+0000 2024-09-11T01:14:44.950 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: created 2024-09-11T01:10:36.793948+0000 2024-09-11T01:14:44.950 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: min_mon_release 19 (squid) 2024-09-11T01:14:44.950 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: election_strategy: 1 2024-09-11T01:14:44.950 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-11T01:14:44.950 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: 1: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.b 2024-09-11T01:14:44.950 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: fsmap 2024-09-11T01:14:44.950 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T01:14:44.950 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: mgrmap e14: a(active, since 3m), standbys: b 2024-09-11T01:14:44.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: overall HEALTH_OK 2024-09-11T01:14:44.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:44.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:44.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:14:44.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:44.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:14:44.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:44.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: Redeploying mon.a, (entrypoint args changed) . . . 2024-09-11T01:14:44.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:14:44.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T01:14:44.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:44.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: Deploying daemon mon.a on smithi062 2024-09-11T01:14:44.951 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:44.952 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:44.952 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:44 smithi062 ceph-mon[50277]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:45.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: pgmap v110: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:45.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: mon.b calling monitor election 2024-09-11T01:14:45.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: mon.a calling monitor election 2024-09-11T01:14:45.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-11T01:14:45.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: monmap epoch 2 2024-09-11T01:14:45.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:45.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: last_changed 2024-09-11T01:12:04.976304+0000 2024-09-11T01:14:45.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: created 2024-09-11T01:10:36.793948+0000 2024-09-11T01:14:45.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: min_mon_release 19 (squid) 2024-09-11T01:14:45.050 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: election_strategy: 1 2024-09-11T01:14:45.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-11T01:14:45.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: 1: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.b 2024-09-11T01:14:45.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: fsmap 2024-09-11T01:14:45.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T01:14:45.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: mgrmap e14: a(active, since 3m), standbys: b 2024-09-11T01:14:45.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: overall HEALTH_OK 2024-09-11T01:14:45.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:45.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:45.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:14:45.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:45.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:14:45.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:45.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: Redeploying mon.a, (entrypoint args changed) . . . 2024-09-11T01:14:45.051 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-11T01:14:45.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-11T01:14:45.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:45.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: Deploying daemon mon.a on smithi062 2024-09-11T01:14:45.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:45.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:45.052 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:44 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' 2024-09-11T01:14:46.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:45 smithi150 ceph-mon[42247]: pgmap v111: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:46.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:45 smithi062 ceph-mon[50277]: pgmap v111: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:46.862 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:46 smithi062 systemd[1]: Stopping Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:14:47.335 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:46 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a[50254]: 2024-09-11T01:14:46.859+0000 7fb95b879640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T01:14:47.335 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:46 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a[50254]: 2024-09-11T01:14:46.859+0000 7fb95b879640 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-09-11T01:14:47.335 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:46 smithi062 podman[50919]: 2024-09-11 01:14:46.993494366 +0000 UTC m=+0.244542969 container died 6c4adedf4a456bd5b8c1fbd54805273851bd8beadff587848c5e198b1c99c400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4) 2024-09-11T01:14:47.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:47 smithi062 podman[50919]: 2024-09-11 01:14:47.424897623 +0000 UTC m=+0.675946224 container cleanup 6c4adedf4a456bd5b8c1fbd54805273851bd8beadff587848c5e198b1c99c400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T01:14:47.587 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:47 smithi062 bash[50919]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a 2024-09-11T01:14:47.861 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:47 smithi062 podman[50936]: 2024-09-11 01:14:47.609158998 +0000 UTC m=+0.610194995 container remove 6c4adedf4a456bd5b8c1fbd54805273851bd8beadff587848c5e198b1c99c400 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-11T01:14:48.282 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:47 smithi062 systemd[1]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-11T01:14:48.282 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:47 smithi062 systemd[1]: Stopped Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:14:48.282 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:47 smithi062 systemd[1]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a.service: Consumed 1.026s CPU time. 2024-09-11T01:14:48.282 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 systemd[1]: Starting Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:14:48.542 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 podman[51070]: 2024-09-11 01:14:48.18393625 +0000 UTC m=+0.016371925 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T01:14:48.542 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 podman[51070]: 2024-09-11 01:14:48.302452088 +0000 UTC m=+0.134887805 container create 1088774690b6e3e66e4d52253422703b3b6149520c37af4ad04c42369687f1de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-09-11T01:14:48.542 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 podman[51070]: 2024-09-11 01:14:48.513113674 +0000 UTC m=+0.345549335 container init 1088774690b6e3e66e4d52253422703b3b6149520c37af4ad04c42369687f1de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, ceph=True) 2024-09-11T01:14:48.542 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 podman[51070]: 2024-09-11 01:14:48.518296094 +0000 UTC m=+0.350731761 container start 1088774690b6e3e66e4d52253422703b3b6149520c37af4ad04c42369687f1de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T01:14:48.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: set uid:gid to 167:167 (ceph:ceph) 2024-09-11T01:14:48.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: ceph version 19.3.0-4854-g8f219c47 (8f219c476cb4f26fc5719c661c0323719a45cb30) squid (dev), process ceph-mon, pid 7 2024-09-11T01:14:48.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: pidfile_write: ignore empty --pid-file 2024-09-11T01:14:48.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: load: jerasure load: lrc 2024-09-11T01:14:48.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: RocksDB version: 7.9.2 2024-09-11T01:14:48.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Git sha 0 2024-09-11T01:14:48.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Compile date 2024-09-10 08:02:51 2024-09-11T01:14:48.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: DB SUMMARY 2024-09-11T01:14:48.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: DB Session ID: GGZKL9NLRDPI7OWS0W4W 2024-09-11T01:14:48.838 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: CURRENT file: CURRENT 2024-09-11T01:14:48.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: IDENTITY file: IDENTITY 2024-09-11T01:14:48.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: MANIFEST file: MANIFEST-000025 size: 581 Bytes 2024-09-11T01:14:48.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000028.sst 2024-09-11T01:14:48.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000024.log size: 223756 ; 2024-09-11T01:14:48.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.error_if_exists: 0 2024-09-11T01:14:48.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.create_if_missing: 0 2024-09-11T01:14:48.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.paranoid_checks: 1 2024-09-11T01:14:48.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-11T01:14:48.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-11T01:14:48.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-11T01:14:48.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.env: 0x56098458a180 2024-09-11T01:14:48.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.fs: PosixFileSystem 2024-09-11T01:14:48.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.info_log: 0x560984f71700 2024-09-11T01:14:48.839 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_file_opening_threads: 16 2024-09-11T01:14:48.840 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.statistics: (nil) 2024-09-11T01:14:48.840 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.use_fsync: 0 2024-09-11T01:14:48.840 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_log_file_size: 0 2024-09-11T01:14:48.840 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-11T01:14:48.840 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-11T01:14:48.840 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.keep_log_file_num: 1000 2024-09-11T01:14:48.840 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.recycle_log_file_num: 0 2024-09-11T01:14:48.840 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.allow_fallocate: 1 2024-09-11T01:14:48.840 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.allow_mmap_reads: 0 2024-09-11T01:14:48.840 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.allow_mmap_writes: 0 2024-09-11T01:14:48.840 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.use_direct_reads: 0 2024-09-11T01:14:48.840 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-11T01:14:48.840 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.create_missing_column_families: 0 2024-09-11T01:14:48.841 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.db_log_dir: 2024-09-11T01:14:48.841 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.wal_dir: 2024-09-11T01:14:48.841 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-11T01:14:48.842 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-11T01:14:48.842 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-11T01:14:48.842 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-11T01:14:48.842 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-11T01:14:48.842 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-11T01:14:48.843 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.advise_random_on_open: 1 2024-09-11T01:14:48.843 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.db_write_buffer_size: 0 2024-09-11T01:14:48.843 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.write_buffer_manager: 0x560984f75b80 2024-09-11T01:14:48.843 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-11T01:14:48.843 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-11T01:14:48.843 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-11T01:14:48.844 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.rate_limiter: (nil) 2024-09-11T01:14:48.844 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-11T01:14:48.844 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.wal_recovery_mode: 2 2024-09-11T01:14:48.844 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.enable_thread_tracking: 0 2024-09-11T01:14:48.844 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.enable_pipelined_write: 0 2024-09-11T01:14:48.844 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.unordered_write: 0 2024-09-11T01:14:48.844 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-11T01:14:48.844 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-11T01:14:48.844 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-11T01:14:48.845 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-11T01:14:48.845 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.row_cache: None 2024-09-11T01:14:48.845 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.wal_filter: None 2024-09-11T01:14:48.845 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-11T01:14:48.845 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.allow_ingest_behind: 0 2024-09-11T01:14:48.845 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.two_write_queues: 0 2024-09-11T01:14:48.845 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.manual_wal_flush: 0 2024-09-11T01:14:48.845 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.wal_compression: 0 2024-09-11T01:14:48.845 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.atomic_flush: 0 2024-09-11T01:14:48.845 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-11T01:14:48.845 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-11T01:14:48.845 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-11T01:14:48.846 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.log_readahead_size: 0 2024-09-11T01:14:48.846 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-11T01:14:48.846 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.best_efforts_recovery: 0 2024-09-11T01:14:48.846 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-11T01:14:48.846 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-11T01:14:48.846 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.allow_data_in_errors: 0 2024-09-11T01:14:48.846 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.db_host_id: __hostname__ 2024-09-11T01:14:48.846 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-11T01:14:48.846 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_background_jobs: 2 2024-09-11T01:14:48.846 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_background_compactions: -1 2024-09-11T01:14:48.846 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_subcompactions: 1 2024-09-11T01:14:48.846 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-11T01:14:48.846 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-11T01:14:48.846 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-11T01:14:48.847 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_total_wal_size: 0 2024-09-11T01:14:48.847 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-11T01:14:48.847 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-11T01:14:48.847 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-11T01:14:48.847 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-11T01:14:48.847 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_open_files: -1 2024-09-11T01:14:48.847 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.bytes_per_sync: 0 2024-09-11T01:14:48.847 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-11T01:14:48.847 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-11T01:14:48.847 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compaction_readahead_size: 0 2024-09-11T01:14:48.847 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_background_flushes: -1 2024-09-11T01:14:48.847 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Compression algorithms supported: 2024-09-11T01:14:48.847 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: kZSTD supported: 0 2024-09-11T01:14:48.848 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: kXpressCompression supported: 0 2024-09-11T01:14:48.848 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: kBZip2Compression supported: 0 2024-09-11T01:14:48.848 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-11T01:14:48.848 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: kLZ4Compression supported: 1 2024-09-11T01:14:48.848 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: kZlibCompression supported: 1 2024-09-11T01:14:48.848 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: kLZ4HCCompression supported: 1 2024-09-11T01:14:48.848 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: kSnappyCompression supported: 1 2024-09-11T01:14:48.848 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-11T01:14:48.848 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-11T01:14:48.848 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000025 2024-09-11T01:14:48.849 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-11T01:14:48.849 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-11T01:14:48.849 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.merge_operator: 2024-09-11T01:14:48.849 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compaction_filter: None 2024-09-11T01:14:48.849 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compaction_filter_factory: None 2024-09-11T01:14:48.849 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.sst_partitioner_factory: None 2024-09-11T01:14:48.849 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-11T01:14:48.849 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-11T01:14:48.849 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560984f71320) 2024-09-11T01:14:48.849 INFO:journalctl@ceph.mon.a.smithi062.stdout: cache_index_and_filter_blocks: 1 2024-09-11T01:14:48.849 INFO:journalctl@ceph.mon.a.smithi062.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-11T01:14:48.850 INFO:journalctl@ceph.mon.a.smithi062.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-11T01:14:48.850 INFO:journalctl@ceph.mon.a.smithi062.stdout: pin_top_level_index_and_filter: 1 2024-09-11T01:14:48.850 INFO:journalctl@ceph.mon.a.smithi062.stdout: index_type: 0 2024-09-11T01:14:48.850 INFO:journalctl@ceph.mon.a.smithi062.stdout: data_block_index_type: 0 2024-09-11T01:14:48.850 INFO:journalctl@ceph.mon.a.smithi062.stdout: index_shortening: 1 2024-09-11T01:14:48.850 INFO:journalctl@ceph.mon.a.smithi062.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-11T01:14:48.850 INFO:journalctl@ceph.mon.a.smithi062.stdout: checksum: 4 2024-09-11T01:14:48.850 INFO:journalctl@ceph.mon.a.smithi062.stdout: no_block_cache: 0 2024-09-11T01:14:48.850 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache: 0x560984f65610 2024-09-11T01:14:48.850 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache_name: BinnedLRUCache 2024-09-11T01:14:48.850 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache_options: 2024-09-11T01:14:48.850 INFO:journalctl@ceph.mon.a.smithi062.stdout: capacity : 536870912 2024-09-11T01:14:48.850 INFO:journalctl@ceph.mon.a.smithi062.stdout: num_shard_bits : 4 2024-09-11T01:14:48.850 INFO:journalctl@ceph.mon.a.smithi062.stdout: strict_capacity_limit : 0 2024-09-11T01:14:48.851 INFO:journalctl@ceph.mon.a.smithi062.stdout: high_pri_pool_ratio: 0.000 2024-09-11T01:14:48.851 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_cache_compressed: (nil) 2024-09-11T01:14:48.851 INFO:journalctl@ceph.mon.a.smithi062.stdout: persistent_cache: (nil) 2024-09-11T01:14:48.851 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_size: 4096 2024-09-11T01:14:48.851 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_size_deviation: 10 2024-09-11T01:14:48.851 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_restart_interval: 16 2024-09-11T01:14:48.851 INFO:journalctl@ceph.mon.a.smithi062.stdout: index_block_restart_interval: 1 2024-09-11T01:14:48.851 INFO:journalctl@ceph.mon.a.smithi062.stdout: metadata_block_size: 4096 2024-09-11T01:14:48.851 INFO:journalctl@ceph.mon.a.smithi062.stdout: partition_filters: 0 2024-09-11T01:14:48.851 INFO:journalctl@ceph.mon.a.smithi062.stdout: use_delta_encoding: 1 2024-09-11T01:14:48.851 INFO:journalctl@ceph.mon.a.smithi062.stdout: filter_policy: bloomfilter 2024-09-11T01:14:48.851 INFO:journalctl@ceph.mon.a.smithi062.stdout: whole_key_filtering: 1 2024-09-11T01:14:48.851 INFO:journalctl@ceph.mon.a.smithi062.stdout: verify_compression: 0 2024-09-11T01:14:48.851 INFO:journalctl@ceph.mon.a.smithi062.stdout: read_amp_bytes_per_bit: 0 2024-09-11T01:14:48.851 INFO:journalctl@ceph.mon.a.smithi062.stdout: format_version: 5 2024-09-11T01:14:48.852 INFO:journalctl@ceph.mon.a.smithi062.stdout: enable_index_compression: 1 2024-09-11T01:14:48.852 INFO:journalctl@ceph.mon.a.smithi062.stdout: block_align: 0 2024-09-11T01:14:48.852 INFO:journalctl@ceph.mon.a.smithi062.stdout: max_auto_readahead_size: 262144 2024-09-11T01:14:48.852 INFO:journalctl@ceph.mon.a.smithi062.stdout: prepopulate_block_cache: 0 2024-09-11T01:14:48.852 INFO:journalctl@ceph.mon.a.smithi062.stdout: initial_auto_readahead_size: 8192 2024-09-11T01:14:48.852 INFO:journalctl@ceph.mon.a.smithi062.stdout: num_file_reads_for_auto_readahead: 2 2024-09-11T01:14:48.852 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.write_buffer_size: 33554432 2024-09-11T01:14:48.852 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_write_buffer_number: 2 2024-09-11T01:14:48.852 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compression: NoCompression 2024-09-11T01:14:48.852 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.bottommost_compression: Disabled 2024-09-11T01:14:48.852 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.prefix_extractor: nullptr 2024-09-11T01:14:48.852 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-11T01:14:48.853 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.num_levels: 7 2024-09-11T01:14:48.853 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-11T01:14:48.853 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-11T01:14:48.853 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-11T01:14:48.853 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-11T01:14:48.853 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-11T01:14:48.853 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-11T01:14:48.853 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-11T01:14:48.853 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-11T01:14:48.853 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-11T01:14:48.853 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-11T01:14:48.853 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-11T01:14:48.853 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-11T01:14:48.854 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-11T01:14:48.854 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compression_opts.level: 32767 2024-09-11T01:14:48.854 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compression_opts.strategy: 0 2024-09-11T01:14:48.854 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-11T01:14:48.854 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-11T01:14:48.854 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-11T01:14:48.854 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-11T01:14:48.854 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compression_opts.enabled: false 2024-09-11T01:14:48.854 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-11T01:14:48.854 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-11T01:14:48.854 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-11T01:14:48.854 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-11T01:14:48.855 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.target_file_size_base: 67108864 2024-09-11T01:14:48.855 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-11T01:14:48.855 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-11T01:14:48.855 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-11T01:14:48.855 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-11T01:14:48.855 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-11T01:14:48.855 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-11T01:14:48.855 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-11T01:14:48.855 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-11T01:14:48.855 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-11T01:14:48.855 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-11T01:14:48.855 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-11T01:14:48.855 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-11T01:14:48.855 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-11T01:14:48.855 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-11T01:14:48.856 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.arena_block_size: 1048576 2024-09-11T01:14:48.856 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-11T01:14:48.856 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-11T01:14:48.856 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.disable_auto_compactions: 0 2024-09-11T01:14:48.856 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-11T01:14:48.856 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-11T01:14:48.856 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-11T01:14:48.856 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-11T01:14:48.856 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-11T01:14:48.856 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-11T01:14:48.856 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-11T01:14:48.856 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-11T01:14:48.856 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-11T01:14:48.857 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-11T01:14:48.857 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-11T01:14:48.857 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.inplace_update_support: 0 2024-09-11T01:14:48.857 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-11T01:14:48.857 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-11T01:14:48.857 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-11T01:14:48.857 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-11T01:14:48.857 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.bloom_locality: 0 2024-09-11T01:14:48.858 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.max_successive_merges: 0 2024-09-11T01:14:48.858 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-11T01:14:48.858 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.paranoid_file_checks: 0 2024-09-11T01:14:48.858 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.force_consistency_checks: 1 2024-09-11T01:14:48.858 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.report_bg_io_stats: 0 2024-09-11T01:14:48.858 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.ttl: 2592000 2024-09-11T01:14:48.858 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-11T01:14:48.858 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-11T01:14:48.858 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-11T01:14:48.858 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.enable_blob_files: false 2024-09-11T01:14:48.858 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.min_blob_size: 0 2024-09-11T01:14:48.858 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.blob_file_size: 268435456 2024-09-11T01:14:48.859 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-11T01:14:48.859 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-11T01:14:48.859 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-11T01:14:48.859 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-11T01:14:48.859 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-11T01:14:48.859 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.blob_file_starting_level: 0 2024-09-11T01:14:48.859 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-11T01:14:48.859 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-11T01:14:48.859 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000025 succeeded,manifest_file_number is 25, next_file_number is 30, last_sequence is 4475, log_number is 20,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 20 2024-09-11T01:14:48.859 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 20 2024-09-11T01:14:48.859 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3ffd7c94-86db-49ed-9bf5-9f11d41387c7 2024-09-11T01:14:48.859 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017288546553, "job": 1, "event": "recovery_started", "wal_files": [24]} 2024-09-11T01:14:48.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #24 mode 2 2024-09-11T01:14:48.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017288548063, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 31, "file_size": 202021, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 4481, "largest_seqno": 4689, "table_properties": {"data_size": 200006, "index_size": 657, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 325, "raw_key_size": 3052, "raw_average_key_size": 25, "raw_value_size": 197388, "raw_average_value_size": 1644, "num_data_blocks": 29, "num_entries": 120, "num_filter_entries": 120, "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": 1726017288, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3ffd7c94-86db-49ed-9bf5-9f11d41387c7", "db_session_id": "GGZKL9NLRDPI7OWS0W4W", "orig_file_number": 31, "seqno_to_time_mapping": "N/A"}} 2024-09-11T01:14:48.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726017288548168, "job": 1, "event": "recovery_finished"} 2024-09-11T01:14:48.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: [db/version_set.cc:5047] Creating manifest 33 2024-09-11T01:14:48.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-11T01:14:48.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000024.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-11T01:14:48.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x560984f94e00 2024-09-11T01:14:48.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: DB pointer 0x560985096000 2024-09-11T01:14:48.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-11T01:14:48.860 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-11T01:14:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** DB Stats ** 2024-09-11T01:14:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T01:14:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-11T01:14:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T01:14:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T01:14:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-11T01:14:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-11T01:14:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-11T01:14:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** Compaction Stats [default] ** 2024-09-11T01:14:48.861 INFO:journalctl@ceph.mon.a.smithi062.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T01:14:48.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-11T01:14:48.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: L0 1/0 197.29 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 194.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:14:48.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: L6 1/0 4.13 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-11T01:14:48.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: Sum 2/0 4.32 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 194.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:14:48.862 INFO:journalctl@ceph.mon.a.smithi062.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 194.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:14:48.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:48.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** Compaction Stats [default] ** 2024-09-11T01:14:48.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-11T01:14:48.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-11T01:14:48.862 INFO:journalctl@ceph.mon.a.smithi062.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 194.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-11T01:14:48.862 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:48.863 INFO:journalctl@ceph.mon.a.smithi062.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-11T01:14:48.863 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:48.863 INFO:journalctl@ceph.mon.a.smithi062.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-11T01:14:48.863 INFO:journalctl@ceph.mon.a.smithi062.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-11T01:14:48.863 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-11T01:14:48.863 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-11T01:14:48.863 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-11T01:14:48.863 INFO:journalctl@ceph.mon.a.smithi062.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-11T01:14:48.863 INFO:journalctl@ceph.mon.a.smithi062.stdout: Cumulative compaction: 0.00 GB write, 49.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T01:14:48.863 INFO:journalctl@ceph.mon.a.smithi062.stdout: Interval compaction: 0.00 GB write, 49.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-11T01:14:48.864 INFO:journalctl@ceph.mon.a.smithi062.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-11T01:14:48.864 INFO:journalctl@ceph.mon.a.smithi062.stdout: Block cache BinnedLRUCache@0x560984f65610#7 capacity: 512.00 MB usage: 1.14 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-11T01:14:48.864 INFO:journalctl@ceph.mon.a.smithi062.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.38 KB,7.15256e-05%) IndexBlock(1,0.77 KB,0.000146031%) Misc(1,0.00 KB,0%) 2024-09-11T01:14:48.864 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:48.864 INFO:journalctl@ceph.mon.a.smithi062.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-11T01:14:48.864 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: CompressorRegistry(0x560985024218) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2024-09-11T01:14:48.864 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: Event(0x56098504ae08 nevent=5000 time_id=1).set_owner center_id=0 owner=140506916857408 2024-09-11T01:14:48.864 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: Event(0x56098504b048 nevent=5000 time_id=1).set_owner center_id=1 owner=140506925250112 2024-09-11T01:14:48.864 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: stack operator() starting 2024-09-11T01:14:48.864 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: stack operator() starting 2024-09-11T01:14:48.864 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: Event(0x56098504b288 nevent=5000 time_id=1).set_owner center_id=2 owner=140507017569856 2024-09-11T01:14:48.865 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: stack operator() starting 2024-09-11T01:14:48.865 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: starting mon.a rank 0 at public addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] at bind addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:48.865 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: CompressorRegistry(0x560985024b18) _refresh_config ms_osd_compression_mode 0 ms_osd_compression_methods [1] ms_osd_compress_above_min_size 1024 ms_compress_secure 0 2024-09-11T01:14:48.865 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: mon.a@-1(???) e2 preinit fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:48.865 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: mon.a@-1(???).mds e1 new map 2024-09-11T01:14:48.865 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: mon.a@-1(???).mds e1 print_map 2024-09-11T01:14:48.865 INFO:journalctl@ceph.mon.a.smithi062.stdout: e1 2024-09-11T01:14:48.865 INFO:journalctl@ceph.mon.a.smithi062.stdout: btime 2024-09-11T01:10:39:858671+0000 2024-09-11T01:14:48.866 INFO:journalctl@ceph.mon.a.smithi062.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-11T01:14:48.866 INFO:journalctl@ceph.mon.a.smithi062.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-11T01:14:48.866 INFO:journalctl@ceph.mon.a.smithi062.stdout: legacy client fscid: -1 2024-09-11T01:14:48.866 INFO:journalctl@ceph.mon.a.smithi062.stdout: 2024-09-11T01:14:48.866 INFO:journalctl@ceph.mon.a.smithi062.stdout: No filesystems configured 2024-09-11T01:14:48.866 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: mon.a@-1(???).osd e14 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-11T01:14:48.866 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:14:48.866 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:14:48.866 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: mon.a@-1(???).osd e14 crush map has features 288514050185494528, adjusting msgr requires 2024-09-11T01:14:48.867 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 ceph-mon[51107]: mon.a@-1(???).paxosservice(auth 1..11) refresh upgraded, format 0 -> 3 2024-09-11T01:14:48.867 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 bash[51070]: 1088774690b6e3e66e4d52253422703b3b6149520c37af4ad04c42369687f1de 2024-09-11T01:14:48.867 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:48 smithi062 systemd[1]: Started Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968. 2024-09-11T01:14:50.188 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T01:14:50.188 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:14:50.188 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:50.188 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: pgmap v113: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:50.189 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: mon.a calling monitor election 2024-09-11T01:14:50.189 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-11T01:14:50.189 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: monmap epoch 2 2024-09-11T01:14:50.189 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:50.189 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: last_changed 2024-09-11T01:12:04.976304+0000 2024-09-11T01:14:50.189 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: created 2024-09-11T01:10:36.793948+0000 2024-09-11T01:14:50.189 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: min_mon_release 19 (squid) 2024-09-11T01:14:50.189 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: election_strategy: 1 2024-09-11T01:14:50.190 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-11T01:14:50.190 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: 1: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.b 2024-09-11T01:14:50.190 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: fsmap 2024-09-11T01:14:50.190 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T01:14:50.190 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: mgrmap e14: a(active, since 3m), standbys: b 2024-09-11T01:14:50.190 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: overall HEALTH_OK 2024-09-11T01:14:50.190 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: from='mgr.14148 ' entity='' 2024-09-11T01:14:50.190 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:14:50.190 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:14:50.190 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:50.190 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:14:50.191 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:50 smithi062 ceph-mon[51107]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:14:50.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-11T01:14:50.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-11T01:14:50.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: pgmap v112: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:50.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: pgmap v113: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:50.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: mon.a calling monitor election 2024-09-11T01:14:50.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-11T01:14:50.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: monmap epoch 2 2024-09-11T01:14:50.319 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: fsid 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:14:50.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: last_changed 2024-09-11T01:12:04.976304+0000 2024-09-11T01:14:50.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: created 2024-09-11T01:10:36.793948+0000 2024-09-11T01:14:50.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: min_mon_release 19 (squid) 2024-09-11T01:14:50.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: election_strategy: 1 2024-09-11T01:14:50.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.a 2024-09-11T01:14:50.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: 1: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.b 2024-09-11T01:14:50.320 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: fsmap 2024-09-11T01:14:50.321 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: osdmap e14: 2 total, 2 up, 2 in 2024-09-11T01:14:50.321 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: mgrmap e14: a(active, since 3m), standbys: b 2024-09-11T01:14:50.321 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: overall HEALTH_OK 2024-09-11T01:14:50.321 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: from='mgr.14148 ' entity='' 2024-09-11T01:14:50.321 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:14:50.321 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-11T01:14:50.321 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-11T01:14:50.321 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: from='mgr.14148 172.21.15.62:0/2198830253' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-11T01:14:50.322 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:50 smithi150 ceph-mon[42247]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:14:52.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:52 smithi150 ceph-mon[42247]: pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:52.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:52 smithi062 ceph-mon[51107]: pgmap v114: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:54.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:54 smithi150 ceph-mon[42247]: pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:54.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:54 smithi062 ceph-mon[51107]: pgmap v115: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:56.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:56 smithi150 ceph-mon[42247]: pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:56.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:56 smithi062 ceph-mon[51107]: pgmap v116: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:58.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:14:58 smithi150 ceph-mon[42247]: pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:14:58.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:14:58 smithi062 ceph-mon[51107]: pgmap v117: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:00.318 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:00 smithi150 ceph-mon[42247]: pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:00.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:00 smithi062 ceph-mon[51107]: pgmap v118: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:02.310 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:01 smithi150 ceph-mon[42247]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:02.310 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:01 smithi150 ceph-mon[42247]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:02.310 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:01 smithi150 ceph-mon[42247]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:02.310 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:01 smithi150 ceph-mon[42247]: pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:02.318 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:01 smithi062 ceph-mon[51107]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:02.318 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:01 smithi062 ceph-mon[51107]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:02.318 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:01 smithi062 ceph-mon[51107]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:02.318 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:01 smithi062 ceph-mon[51107]: pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:04.255 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:04 smithi150 ceph-mon[42247]: pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:04.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:04 smithi062 ceph-mon[51107]: pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:06.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:06 smithi150 ceph-mon[42247]: pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:06.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:06 smithi150 ceph-mon[42247]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:06.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:06 smithi150 ceph-mon[42247]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:06.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:06 smithi150 ceph-mon[42247]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:06.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:06 smithi062 ceph-mon[51107]: pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:06.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:06 smithi062 ceph-mon[51107]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:06.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:06 smithi062 ceph-mon[51107]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:06.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:06 smithi062 ceph-mon[51107]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:08.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:08 smithi150 ceph-mon[42247]: pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:08.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:08 smithi062 ceph-mon[51107]: pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:10.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:10 smithi150 ceph-mon[42247]: pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:10.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:10 smithi062 ceph-mon[51107]: pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:12.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:12 smithi150 ceph-mon[42247]: pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:12.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:12 smithi062 ceph-mon[51107]: pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:14.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:14 smithi150 ceph-mon[42247]: pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:14.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:14 smithi062 ceph-mon[51107]: pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:16.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:16 smithi150 ceph-mon[42247]: pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:16.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:16 smithi062 ceph-mon[51107]: pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:18.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:18 smithi150 ceph-mon[42247]: pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:18.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:18 smithi062 ceph-mon[51107]: pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:20.741 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:20 smithi062 ceph-mon[51107]: pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:20.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:20 smithi150 ceph-mon[42247]: pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:21.789 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:21 smithi062 ceph-mon[51107]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:21.789 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:21 smithi062 ceph-mon[51107]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:21.789 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:21 smithi062 ceph-mon[51107]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:21.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:21 smithi150 ceph-mon[42247]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:21.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:21 smithi150 ceph-mon[42247]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:21.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:21 smithi150 ceph-mon[42247]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:22.811 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:22 smithi150 ceph-mon[42247]: pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:22.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:22 smithi062 ceph-mon[51107]: pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:24.818 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:24 smithi150 ceph-mon[42247]: pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:24.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:24 smithi062 ceph-mon[51107]: pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:27.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:26 smithi150 ceph-mon[42247]: pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:27.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:26 smithi150 ceph-mon[42247]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:27.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:26 smithi150 ceph-mon[42247]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:27.069 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:26 smithi150 ceph-mon[42247]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:27.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:26 smithi062 ceph-mon[51107]: pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:27.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:26 smithi062 ceph-mon[51107]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:27.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:26 smithi062 ceph-mon[51107]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:27.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:26 smithi062 ceph-mon[51107]: from='mgr.14148 ' entity='mgr.a' 2024-09-11T01:15:28.889 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:28 smithi062 ceph-mon[51107]: pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:29.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:28 smithi150 ceph-mon[42247]: pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:31.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:30 smithi150 ceph-mon[42247]: pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:31.087 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:30 smithi062 ceph-mon[51107]: pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-11T01:15:31.988 INFO:teuthology.orchestra.run.smithi062.stderr:+ grep '\-\-cpus=2' /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/unit.run 2024-09-11T01:15:31.990 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --privileged --group-add=disk --init --name ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a --pids-limit=-1 -d --log-driver journald --conmon-pidfile /run/ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a.service-pid --cidfile /run/ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a.service-cid --cgroups=split --cpus=2 -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e -e NODE_NAME=smithi062 -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/8f23a486-6fda-11ef-bcea-c7b262605968:/var/run/ceph:z -v /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/crash:/var/lib/ceph/crash:z -v /run/systemd/journal:/run/systemd/journal -v /dev:/dev -v /run/udev:/run/udev -v /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config:/etc/ceph/ceph.conf:z -v /etc/hosts:/etc/hosts:ro quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e -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 --debug_ms 10 2024-09-11T01:15:31.991 INFO:teuthology.orchestra.run.smithi062.stderr:+ grep '\-\-debug_ms 10' /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/unit.run 2024-09-11T01:15:31.992 INFO:teuthology.orchestra.run.smithi062.stdout:/usr/bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --privileged --group-add=disk --init --name ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a --pids-limit=-1 -d --log-driver journald --conmon-pidfile /run/ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a.service-pid --cidfile /run/ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a.service-cid --cgroups=split --cpus=2 -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e -e NODE_NAME=smithi062 -e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728 -v /var/run/ceph/8f23a486-6fda-11ef-bcea-c7b262605968:/var/run/ceph:z -v /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/crash:/var/lib/ceph/crash:z -v /run/systemd/journal:/run/systemd/journal -v /dev:/dev -v /run/udev:/run/udev -v /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/mon.a/config:/etc/ceph/ceph.conf:z -v /etc/hosts:/etc/hosts:ro quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e -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 --debug_ms 10 2024-09-11T01:15:31.992 INFO:teuthology.orchestra.run.smithi062.stderr:+ grep testing_custom_containers /etc/cephadm_testing/testing.txt 2024-09-11T01:15:31.993 INFO:teuthology.orchestra.run.smithi062.stdout:testing_custom_containers 2024-09-11T01:15:31.993 INFO:teuthology.orchestra.run.smithi062.stderr:++ find /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968 -maxdepth 1 -type d -name 'container.bar.*' 2024-09-11T01:15:31.995 INFO:teuthology.orchestra.run.smithi062.stderr:+ dir=/var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/container.bar.smithi062 2024-09-11T01:15:31.995 INFO:teuthology.orchestra.run.smithi062.stderr:+ test -n /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/container.bar.smithi062 2024-09-11T01:15:31.995 INFO:teuthology.orchestra.run.smithi062.stderr:+ grep ok /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/container.bar.smithi062/data/primary.txt 2024-09-11T01:15:31.996 INFO:teuthology.orchestra.run.smithi062.stdout:ok 2024-09-11T01:15:31.996 INFO:teuthology.orchestra.run.smithi062.stderr:+ grep from=centos /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/container.bar.smithi062/data/from.txt 2024-09-11T01:15:31.997 INFO:teuthology.orchestra.run.smithi062.stdout:from=centos 2024-09-11T01:15:31.998 INFO:teuthology.orchestra.run.smithi062.stderr:+ test -s /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/container.bar.smithi062/data/presized.dat 2024-09-11T01:15:32.001 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-11T01:15:32.010 INFO:tasks.cephadm:Teardown begin 2024-09-11T01:15:32.011 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T01:15:32.045 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T01:15:32.081 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-11T01:15:32.081 DEBUG:teuthology.orchestra.run.smithi062:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T01:15:32.105 DEBUG:teuthology.orchestra.run.smithi150:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-11T01:15:32.140 INFO:tasks.cephadm:Stopping all daemons... 2024-09-11T01:15:32.140 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-11T01:15:32.140 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a 2024-09-11T01:15:32.337 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:32 smithi062 systemd[1]: Stopping Ceph mon.a for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:15:32.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:32 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a[51084]: 2024-09-11T01:15:32.451+0000 7fca585f1640 -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 --debug_ms 10 (PID: 1) UID: 0 2024-09-11T01:15:32.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:32 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a[51084]: 2024-09-11T01:15:32.451+0000 7fca585f1640 -1 mon.a@0(leader) e2 *** Got Signal Terminated *** 2024-09-11T01:15:32.837 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:32 smithi062 podman[52082]: 2024-09-11 01:15:32.687650731 +0000 UTC m=+0.345505650 container died 1088774690b6e3e66e4d52253422703b3b6149520c37af4ad04c42369687f1de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-11T01:15:33.460 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:33 smithi062 podman[52082]: 2024-09-11 01:15:33.291164783 +0000 UTC m=+0.949019699 container cleanup 1088774690b6e3e66e4d52253422703b3b6149520c37af4ad04c42369687f1de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True) 2024-09-11T01:15:33.460 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:33 smithi062 bash[52082]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a 2024-09-11T01:15:33.716 INFO:journalctl@ceph.mon.a.smithi062.stdout:Sep 11 01:15:33 smithi062 podman[52100]: 2024-09-11 01:15:33.459136788 +0000 UTC m=+0.772184363 container remove 1088774690b6e3e66e4d52253422703b3b6149520c37af4ad04c42369687f1de (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-a, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T01:15:33.720 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.a.service' 2024-09-11T01:15:33.769 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T01:15:33.770 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-11T01:15:33.770 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-09-11T01:15:33.770 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.b 2024-09-11T01:15:34.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:33 smithi150 systemd[1]: Stopping Ceph mon.b for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:15:34.413 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:34 smithi150 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b[42224]: 2024-09-11T01:15:34.069+0000 7f0eb1bf5640 -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 --debug_ms 10 (PID: 1) UID: 0 2024-09-11T01:15:34.413 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:34 smithi150 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b[42224]: 2024-09-11T01:15:34.069+0000 7f0eb1bf5640 -1 mon.b@1(peon) e2 *** Got Signal Terminated *** 2024-09-11T01:15:34.413 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:34 smithi150 podman[43327]: 2024-09-11 01:15:34.142247206 +0000 UTC m=+0.182533532 container died 8c787ecc8e705d2e31148c81857b6d791a7c6f6e1e1f223ee5e8e535f1445b4a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.build-date=20240731) 2024-09-11T01:15:35.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:34 smithi150 podman[43327]: 2024-09-11 01:15:34.668757551 +0000 UTC m=+0.709043882 container cleanup 8c787ecc8e705d2e31148c81857b6d791a7c6f6e1e1f223ee5e8e535f1445b4a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, 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 9 Base Image) 2024-09-11T01:15:35.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:34 smithi150 bash[43327]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b 2024-09-11T01:15:35.068 INFO:journalctl@ceph.mon.b.smithi150.stdout:Sep 11 01:15:34 smithi150 podman[43346]: 2024-09-11 01:15:34.870169148 +0000 UTC m=+0.726441909 container remove 8c787ecc8e705d2e31148c81857b6d791a7c6f6e1e1f223ee5e8e535f1445b4a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mon-b, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-11T01:15:35.084 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mon.b.service' 2024-09-11T01:15:35.133 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T01:15:35.133 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-09-11T01:15:35.133 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-11T01:15:35.133 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mgr.a 2024-09-11T01:15:35.416 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:15:35 smithi062 systemd[1]: Stopping Ceph mgr.a for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:15:35.805 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:15:35 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a[29936]: 2024-09-11T01:15:35.414+0000 7f974215e640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T01:15:35.805 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:15:35 smithi062 podman[52212]: 2024-09-11 01:15:35.445350244 +0000 UTC m=+0.120566714 container died 7a94ac9041a4b4f7f75859bb08a7f54b5d10795cd8fc10ddc5e2516390885058 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-11T01:15:35.805 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:15:35 smithi062 podman[52212]: 2024-09-11 01:15:35.803789659 +0000 UTC m=+0.479006116 container cleanup 7a94ac9041a4b4f7f75859bb08a7f54b5d10795cd8fc10ddc5e2516390885058 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8f219c476cb4f26fc5719c661c0323719a45cb30, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-11T01:15:36.065 INFO:journalctl@ceph.mgr.a.smithi062.stdout:Sep 11 01:15:35 smithi062 bash[52212]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-a 2024-09-11T01:15:36.196 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mgr.a.service' 2024-09-11T01:15:36.231 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T01:15:36.232 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-11T01:15:36.232 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-11T01:15:36.232 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mgr.b 2024-09-11T01:15:36.530 INFO:journalctl@ceph.mgr.b.smithi150.stdout:Sep 11 01:15:36 smithi150 systemd[1]: Stopping Ceph mgr.b for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:15:36.808 INFO:journalctl@ceph.mgr.b.smithi150.stdout:Sep 11 01:15:36 smithi150 podman[43458]: 2024-09-11 01:15:36.529288086 +0000 UTC m=+0.099917239 container died 3e9fa509c77706a0e79359bfab17e27927df96a0a01981a52db5c85b2b0121f4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-b, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-11T01:15:37.068 INFO:journalctl@ceph.mgr.b.smithi150.stdout:Sep 11 01:15:36 smithi150 podman[43458]: 2024-09-11 01:15:36.889868737 +0000 UTC m=+0.460497890 container cleanup 3e9fa509c77706a0e79359bfab17e27927df96a0a01981a52db5c85b2b0121f4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T01:15:37.068 INFO:journalctl@ceph.mgr.b.smithi150.stdout:Sep 11 01:15:36 smithi150 bash[43458]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968-mgr-b 2024-09-11T01:15:37.327 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8f23a486-6fda-11ef-bcea-c7b262605968@mgr.b.service' 2024-09-11T01:15:37.360 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T01:15:37.361 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-11T01:15:37.361 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-11T01:15:37.361 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-8f23a486-6fda-11ef-bcea-c7b262605968@osd.0 2024-09-11T01:15:37.670 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:37 smithi062 systemd[1]: Stopping Ceph osd.0 for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:15:38.087 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:37 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0[40359]: 2024-09-11T01:15:37.666+0000 7f46c7c14640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T01:15:38.087 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:37 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0[40359]: 2024-09-11T01:15:37.666+0000 7f46c7c14640 -1 osd.0 14 *** Got signal Terminated *** 2024-09-11T01:15:38.087 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:37 smithi062 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0[40359]: 2024-09-11T01:15:37.666+0000 7f46c7c14640 -1 osd.0 14 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T01:15:43.338 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:43 smithi062 podman[52343]: 2024-09-11 01:15:43.061997748 +0000 UTC m=+5.501468218 container stop ff99dd2d9f22f08689221e9ec67c50ea5befbc7a02e7ae0820866e0c637a9de8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-11T01:15:43.338 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:43 smithi062 podman[52343]: 2024-09-11 01:15:43.090814057 +0000 UTC m=+5.530284550 container died ff99dd2d9f22f08689221e9ec67c50ea5befbc7a02e7ae0820866e0c637a9de8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-11T01:15:43.739 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:43 smithi062 podman[52343]: 2024-09-11 01:15:43.561552143 +0000 UTC m=+6.001022613 container cleanup ff99dd2d9f22f08689221e9ec67c50ea5befbc7a02e7ae0820866e0c637a9de8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-11T01:15:43.739 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:43 smithi062 bash[52343]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0 2024-09-11T01:15:44.087 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:43 smithi062 podman[52842]: 2024-09-11 01:15:43.737883022 +0000 UTC m=+0.668332431 container remove ff99dd2d9f22f08689221e9ec67c50ea5befbc7a02e7ae0820866e0c637a9de8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-11T01:15:44.488 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:44 smithi062 podman[52939]: 2024-09-11 01:15:44.09380343 +0000 UTC m=+0.017305084 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T01:15:44.488 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:44 smithi062 podman[52939]: 2024-09-11 01:15:44.20614971 +0000 UTC m=+0.129651357 container create 968e19cfb64a0f33ab888a89a2b71c9d3aeac0feee16f02170971e302d9d827f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T01:15:44.488 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:44 smithi062 podman[52939]: 2024-09-11 01:15:44.399795952 +0000 UTC m=+0.323297610 container init 968e19cfb64a0f33ab888a89a2b71c9d3aeac0feee16f02170971e302d9d827f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0-deactivate, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-09-11T01:15:44.489 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:44 smithi062 podman[52939]: 2024-09-11 01:15:44.404674451 +0000 UTC m=+0.328176099 container start 968e19cfb64a0f33ab888a89a2b71c9d3aeac0feee16f02170971e302d9d827f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-11T01:15:44.489 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:44 smithi062 podman[52939]: 2024-09-11 01:15:44.487325949 +0000 UTC m=+0.410827603 container attach 968e19cfb64a0f33ab888a89a2b71c9d3aeac0feee16f02170971e302d9d827f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T01:15:44.837 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:44 smithi062 podman[52939]: 2024-09-11 01:15:44.596746266 +0000 UTC m=+0.520247918 container died 968e19cfb64a0f33ab888a89a2b71c9d3aeac0feee16f02170971e302d9d827f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0-deactivate, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-11T01:15:45.150 INFO:journalctl@ceph.osd.0.smithi062.stdout:Sep 11 01:15:45 smithi062 podman[52983]: 2024-09-11 01:15:45.127603176 +0000 UTC m=+0.525095327 container remove 968e19cfb64a0f33ab888a89a2b71c9d3aeac0feee16f02170971e302d9d827f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True) 2024-09-11T01:15:45.155 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8f23a486-6fda-11ef-bcea-c7b262605968@osd.0.service' 2024-09-11T01:15:45.196 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T01:15:45.196 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-11T01:15:45.196 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-11T01:15:45.196 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-8f23a486-6fda-11ef-bcea-c7b262605968@osd.1 2024-09-11T01:15:45.390 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:15:45 smithi150 systemd[1]: Stopping Ceph osd.1 for 8f23a486-6fda-11ef-bcea-c7b262605968... 2024-09-11T01:15:45.781 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:15:45 smithi150 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-1[37324]: 2024-09-11T01:15:45.591+0000 7ff7cfa9c640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-11T01:15:45.781 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:15:45 smithi150 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-1[37324]: 2024-09-11T01:15:45.591+0000 7ff7cfa9c640 -1 osd.1 14 *** Got signal Terminated *** 2024-09-11T01:15:45.781 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:15:45 smithi150 ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-1[37324]: 2024-09-11T01:15:45.591+0000 7ff7cfa9c640 -1 osd.1 14 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-11T01:15:51.256 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:15:50 smithi150 podman[43923]: 2024-09-11 01:15:50.959428153 +0000 UTC m=+5.555467498 container died 6c8f824de96bb6f05dc1f7d9f20da91047891a3ba4dc524b861508488c1ab77a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-1, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731) 2024-09-11T01:15:51.256 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:15:51 smithi150 podman[43923]: 2024-09-11 01:15:51.255280827 +0000 UTC m=+5.851320169 container cleanup 6c8f824de96bb6f05dc1f7d9f20da91047891a3ba4dc524b861508488c1ab77a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-1, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-11T01:15:51.516 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:15:51 smithi150 bash[43923]: ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-1 2024-09-11T01:15:51.820 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:15:51 smithi150 podman[44094]: 2024-09-11 01:15:51.51484667 +0000 UTC m=+0.556931847 container remove 6c8f824de96bb6f05dc1f7d9f20da91047891a3ba4dc524b861508488c1ab77a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-1, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-11T01:15:52.120 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:15:51 smithi150 podman[44190]: 2024-09-11 01:15:51.72525037 +0000 UTC m=+0.015638788 image pull 589dd18248e494ba411dc838aa4ae0e5e569213f08fcd7a2cf22cd3ef7e3c480 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e 2024-09-11T01:15:52.120 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:15:51 smithi150 podman[44190]: 2024-09-11 01:15:51.824021177 +0000 UTC m=+0.114409641 container create ab7fc0c9c3d22a1ba3043f17128cede80c2416f1c57a5d7dd2d5d1277b047db7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-11T01:15:52.120 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:15:52 smithi150 podman[44190]: 2024-09-11 01:15:52.043518895 +0000 UTC m=+0.333907313 container init ab7fc0c9c3d22a1ba3043f17128cede80c2416f1c57a5d7dd2d5d1277b047db7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-11T01:15:52.120 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:15:52 smithi150 podman[44190]: 2024-09-11 01:15:52.048431234 +0000 UTC m=+0.338819662 container start ab7fc0c9c3d22a1ba3043f17128cede80c2416f1c57a5d7dd2d5d1277b047db7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-11T01:15:52.120 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:15:52 smithi150 podman[44190]: 2024-09-11 01:15:52.118034206 +0000 UTC m=+0.408422625 container attach ab7fc0c9c3d22a1ba3043f17128cede80c2416f1c57a5d7dd2d5d1277b047db7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-1-deactivate, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-11T01:15:52.530 INFO:journalctl@ceph.osd.1.smithi150.stdout:Sep 11 01:15:52 smithi150 podman[44190]: 2024-09-11 01:15:52.238143483 +0000 UTC m=+0.528531903 container died ab7fc0c9c3d22a1ba3043f17128cede80c2416f1c57a5d7dd2d5d1277b047db7 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:15494b9bca13f9d7088cd5c92cad00398197153ea02321fd69a7c31aa379887e, name=ceph-8f23a486-6fda-11ef-bcea-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, RELEASE=wip-hemanth-testing-2024-09-10-0723-8f219c4, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-11T01:15:52.848 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8f23a486-6fda-11ef-bcea-c7b262605968@osd.1.service' 2024-09-11T01:15:52.888 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-11T01:15:52.888 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-11T01:15:52.888 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T01:15:53.101 INFO:teuthology.orchestra.run.smithi062.stdout:Deleting cluster with fsid: 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:15:58.207 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-11T01:15:58.410 INFO:teuthology.orchestra.run.smithi150.stdout:Deleting cluster with fsid: 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:16:03.264 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T01:16:03.299 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-11T01:16:03.326 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-11T01:16:03.328 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7899879/remote/smithi062/crash 2024-09-11T01:16:03.329 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/crash -- . 2024-09-11T01:16:03.381 INFO:teuthology.orchestra.run.smithi062.stderr:tar: /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-11T01:16:03.381 INFO:teuthology.orchestra.run.smithi062.stderr:tar: Error is not recoverable: exiting now 2024-09-11T01:16:03.383 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7899879/remote/smithi150/crash 2024-09-11T01:16:03.384 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/crash -- . 2024-09-11T01:16:03.422 INFO:teuthology.orchestra.run.smithi150.stderr:tar: /var/lib/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-11T01:16:03.422 INFO:teuthology.orchestra.run.smithi150.stderr:tar: Error is not recoverable: exiting now 2024-09-11T01:16:03.423 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-11T01:16:03.423 DEBUG:teuthology.orchestra.run.smithi062:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-11T01:16:03.456 INFO:tasks.cephadm:Compressing logs... 2024-09-11T01:16:03.457 DEBUG:teuthology.orchestra.run.smithi062:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-11T01:16:03.499 DEBUG:teuthology.orchestra.run.smithi150:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-11T01:16:03.524 INFO:teuthology.orchestra.run.smithi150.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-11T01:16:03.524 INFO:teuthology.orchestra.run.smithi150.stderr:: No such file or directory 2024-09-11T01:16:03.524 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T01:16:03.526 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-mgr.b.log 2024-09-11T01:16:03.526 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.audit.log 2024-09-11T01:16:03.526 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-11T01:16:03.530 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.log 2024-09-11T01:16:03.530 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-mon.b.log 2024-09-11T01:16:03.530 INFO:teuthology.orchestra.run.smithi150.stderr: 80.3% -- replaced with /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.cephadm.log.gz 2024-09-11T01:16:03.530 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T01:16:03.530 INFO:teuthology.orchestra.run.smithi150.stderr: 90.4% -- replaced with /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-11T01:16:03.530 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-mon.b.log: 87.0% -- replaced with /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-11T01:16:03.530 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/cephadm.log: 90.3% -- replaced with /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-mgr.b.log.gz 2024-09-11T01:16:03.530 INFO:teuthology.orchestra.run.smithi150.stderr: 83.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T01:16:03.532 INFO:teuthology.orchestra.run.smithi062.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-11T01:16:03.532 INFO:teuthology.orchestra.run.smithi062.stderr:: No such file or directory 2024-09-11T01:16:03.532 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-mgr.a.log 2024-09-11T01:16:03.532 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-11T01:16:03.532 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-osd.0.log: /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.audit.log 2024-09-11T01:16:03.532 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-11T01:16:03.532 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-mon.a.log 2024-09-11T01:16:03.532 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.log 2024-09-11T01:16:03.532 INFO:teuthology.orchestra.run.smithi062.stderr: 81.5% -- replaced with /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.cephadm.log.gz 2024-09-11T01:16:03.533 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-11T01:16:03.533 INFO:teuthology.orchestra.run.smithi062.stderr: 90.0% -- replaced with /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-11T01:16:03.533 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 86.9% -- replaced with /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-11T01:16:03.533 INFO:teuthology.orchestra.run.smithi062.stderr: 84.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-11T01:16:03.538 INFO:teuthology.orchestra.run.smithi150.stderr: 93.9% -- replaced with /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-11T01:16:03.539 INFO:teuthology.orchestra.run.smithi062.stderr: 91.5% -- replaced with /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T01:16:03.539 INFO:teuthology.orchestra.run.smithi150.stderr: 91.3% -- replaced with /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-11T01:16:03.549 INFO:teuthology.orchestra.run.smithi062.stderr: 93.9% -- replaced with /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-11T01:16:03.591 INFO:teuthology.orchestra.run.smithi062.stderr: 87.9% -- replaced with /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-mgr.a.log.gz 2024-09-11T01:16:03.602 INFO:teuthology.orchestra.run.smithi150.stderr: 93.1% -- replaced with /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-mon.b.log.gz 2024-09-11T01:16:03.604 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-09-11T01:16:03.604 INFO:teuthology.orchestra.run.smithi150.stderr:real 0m0.090s 2024-09-11T01:16:03.604 INFO:teuthology.orchestra.run.smithi150.stderr:user 0m0.117s 2024-09-11T01:16:03.604 INFO:teuthology.orchestra.run.smithi150.stderr:sys 0m0.020s 2024-09-11T01:16:03.697 INFO:teuthology.orchestra.run.smithi062.stderr: 91.6% -- replaced with /var/log/ceph/8f23a486-6fda-11ef-bcea-c7b262605968/ceph-mon.a.log.gz 2024-09-11T01:16:03.699 INFO:teuthology.orchestra.run.smithi062.stderr: 2024-09-11T01:16:03.699 INFO:teuthology.orchestra.run.smithi062.stderr:real 0m0.184s 2024-09-11T01:16:03.699 INFO:teuthology.orchestra.run.smithi062.stderr:user 0m0.267s 2024-09-11T01:16:03.699 INFO:teuthology.orchestra.run.smithi062.stderr:sys 0m0.033s 2024-09-11T01:16:03.699 INFO:tasks.cephadm:Archiving logs... 2024-09-11T01:16:03.699 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/log/ceph to /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7899879/remote/smithi062/log 2024-09-11T01:16:03.700 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T01:16:03.824 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/log/ceph to /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7899879/remote/smithi150/log 2024-09-11T01:16:03.825 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-11T01:16:03.872 INFO:tasks.cephadm:Removing cluster... 2024-09-11T01:16:03.873 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 --force 2024-09-11T01:16:04.069 INFO:teuthology.orchestra.run.smithi062.stdout:Deleting cluster with fsid: 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:16:04.331 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8f23a486-6fda-11ef-bcea-c7b262605968 --force 2024-09-11T01:16:04.522 INFO:teuthology.orchestra.run.smithi150.stdout:Deleting cluster with fsid: 8f23a486-6fda-11ef-bcea-c7b262605968 2024-09-11T01:16:04.782 INFO:tasks.cephadm:Removing cephadm ... 2024-09-11T01:16:04.782 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T01:16:04.800 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-11T01:16:04.817 INFO:tasks.cephadm:Teardown complete 2024-09-11T01:16:04.818 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-11T01:16:04.828 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-09-11T01:16:04.828 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-11T01:16:04.843 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-11T01:16:04.952 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-11T01:16:04.962 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-11T01:16:04.962 DEBUG:teuthology.orchestra.run.smithi062:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T01:16:04.965 DEBUG:teuthology.orchestra.run.smithi150:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-11T01:16:04.978 INFO:teuthology.orchestra.run.smithi062.stderr:bash: line 1: ntpq: command not found 2024-09-11T01:16:04.980 INFO:teuthology.orchestra.run.smithi150.stderr:bash: line 1: ntpq: command not found 2024-09-11T01:16:04.984 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T01:16:04.984 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2024-09-11T01:16:04.984 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 48 -744us[ -744us] +/- 36ms 2024-09-11T01:16:04.985 INFO:teuthology.orchestra.run.smithi062.stdout:^* hv02.front.sepia.ceph.com 3 6 377 51 +1484us[+1310us] +/- 59ms 2024-09-11T01:16:04.985 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 49 -471us[ -471us] +/- 81ms 2024-09-11T01:16:04.985 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T01:16:04.986 INFO:teuthology.orchestra.run.smithi150.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-11T01:16:04.986 INFO:teuthology.orchestra.run.smithi150.stdout:=============================================================================== 2024-09-11T01:16:04.986 INFO:teuthology.orchestra.run.smithi150.stdout:^+ hv01.front.sepia.ceph.com 3 6 377 49 -746us[ -746us] +/- 36ms 2024-09-11T01:16:04.987 INFO:teuthology.orchestra.run.smithi150.stdout:^* hv02.front.sepia.ceph.com 3 6 377 51 +1504us[+1341us] +/- 59ms 2024-09-11T01:16:04.987 INFO:teuthology.orchestra.run.smithi150.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 51 -473us[ -473us] +/- 81ms 2024-09-11T01:16:04.987 INFO:teuthology.orchestra.run.smithi150.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-11T01:16:04.987 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-11T01:16:04.999 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-11T01:16:05.000 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-11T01:16:05.012 DEBUG:teuthology.orchestra.run.smithi062:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-11T01:16:05.101 DEBUG:teuthology.orchestra.run.smithi150:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-11T01:16:05.168 DEBUG:teuthology.orchestra.run.smithi062:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-11T01:16:05.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T01:16:05.198 DEBUG:teuthology.orchestra.run.smithi150:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-11T01:16:05.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T01:16:05.226 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-11T01:16:05.236 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-11T01:16:05.244 INFO:teuthology.task.internal:Duration was 738.608111 seconds 2024-09-11T01:16:05.245 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-11T01:16:05.255 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-11T01:16:05.255 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T01:16:05.258 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-11T01:16:05.296 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T01:16:05.305 INFO:teuthology.orchestra.run.smithi150.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-11T01:16:05.626 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-11T01:16:05.627 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi062.front.sepia.ceph.com 2024-09-11T01:16:05.627 DEBUG:teuthology.orchestra.run.smithi062:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-11T01:16:05.688 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi150.front.sepia.ceph.com 2024-09-11T01:16:05.689 DEBUG:teuthology.orchestra.run.smithi150:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-11T01:16:05.718 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-11T01:16:05.718 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T01:16:05.731 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-11T01:16:05.784 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-11T01:16:05.784 DEBUG:teuthology.orchestra.run.smithi062:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T01:16:05.799 DEBUG:teuthology.orchestra.run.smithi150:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-11T01:16:05.979 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-11T01:16:05.990 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-11T01:16:05.991 DEBUG:teuthology.orchestra.run.smithi062:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T01:16:06.016 DEBUG:teuthology.orchestra.run.smithi150:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-11T01:16:06.042 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-11T01:16:06.056 DEBUG:teuthology.orchestra.run.smithi062:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-11T01:16:06.059 DEBUG:teuthology.orchestra.run.smithi150:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-11T01:16:06.081 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = core 2024-09-11T01:16:06.106 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = core 2024-09-11T01:16:06.130 DEBUG:teuthology.orchestra.run.smithi062:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T01:16:06.157 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T01:16:06.157 DEBUG:teuthology.orchestra.run.smithi150:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-11T01:16:06.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-11T01:16:06.184 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-11T01:16:06.195 INFO:teuthology.task.internal:Transferring archived files... 2024-09-11T01:16:06.196 DEBUG:teuthology.misc:Transferring archived files from smithi062:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7899879/remote/smithi062 2024-09-11T01:16:06.197 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T01:16:06.237 DEBUG:teuthology.misc:Transferring archived files from smithi150:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/hyelloji-2024-09-10_17:16:14-rados-wip-hemanth-testing-2024-09-10-0723-distro-default-smithi/7899879/remote/smithi150 2024-09-11T01:16:06.238 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-11T01:16:06.272 INFO:teuthology.task.internal:Removing archive directory... 2024-09-11T01:16:06.273 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T01:16:06.275 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-11T01:16:06.322 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-11T01:16:06.336 INFO:teuthology.task.internal:Not uploading archives. 2024-09-11T01:16:06.337 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-11T01:16:06.347 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-11T01:16:06.347 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T01:16:06.350 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-11T01:16:06.363 INFO:teuthology.orchestra.run.smithi062.stdout: 266064 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 01:16 /home/ubuntu/cephtest 2024-09-11T01:16:06.378 INFO:teuthology.orchestra.run.smithi150.stdout: 265795 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 11 01:16 /home/ubuntu/cephtest 2024-09-11T01:16:06.379 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-11T01:16:06.391 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-11T01:16:06.419 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} duration: 738.6081113815308 flavor: default owner: scheduled_hyelloji@teuthology success: true 2024-09-11T01:16:06.419 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-11T01:16:06.510 INFO:teuthology.run:pass